From de79db365a2f3e3df8199ea45bda36b8baae31dd Mon Sep 17 00:00:00 2001 From: Oliver Cosma Date: Fri, 12 Jan 2024 16:56:52 +0200 Subject: [PATCH 1/7] add release notes template --- release-notes/2024-01/README.md | 187 ++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 release-notes/2024-01/README.md diff --git a/release-notes/2024-01/README.md b/release-notes/2024-01/README.md new file mode 100644 index 00000000..f2db2ce1 --- /dev/null +++ b/release-notes/2024-01/README.md @@ -0,0 +1,187 @@ +# SystemLink Enterprise release 2024-01 Release Notes + +The 2024-01 release bundle for SystemLink Enterprise has been published to . This update includes new features, bug fixes, and security updates. Work with your account representative to obtain credentials to access these artifacts. If you are not upgrading from the previous release, refer to past release notes to ensure you have addressed all required configuration changes. + +## Upgrading from the release year-release-month to the release year-release-month + + + +## New Features and Behavior changes + +- Behavior change or new feature description + +- Behavior change or new feature description + +## Helm Chart Breaking Changes + +- Chart Name and version + - Description of breaking change. + +## Upgrade Considerations + +### RabbitMQ Version + +SystemLink Enterprise includes a deployment of the [RabbitMQ](https://www.rabbitmq.com/) message bus. Since you cannot skip minor versions when updating RabbitMQ, you may not be able to upgrade directly between versions of the SystemLink Enterprise product. The table below shows the version of the RabbitMQ dependency for each released version of SystemLink Enterprise. Refer to [Updating SystemLink Enterprise](https://www.ni.com/docs/en-US/bundle/systemlink-enterprise/page/updating-systemlink-enterprise.html) for detailed update instructions. + +| RabbitMQ Version | First SystemLink Enterprise Version | Last SystemLink Enterprise Version | +|------------------|-------------------------------------|------------------------------------| +| 3.11.x | 0.12.x | 0.15.x | +| 3.12.x | 0.16.x | current | + +Refer to [Updating SystemLink Enterprise](https://www.ni.com/docs/en-US/bundle/systemlink-enterprise/page/updating-systemlink-enterprise.html) for detailed instructions on how to safely upgrade the version of the RabbitMQ dependency. + +## Bugs Fixed + + + +Only customer facing bugs have been included in this list. + +[link to closed bugs](link to closed bugs) + +## Software Bill of Materials and Notices + + + +[SBOM](link to SBOM) + +[Notices](link to SBOM) + +## Versions + +**Top Level Helm Chart:** `systemlink 0.21.51` + +**Admin Helm Chart:** `systemlink-admin 0.21.4` + +### NI Containers + +assetservice:0.7.54 + +assetui:0.6.47 + +comments:0.5.17 + +dashboardsui:0.9.31 + +dataframeservice:1.1.43 + +dremio-ee:24.1.2 + +executionsui:0.9.28 + +filesui:0.10.43 + +grafana-auth-proxy:20230404.4 + +grafana-plugins:3.9.2 + +grafana-rbac-integrator:0.9.10 + +helium-dataservices:0.8.12 + +helium-fileingestionservices:0.12.11 + +helium-salt-master:1.6.9 + +helium-serviceregistry:0.9.16 + +helium-taghistoriandataretention:0.4.8 + +helium-taghistorianservices:0.4.8 + +helium-userservices:0.9.14 + +helium-webappservices:0.8.5 + +helium-webserver:0.16.14 + +jupyter-notebook-userpod:2.1.22 + +jupyterui:0.9.36 + +landingpageui:0.9.37 + +nbexec-execution-helpers:0.10.1 + +nbexec-notebook-runner:0.10.14 + +nbexecservice:0.10.14 + +nbparsingservice:0.9.15 + +ni-grafana:v9.5.12-61b4dd6cfd-ni + +notification:0.9.16 + +repository:0.5.16 + +routineeventtrigger:0.10.12 + +routineexecutor:0.10.9 + +routinescheduletrigger:0.10.10 + +routineservice:0.11.9 + +routinesui:0.10.32 + +securityui:0.9.39 + +session-manager-service:0.10.11 + +sl-configurable-http-proxy:2.1.7 + +sl-k8s-hub:2.1.16 + +smtp:0.9.14 + +sysmgmtevent:0.10.14 + +systemsmanagementservice:0.9.22 + +systemsui:0.10.71 + +tagsui:0.5.28 + +testinsightsui:0.9.71 + +testmonitorservice:0.18.16 + +userdata:0.9.13 + +userservice-setup:0.10.2 + +### 3rd Party Containers + +alpine:3.19.0 + +argoproj/argocli:v3.4.11-linux-amd64 + +argoproj/argoexec:v3.4.11-linux-amd64 + +argoproj/workflow-controller:v3.4.11-linux-amd64 + +bitnami/kubectl:1.28.2-debian-11-r16 + +bitnami/minio:2023.12.23-debian-11-r3 + +bitnami/mongodb:5.0.23-debian-11-r5 + +bitnami/rabbitmq:3.12.12-debian-11-r0 + +bitnami/redis-cluster:7.2.3-debian-11-r2 + +busybox:stable@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee + +busybox:stable@sha256:51de9138b0cc394c813df84f334d638499333cac22edd05d0300b2c9a2dc80dd + +jupyterhub/k8s-image-awaiter:3.1.0 + +kiwigrid/k8s-sidecar:1.25.3 + +kube-scheduler:v1.26.9 + +pause:3.9 + +swaggerapi/swagger-ui:v5.11.0 + +zookeeper:3.8.2-temurin From a1c9469d9a09caf27d0683c9f22b83b9a7bd0c0c Mon Sep 17 00:00:00 2001 From: CIakab-NI <127735155+CIakab-NI@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:01:29 +0200 Subject: [PATCH 2/7] Update README.md --- release-notes/2024-01/README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/release-notes/2024-01/README.md b/release-notes/2024-01/README.md index f2db2ce1..b88f07ee 100644 --- a/release-notes/2024-01/README.md +++ b/release-notes/2024-01/README.md @@ -2,22 +2,23 @@ The 2024-01 release bundle for SystemLink Enterprise has been published to . This update includes new features, bug fixes, and security updates. Work with your account representative to obtain credentials to access these artifacts. If you are not upgrading from the previous release, refer to past release notes to ensure you have addressed all required configuration changes. -## Upgrading from the release year-release-month to the release year-release-month - - - ## New Features and Behavior changes -- Behavior change or new feature description - -- Behavior change or new feature description +- TestMonitorService Breaking API Changes + - Implement support for keywords and properties in Steps APIs. Bumped API Versions. ## Helm Chart Breaking Changes -- Chart Name and version - - Description of breaking change. +- `systemlink` + - The license service and the license UI have been removed from the product. + - Settings related to "license:" in the Helm configuration are no longer required and can be removed from existing configurations. + - End users should delete persistent volume claims datadir-{release}-license-mongodb-0, datadir-{release}-license-mongodb-1, and datadir-{release}-license-mongodb-2 if they exist. -## Upgrade Considerations +- `TestMonitorService` + - The update includes a new database schema migration to support future features. This migration adds a new columns (keywords and properties) to the `steps` table. It is expected to complete without downtime. Downgrades to prior versions after updating to this version is not supported. + - The migration requires permission to ALTER TABLE, which is an elevated privileges beyond the minimal set needed by the service. To ALTER TABLE the PostgreSQL user must be the owner of the table, or be a member of the role that owns the table. If your PostgreSQL user does not have the required permissions the updated pods will fail to start. See below for new options to facilitate this requirement: + - TestMonitorService Breaking API Changes: Implement support for keywords and properties in Steps APIs. Bumped API Versions. + - Database migrations are now managed by a Kubernetes Job that runs prior to deploy of the TestMonitor pods. This will allow rolling updates to TestMonitor to be peformed more consistently. ### RabbitMQ Version @@ -32,16 +33,12 @@ Refer to [Updating SystemLink Enterprise](https://www.ni.com/docs/en-US/bundle/s ## Bugs Fixed - - Only customer facing bugs have been included in this list. -[link to closed bugs](link to closed bugs) +- [closed-bugs-sle-2024-01](https://github.com/ni/install-systemlink-enterprise/tree/2024-01/release-notes/2024-01/closed-bugs-sle-2024-01.xlsx) ## Software Bill of Materials and Notices - - [SBOM](link to SBOM) [Notices](link to SBOM) From 5d5634c9a3f37794cac991c8fc8de2e893b7749b Mon Sep 17 00:00:00 2001 From: CIakab-NI <127735155+CIakab-NI@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:09:14 +0200 Subject: [PATCH 3/7] Add closed-bugs-sle-2024-01.xlsx --- .../2024-01/closed-bugs-sle-2024-01.xlsx | Bin 0 -> 19510 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 release-notes/2024-01/closed-bugs-sle-2024-01.xlsx diff --git a/release-notes/2024-01/closed-bugs-sle-2024-01.xlsx b/release-notes/2024-01/closed-bugs-sle-2024-01.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..bc10d116fa6c43a790dbfa8f7d2d0fd76ffa108c GIT binary patch literal 19510 zcmeHvb981)mv?O2ww-j)vCWQc+vp@6+fK*s*zDN0ZFTJA%k4Wew{O39)_n8#yl1UP z=hXf^b?WS08?|@INdkkQ0Du8N0000G0tBgSG6ezx0HlBc03ZWE0BH!?SUVb7JL)L8 z*%~=$(Yab#66AmYQDgxCy|@4O@qc&(S`(xtff*43&;8!?29=x5sDs5Cc<$|H{7_r_ zMr*NC>6xaNUOj3K!HFy^7PpMLt(nfB42_vF!&O8~Bq55@X;taZt6?k;^Qvq7+N3i% z8)yWPRG?02P%L2wM7oE=It@<&YcQ;;bWvkEwsD4`!oRP$RoWRJ`5~g{bccJ$kM+X1 zb}YAT=GTBEaw=I=Zf*b;=x0-UX!ed{#{yufId`b3dZ0?VRwz?a#9rnn@M>~u1aXTL zu&Po}DMW07k4bh4UmbfRO9y(oKi>Z>w*QA^^_N>Oi~TRLB^+tvTBahJvZNP2 zkT!e)WK4O{WlxFDYks*C;djig$8%4waLIH_xiPNJb+&VCEIBT{VUD2M&0e_q7+SWK^M#J|?K6gxs7kLNPm`t@hiZa7hWfPx zd=(3JM~m0ja#g}#lA z#UI+POnKRQn+?H>e!_>~y7q}6Y-Y3`!9;IW4p=;z(|YP7t!YU8qF9ckLWsZan^#aZ zD!H_LL{?ojNHs-RjV9+A6(;o(ScB$r z9Q5spVoIAb9sv^BPJ~iadR3~>dgF*Se=!w#*v(Sd^%A^qbTYoB#jQ3C&V)y_d^B#o zH;Ulq+0DVm$0B0QWdx_VkP|XpF0w3oSyi5C-HW|5!y&p zdg%C1M|+A^gIl}bBPGD_VkqDHq2hHyyy~$4%^Wo%@n3ulMr-ZaQ{OkC)~;ISaY9_R zt}wOYR8}j>kuV{hFH2VyTnH7t-Q%lYZrnvxU9~-VOmuh^*tZCgsL!#=N9WtY!;44s zGtuSt#h8|0UX&X}nl#8i&dhfTGp^21n`6ZDYUgbZz7p^Wrf2DSmcdJdFqq_V=j(Z{ezZ#8kj&1ezK=jj;DNC*Ia zfS;}Dn84e?W*QiMS74;h^>X7;%e0w72n-j+7u`td9<>MG__b>pcpS3Kp1RI_-r9WS zbTDs_n&*%@&(+)kS(>xq`AV`)vM(7Njrr0h=S@yPySXnkmt_qs_Z59i`}w063HuD_ z$1Xh&;%uS=VR8i~RBYg+ShJ9a!PVQDwWhRe2szB%++a3747U+xk~L)%=6=7u;;1cT z96LSaAPf<;j{-Slk1I(TY)I!RAub$6J3Vt%4DAmwisGM_wQ-KhIE+kk2af%*VU_)| zNFQFojzE9WXTW@sXR(#4I)4A7dNVZ@)EuC~`p`;?d#v|Vq==>(i8HI&7xE$N&ps9CHFbV7H~1)>!;BrTt3Oc1Qmru z6$)~Lp&8>T*|9jE#=!GPJ82XvnN7YiE^uv%ywpqyK~l{?i-&ncPo{s< zNAMFLi$>YwzoPX)dcOEu*8hMCLjc-&CM{jl1BIZGRk z!)(>;WjOb2`)J>|gpadyClWfz%^HI9`eGBw9_`gD<2Ys`>nK%Dhn__KsBIWl;qp*C zHa*Odk$J|OF<$6HQ@#GA!SSX#;nh95G&yr|F@6Ucxj7n2AIHe{}=G>ryP>iW~QTSCa^YZ%oB5*UH?Ak z%2}(2J7!EtMT$kzYyIdi>vvUOT35Y}6TNb-B3S*%$6XdrM{iLz#5ZFr(#C4C^jkMr@@r)zp|VS};*JQYzpzBk zZxmp0b4?pQ3D`E!tEBIGp{Kvi*BdQTc-9{kO-_J9|Cnjm1f)qS7eIPuj|3tP8orH^ zTq?~aFXi=H7DEtbFwQ2NDgBV@D2@ds*o8cZ&}B>J05cd1qcex=86id<$+)XmG}2X8 z!ISA&&I&(Yka9Zul9Q$=8Ptp2^n+0f-8A*p0yg~xcJUAW@~;{Q>7X!Q_MNNN-!Egl zxA+eYE^MmmZRg@klZIjFJZg5kd`c!(tgDsK3LKQa`=bT#A>F{7PgHW>> zTgAbDyX`nnMp2+lDuOuCv&?kqW2V86Qjg(LC6|tyCJCkV6-icLTTXv{Y)avl+v2v7 zD3=2Mz~h@6RXYAP5!}F~9P9@OWW=!9saG1~o)Bzm%RueKhJ;bs9-hu=V$&QD{Zmw} zz8TJV@?LeeiGZ<&W%?0PC32M*$|Te$R|oKUxfQ;zQ22G=@Q* zn#!c?&*(~zRnf7B0}}L=E%058cbqnv7c*EY}2(zY^P2s(j!r}$d5k|C&YYKYLv zGGAjYGe#&iXrI6yX*W047JII?z$p;$#yUl7i^mt4oB~@xw^tPHQrSXbrrg+|awuaN;x3-8{Gh_LxK*YHp zftTS*l3iGRc?~0@%WM!nNmB%!D+eW-L;4!83OO3};>j`0J(BCn_*L43QXksZo7jJZ zfDvTcWUBl1-P(A2`^gGriPF~o3ejI#1Fy1zTiBPK#SP_J!(WOiHrf+XEgce|s z)mB|aFM+NuF`wmS`|Z-CqZh8sQo-RRW#* zjR-O;@B3N<&iTT0IenbYi?+w$$Cg~{6 zH6Y91&*=A}rB(;)Cx}&DLTgFr-f4urxAMuM45Mfk3bmGJSyIg;8dG(_y=`s&rMS09^*wShyZhC%f}IVq@7$DKY=j;$}(d4wKGF;qFFX)WpN*TcIj#S64JPq&7TAhDVx_)PecbBNAuZIXB zKhK1Xa4Rs!S3MHtBAxXoKgH0N!OeVpYc4Dy_<{Q+GqS^yfW++*ZAmWEq^cd_?Waff z^RX&L3_`s>)<7N7ya|moR|*~$s4bvuHqZ+?#9XjCV#bM&-c~09`HrSDn{&^)9P|7`V)B-W~SIyY-AwP4>t-FdHG2KHaziDe88}6*HMrpwTJkV zV*Agv#uX`UsQzk1svS`9+?UK30BktL`lpgA((J13 z?rMSHfCGgyT*9SGy-Y?fye*HZI|?KuZ_@|TmwogGdbCLuGND~CH9_mFH>M^jT~F0X zhs(oG^Cu5b#xyRY;mQUx(!)R+0 zI$AYNxFt~m^I1whm4Wy$%^Skd75tPRHM@f{j0;VU=d)0BG`i;{PqpP5t}Wz*#O)gc z=>qD^U7D6q4Z98^k=J1S`P*VC$K|78OHULOrBsR7ch$qsm_7o022vmq-x}i@>&YQ}u6;%3muglBBIP`U|n|;|R+@)n4+~gmGAyq%hHx16o!t{LMo-P1+ zGkO>VdSdwy51fn6h6jMOH3*KnoGMSdmT^@3KwG&xEEb#bFPcaqQz}HNKvxXHoiSWE zH%d~6fBdk`lv<6uY6@uynTWACqmw8DxZ7vW`n0967*T1o2OEkMQozwUrPxs=7>--o zA{e|o&%?AORT*-9hEU-jJWVQSuS=>xS1YI=JlthO@MY<8bj_-wyU1de$J3Bl@4X)k z-oeGYeZ!`7@+S%(gcwlLtQRrJus$xldcPB6kB33M`@n~L2Yz*5pPv#Vq@p$ibfHFxSscb zCA2D`#j%^N! zQceEsGKA*>=l}*9rE&2T&zVMHv@hga19^u}W8rR^x$@mMw#;G9P1!+v_Wtdu#CTf! zV};R}Maq?W-_7j}zj;clr|%Hi`Q<^TY-`mnGhzJMFlcX!fQuJM>tr}ML(#H)GkKFa z;26<;Dr+*$N<1;`wjCKSInz?q1dO_%(dzf~P^lXwS7x#-gS;RoYSgb2-=1WyT%#hU zWlWmNnp2CRL1Q0WDK#SmlOzfb)OpU=zRetaA1Jw~C4o^aPGjgv8Dq;kVaV&i37}}3 ze9>M^QJr*Dos>ID%2pS#+l6AVLPd4mz1&iQhLsEv!vx4KIfpOA&F8 zV=hhsl+&kYCWvxWTx_;;Gj}p8X%o()B@TD2iC~yw@I&9E;TlbRQtN9@37TP&ZPIVT zwr4(yfJd|tCL(Y2B_mUu=;5+{s56IXpdx0mctAeD=$>~4Ya*V}K+jQZbjB3Vw7z%I zOT}D^n-2 zS>P&$e5MS(@1|n8?Q2QzI&K-sB2HHueneCoFy}ryVxFohJvDe_$mcMB`=e1t-?U29 znB51LE!`p0`PR^>5Al)2oMCd#Imw2ZU92JHBa^b!_!zQ_sh!!!blk}$z_)F(tL*r* zLk?hOdnN_FR7W$8afd-%JFumff-}`r`PMHowD#o|bWLzbvu+Ztn=@Wvz?}@VUq_gv z)mmk`Lu+c}mus16AYf!?*zT>IL^yaZ%E@^LGDg&$_-KwLGVULTR$6C`!Cid0-EDn1 z3Kb6I1Z1~_A= z48K%r9yw9LZ|KIzYr;(*KLTp%O$a-iRrJr(oo(;Zjs_rxg-Pj*px13aZnbMJdfJ^M z5@bBp4P~iWIhzL<*YQw*w8`X7oXl|sXn)fGfI0D%2d z{W>_hSsFR~VfgoGYS?UvpmbP5ntfif|LP;EQ>8W=1b4EV;Kyvv=exUWh=jV zjE6^=)>YO+?Dg`bak`9FuF!6)N_lY--hvK9uH&b zu~nl9w^!@gEFZz2jvB)DFx`x_hi!kJys&v(&<&w{&6AUk);CB_Qa-@y0#z$Av z{xS`sq@`hvVP;XPv9Q#<0F~|HvXe(ab;J*PFI9V-yUi+E3Gvo*j%wh47DuRu07Y! zHCDYl&RZgPn`Z{6IdkRN!sah5i(E7urpv+bOgFf^IxPH&3YH6V%1eBKp{}_r&ehsa zyYQQ5T3W%Zo@S<%MH8m^zcVtp(?aJ@6$e}3901L~X){T7U`Q>;1 zY7E*wm17FZ{LjmOw40qn`^pOZG?Y7JmPJvL4)!&YY89f>+d37U`JkSiM;-ZAVYY3O zAY>oIc@*?eqN{^Lr)zy0$G}uP3XB$%@-WNN>MizVQA=+_~8hwsSXKsK& z?D^=2cw|;~K};eJz=tYn$U#J_g@IJ}YBqb~9m^dsv890sQ_3*o2PkcvHh5cvYw5VN z$g#1cm(TreZuTSPys~hM+mmqyO9N?D(%uJD3ij5v#5FC<<8F!{vm6+)%J$XkCHzr%1*U=4)?;04mZK)TN_kcCbDBRR z*_%egZr{OAb?q`Oa(|mL(*(KBr%Mnyk7Xli!J5YEFF!}B9hgeK)xL(>(}>yT=(^5l zK264(>i>`xr3^fHaE1AB2KcZ+Zsy}D^6}*Kt`GP*N9p5EO04H+t&2H)1fY+_QHRsU zB3*FSrGOy(0brHO3+4ca#R9;pm^Q4RL5#3IbBb1PF<*Tr>QO;P-T^>{yrd^Z;xMil zfL3=4_U_y%m2wH&)(~^tGj42*PlJ~)qYB;Zf@6+o0-%fR1t_uRA|2=Kc^Ja!ilICB z&JDz3n^CsIfo@o$%S}fKfm*BrI3xefFXz(2u8D6!q7EBHS@$D;0Fq}q$&x0-1r-G8 zLnzgcL4p}-R%?W#04&s*tK4s)_)UhN=NC&-I#qF*#*m zv(;;!Q*8@{pA1D~hhMcAXSp0u#RMdic!a5PmqxLjQ_aUPI~eF^RlUV8XCG*?)*Pw; zvipcEJM}t8c+jDHKB=-SVxX~n8}9=GtEhrVa!~zVx_<;JXihVEmzj6I>SdP~hBu~z zpo`h&N`oeWFCRNYP9vfKC7K00SeM$~r1kSo{E0IZ3G! zML4tYd2{R41|4!-Ae2(n#$($X02q&pi)( zLq#wX-R>!0)Pk?{b9wqLR=$Vu-;r#3k6rbN5&o$lVZjeQXoAh$4u_GY%(Vzv8SY5WkS%Azr`Bw8A0TcVryX% zlf8gK*NgKxhmf3Nl-BLP_8VYi&LAQARK3X(hth|y7ZbBcB(>`D!Tmc?eck8TH_OrXDE^no z!3&2+=?G(9fU}I=E8B#P{kn_|bOzj=;p3`jPZ+1Z&ymla&nTtWE zal31YkT~)5<^~qK9W@?;87)OKh3jBIb#AL(Ef#BTiHndp(?^Y~mFtHtxE08*iC*hY z{qWiwcFi96+*CGLiORUmnvILbcH<%M0X_f-?TZ5B!9cERK8 zt}rMHw)4mOw4;irV|3n61fi398)9kZB*kl%9WTbTIl3mfmL)Pyu5Ie#)ACW5vEZS% zM*YR2b@MajhGJi2IEhZXk7j#&WlQnA%Ca_boD^Sv7=V6w^kLE(^ZkTA>rCt2GIx49 z>z==SQ_?yb<5A%|=I;{P451B%X1`yYgn-mcT5gE5O6(6qhdD&O@K64n3T{iWz0_2hRMA@x(Oga7sSf~Ffz#7J!B3#A?_blnFBob1u4t=K=RMs({o~<@V?yv5(hX8 z@D|#GT8E10Y`BXoke(IRuxirc5f5Ktx48WU`7e=iJ{v_CWh*m}rtpHg8l+N&ci^dU=o+6&KBB&0 zvtv91m#lL3UC*7o;QgqX)i6;GTMPik-xK?uYWWq)UM+wDUu$b!q@_>*U^4@c_K8)~ zt(bAdJhMIXM`7=EoRIX7QEz85yoHt1YPGs5ajyHGn=WQ!uUK@OZ-*DYLqy5yNTD7d zj(gM}zs`Il^#YxXa>=E*0jfzmgYKWNnualr?cEYc^IaekuB1fiRx;vf+1eOdG4=7S zr#liEjAWab+@)EC^4N#fxljh z*^2C(?8hXZDlH^7o1$bSqYQSRA7>YZAQRTEmMsSIuE-uj1W;n3S+7X2!Z5`mdcX?9 zzV1iqk_eN2y4-j6zqGYbg$%C@r7M>fs|lhRCh^sTHOu^-icaGB(~2oh-J zW^hL6ZfmQ%eIA}=_3v^DP*bCt2$(COpK{N*0E(d=b9km$i&ZeqFefxy`osqv;U_V} z(~Ebc?Lc8)gx(8%e^I~q=4kv$f4*`(l+N01ZLla3zT4J@Hadx-ve0P~T7Ab!IN(4s zHAz!hAW_w!tqfx>*F_c_OxNAK_vh05KEGl7%X5*l zx3P8jUp<^WMJXNx6oAC2#tMCp`z+lib|_CX&l+^#WgLL5HXrqH=g|uD38dnu1+3LF=Xv^WpL@ z_|wN@Z{=Wppa|{Qr~86AdeyZ8oG=?W{Nc2`?2(wOCs0 zW7_JmGcDV+vmCqSClxso)MKJB?GOnZl)H7VytQ>paT)l-P4%pnM3(N&=&Re2>s9#v zwhHb^hD+5-m7CJyk_iCjEl_w1*1dA$Qr=ddpa-a$&(oi6bl|S>&JXY?fBa~uE1~j; ze^Yxr5Unk=xCz{Jg*Ut`omyT_tK;O6ak_VDUK}~i*RwI6>kn|UTEd5U%B^CFkPTbx zYG-73TGFvM+rRn5&eE0bvSH7h7EL6Bng?>NMp#Vn$tl)j1dgD{GyRAkVqZqfz!xVC ze7<}m)#8l8qZj7P#sN2B@#=@A#*QfI}T;ghpJOvIYd=oYT7u4ZfOdb_~0xx6kbTE++4hEbfuAALL;9Xmoi3GUSEECmXB zM3!b!6h}$QzY!*Jq#jS?3&NO>9Wccq-ZrRMH8PZ+axP6dT8^gE?x$LDC9>7Pa5u#4 z(!s{!CpGX^MpN_K$+gX;8TPN{o!5EF$a+zoC_`1MNQ!3C0=PVGOy~Xpen8D#*SE!b zIH!slxjd8mj7M_iSwq_zeQsjO%tq)mU((3r67PDD87QkO=Tc1Bxq9VCkI_%48C1Nq zAWD5fj&k7(6F&O_7ZCq^bg?>)=$e%Yopfl;XFPr`skV9!+gMHOp4V9f>*MLi`~n{8 zj4kq|3GUP4x*4A!3C{7{a+HA`u0y>r{Prz<@SC_!I}`oJHixFji_z6ILz`DYC-C|z z*d0nb&mnzv)N1d_EG@L6K9V1fQh?cn)oQ;`Ps)t#?z)9D?brM{nsANRNC}x--WZsweE|(#_zbA)kbo!bqnw2x z(_31RcJP>R6#hNgP%%TDFBMlIg401V92~kF5hM(_wjBWbpmbaW?Z|{qj1Qp#a4K!S zBXouvNzDdg=Z4ve6Ucxi@K@7*EZiyVeDt+M*g5ZJivju);1OeY+7f6B4qd{@69nNPfr1GGVmNOlfce&u6Pl|0 zDZ8*eL>fElqsW|yOE#Pj93Jp3jwV8zM|@mUps{;tot>j0;Iav&#nt7tI`Q_U_{Nt} zk_Tt_4Y{**>JN>c`8(%O3C#mh5*ypJ@#Y;GW)Ec{kC+o5{8;7rEq0L}d66ndK$`uB z#;Hj!glYyo3tE7HYY8C%uuwK|p+Q5A35FeU1-rp!eS79uYgI>B!=+5xXQZ*y zM+7Jc@4$r!FfvKRim zF-55y7tFSYdpqIxTo?s{1*+?`2Ex%rKbcPBO914Pq}^g_pK-z$d~O5yP|}%YgpLjl z7Y2w*g~jOqgu@PMoks21X(C!xqjL^(C{;J%UjTFq_1HfB>JeEf~;fqTO2o z7eaMNZbRb5uo)or+ji4uP7?AY^0rarGvH@7e-XR!&`1fph~>Cs2@(0`K8Xb3CRbCP zJ^Dn{Pb~n#B&WWHfW;$ED2pO;Sy5S*$@u5O&?WgN*KH68*XuX=l4T#R1v5bHSf|x# zSo-Z?rCrbzIj0#5BGX88mG|Y*S(d6yQmD&k%OU`aFk&ru6-{(CZisw{y+)1uvrg|* zs`~FIrq7>=N;<143ujIv-xJ~*H1;hpmp(h@fGvitpkN`=)hZxF8II!x!r&3++Kljg zQKBA4OdsTsV;h${oa*5(mfgOG;oXBx@8HL#vI=G4B-+l$Va)(w6)q_llLs4xCW5O2 z(2O;NRJgW-vpbNKM&cH)Ly^9w_EPYqri#i5QzDDDxunN*G#a}OV$w)w*q@;hXwF8i zCT%MlhZ)wkYo`jqUH5Owi5}v~$E|=o;Y{`P#}(imN|qWObYvsEhtl+(9JG;PsTGT{ zx@S#HYAs<>YN61_*176T8~M(@ylzf^nWcI8@laRzYMW;B5bHC6Yd|j_GPG1c3)OQ9fsmb>QYNmFY+gf#L-JTchcU8B?hn%eSBn`4M)KB8S{N@ zPZaK+jpqIVAQf4B)qDHc`XHLYu_?ROc|Ei#a@iR~;HF(;OptKNuZcW^>Z^-_`P*Ml z$HI_wRejrQ$dyniJw+1;*0@-dl1qgSATz7v2ET-t$J2WH!h!1`1Yd$D14Mi3%E9n= zsQapx_JCuMec1wP+?6Cir_suWIJYK{=wt zK1=b48hG#>XWAtK#7h|ufm7sxKoCq_W$09bJ4V;&*30TJyjjUCDqlMEXnMxhhw2HT zBduE=x0+0*5>-VtWD$W6RmQ3gSOEbEmZZE3{AG}L#j-p%SPxzk?*XC-*ay>V5f zB`E&vu=06U>f4x=_{Xy=1}&Z+)=o2vD8bVVaJ0>sl#*J?Jc~*%N_JO$%_TxLNgv9- zh&tdq%k0=cuKqPcVAnh6_g2l5AqU_VPUFeK^z&q5jCpX_O+n#W9QZZ+^!w6K(~Nsg%e&{|^`0X3 z-*_(nE912`Uc+LA0U=-=`UPI(y!zxu8g3ERBY+P$Uz)I@nq`T#j)Zt{HF4@qdr_Ry zjLlLqj+~jzVQgfQTu0kWS?e0K%pxK)mqkVnBo%w|=mp2Cc~vizXg>w5j2UZB4BN5J z^=VI`5xSGxVNJF1HY?{x4(#~xD2~_q1ncTdDb#tjR>+mU+UBfvU9VZys)|MPh`IU; zpM2#Uf8Xe2=hLenLO*;~a+owcr)PX0)t;c)U60tJ{Q|~EiiymT*gO(Xh}$C>CsW2T zhxHf0JP*ytT-bWAtsHgh23)k?d#duK&0#Xp=e6MLUMs|1t96r;*4=Qoz=e0h?qOf zMPIE7n5an-V9T!pw>(vnlBWv3*AQ)!8U>UwU%VX$gUeYb8+#;2Uu+_blRbxhkF%^* zPtAPjh7cECV?JhGaN_GpJ*!BNtz2b({UG)5g$Mecoob)y5PVtM5JDy^O~sicLh+J5 z0r~a6!Z`6) z(qZIj;hLTKpjk6&Bu@BDfM>%$Pmb@0{-)Uv&3Dgbz4nj3yIT0@%+>o9*>@@UZzSM< zb+?Am{1*Ov2m$8-uiz;y<8OPHO#)8)pM!Sn3jQ9-rJLJh0Zd_q?Jg zqwtMGtq)Y=zHLy76AF|T&EKkbE?c0ZBUB~TCn2kqeMiDM?hmTo7o=}9l!c?mlSV<~ z92su%tH@cdA1y!KQp`Nvwp>QBTRsVMZTPS&t&)CKV9`McWs0re=r{TFKmbyT7_sxk zxV95#0Q1n_@e_Y{7HXzAE!a2oG?vi-b)dD@G{~d6@$(yKI8XX{^RVeR3K42iDSufM z%+6d#jySl@29xZ8$L|+knM3Qq{EH+nz^jj1$Y*%}aX`mEml$Tg4<_+@Fa+^Em)X$9 z;AaGc-oVD*=uf@@`F9HQ`_OqR=)FgI5MDkm_%J-44LDbqA%{R)P@PreV&)jrWSmw(x4YePhwRyO^H_z@`EF01v_}3ec4ykoAvFIkSEwer~H4W0MqKRRV zVq4gby2G4QzdoCR%6z_YJ^v;sizSGbAce3ocakyyIR?yaK;2ElBn9%d%!agg%BCr< zGEQShS)Rr%j3j|%5WI6mI`o8~SU1+uV?7)Qii2$-C;R)b+F+EXzGrDbC{RZ3tFWWjG z5~sz%0IuB@E@dH@x;z2lM&CJ_VHhFLB5X|hhDaA@GDd6+1mb_r{9_RKaTV`ew$?mn1FNOTYQjJ zY_3x|7~e8|Y4+<%eZW{}6XgP{>}tbcspymWsCxN%Gnb`^9pX%0Uh$*71$Vp8U+4k_ z=+K)`5G-l5il84FpX@G_p-7M=whcZDWCH9)ygrLtDVz|*0HatURz}0hHw-b=!q$SJ z(}1g#B&!Rq6mW(q@6xOYx7ZNMIj8K;W8y#xK<)~&V-8K)Ic2@E(&nB%{4jGl!cZ-> z(b~^o?eQtbPnSkC5Z-#4^!v1^sU+0^+9De%!})2kRawJ=yKGVQQy+2BiB;BF=XJJK zxMb0+uL^i2N*v!^kU>lQ)*`_*M*w&7jub)P(R`nAkylXs^?9;(B_M$kCVhB!cKZ34 z#hoyH5GdUkx`#jFmjH*J3}X2E(xqgfHv;Xk5b(elm!7JRMDbg0I=Qy|uKpxA{8&h@ zpLs|+0nR@@==v2CRxv0aFF2E>yRs!GykZ$ zzWlQ=`!l8vvj-VKnqTG#_vm(C&YsZSbOQFUCaT4CE_=DYhic&R@UN zqdVNEG6k7`uALue_Ja@I=|Vy5qvze@ibG)(z4Bp((=uvZ%EJNRV31|4TrN*>YYihIA zDjpE0O!O3)qZ1`F17H|E48y{)IaJfvfrkqBxEfrl;-eFZd9PJ1tRSwhYd!SZ+KU3C z&-jpGabNhseo%!1`k6u!A=v?desK-icB)lFpg#ojJ;cEyaO}$*Hyt``FI6m|cow&q`>hC+`Cg zS<)e5NQzOEETKSx0J+Z$E`27kdSd-m)sj8)eE0Ld8isTECoLx%Vz%NO!0CAia`_|( z6i|RfI7|hY3gJD78d_^e<3^n$6LYVbVk*VsEt)Jf%?Tsq!)x9uZ&%q_@}eTkgc2)7 zc%(bNC@}B-`79brSVUU}WsWa7(@D#24$r1#KF!4ra%qkb8$(E5#@q=ROd_=e#;{=) zPFXxt6sMX?9r2NqmW|`972lm+iJ%Pu{v+7TLyE-Z8yl>@%f0X!8p9Ai;?k-rg=UxM zNPOb}TNDLYtFCK9YRL+8v&Bun&nomkae-zcIZ^ljzy&|O=znv;-?_m2y@C&H!z24# z*HI_^mO&z9S`u@IO$53POH^FSU|3bcY~8z{5Dkn=LSUVqHOM1*7M9r~6pT$77AiM) zt$*_S!}U!SaIe0BjY+8KhA&KzbDO!hZM{OG>t%?tJP~%X(3G}?GcwpPDrvY8lN_9i zM2cueS<4dQO?^49lQ(OY7qjv__JCFgpp$!E>~n{7_XaNBAT40-Gh+5?m%t{{-nmpr znB`Tl{&(m=6AO(55B`P-@285Ff7GHLS3tS{6C3<=CI8I^|HuYlO4cxMCf z7A#S_5&dD+Bh^3Ifaec3xCvTsEWxM2p};&yMMEJIRTNwMzJGY%`pyQ^hMy!%H~e6N zHqEAeHq7(sE|8c?OGwx%gLm5IPSC;=v4@h63=5FH%~ZQ)e0!?LyQ#O*acW}KZDgM1 zz@*ro@#WOAm-e=t<^~V4*%?EOdq&P)O$pfgq`3}lR9;Ps*UN_xK0ha^cn->Q{dm@~ z`Ce1`r%nI_qJ2+l`saOae!175U;km(8#&3p1N?objb8ye-u;hX_TBiM@b~=&{v!Ru zwEJ!Mf!~S$UWEJ?>3d1?`?UApmn8p=^LxqZUr3JcYv=!60qXB4zt@cYh4O&-j}>IU z1N@%#{uh8N=1+jXa^Qa_{XJLhFVYvnKS_VjT>Bm2@0mJ((E|YRlLGux-p=m;e@`j- z6=0F?k$MrkF-)+rb0jBtV9fN Date: Thu, 18 Jan 2024 09:28:11 -0600 Subject: [PATCH 4/7] Add notices and sboms --- ...li-v3.4.11-linux-amd64.syft.cdx-notice.txt | 1206 + ...ec-v3.4.11-linux-amd64.syft.cdx-notice.txt | 1321 + ...er-v3.4.11-linux-amd64.syft.cdx-notice.txt | 1109 + ...l-1.28.2-debian-11-r16.syft.cdx-notice.txt | 647 + ...023.12.23-debian-11-r3.syft.cdx-notice.txt | 1506 + ...db-5.0.23-debian-11-r5.syft.cdx-notice.txt | 471 + ...8s-image-awaiter-3.1.0.syft.cdx-notice.txt | 166 + ...rid-k8s-sidecar-1.25.3.syft.cdx-notice.txt | 565 + ...kube-scheduler-v1.26.9.syft.cdx-notice.txt | 687 + ...nk-assetservice-0.7.54.syft.cdx-notice.txt | 119 + ...emlink-comments-0.5.17.syft.cdx-notice.txt | 119 + ...ataframeservice-1.1.43.syft.cdx-notice.txt | 117 + ...-auth-proxy-20230404.4.syft.cdx-notice.txt | 13192 ++ ...rbac-integrator-0.9.10.syft.cdx-notice.txt | 317 + ...estionservices-0.12.11.syft.cdx-notice.txt | 538 + ...ecution-helpers-0.10.1.syft.cdx-notice.txt | 710 + ...-nbexecservice-0.10.14.syft.cdx-notice.txt | 119 + ...bparsingservice-0.9.15.syft.cdx-notice.txt | 1035 + ...-v9.5.12-61b4dd6cfd-ni.syft.cdx-notice.txt | 1760 + ...nk-notification-0.9.16.syft.cdx-notice.txt | 119 + ...link-repository-0.5.16.syft.cdx-notice.txt | 119 + ...cheduletrigger-0.10.10.syft.cdx-notice.txt | 119 + ...-routineservice-0.11.9.syft.cdx-notice.txt | 119 + ...rable-http-proxy-2.1.7.syft.cdx-notice.txt | 11002 ++ ...k-sysmgmtevent-0.10.14.syft.cdx-notice.txt | 119 + ...nagementservice-0.9.22.syft.cdx-notice.txt | 124 + ...monitorservice-0.18.16.syft.cdx-notice.txt | 12 + ...emlink-userdata-0.9.13.syft.cdx-notice.txt | 119 + ...erservice-setup-0.10.2.syft.cdx-notice.txt | 398 + ...ookeeper-3.8.2-temurin.syft.cdx-notice.txt | 416 + .../2024-01/sbom/alpine-3.19.0.syft.cdx.json | 1518 + ...-argocli-v3.4.11-linux-amd64.syft.cdx.json | 9018 + ...argoexec-v3.4.11-linux-amd64.syft.cdx.json | 10304 ++ ...ntroller-v3.4.11-linux-amd64.syft.cdx.json | 8298 + ...kubectl-1.28.2-debian-11-r16.syft.cdx.json | 17996 ++ ...inio-2023.12.23-debian-11-r3.syft.cdx.json | 37079 ++++ ...-mongodb-5.0.23-debian-11-r5.syft.cdx.json | 21187 +++ ...abbitmq-3.12.12-debian-11-r0.syft.cdx.json | 9738 + ...s-cluster-7.2.3-debian-11-r2.syft.cdx.json | 8763 + ...rhub-k8s-image-awaiter-3.1.0.syft.cdx.json | 207 + .../kiwigrid-k8s-sidecar-1.25.3.syft.cdx.json | 8547 + .../sbom/kube-scheduler-v1.26.9.syft.cdx.json | 5263 + ...stemlink-assetservice-0.7.54.syft.cdx.json | 19582 +++ ...ni-systemlink-assetui-0.6.47.syft.cdx.json | 1879 + ...i-systemlink-comments-0.5.17.syft.cdx.json | 19252 ++ ...stemlink-dashboardsui-0.9.31.syft.cdx.json | 1879 + ...link-dataframeservice-1.1.43.syft.cdx.json | 13077 ++ ...-systemlink-dremio-ee-24.1.2.syft.cdx.json | 136384 +++++++++++++++ ...stemlink-executionsui-0.9.28.syft.cdx.json | 1879 + ...i-systemlink-filesui-0.10.43.syft.cdx.json | 1879 + ...rafana-auth-proxy-20230404.4.syft.cdx.json | 38065 ++++ ...emlink-grafana-plugins-3.9.2.syft.cdx.json | 87 + ...afana-rbac-integrator-0.9.10.syft.cdx.json | 6875 + ...k-helium-dataservices-0.8.12.syft.cdx.json | 2158 + ...ileingestionservices-0.12.11.syft.cdx.json | 15667 ++ ...ink-helium-salt-master-1.6.9.syft.cdx.json | 2732 + ...elium-serviceregistry-0.9.16.syft.cdx.json | 2942 + ...historiandataretention-0.4.8.syft.cdx.json | 2158 + ...m-taghistorianservices-0.4.8.syft.cdx.json | 2158 + ...k-helium-userservices-0.9.14.syft.cdx.json | 2158 + ...-helium-webappservices-0.8.5.syft.cdx.json | 2158 + ...ink-helium-webserver-0.16.14.syft.cdx.json | 50454 ++++++ ...yter-notebook-userpod-2.1.22.syft.cdx.json | 111593 ++++++++++++ ...-systemlink-jupyterui-0.9.36.syft.cdx.json | 1879 + ...temlink-landingpageui-0.9.37.syft.cdx.json | 1879 + ...xec-execution-helpers-0.10.1.syft.cdx.json | 17762 ++ ...exec-notebook-runner-0.10.14.syft.cdx.json | 118574 +++++++++++++ ...emlink-nbexecservice-0.10.14.syft.cdx.json | 18925 ++ ...link-nbparsingservice-0.9.15.syft.cdx.json | 23328 +++ ...rafana-v9.5.12-61b4dd6cfd-ni.syft.cdx.json | 20309 +++ ...stemlink-notification-0.9.16.syft.cdx.json | 12837 ++ ...systemlink-repository-0.5.16.syft.cdx.json | 19342 ++ ...-routineeventtrigger-0.10.12.syft.cdx.json | 18622 ++ ...mlink-routineexecutor-0.10.9.syft.cdx.json | 18652 ++ ...utinescheduletrigger-0.10.10.syft.cdx.json | 18922 ++ ...emlink-routineservice-0.11.9.syft.cdx.json | 19102 ++ ...ystemlink-routinesui-0.10.32.syft.cdx.json | 1879 + ...systemlink-securityui-0.9.39.syft.cdx.json | 1879 + ...sion-manager-service-0.10.11.syft.cdx.json | 12297 ++ ...onfigurable-http-proxy-2.1.7.syft.cdx.json | 21344 +++ ...systemlink-sl-k8s-hub-2.1.16.syft.cdx.json | 29168 +++ .../ni-systemlink-smtp-0.9.14.syft.cdx.json | 12327 ++ ...temlink-sysmgmtevent-0.10.14.syft.cdx.json | 18021 ++ ...temsmanagementservice-0.9.22.syft.cdx.json | 19402 ++ ...systemlink-systemsui-0.10.71.syft.cdx.json | 1879 + .../ni-systemlink-tagsui-0.5.28.syft.cdx.json | 1879 + ...emlink-testinsightsui-0.9.71.syft.cdx.json | 1879 + ...k-testmonitorservice-0.18.16.syft.cdx.json | 20128 +++ ...i-systemlink-userdata-0.9.13.syft.cdx.json | 12747 ++ ...ink-userservice-setup-0.10.2.syft.cdx.json | 5320 + .../2024-01/sbom/pause-3.9.syft.cdx.json | 23 + ...waggerapi-swagger-ui-v5.11.0.syft.cdx.json | 7264 + .../zookeeper-3.8.2-temurin.syft.cdx.json | 18601 ++ 93 files changed, 1107474 insertions(+) create mode 100644 release-notes/2024-01/notices/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/kiwigrid-k8s-sidecar-1.25.3.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/kube-scheduler-v1.26.9.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-assetservice-0.7.54.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-comments-0.5.17.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-dataframeservice-1.1.43.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-nbexecservice-0.10.14.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-nbparsingservice-0.9.15.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-notification-0.9.16.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-repository-0.5.16.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-routineservice-0.11.9.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-testmonitorservice-0.18.16.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-userdata-0.9.13.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/ni-systemlink-userservice-setup-0.10.2.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/notices/zookeeper-3.8.2-temurin.syft.cdx-notice.txt create mode 100644 release-notes/2024-01/sbom/alpine-3.19.0.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/bitnami-rabbitmq-3.12.12-debian-11-r0.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/bitnami-redis-cluster-7.2.3-debian-11-r2.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/kiwigrid-k8s-sidecar-1.25.3.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/kube-scheduler-v1.26.9.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-assetservice-0.7.54.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-assetui-0.6.47.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-comments-0.5.17.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-dashboardsui-0.9.31.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-dataframeservice-1.1.43.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-dremio-ee-24.1.2.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-executionsui-0.9.28.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-filesui-0.10.43.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-grafana-plugins-3.9.2.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-dataservices-0.8.12.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-salt-master-1.6.9.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-serviceregistry-0.9.16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-taghistoriandataretention-0.4.8.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-taghistorianservices-0.4.8.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-userservices-0.9.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-webappservices-0.8.5.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-helium-webserver-0.16.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-jupyter-notebook-userpod-2.1.22.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-jupyterui-0.9.36.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-landingpageui-0.9.37.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-nbexec-notebook-runner-0.10.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-nbexecservice-0.10.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-nbparsingservice-0.9.15.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-notification-0.9.16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-repository-0.5.16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-routineeventtrigger-0.10.12.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-routineexecutor-0.10.9.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-routineservice-0.11.9.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-routinesui-0.10.32.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-securityui-0.9.39.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-session-manager-service-0.10.11.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-sl-k8s-hub-2.1.16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-smtp-0.9.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-systemsui-0.10.71.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-tagsui-0.5.28.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-testinsightsui-0.9.71.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-testmonitorservice-0.18.16.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-userdata-0.9.13.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/ni-systemlink-userservice-setup-0.10.2.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/pause-3.9.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/swaggerapi-swagger-ui-v5.11.0.syft.cdx.json create mode 100644 release-notes/2024-01/sbom/zookeeper-3.8.2-temurin.syft.cdx.json diff --git a/release-notes/2024-01/notices/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx-notice.txt b/release-notes/2024-01/notices/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx-notice.txt new file mode 100644 index 00000000..65f3d0b0 --- /dev/null +++ b/release-notes/2024-01/notices/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx-notice.txt @@ -0,0 +1,1206 @@ +** cloud.google.com/go; version v0.110.4 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2023 Google LLC. +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2020 The Go Authors +** cloud.google.com%2fgo/iam; version v1.1.0 -- +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2fgo/storage; version v1.30.1 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2Fgo%2Fcompute/metadata; version v0.2.3 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** github.com%2Fargoproj/argo-events; version v1.7.3 -- +Copyright 2018 BlackRock, Inc. +Copyright 2020 BlackRock, Inc. +Copyright 2021 BlackRock, Inc. +Copyright 2017 The Kubernetes Authors +** github.com%2Fargoproj/pkg; version v0.13.6 -- +Copyright 2017-2018 The Argo Authors +** github.com%2Faws/aws-sdk-go; version v1.44.105 -- +Copyright 2013 The Go Authors +Copyright (c) 2016 Carl Jackson +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright 2017 Amazon.com, Inc. or its affiliates +** github.com%2Fazure%2Fgo-autorest/autorest; version v0.11.24 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/logger; version v0.2.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/tracing; version v0.6.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +Copyright 2018 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/adal; version v0.9.18 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/date; version v0.3.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fcoreos%2Fgo-oidc/v3; version v3.5.0 -- +Copyright 2014 CoreOS, Inc +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-git%2Fgo-billy/v5; version v5.3.1 -- +Copyright 2017 Sourced Technologies S.L. +** github.com%2Fgo-jose%2Fgo-jose/v3; version v3.0.0 -- +Copyright 2014 Square Inc. +Copyright 2017 Square Inc. +Copyright 2018 Square Inc. +Copyright 2016 Square, Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2016 Zbigniew Mandziejewicz +** github.com%2Fgo-logr/logr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.6 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.2 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgoogle/gnostic; version v0.5.7-v3refs -- +Copyright 2008 Google Inc. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2017-2020, Google LLC. +** github.com%2Fgoogle/gofuzz; version v1.2.0 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle/s2a-go; version v0.1.4 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** github.com%2fgoogleapis/enterprise-certificate-proxy; version v0.2.5 -- +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +** github.com%2Fgrpc-ecosystem/go-grpc-middleware; version v1.3.0 -- +Copyright 2017 David Ackroyd +Copyright 2016 Michal Witkowski +Copyright 2017 Michal Witkowski +Copyright (c) Improbable Worlds Ltd +** github.com%2Fgrpc-ecosystem/go-grpc-prometheus; version v1.2.0 -- +Copyright 2016 Michal Witkowski +** github.com%2Fjcmturner%2Faescts/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fdnsutils/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fgoidentity/v6; version v6.0.1 -- +** github.com%2Fjcmturner%2Fgokrb5/v8; version v8.4.4 -- +** github.com%2Fjcmturner%2Frpc/v2; version v2.0.3 -- +** github.com%2Fjmespath/go-jmespath; version v0.4.0 -- +Copyright 2015 James Saryerwinnie +** github.com%2Fkylelemons/godebug; version v1.1.0 -- +Copyright 2013 Google Inc. +** github.com%2Fmasterminds/goutils; version v1.1.1 -- +Copyright 2014 Alexander Okoli +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fminio/md5-simd; version v1.1.2 -- +** github.com%2Fminio/sha256-simd; version v1.0.1 -- +(c) 2016 Minio, Inc. +(c) 2017 Minio, Inc. +(c) 2019 Minio, Inc. +(c) 2021 Minio, Inc. +Kristofer Peterson, (c) 2018 +Copyright (c) 2009 The Go Authors +Copyright (c) 2017, Intel Corporation +** github.com%2fminio%2fminio-go/v7; version v7.0.61 -- +** github.com%2Fmoby/spdystream; version v0.2.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014-2021 Docker Inc. +Copyright 2013-2021 Docker, inc. +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2fprometheus/client_golang; version v1.16.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.3.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.42.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.10.1 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2Fsethvargo/go-limiter; version v0.7.2 -- +** github.com%2Fsoheilhy/cmux; version v0.1.5 -- +Copyright 2016 The CMux Authors +** github.com%2Fspf13/afero; version v1.9.3 -- +(c) 2015 The Go Authors +Copyright 2013 tsuru authors +Copyright 2009 The Go Authors +Copyright (c) 2015 The Go Authors +Portions Copyright (c) 2015 The Hugo Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2015 Steve Francia +Copyright (c) 2016 Steve Francia +Copyright (c) 2018 Steve Francia +Copyright (c) 2022 Steve Francia +Copyright (c) 2021 Vasily Ovchinnikov +Copyright (c) 2015 Jerry Jacobs +Portions Copyright 2016-present Bjorn Erik Pedersen +** github.com%2Fspf13/cobra; version v1.5.0 -- +Copyright 2016 French Ben +Copyright 2015 Red Hat Inc. +Copyright (c) 2013 Steve Francia +Copyright (c) 2022 Steve Francia +** github.com%2Fxanzy/ssh-agent; version v0.3.1 -- +Copyright (c) 2014 David Mzareulyan +Copyright 2015, Sander van Harmelen +** google.golang.org/appengine; version v1.6.7 -- +Copyright 2011 Google Inc. +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Google Inc. +Copyright 2018 Google LLC. +Copyright 2019 Google Inc. +Copyright 2011 The Go Authors +** google.golang.org/genproto; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +Copyright 2023 The Grafeas Authors +** google.golang.org/grpc; version v1.56.2 -- +Copyright 2014 gRPC +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2023 gRPC +Copyright 2015 The gRPC +Copyright 2016 The gRPC +Copyright 2018 The gRPC +Copyright 2020 The gRPC +Copyright 2015-2016 gRPC +** google.golang.org%2fgenproto%2fgoogleapis/api; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2019 Google LLC. +** google.golang.org%2fgenproto%2fgoogleapis/rpc; version v0.0.0-20230720185612-659f7aaaa771 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** gopkg.in/ini.v1; version v1.67.0 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +Copyright 2016 Unknwon +Copyright 2017 Unknwon +Copyright 2019 Unknwon +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** k8s.io/api; version v0.24.3 -- +TaIBi (c) OZun +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/apimachinery; version v0.24.3 -- +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/client-go; version v0.24.3 -- +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/kube-openapi; version v0.0.0-20220627174259-011e075b9cb8 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** k8s.io/utils; version v0.0.0-20220210201930-3a6ce19ff2f9 -- +Copyright 2013 Google Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io%2Fklog/v2; version v2.60.1 -- +Copyright 2013 Google Inc. +Copyright 2020 Intel Coporation +Copyright 2014 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io/json; version v0.0.0-20211208200746-9f7c6b3444d2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2021 The Kubernetes Authors +** sigs.k8s.io%2Fstructured-merge-diff/v4; version v4.2.1 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fgorilla/handlers; version v1.5.1 -- +Copyright 2013 The Gorilla Authors +Copyright (c) 2013 The Gorilla Handlers Authors +** github.com%2Fgorilla/websocket; version v1.5.0 -- +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2013 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fmagiconair/properties; version v1.8.7 -- +Copyright 2011 The Go Authors +Copyright 2013-2014 Frank Schroeder +Copyright 2013-2022 Frank Schroeder +Copyright (c) 2013-2020, Frank Schroeder +** github.com%2Fpkg/browser; version v0.0.0-20210911075715-681adbf594b8 -- +Copyright (c) 2014, Dave Cheney +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney +** gopkg.in/warnings.v0; version v0.1.2 -- +Copyright (c) 2016 Peter Suranyi + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Ffsnotify/fsnotify; version v1.6.0 -- +Copyright (c) fsnotify Authors +Copyright (c) 2012 The Go Authors +** github.com%2Fgo-git/gcfg; version v1.5.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2Fgolang/protobuf; version v1.5.3 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2fgoogleapis%2fgax-go/v2; version v2.12.0 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2016, Google Inc. +Copyright 2018, Google Inc. +Copyright 2019, Google Inc. +Copyright 2021, Google Inc. +Copyright 2022, Google Inc. +Copyright 2023, Google Inc. +** github.com%2Fgrpc-ecosystem/grpc-gateway; version v1.16.0 -- +Copyright 2017 Google Inc. +Copyright 2018 Google LLC. +Copyright 2010 The Go Authors +Copyright (c) 2015, Gengo, Inc. +Copyright (c) 2015, Google Inc. +** github.com%2Fimdario/mergo; version v0.3.13 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fjcmturner/gofork; version v1.7.6 -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fmunnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** golang.org%2Fx/oauth2; version v0.11.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** google.golang.org/api; version v0.133.0 -- +Copyright Google LLC. +Copyright 2011 Google LLC. +Copyright 2012 Google LLC. +Copyright 2013 Google LLC. +Copyright 2015 Google LLC. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +Copyright YEAR Google LLC. +Copyright 2013 Joshua Tacoma +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2011 Google Inc. +Copyright (c) 2013 Joshua Tacoma +Copyright d d d d (Google LLC The Go Authors)( .) +** gopkg.in/inf.v0; version v0.9.1 -- +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2faliyun/aliyun-oss-go-sdk; version v2.2.7+incompatible -- +** github.com%2fantonmedv/expr; version v1.12.5 -- +Copyright (c) 2019 Anton Medvedev +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azcore; version v1.6.0 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azidentity; version v1.2.2 -- +Copyright (c) Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/internal; version v1.3.0 -- +(c) Val Thoermer/Alamy +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk%2Fstorage/azblob; version v0.4.1 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazuread/microsoft-authentication-library-for-go; version v0.9.0 -- +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2fcolinmarc%2fhdfs/v2; version v2.4.0 -- +Copyright (c) 2014 Colin Marc (colinmarc@gmail.com) +** github.com%2Fdoublerebel/bellows; version v0.0.0-20160303004610-f177d92a03d3 -- +(c) Copyright 2015 doublerebel +Copyright (c) 2016 Charles Phillips +Copyright (c) 2016 Charles Phillips +** github.com%2Fdustin/go-humanize; version v1.0.1 -- +Copyright (c) 2005-2008 Dustin Sallings +** github.com%2Femicklei%2Fgo-restful/v3; version v3.10.0 -- +Copyright 2013 Ernest Micklei +Copyright 2014 Ernest Micklei +Copyright 2015 Ernest Micklei +Copyright 2018 Ernest Micklei +Copyright 2021 Ernest Micklei +Copyright (c) 2012,2013 Ernest Micklei +(c) 2012-2015, http://ernestmicklei.com +(c) 2012 - 2022, http://ernestmicklei.com +** github.com%2Ffelixge/httpsnoop; version v1.0.3 -- +Copyright (c) 2016 Felix Geisendorfer (felix@debuggable.com) +** github.com%2Fgolang-jwt%2Fjwt/v4; version v4.5.0 -- +Copyright (c) 2021 golang-jwt +Copyright (c) 2012 Dave Grijalva +** github.com%2Fhuandu/xstrings; version v1.3.3 -- +Copyright 2015 Huan Du +Copyright (c) 2015 Huan +** github.com%2Fjbenet/go-context; version v0.0.0-20150711004518-d14ea06fba99 -- +Copyright (c) 2014 Juan Batiz-Benet +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fkevinburke/ssh_config; version v1.2.0 -- +Copyright (c) 2017 Kevin Burke +Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton +** github.com%2Fklauspost%2Fcpuid/v2; version v2.2.5 -- +Copyright (c) 2015 Klaus Post +Copyright (c) 2020 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright 2018 The Go Authors +Copyright (c) 2015- Klaus Post & Contributors +** github.com%2Flib/pq; version v1.10.4 -- +Copyright (c) 2011-2013, pq Contributors +Portions Copyright (c) 2011 Blake Mizerany +Copyright (c) 2014 - Gustavo Niemeyer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmasterminds%2Fsemver/v3; version v3.2.0 -- +Copyright (c) 2014-2019, Matt Butcher and Matt Farina +** github.com%2Fmasterminds%2Fsprig/v3; version v3.2.3 -- +** github.com%2Fmitchellh/copystructure; version v1.2.0 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/go-homedir; version v1.1.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/mapstructure; version v1.5.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/reflectwalk; version v1.0.2 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Foliveagle/jsonpath; version v0.0.0-20180606110733-2e52cf6e6852 -- +Copyright (c) 2015 oliver +** github.com%2Fpelletier%2Fgo-toml/v2; version v2.0.6 -- +Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton +** github.com%2Frobfig%2Fcron/v3; version v3.0.1 -- +Copyright (c) 2012 Rob Figueiredo +** github.com%2frs/xid; version v1.5.0 -- +Copyright (c) 2015 Olivier Poitrey +** github.com%2Fshopspring/decimal; version v1.2.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2013 Oguz Bilgic +Copyright (c) 2015 Spring, Inc. +** github.com%2fsirupsen/logrus; version v1.9.3 -- +Copyright (c) 2014 Simon Eskildsen +Copyright (c) 2012 Miki Tebeka +** github.com%2Fskratchdot/open-golang; version v0.0.0-20200116055534-eef842397966 -- +Copyright (c) 2013 skratchdot +Copyright 2006, Kevin Krammer +Copyright 2006, Jeremy White +Copyright 2009-2010, Fathi Boudra +Copyright 2009-2010, Rex Dieter +** github.com%2Fspf13/cast; version v1.5.0 -- +Copyright 2011 The Go Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2014 Steve Francia +** github.com%2Fspf13/jwalterweatherman; version v1.1.0 -- +Copyright (c) 2014 Steve Francia +Copyright (c) 2016 Steve Francia +** github.com%2fspf13/viper; version v1.15.0 -- +Copyright (c) 2014 Steve Francia +Copyright (c) 2017 Canonical Ltd. +Copyright (c) 2014 Steve Francia +Copyright (c) 2015 Steve Francia +Copyright (c) 2016 Steve Francia +** github.com%2Fsubosito/gotenv; version v1.4.2 -- +Copyright (c) 2013 Alif Rachmawadi +** github.com%2Ftwin/go-color; version v1.4.0 -- +Copyright (c) 2022 TwiN +** github.com%2Fvalyala/bytebufferpool; version v1.0.0 -- +Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia +** github.com%2Fvalyala/fasttemplate; version v1.2.2 -- +Copyright (c) 2015 Aliaksandr Valialkin +** github.com%2Fwhilp/git-urls; version v1.0.0 -- +Copyright (c) 2020 Will Maier +Copyright (c) 2014 Will Maier +** gopkg.in%2Fgo-playground/webhooks.v5; version v5.17.0 -- +Copyright (c) 2015 Dean Karn +** upper.io/db.v3; version v3.8.0+incompatible -- +Copyright (c) 2015 The +Copyright (c) 2013, Jason Moiron +Copyright (c) 2016 Mitchell Hashimoto +Copyright (c) 2012-today The upper.io/db authors +Copyright (c) 2012-present The upper.io/db authors +Copyright (c) 2014-present Jose Carlos Nieto, https://menteslibres.net/xiam + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fgo-sql-driver/mysql; version v1.7.0 -- +Copyright 2012 The Go-MySQL-Driver Authors +Copyright 2013 The Go-MySQL-Driver Authors +Copyright 2014 The Go-MySQL-Driver Authors +Copyright 2016 The Go-MySQL-Driver Authors +Copyright 2017 The Go-MySQL-Driver Authors +Copyright 2018 The Go-MySQL-Driver Authors +Copyright 2019 The Go-MySQL-Driver Authors +Copyright 2020 The Go-MySQL-Driver Authors +Copyright 2022 The Go-MySQL-Driver Authors +** github.com%2Fhashicorp/go-uuid; version v1.0.3 -- +Copyright (c) 2015-2022 HashiCorp, Inc. +** github.com%2Fhashicorp/hcl; version v1.0.0 -- + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** github.com%2Fklauspost/compress; version v1.16.7 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2020+ Klaus Post +Copyright (c) 2023'. Search +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright (c) 2022 Klaus Post +Copyright (c) 2023 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2022+ Klaus Post +Copyright (c) 2023+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2015, Pierre Curto +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company +Copyright 2022 d MakeDict(rawDict, byte(searchFor)) +Copyright (c) 2023 b d.Bytes will provide a dictionary +Copyright (c) 2023 b dict.Bytes will provide a dictionary + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** github.com%2Fsergi/go-diff; version v1.1.0 -- +Copyright (c) 2012-2016 The go-diff Authors +Copyright (c) 2012-2016 The go-diff authors +Copyright (c) 2006 Google Inc. http://code.google.com/p/google-diff-match-patch +Copyright (c) 2006 Google Inc. + +Apache-2.0 AND MIT + +------ + +** github.com%2Femirpasic/gods; version v1.12.0 -- +Copyright (c) 2015, Emir Pasic +Copyright (c) 2017, Benjamin Scher Purcell +Copyright (c) 2017 Benjamin Scher Purcell + +BSD-2-Clause AND ISC + +------ + +** github.com%2Fklauspost/pgzip; version v1.2.6 -- +Copyright (c) 2014 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2012 The Go Authors +** sigs.k8s.io/yaml; version v1.3.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** github.com%2Fprotonmail/go-crypto; version v0.0.0-20210428141323-04723f9f07d7 -- +Copyright 2011 ThePiachu +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 ProtonTech AG. +Copyright 2014 Matthew Endsley +Copyright (c) 2018 ProtonTech AG +Copyright (c) 2019 ProtonTech AG +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/crypto; version v0.12.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2Fx/exp; version v0.0.0-20220602145555-4a0574d9293f -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/net; version v0.14.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2Fx/sys; version v0.11.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.11.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.12.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/time; version v0.3.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/xerrors; version v0.0.0-20220907171357-04be3eba64a2 -- +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2019 The Go Authors +** google.golang.org/protobuf; version v1.31.0 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx-notice.txt b/release-notes/2024-01/notices/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx-notice.txt new file mode 100644 index 00000000..e5292800 --- /dev/null +++ b/release-notes/2024-01/notices/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx-notice.txt @@ -0,0 +1,1321 @@ +** cloud.google.com/go; version v0.110.4 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2023 Google LLC. +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2020 The Go Authors +** cloud.google.com%2fgo/iam; version v1.1.0 -- +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2fgo/storage; version v1.30.1 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2Fgo%2Fcompute/metadata; version v0.2.3 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** github.com%2Fargoproj/argo-events; version v1.7.3 -- +Copyright 2018 BlackRock, Inc. +Copyright 2020 BlackRock, Inc. +Copyright 2021 BlackRock, Inc. +Copyright 2017 The Kubernetes Authors +** github.com%2Fargoproj/pkg; version v0.13.6 -- +Copyright 2017-2018 The Argo Authors +** github.com%2Faws/aws-sdk-go; version v1.44.105 -- +Copyright 2013 The Go Authors +Copyright (c) 2016 Carl Jackson +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright 2017 Amazon.com, Inc. or its affiliates +** github.com%2Fazure%2Fgo-autorest/autorest; version v0.11.24 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/logger; version v0.2.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/tracing; version v0.6.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +Copyright 2018 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/adal; version v0.9.18 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/date; version v0.3.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fcoreos%2Fgo-oidc/v3; version v3.5.0 -- +Copyright 2014 CoreOS, Inc +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdocker/distribution; version v2.8.2+incompatible -- +Copyright (c) 2013 Damien Le Berrigaud and Nick Wade +** github.com%2Fgo-git%2Fgo-billy/v5; version v5.3.1 -- +Copyright 2017 Sourced Technologies S.L. +** github.com%2Fgo-jose%2Fgo-jose/v3; version v3.0.0 -- +Copyright 2014 Square Inc. +Copyright 2017 Square Inc. +Copyright 2018 Square Inc. +Copyright 2016 Square, Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2016 Zbigniew Mandziejewicz +** github.com%2Fgo-logr/logr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.6 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.2 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgoogle/btree; version v1.0.1 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle/gnostic; version v0.5.7-v3refs -- +Copyright 2008 Google Inc. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2017-2020, Google LLC. +** github.com%2Fgoogle/gofuzz; version v1.2.0 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle/s2a-go; version v0.1.4 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** github.com%2Fgoogle/shlex; version v0.0.0-20191202100458-e7afc7fbc510 -- +Copyright 2012 Google Inc. +** github.com%2fgoogleapis/enterprise-certificate-proxy; version v0.2.5 -- +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +** github.com%2Fjcmturner%2Faescts/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fdnsutils/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fgoidentity/v6; version v6.0.1 -- +** github.com%2Fjcmturner%2Fgokrb5/v8; version v8.4.4 -- +** github.com%2Fjcmturner%2Frpc/v2; version v2.0.3 -- +** github.com%2Fjmespath/go-jmespath; version v0.4.0 -- +Copyright 2015 James Saryerwinnie +** github.com%2Fjonboulle/clockwork; version v0.2.2 -- +** github.com%2Fkylelemons/godebug; version v1.1.0 -- +Copyright 2013 Google Inc. +** github.com%2Fmasterminds/goutils; version v1.1.1 -- +Copyright 2014 Alexander Okoli +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fminio/md5-simd; version v1.1.2 -- +** github.com%2Fminio/sha256-simd; version v1.0.1 -- +(c) 2016 Minio, Inc. +(c) 2017 Minio, Inc. +(c) 2019 Minio, Inc. +(c) 2021 Minio, Inc. +Kristofer Peterson, (c) 2018 +Copyright (c) 2009 The Go Authors +Copyright (c) 2017, Intel Corporation +** github.com%2fminio%2fminio-go/v7; version v7.0.61 -- +** github.com%2Fmoby/spdystream; version v0.2.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014-2021 Docker Inc. +Copyright 2013-2021 Docker, inc. +** github.com%2Fmoby/term; version v0.0.0-20210619224110-3f7ff695adc6 -- +copyright 2015 Docker, inc. +Copyright 2013-2018 Docker, Inc. +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2fprometheus/client_golang; version v1.16.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.3.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.42.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.10.1 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2Fsethvargo/go-limiter; version v0.7.2 -- +** github.com%2Fspf13/cobra; version v1.5.0 -- +Copyright 2016 French Ben +Copyright 2015 Red Hat Inc. +Copyright (c) 2013 Steve Francia +Copyright (c) 2022 Steve Francia +** github.com%2Fxanzy/ssh-agent; version v0.3.1 -- +Copyright (c) 2014 David Mzareulyan +Copyright 2015, Sander van Harmelen +** google.golang.org/appengine; version v1.6.7 -- +Copyright 2011 Google Inc. +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Google Inc. +Copyright 2018 Google LLC. +Copyright 2019 Google Inc. +Copyright 2011 The Go Authors +** google.golang.org/genproto; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +Copyright 2023 The Grafeas Authors +** google.golang.org/grpc; version v1.56.2 -- +Copyright 2014 gRPC +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2023 gRPC +Copyright 2015 The gRPC +Copyright 2016 The gRPC +Copyright 2018 The gRPC +Copyright 2020 The gRPC +Copyright 2015-2016 gRPC +** google.golang.org%2fgenproto%2fgoogleapis/api; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2019 Google LLC. +** google.golang.org%2fgenproto%2fgoogleapis/rpc; version v0.0.0-20230720185612-659f7aaaa771 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** gopkg.in/ini.v1; version v1.67.0 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +Copyright 2016 Unknwon +Copyright 2017 Unknwon +Copyright 2019 Unknwon +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** k8s.io/api; version v0.24.3 -- +TaIBi (c) OZun +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/apimachinery; version v0.24.3 -- +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/cli-runtime; version v0.24.3 -- +Copyright 2014 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/client-go; version v0.24.3 -- +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/component-base; version v0.24.3 -- +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/component-helpers; version v0.24.3 -- +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/gengo; version v0.0.0-20220613173612-397b4ae3bce7 -- +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +** k8s.io/kube-openapi; version v0.0.0-20220627174259-011e075b9cb8 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** k8s.io/kubectl; version v0.24.3 -- +** k8s.io/metrics; version v0.24.3 -- +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/utils; version v0.0.0-20220210201930-3a6ce19ff2f9 -- +Copyright 2013 Google Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io%2Fklog/v2; version v2.60.1 -- +Copyright 2013 Google Inc. +Copyright 2020 Intel Coporation +Copyright 2014 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io/json; version v0.0.0-20211208200746-9f7c6b3444d2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2021 The Kubernetes Authors +** sigs.k8s.io%2Fkustomize/api; version v0.11.4 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io%2Fkustomize/kyaml; version v0.13.6 -- +Copyright (c) 2018 QRI, Inc. +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +Copyright 2018 The Kubernetes Authors. +Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +Copyright 2022 The Kubernetes Authors. +** sigs.k8s.io%2Fkustomize%2Fkustomize/v4; version v4.5.4 -- +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** sigs.k8s.io%2Fstructured-merge-diff/v4; version v4.2.1 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fgorilla/websocket; version v1.5.0 -- +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2013 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fpkg/browser; version v0.0.0-20210911075715-681adbf594b8 -- +Copyright (c) 2014, Dave Cheney +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney +** github.com%2Frussross/blackfriday; version v1.6.0 -- +(c) 2004 Foo Corporation +Copyright (c) 2011 Russ Ross +Copyright (c) 2011 Russ Ross +** gopkg.in/warnings.v0; version v0.1.2 -- +Copyright (c) 2016 Peter Suranyi + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fchai2010/gettext-go; version v0.0.0-20160711120539-c6fed771bfd5 -- +Copyright 2013 +(c) nam 1997-2002 +(c) nam 2001-2004 +(c) nam 2005 To chuc Phan +(c) nam 2000, Ximian, Inc. +Copyright 2013 ChaiShushan +(c) nam 2000, Helix Code, Inc. +(c) nam 2002, 2003 Roland Stigge +Copyright (c) 2000, Ximian, Inc. +(c) nam 2002-2003 Roman Festchook +Copyright (c) 2003 Yoyodyne, Inc. +Copyright (c) 2005 Yoyodyne, Inc. +Copyright 2002, 2003 Roland Stigge +Copyright (c) 2001 - Cornelis Frank +(c) nam 1988-1993 Miguel Santana Ban +Copyright (c) 2000, Helix Code, Inc. +Copyright (c) 2006 Gnome i18n Project +Copyright (c) 1988-1993 Miguel Santana +Copyright (c) 2002, 2003 Roland Stigge +Copyright (c) 2002-2003 Roman Festchook +Copyright (c) 1997-2002 msgstr Ban quyen +Copyright (c) 2001-2004 msgstr Ban quyen +(c) 2005 Frederic Ruaudel +(c) nam 1999 Free Software Foundation, Inc. +Copyright (c) Free Software Foundation, Inc. +Copyright 2005 Free Software Foundation, Inc. +(c) nam 1995-2000 Akim Demaille, Miguel Santana +(c) nam 2005 Frederic Ruaudel +Copyright (c) 1999 Free Software Foundation, Inc. +Copyright (c) 2000 Free Software Foundation, Inc. +Copyright (c) 1998-2002 The Free Software Foundation +Copyright (c) 1995-2000 Akim Demaille, Miguel Santana +Copyright (c) 1997-2002 Copyright (c) 1999 Free Software Foundation, Inc. +Copyright (c) 2001-2004 Copyright 2005 Free Software Foundation, Inc. Correcting dependencies... Corrupted +** github.com%2Fevanphx/json-patch; version v5.6.0+incompatible -- +Copyright (c) 2014, Evan Phoenix +** github.com%2Fgo-git/gcfg; version v1.5.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2Fgolang/protobuf; version v1.5.3 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2fgoogleapis%2fgax-go/v2; version v2.12.0 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2016, Google Inc. +Copyright 2018, Google Inc. +Copyright 2019, Google Inc. +Copyright 2021, Google Inc. +Copyright 2022, Google Inc. +Copyright 2023, Google Inc. +** github.com%2Fgrpc-ecosystem/grpc-gateway; version v1.16.0 -- +Copyright 2017 Google Inc. +Copyright 2018 Google LLC. +Copyright 2010 The Go Authors +Copyright (c) 2015, Gengo, Inc. +Copyright (c) 2015, Google Inc. +** github.com%2Fimdario/mergo; version v0.3.13 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fjcmturner/gofork; version v1.7.6 -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fliggitt/tabwriter; version v0.0.0-20181228230101-89fcab3d43de -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fmunnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fmxk/go-flowrate; version v0.0.0-20140419014527-cca7078d478f -- +Copyright (c) 2014 The Go-FlowRate Authors +** github.com%2Fpmezard/go-difflib; version v1.0.0 -- +Copyright (c) 2013, Patrick Mezard +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** golang.org%2Fx/oauth2; version v0.11.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** google.golang.org/api; version v0.133.0 -- +Copyright Google LLC. +Copyright 2011 Google LLC. +Copyright 2012 Google LLC. +Copyright 2013 Google LLC. +Copyright 2015 Google LLC. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +Copyright YEAR Google LLC. +Copyright 2013 Joshua Tacoma +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2011 Google Inc. +Copyright (c) 2013 Joshua Tacoma +Copyright d d d d (Google LLC The Go Authors)( .) +** gopkg.in/inf.v0; version v0.9.1 -- +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2faliyun/aliyun-oss-go-sdk; version v2.2.7+incompatible -- +** github.com%2fantonmedv/expr; version v1.12.5 -- +Copyright (c) 2019 Anton Medvedev +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azcore; version v1.6.0 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azidentity; version v1.2.2 -- +Copyright (c) Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/internal; version v1.3.0 -- +(c) Val Thoermer/Alamy +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk%2Fstorage/azblob; version v0.4.1 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazuread/microsoft-authentication-library-for-go; version v0.9.0 -- +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2fcolinmarc%2fhdfs/v2; version v2.4.0 -- +Copyright (c) 2014 Colin Marc (colinmarc@gmail.com) +** github.com%2Fcreack/pty; version v1.1.18 -- +Copyright 2014 The Go Authors +Copyright (c) 2011 Keith Rarick +** github.com%2Fdoublerebel/bellows; version v0.0.0-20160303004610-f177d92a03d3 -- +(c) Copyright 2015 doublerebel +Copyright (c) 2016 Charles Phillips +Copyright (c) 2016 Charles Phillips +** github.com%2Femicklei%2Fgo-restful/v3; version v3.10.0 -- +Copyright 2013 Ernest Micklei +Copyright 2014 Ernest Micklei +Copyright 2015 Ernest Micklei +Copyright 2018 Ernest Micklei +Copyright 2021 Ernest Micklei +Copyright (c) 2012,2013 Ernest Micklei +(c) 2012-2015, http://ernestmicklei.com +(c) 2012 - 2022, http://ernestmicklei.com +** github.com%2Fexponent-io/jsonpath; version v0.0.0-20151013193312-d6023ce2651d -- +Copyright (c) 2015 Exponent Labs LLC +** github.com%2Ffatih/camelcase; version v1.0.0 -- +Copyright (c) 2015 Fatih Arslan +** github.com%2Ffelixge/httpsnoop; version v1.0.3 -- +Copyright (c) 2016 Felix Geisendorfer (felix@debuggable.com) +** github.com%2Ffvbommel/sortorder; version v1.0.1 -- +Copyright (c) 2015 Frits van Bommel +** github.com%2Fgo-errors/errors; version v1.0.1 -- +Copyright (c) 2015 Conrad Irwin +** github.com%2Fgolang-jwt%2Fjwt/v4; version v4.5.0 -- +Copyright (c) 2021 golang-jwt +Copyright (c) 2012 Dave Grijalva +** github.com%2Fgregjones/httpcache; version v0.0.0-20190611155906-901d90724c79 -- +Copyright (c) 2012 Greg Jones (greg.jones@gmail.com) +** github.com%2Fhuandu/xstrings; version v1.3.3 -- +Copyright 2015 Huan Du +Copyright (c) 2015 Huan +** github.com%2fitchyny/gojq; version v0.12.13 -- +Copyright (c) 2019-2023 itchyny +** github.com%2Fitchyny/timefmt-go; version v0.1.5 -- +Copyright (c) 2020-2022 itchyny +** github.com%2Fjbenet/go-context; version v0.0.0-20150711004518-d14ea06fba99 -- +Copyright (c) 2014 Juan Batiz-Benet +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fkevinburke/ssh_config; version v1.2.0 -- +Copyright (c) 2017 Kevin Burke +Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton +** github.com%2Fklauspost%2Fcpuid/v2; version v2.2.5 -- +Copyright (c) 2015 Klaus Post +Copyright (c) 2020 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright 2018 The Go Authors +Copyright (c) 2015- Klaus Post & Contributors +** github.com%2Flib/pq; version v1.10.4 -- +Copyright (c) 2011-2013, pq Contributors +Portions Copyright (c) 2011 Blake Mizerany +Copyright (c) 2014 - Gustavo Niemeyer +** github.com%2Flithammer/dedent; version v1.1.0 -- +Copyright (c) 2018 Peter Lithammer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmakenowjust/heredoc; version v0.0.0-20170808103936-bb23615498cd -- +Copyright (c) 2014-2017 TSUYUSATO Kitsune +** github.com%2Fmasterminds%2Fsemver/v3; version v3.2.0 -- +Copyright (c) 2014-2019, Matt Butcher and Matt Farina +** github.com%2Fmasterminds%2Fsprig/v3; version v3.2.3 -- +** github.com%2Fmitchellh/copystructure; version v1.2.0 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/go-homedir; version v1.1.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/go-wordwrap; version v1.0.1 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/reflectwalk; version v1.0.2 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmonochromegane/go-gitignore; version v0.0.0-20200626010858-205db1a8cc00 -- +Copyright (c) 2015 go-gitignore +** github.com%2Foliveagle/jsonpath; version v0.0.0-20180606110733-2e52cf6e6852 -- +Copyright (c) 2015 oliver +** github.com%2Fpeterbourgon/diskv; version v2.0.1+incompatible -- +Copyright (c) 2011-2012 Peter Bourgon +** github.com%2Frobfig%2Fcron/v3; version v3.0.1 -- +Copyright (c) 2012 Rob Figueiredo +** github.com%2frs/xid; version v1.5.0 -- +Copyright (c) 2015 Olivier Poitrey +** github.com%2Fshopspring/decimal; version v1.2.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2013 Oguz Bilgic +Copyright (c) 2015 Spring, Inc. +** github.com%2fsirupsen/logrus; version v1.9.3 -- +Copyright (c) 2014 Simon Eskildsen +Copyright (c) 2012 Miki Tebeka +** github.com%2Fspf13/cast; version v1.5.0 -- +Copyright 2011 The Go Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2014 Steve Francia +** github.com%2Fstretchr/testify; version v1.8.4 -- +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors +** github.com%2ftidwall/gjson; version v1.15.0 -- +Copyright (c) 2016 Josh Baker +** github.com%2Ftidwall/match; version v1.1.1 -- +Copyright (c) 2016 Josh Baker +** github.com%2Ftidwall/pretty; version v1.2.0 -- +Copyright (c) 2017 Josh Baker +** github.com%2Fvalyala/bytebufferpool; version v1.0.0 -- +Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia +** github.com%2Fvalyala/fasttemplate; version v1.2.2 -- +Copyright (c) 2015 Aliaksandr Valialkin +** github.com%2Fwhilp/git-urls; version v1.0.0 -- +Copyright (c) 2020 Will Maier +Copyright (c) 2014 Will Maier +** github.com%2Fxlab/treeprint; version v0.0.0-20181112141820-a009c3971eca -- +Copyright (c) 2016 Maxim Kupriianov +** upper.io/db.v3; version v3.8.0+incompatible -- +Copyright (c) 2015 The +Copyright (c) 2013, Jason Moiron +Copyright (c) 2016 Mitchell Hashimoto +Copyright (c) 2012-today The upper.io/db authors +Copyright (c) 2012-present The upper.io/db authors +Copyright (c) 2014-present Jose Carlos Nieto, https://menteslibres.net/xiam + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fgo-sql-driver/mysql; version v1.7.0 -- +Copyright 2012 The Go-MySQL-Driver Authors +Copyright 2013 The Go-MySQL-Driver Authors +Copyright 2014 The Go-MySQL-Driver Authors +Copyright 2016 The Go-MySQL-Driver Authors +Copyright 2017 The Go-MySQL-Driver Authors +Copyright 2018 The Go-MySQL-Driver Authors +Copyright 2019 The Go-MySQL-Driver Authors +Copyright 2020 The Go-MySQL-Driver Authors +Copyright 2022 The Go-MySQL-Driver Authors +** github.com%2Fhashicorp/go-uuid; version v1.0.3 -- +Copyright (c) 2015-2022 HashiCorp, Inc. + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** github.com%2Fklauspost/compress; version v1.16.7 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2020+ Klaus Post +Copyright (c) 2023'. Search +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright (c) 2022 Klaus Post +Copyright (c) 2023 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2022+ Klaus Post +Copyright (c) 2023+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2015, Pierre Curto +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company +Copyright 2022 d MakeDict(rawDict, byte(searchFor)) +Copyright (c) 2023 b d.Bytes will provide a dictionary +Copyright (c) 2023 b dict.Bytes will provide a dictionary + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** github.com%2Fopencontainers/go-digest; version v1.0.0 -- +Copyright 2016 Docker, Inc. +Copyright 2017 Docker, Inc. +Copyright (c) 2016 Docker, Inc. +Copyright 2019, 2020 OCI Contributors +Copyright 2020, 2020 OCI Contributors +Copyright (c) 2019, 2020 OCI Contributors +Copyright (c) 2004, 2006 The Linux Foundation and its contributors + +Apache-2.0 AND CC-BY-SA-4.0 + +------ + +** github.com%2Fsergi/go-diff; version v1.1.0 -- +Copyright (c) 2012-2016 The go-diff Authors +Copyright (c) 2012-2016 The go-diff authors +Copyright (c) 2006 Google Inc. http://code.google.com/p/google-diff-match-patch +Copyright (c) 2006 Google Inc. + +Apache-2.0 AND MIT + +------ + +** github.com%2Femirpasic/gods; version v1.12.0 -- +Copyright (c) 2015, Emir Pasic +Copyright (c) 2017, Benjamin Scher Purcell +Copyright (c) 2017 Benjamin Scher Purcell + +BSD-2-Clause AND ISC + +------ + +** github.com%2Fdaviddengcn/go-colortext; version v0.0.0-20160507010035-511bcaf42ccd -- +Copyright (c) 2016 David Deng +Copyright (c) 2016, David Deng +** github.com%2Fklauspost/pgzip; version v1.2.6 -- +Copyright (c) 2014 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2012 The Go Authors +** sigs.k8s.io/yaml; version v1.3.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** github.com%2Fprotonmail/go-crypto; version v0.0.0-20210428141323-04723f9f07d7 -- +Copyright 2011 ThePiachu +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 ProtonTech AG. +Copyright 2014 Matthew Endsley +Copyright (c) 2018 ProtonTech AG +Copyright (c) 2019 ProtonTech AG +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/crypto; version v0.12.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2Fx/exp; version v0.0.0-20220602145555-4a0574d9293f -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/net; version v0.14.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2Fx/sys; version v0.11.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.11.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.12.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/time; version v0.3.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/xerrors; version v0.0.0-20220907171357-04be3eba64a2 -- +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2019 The Go Authors +** google.golang.org/protobuf; version v1.31.0 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx-notice.txt b/release-notes/2024-01/notices/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx-notice.txt new file mode 100644 index 00000000..090ab4f0 --- /dev/null +++ b/release-notes/2024-01/notices/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx-notice.txt @@ -0,0 +1,1109 @@ +** cloud.google.com%2Fgo%2Fcompute/metadata; version v0.2.3 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** github.com%2Fargoproj/argo-events; version v1.7.3 -- +Copyright 2018 BlackRock, Inc. +Copyright 2020 BlackRock, Inc. +Copyright 2021 BlackRock, Inc. +Copyright 2017 The Kubernetes Authors +** github.com%2Fargoproj/pkg; version v0.13.6 -- +Copyright 2017-2018 The Argo Authors +** github.com%2Faws/aws-sdk-go-v2; version v1.16.2 -- +Copyright 2013 The Go Authors +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright (c) 2015-2021 the original +Copyright 2015 the original author or authors +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright 2019 Amazon.com, Inc. or its affiliates +Copyright 2020 Amazon.com, Inc. or its affiliates +Copyright 2021 Amazon.com, Inc. or its affiliates +Copyright 2022 Amazon.com, Inc. or its affiliates +** github.com%2Faws/smithy-go; version v1.11.2 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2016 The Go Authors +Copyright (c) 2015-2021 the original +Copyright Amazon.com, Inc. or its affiliates +Copyright 2015 the original author or authors +Copyright 2020 Amazon.com, Inc. or its affiliates +Copyright 2021 Amazon.com, Inc. or its affiliates +Copyright 202 d Amazon .com, Inc . or its affiliates +** github.com%2Faws%2Faws-sdk-go-v2/config; version v1.15.3 -- +** github.com%2Faws%2Faws-sdk-go-v2/credentials; version v1.11.2 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Ffeature%2Fec2/imds; version v1.12.3 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Finternal/configsources; version v1.1.9 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Finternal/ini; version v1.3.10 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Finternal%2Fendpoints/v2; version v2.4.3 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Fservice/ecr; version v1.15.0 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Fservice/ecrpublic; version v1.12.0 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Fservice/sso; version v1.11.3 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Fservice/sts; version v1.16.3 -- +** github.com%2Faws%2Faws-sdk-go-v2%2Fservice%2Finternal/presigned-url; version v1.9.3 -- +** github.com%2Fawslabs%2Famazon-ecr-credential-helper/ecr-login; version v0.0.0-20220228164355-396b2034c795 -- +Copyright 2016 Amazon.com, Inc. or its affiliates +Copyright 2017 Amazon.com, Inc. or its affiliates +Copyright 2020 Amazon.com, Inc. or its affiliates +** github.com%2Fazure%2Fgo-autorest/autorest; version v0.11.24 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/logger; version v0.2.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/tracing; version v0.6.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +Copyright 2018 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/adal; version v0.9.18 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/date; version v0.3.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest%2Fazure/auth; version v0.5.11 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest%2Fazure/cli; version v0.4.5 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fcoreos%2Fgo-oidc/v3; version v3.5.0 -- +Copyright 2014 CoreOS, Inc +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdimchansky/utfbom; version v1.1.1 -- +Copyright (c) 2018-2020, Dmitrij Koniajev (dimchansky@gmail.com) +** github.com%2Fdocker/cli; version v20.10.17+incompatible -- +Copyright 2010 The Go Authors +Copyright (c) 2013, Felix Riedel +Copyright 2012-2017 Docker, Inc. +Copyright 2013-2017 Docker, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdocker/distribution; version v2.8.2+incompatible -- +Copyright (c) 2013 Damien Le Berrigaud and Nick Wade +** github.com%2fdocker/docker; version v20.10.24+incompatible -- +(c) WithFileRange, (c) +ExistingContainerIDs (c) Test +Copyright (c) 2015 John Howard +Copyright 2012-2017 Docker, Inc. +Copyright 2013-2018 Docker, Inc. +Copyright 2009-2012 Canonical Ltd. +Copyright 2009-2018 Canonical Ltd. +Copyright (c) 1999-2008 Novell Inc. +Copyright 1999-2013 Gentoo Foundation +Copyright (c) 2012-2018 Mat Ryer and Tyler Bunnell +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-jose%2Fgo-jose/v3; version v3.0.0 -- +Copyright 2014 Square Inc. +Copyright 2017 Square Inc. +Copyright 2018 Square Inc. +Copyright 2016 Square, Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2016 Zbigniew Mandziejewicz +** github.com%2Fgo-logr/logr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.6 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.2 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgoogle/gnostic; version v0.5.7-v3refs -- +Copyright 2008 Google Inc. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2017-2020, Google LLC. +** github.com%2Fgoogle/go-containerregistry; version v0.11.0 -- +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2014 The Kubernetes Authors. +Copyright 2019 The original author or authors +** github.com%2Fgoogle/gofuzz; version v1.2.0 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle%2Fgo-containerregistry%2Fpkg%2Fauthn/k8schain; version v0.0.0-20220411142604-2042cc9d6401 -- +Copyright 2018 Google LLC +** github.com%2Fjcmturner%2Faescts/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fdnsutils/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fgoidentity/v6; version v6.0.1 -- +** github.com%2Fjcmturner%2Fgokrb5/v8; version v8.4.4 -- +** github.com%2Fjcmturner%2Frpc/v2; version v2.0.3 -- +** github.com%2Fjmespath/go-jmespath; version v0.4.0 -- +Copyright 2015 James Saryerwinnie +** github.com%2Fmasterminds/goutils; version v1.1.1 -- +Copyright 2014 Alexander Okoli +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fmoby/spdystream; version v0.2.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014-2021 Docker Inc. +Copyright 2013-2021 Docker, inc. +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2Fopencontainers/image-spec; version v1.0.3-0.20220114050600-8b9d41f48198 -- +ChainID (c) DiffID (c) +Copyright 2016 The Linux Foundation +Copyright 2017 The Linux Foundation +Copyright 2018 The Linux Foundation +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2fprometheus/client_golang; version v1.16.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.3.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.42.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.10.1 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2Fspf13/afero; version v1.9.3 -- +(c) 2015 The Go Authors +Copyright 2013 tsuru authors +Copyright 2009 The Go Authors +Copyright (c) 2015 The Go Authors +Portions Copyright (c) 2015 The Hugo Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2015 Steve Francia +Copyright (c) 2016 Steve Francia +Copyright (c) 2018 Steve Francia +Copyright (c) 2022 Steve Francia +Copyright (c) 2021 Vasily Ovchinnikov +Copyright (c) 2015 Jerry Jacobs +Portions Copyright 2016-present Bjorn Erik Pedersen +** github.com%2Fspf13/cobra; version v1.5.0 -- +Copyright 2016 French Ben +Copyright 2015 Red Hat Inc. +Copyright (c) 2013 Steve Francia +Copyright (c) 2022 Steve Francia +** google.golang.org/genproto; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +Copyright 2023 The Grafeas Authors +** google.golang.org/grpc; version v1.56.2 -- +Copyright 2014 gRPC +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2023 gRPC +Copyright 2015 The gRPC +Copyright 2016 The gRPC +Copyright 2018 The gRPC +Copyright 2020 The gRPC +Copyright 2015-2016 gRPC +** google.golang.org%2fgenproto%2fgoogleapis/api; version v0.0.0-20230706204954-ccb25ca9f130 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2019 Google LLC. +** google.golang.org%2fgenproto%2fgoogleapis/rpc; version v0.0.0-20230720185612-659f7aaaa771 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** gopkg.in/ini.v1; version v1.67.0 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +Copyright 2016 Unknwon +Copyright 2017 Unknwon +Copyright 2019 Unknwon +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** k8s.io/api; version v0.24.3 -- +TaIBi (c) OZun +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io/apimachinery; version v0.24.3 -- +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/client-go; version v0.24.3 -- +Copyright (c) 2009 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io/kube-openapi; version v0.0.0-20220627174259-011e075b9cb8 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** k8s.io/utils; version v0.0.0-20220210201930-3a6ce19ff2f9 -- +Copyright 2013 Google Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +** k8s.io%2Fklog/v2; version v2.60.1 -- +Copyright 2013 Google Inc. +Copyright 2020 Intel Coporation +Copyright 2014 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io/json; version v0.0.0-20211208200746-9f7c6b3444d2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2021 The Kubernetes Authors +** sigs.k8s.io%2Fstructured-merge-diff/v4; version v4.2.1 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fgorilla/websocket; version v1.5.0 -- +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2013 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fmagiconair/properties; version v1.8.7 -- +Copyright 2011 The Go Authors +Copyright 2013-2014 Frank Schroeder +Copyright 2013-2022 Frank Schroeder +Copyright (c) 2013-2020, Frank Schroeder +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fevanphx/json-patch; version v5.6.0+incompatible -- +Copyright (c) 2014, Evan Phoenix +** github.com%2Ffsnotify/fsnotify; version v1.6.0 -- +Copyright (c) fsnotify Authors +Copyright (c) 2012 The Go Authors +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2Fgolang/protobuf; version v1.5.3 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2Fgrpc-ecosystem/grpc-gateway; version v1.16.0 -- +Copyright 2017 Google Inc. +Copyright 2018 Google LLC. +Copyright 2010 The Go Authors +Copyright (c) 2015, Gengo, Inc. +Copyright (c) 2015, Google Inc. +** github.com%2Fimdario/mergo; version v0.3.13 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fjcmturner/gofork; version v1.7.6 -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fmunnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** golang.org%2Fx/oauth2; version v0.11.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** gopkg.in/inf.v0; version v0.9.1 -- +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2fantonmedv/expr; version v1.12.5 -- +Copyright (c) 2019 Anton Medvedev +** github.com%2Fazure/azure-sdk-for-go; version v62.0.0+incompatible -- +(c) . GetQueueReference 'q +Copyright (c) Microsoft Corporation +Copyright Directive in France, the Bing Visual Search API +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2fcolinmarc%2fhdfs/v2; version v2.4.0 -- +Copyright (c) 2014 Colin Marc (colinmarc@gmail.com) +** github.com%2Fdocker/docker-credential-helpers; version v0.6.4 -- +Copyright (c) 2016 David Calavera +** github.com%2Fdoublerebel/bellows; version v0.0.0-20160303004610-f177d92a03d3 -- +(c) Copyright 2015 doublerebel +Copyright (c) 2016 Charles Phillips +Copyright (c) 2016 Charles Phillips +** github.com%2Fdustin/go-humanize; version v1.0.1 -- +Copyright (c) 2005-2008 Dustin Sallings +** github.com%2Femicklei%2Fgo-restful/v3; version v3.10.0 -- +Copyright 2013 Ernest Micklei +Copyright 2014 Ernest Micklei +Copyright 2015 Ernest Micklei +Copyright 2018 Ernest Micklei +Copyright 2021 Ernest Micklei +Copyright (c) 2012,2013 Ernest Micklei +(c) 2012-2015, http://ernestmicklei.com +(c) 2012 - 2022, http://ernestmicklei.com +** github.com%2Ffelixge/httpsnoop; version v1.0.3 -- +Copyright (c) 2016 Felix Geisendorfer (felix@debuggable.com) +** github.com%2Fgolang-jwt%2Fjwt/v4; version v4.5.0 -- +Copyright (c) 2021 golang-jwt +Copyright (c) 2012 Dave Grijalva +** github.com%2Fhuandu/xstrings; version v1.3.3 -- +Copyright 2015 Huan Du +Copyright (c) 2015 Huan +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fknetic/govaluate; version v3.0.1-0.20171022003610-9aa49832a739+incompatible -- +Copyright (c) 2014-2016 George Lester +** github.com%2Flib/pq; version v1.10.4 -- +Copyright (c) 2011-2013, pq Contributors +Portions Copyright (c) 2011 Blake Mizerany +Copyright (c) 2014 - Gustavo Niemeyer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmasterminds%2Fsemver/v3; version v3.2.0 -- +Copyright (c) 2014-2019, Matt Butcher and Matt Farina +** github.com%2Fmasterminds%2Fsprig/v3; version v3.2.3 -- +** github.com%2Fmitchellh/copystructure; version v1.2.0 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/go-homedir; version v1.1.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/mapstructure; version v1.5.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/reflectwalk; version v1.0.2 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Foliveagle/jsonpath; version v0.0.0-20180606110733-2e52cf6e6852 -- +Copyright (c) 2015 oliver +** github.com%2Fpelletier%2Fgo-toml/v2; version v2.0.6 -- +Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton +** github.com%2Frobfig%2Fcron/v3; version v3.0.1 -- +Copyright (c) 2012 Rob Figueiredo +** github.com%2Fshopspring/decimal; version v1.2.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2013 Oguz Bilgic +Copyright (c) 2015 Spring, Inc. +** github.com%2fsirupsen/logrus; version v1.9.3 -- +Copyright (c) 2014 Simon Eskildsen +Copyright (c) 2012 Miki Tebeka +** github.com%2Fspf13/cast; version v1.5.0 -- +Copyright 2011 The Go Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2014 Steve Francia +** github.com%2Fspf13/jwalterweatherman; version v1.1.0 -- +Copyright (c) 2014 Steve Francia +Copyright (c) 2016 Steve Francia +** github.com%2fspf13/viper; version v1.15.0 -- +Copyright (c) 2014 Steve Francia +Copyright (c) 2017 Canonical Ltd. +Copyright (c) 2014 Steve Francia +Copyright (c) 2015 Steve Francia +Copyright (c) 2016 Steve Francia +** github.com%2Fsubosito/gotenv; version v1.4.2 -- +Copyright (c) 2013 Alif Rachmawadi +** github.com%2Fvalyala/bytebufferpool; version v1.0.0 -- +Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia +** github.com%2Fvalyala/fasttemplate; version v1.2.2 -- +Copyright (c) 2015 Aliaksandr Valialkin +** upper.io/db.v3; version v3.8.0+incompatible -- +Copyright (c) 2015 The +Copyright (c) 2013, Jason Moiron +Copyright (c) 2016 Mitchell Hashimoto +Copyright (c) 2012-today The upper.io/db authors +Copyright (c) 2012-present The upper.io/db authors +Copyright (c) 2014-present Jose Carlos Nieto, https://menteslibres.net/xiam + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fgo-sql-driver/mysql; version v1.7.0 -- +Copyright 2012 The Go-MySQL-Driver Authors +Copyright 2013 The Go-MySQL-Driver Authors +Copyright 2014 The Go-MySQL-Driver Authors +Copyright 2016 The Go-MySQL-Driver Authors +Copyright 2017 The Go-MySQL-Driver Authors +Copyright 2018 The Go-MySQL-Driver Authors +Copyright 2019 The Go-MySQL-Driver Authors +Copyright 2020 The Go-MySQL-Driver Authors +Copyright 2022 The Go-MySQL-Driver Authors +** github.com%2Fhashicorp/go-uuid; version v1.0.3 -- +Copyright (c) 2015-2022 HashiCorp, Inc. +** github.com%2Fhashicorp/hcl; version v1.0.0 -- + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** github.com%2Fklauspost/compress; version v1.16.7 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2020+ Klaus Post +Copyright (c) 2023'. Search +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright (c) 2022 Klaus Post +Copyright (c) 2023 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2022+ Klaus Post +Copyright (c) 2023+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2015, Pierre Curto +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company +Copyright 2022 d MakeDict(rawDict, byte(searchFor)) +Copyright (c) 2023 b d.Bytes will provide a dictionary +Copyright (c) 2023 b dict.Bytes will provide a dictionary + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** github.com%2Fopencontainers/go-digest; version v1.0.0 -- +Copyright 2016 Docker, Inc. +Copyright 2017 Docker, Inc. +Copyright (c) 2016 Docker, Inc. +Copyright 2019, 2020 OCI Contributors +Copyright 2020, 2020 OCI Contributors +Copyright (c) 2019, 2020 OCI Contributors +Copyright (c) 2004, 2006 The Linux Foundation and its contributors + +Apache-2.0 AND CC-BY-SA-4.0 + +------ + +** github.com%2Fklauspost/pgzip; version v1.2.6 -- +Copyright (c) 2014 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2012 The Go Authors +** sigs.k8s.io/yaml; version v1.3.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** golang.org%2Fx/crypto; version v0.12.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2Fx/exp; version v0.0.0-20220602145555-4a0574d9293f -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/net; version v0.14.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2fx/sync; version v0.3.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/sys; version v0.11.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.11.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.12.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/time; version v0.3.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** google.golang.org/protobuf; version v1.31.0 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx-notice.txt b/release-notes/2024-01/notices/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx-notice.txt new file mode 100644 index 00000000..28808957 --- /dev/null +++ b/release-notes/2024-01/notices/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx-notice.txt @@ -0,0 +1,647 @@ +** github.com%2Fdocker/distribution; version v2.8.2+incompatible -- +Copyright (c) 2013 Damien Le Berrigaud and Nick Wade +** github.com%2fgo-logr/logr; version v1.2.4 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2022 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.6 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.2 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgoogle/btree; version v1.0.1 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle/gnostic-models; version v0.6.8 -- +Copyright 2017 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2017-2022, Google LLC. +** github.com%2Fgoogle/gofuzz; version v1.2.0 -- +Copyright 2014 Google Inc. +** github.com%2Fgoogle/shlex; version v0.0.0-20191202100458-e7afc7fbc510 -- +Copyright 2012 Google Inc. +** github.com%2Fjonboulle/clockwork; version v0.2.2 -- +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fmoby/spdystream; version v0.2.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014-2021 Docker Inc. +Copyright 2013-2021 Docker, inc. +** github.com%2fmoby/term; version v0.0.0-20221205130635-1aeaba878587 -- +copyright 2015 Docker, inc. +Copyright 2013-2018 Docker, Inc. +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2fprometheus/client_golang; version v1.16.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2fprometheus/client_model; version v0.4.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.44.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.10.1 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2fspf13/cobra; version v1.7.0 -- +Copyright 2013-2023 The Cobra Authors +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** k8s.io/kube-openapi; version v0.0.0-20230717233707-2695361300d9 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2023 The Kubernetes Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** k8s.io/kubernetes; version v1.28.2 -- +Copyright 2008 Google Inc. +copyright We search READMEs +Copyright 2009 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) Microsoft Corporation +Copyright (c) 2013 The gonum Authors +Copyright (c) 2014 The gonum Authors +Copyright (c) 2015 The gonum Authors +Copyright 2017 Microsoft Corporation +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2023 The Kubernetes Authors +Copyright (c) 2015-2016 Manfred Touron +Copyright (c) 2015-2018 gimme contributors +Copyright (c) 2015-2020 gimme contributors +(c) 2009 Manolo Carrasco (Manuel Carrasco Monino) +Copyright 2010 Manuel Carrasco Monino. (manolo at apache.org) +** k8s.io/utils; version v0.0.0-20230406110748-d93618cff8a2 -- +Copyright 2013 Google Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io%2Fklog/v2; version v2.100.1 -- +Copyright 2013 Google Inc. +Copyright 2020 Intel Coporation +Copyright 2014 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2023 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2021 The Kubernetes Authors +** sigs.k8s.io%2fkustomize/api; version v0.13.5-0.20230601165947-6ce0bf390ce3 -- +Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +Copyright 2022 The Kubernetes Authors. +** sigs.k8s.io%2Fkustomize/kyaml; version v0.14.3-0.20230601165947-6ce0bf390ce3 -- +Copyright (c) 2018 QRI, Inc. +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +Copyright 2018 The Kubernetes Authors. +Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +Copyright 2022 The Kubernetes Authors. +** sigs.k8s.io%2Fkustomize%2Fkustomize/v5; version v5.0.4-0.20230601165947-6ce0bf390ce3 -- +Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +Copyright 2022 The Kubernetes Authors. +** sigs.k8s.io%2Fstructured-merge-diff/v4; version v4.2.3 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney +** github.com%2Frussross%2Fblackfriday/v2; version v2.1.0 -- +(c) 2004 Foo Corporation +Copyright (c) 2011 Russ Ross +Copyright (c) 2011 Russ Ross + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fchai2010/gettext-go; version v1.0.2 -- +Copyright 2013 +Copyright 2019 +(c) nam 1997-2002 +(c) nam 2001-2004 +(c) nam 2005 To chuc Phan +(c) nam 2000, Ximian, Inc. +Copyright 2013 ChaiShushan +Copyright 2020 ChaiShushan +(c) nam 2000, Helix Code, Inc. +(c) nam 2002, 2003 Roland Stigge +Copyright (c) 2000, Ximian, Inc. +(c) nam 2002-2003 Roman Festchook +Copyright (c) 2003 Yoyodyne, Inc. +Copyright (c) 2005 Yoyodyne, Inc. +Copyright 2002, 2003 Roland Stigge +Copyright (c) 2001 - Cornelis Frank +(c) nam 1988-1993 Miguel Santana Ban +Copyright (c) 2000, Helix Code, Inc. +Copyright (c) 2006 Gnome i18n Project +Copyright (c) 1988-1993 Miguel Santana +Copyright (c) 2002, 2003 Roland Stigge +Copyright (c) 2002-2003 Roman Festchook +Copyright (c) 1997-2002 msgstr Ban quyen +Copyright (c) 2001-2004 msgstr Ban quyen +(c) 2005 Frederic Ruaudel +(c) nam 1999 Free Software Foundation, Inc. +Copyright (c) Free Software Foundation, Inc. +Copyright 2005 Free Software Foundation, Inc. +(c) nam 1995-2000 Akim Demaille, Miguel Santana +(c) nam 2005 Frederic Ruaudel +Copyright (c) 1999 Free Software Foundation, Inc. +Copyright (c) 2000 Free Software Foundation, Inc. +Copyright (c) 1998-2002 The Free Software Foundation +Copyright (c) 1995-2000 Akim Demaille, Miguel Santana +Copyright (c) 1997-2002 Copyright (c) 1999 Free Software Foundation, Inc. +Copyright (c) 2001-2004 Copyright 2005 Free Software Foundation, Inc. Correcting dependencies... Corrupted +** github.com%2Fevanphx/json-patch; version v4.12.0+incompatible -- +Copyright (c) 2014, Evan Phoenix +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2Fgolang/protobuf; version v1.5.3 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2Fimdario/mergo; version v0.3.6 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fliggitt/tabwriter; version v0.0.0-20181228230101-89fcab3d43de -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fmunnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fmxk/go-flowrate; version v0.0.0-20140419014527-cca7078d478f -- +Copyright (c) 2014 The Go-FlowRate Authors +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** golang.org%2Fx/oauth2; version v0.8.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** gopkg.in/inf.v0; version v0.9.1 -- +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fblang%2Fsemver/v4; version v4.0.0 -- +Copyright (c) 2014 Benedikt Lang +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2Femicklei%2Fgo-restful/v3; version v3.9.0 -- +Copyright 2013 Ernest Micklei +Copyright 2014 Ernest Micklei +Copyright 2015 Ernest Micklei +Copyright 2018 Ernest Micklei +Copyright 2021 Ernest Micklei +Copyright (c) 2012,2013 Ernest Micklei +(c) 2012-2015, http://ernestmicklei.com +(c) 2012 - 2022, http://ernestmicklei.com +** github.com%2Fexponent-io/jsonpath; version v0.0.0-20151013193312-d6023ce2651d -- +Copyright (c) 2015 Exponent Labs LLC +** github.com%2Ffatih/camelcase; version v1.0.0 -- +Copyright (c) 2015 Fatih Arslan +** github.com%2Ffvbommel/sortorder; version v1.1.0 -- +Copyright (c) 2015 Frits van Bommel +** github.com%2Fgo-errors/errors; version v1.4.2 -- +Copyright (c) 2015 Conrad Irwin +** github.com%2Fgregjones/httpcache; version v0.0.0-20180305231024-9cad4c3443a7 -- +Copyright (c) 2012 Greg Jones (greg.jones@gmail.com) +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Flithammer/dedent; version v1.1.0 -- +Copyright (c) 2018 Peter Lithammer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmakenowjust/heredoc; version v1.0.0 -- +Copyright (c) 2014-2019 TSUYUSATO Kitsune +** github.com%2Fmitchellh/go-wordwrap; version v1.0.1 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmonochromegane/go-gitignore; version v0.0.0-20200626010858-205db1a8cc00 -- +Copyright (c) 2015 go-gitignore +** github.com%2Fpeterbourgon/diskv; version v2.0.1+incompatible -- +Copyright (c) 2011-2012 Peter Bourgon +** github.com%2Fxlab/treeprint; version v1.2.0 -- +Copyright (c) 2016 Maxim Kupriianov + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fopencontainers/go-digest; version v1.0.0 -- +Copyright 2016 Docker, Inc. +Copyright 2017 Docker, Inc. +Copyright (c) 2016 Docker, Inc. +Copyright 2019, 2020 OCI Contributors +Copyright 2020, 2020 OCI Contributors +Copyright (c) 2019, 2020 OCI Contributors +Copyright (c) 2004, 2006 The Linux Foundation and its contributors + +Apache-2.0 AND CC-BY-SA-4.0 + +------ + +** github.com%2Fdaviddengcn/go-colortext; version v1.0.0 -- +Copyright (c) 2016 David Deng +Copyright (c) 2016, David Deng +** sigs.k8s.io/yaml; version v1.3.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** golang.org%2Fx/net; version v0.13.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2Fx/sync; version v0.2.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/sys; version v0.10.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.10.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.11.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/time; version v0.3.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** google.golang.org/protobuf; version v1.30.0 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx-notice.txt b/release-notes/2024-01/notices/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx-notice.txt new file mode 100644 index 00000000..8e77a205 --- /dev/null +++ b/release-notes/2024-01/notices/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx-notice.txt @@ -0,0 +1,1506 @@ +** cloud.google.com/go; version v0.111.0 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2023 Google LLC. +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2020 The Go Authors +** cloud.google.com%2fgo/iam; version v1.1.5 -- +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2fgo/storage; version v1.36.0 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** cloud.google.com%2Fgo%2Fcompute/metadata; version v0.2.3 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** github.com%2Fazure%2Fgo-autorest/autorest; version v0.11.29 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/logger; version v0.2.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/tracing; version v0.6.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +Copyright 2018 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/adal; version v0.9.23 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/date; version v0.3.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2fcontainerd/console; version v1.0.4-0.20230313162750-1ae8d489ac81 -- +** github.com%2fcoredns/coredns; version v1.11.1 -- +(c) if x z.Z example.org +Copyright 2012 Google Inc. +Copyright 2009 The Go Authors +Copyright 2014 Prometheus Team +Copyright (c) 2012 The biogo Authors +Copyright 2016-2020 The CoreDNS authors and contributors +** github.com%2Fcoreos/go-oidc; version v2.2.1+incompatible -- +Copyright 2014 CoreOS, Inc +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fcoreos/go-semver; version v0.3.1 -- +Copyright 2018 CoreOS, Inc +Copyright 2013-2015 CoreOS, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fcoreos%2Fgo-systemd/v22; version v22.5.0 -- +Copyright 2015 CoreOS Inc. +Copyright 2014 Docker, Inc. +Copyright 2015 CoreOS, Inc. +Copyright 2015 RedHat, Inc. +Copyright 2016 CoreOS, Inc. +Copyright 2018 CoreOS, Inc. +Copyright 2019 CoreOS, Inc. +Copyright 2020 CoreOS, Inc. +Copyright 2022 CoreOS, Inc. +Copyright 2015-2018 CoreOS, Inc. +Copyright 2015, 2018 CoreOS, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdocker/go-units; version v0.5.0 -- +Copyright 2015 Docker, Inc. +Copyright (c) 2015 Docker, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2felastic%2fgo-elasticsearch/v7; version v7.17.10 -- +** github.com%2Ffraugster/parquet-go; version v0.12.0 -- +Copyright 2021 Fraugster GmbH +Copyright (c) 2015 Konstantin Shaposhnikov +** github.com%2Fgdamore/encoding; version v1.0.0 -- +Copyright 2015 Garrett D'Amore +Copyright 2018 Garrett D'Amore +** github.com%2fgo-logr/logr; version v1.3.0 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2022 The logr +Copyright 2023 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-logr/stdr; version v1.2.2 -- +Copyright 2019 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2fgo-openapi/errors; version v0.21.0 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonpointer; version v0.20.1 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.3 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2fgo-openapi/runtime; version v0.26.2 -- +Copyright 2015 go-swagger +Copyright 2013 The Go Authors +Copyright (c) 2014 Naoya Inada +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/spec; version v0.20.12 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.5 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgomodule/redigo; version v1.8.9 -- +Copyright 2011 Gary Burd +Copyright 2012 Gary Burd +Copyright 2013 Gary Burd +Copyright 2014 Gary Burd +Copyright 2017 Gary Burd +Copyright 2018 Gary Burd +** github.com%2Fgoogle/pprof; version v0.0.0-20231212022811-ec68065c825e -- +Copyright 2014 Google Inc. +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google Inc. +Copyright 2021 Google Inc. +Copyright 2022 Google Inc. +Copyright 2023 Google Inc. +Copyright 2010-2021 Mike Bostock +Copyright (c) 2020 Free Software Foundation +Copyright 2009-2017 Andrea Leofreddi +Copyright 2009-2019 Andrea Leofreddi +** github.com%2fgoogle/s2a-go; version v0.1.7 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** github.com%2Fgoogle/shlex; version v0.0.0-20191202100458-e7afc7fbc510 -- +Copyright 2012 Google Inc. +** github.com%2fgoogleapis/enterprise-certificate-proxy; version v0.3.2 -- +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +** github.com%2Finconshreveable/mousetrap; version v1.1.0 -- +Copyright 2022 Alan Shreve +** github.com%2Fjcmturner%2Faescts/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fdnsutils/v2; version v2.0.0 -- +** github.com%2Fjcmturner%2Fgokrb5/v8; version v8.4.4 -- +** github.com%2Fjcmturner%2Frpc/v2; version v2.0.3 -- +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fmatttproud%2Fgolang_protobuf_extensions/v2; version v2.0.0 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2022 Matt T. Proud +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fminio/highwayhash; version v1.0.2 -- +(c) 2017 Minio, Inc. +(c) 2018 Minio, Inc. +Copyright (c) 2017 Minio Inc. +Copyright (c) 2018 Minio Inc. +** github.com%2Fminio/md5-simd; version v1.1.2 -- +** github.com%2fminio/selfupdate; version v0.6.0 -- +Copyright 2015 Alan Shreve +Copyright 2012 Keith Rarick +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2020 MinIO,Inc rewrites +** github.com%2Fminio/sha256-simd; version v1.0.1 -- +(c) 2016 Minio, Inc. +(c) 2017 Minio, Inc. +(c) 2019 Minio, Inc. +(c) 2021 Minio, Inc. +Kristofer Peterson, (c) 2018 +Copyright (c) 2009 The Go Authors +Copyright (c) 2017, Intel Corporation +** github.com%2Fminio/simdjson-go; version v0.4.5 -- +(c) 2020 MinIO, Inc. +(c) 2022 MinIO, Inc. +Copyright 2009 The Go Authors +** github.com%2Fminio/sio; version v0.3.1 -- +Copyright (c) 2017 Minio Inc. +Copyright (c) 2018 Minio Inc. +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2Fnats-io/nats.go; version v1.31.0 -- +Copyright 2022 The NATS Authors +Copyright 2023 The NATS Authors +Copyright 2012-2018 The NATS Authors +Copyright 2012-2019 The NATS Authors +Copyright 2012-2020 The NATS Authors +Copyright 2012-2021 The NATS Authors +Copyright 2012-2022 The NATS Authors +Copyright 2012-2023 The NATS Authors +Copyright 2013-2018 The NATS Authors +Copyright 2013-2019 The NATS Authors +Copyright 2013-2020 The NATS Authors +Copyright 2013-2022 The NATS Authors +Copyright 2015-2019 The NATS Authors +Copyright 2015-2020 The NATS Authors +Copyright 2015-2021 The NATS Authors +Copyright 2016-2019 The NATS Authors +Copyright 2016-2022 The NATS Authors +Copyright 2017-2022 The NATS Authors +Copyright 2018-2020 The NATS Authors +Copyright 2018-2022 The NATS Authors +Copyright 2019-2023 The NATS Authors +Copyright 2020-2021 The NATS Authors +Copyright 2020-2022 The NATS Authors +Copyright 2020-2023 The NATS Authors +Copyright 2021-2022 The NATS Authors +Copyright 2021-2023 The NATS Authors +Copyright 2022-2023 The NATS Authors +** github.com%2Fnats-io/nkeys; version v0.4.6 -- +Copyright 2018 The NATS Authors +Copyright 2022 The NATS Authors +Copyright 2023 The NATS Authors +Copyright 2018-2019 The NATS Authors +Copyright 2018-2022 The NATS Authors +Copyright 2018-2023 The NATS Authors +Copyright 2022-2023 The NATS Authors +** github.com%2Fnats-io/nuid; version v1.0.1 -- +Copyright 2016-2018 The NATS Authors +Copyright 2016-2019 The NATS Authors +** github.com%2fnats-io/stan.go; version v0.10.4 -- +Copyright 2016-2018 The NATS Authors +Copyright 2016-2019 The NATS Authors +Copyright 2016-2020 The NATS Authors +Copyright 2016-2021 The NATS Authors +** github.com%2Foklog/ulid; version v1.3.1 -- +Copyright 2016 The Oklog Authors +** github.com%2Fpquerna/cachecontrol; version v0.2.0 -- +Copyright 2015 Paul Querna +Copyright 2009 The Go Authors +** github.com%2Fprometheus/client_golang; version v1.17.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.5.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.45.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.12.0 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2fprometheus/prom2json; version v1.3.3 -- +Copyright 2014 Prometheus Team +Copyright 2018 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2fsafchain/ethtool; version v0.3.0 -- +** github.com%2Ftklauser/numcpus; version v0.7.0 -- +Copyright 2018 Tobias Klauser +Copyright 2021 Tobias Klauser +Copyright 2022 Tobias Klauser +Copyright 2018-2022 Tobias Klauser +Copyright 2019-2020 Tobias Klauser +** github.com%2Fxdg/scram; version v1.0.5 -- +** github.com%2Fxdg/stringprep; version v1.0.3 -- +Copyright 2018 by David A. Golden +** go.etcd.io%2fetcd%2fapi/v3; version v3.5.11 -- +Copyright 2015 The etcd +Copyright 2016 The etcd +Copyright 2018 The etcd +Copyright 2020 The etcd +** go.etcd.io%2fetcd%2fclient/v3; version v3.5.11 -- +Copyright 2015 The etcd +Copyright 2016 The etcd +Copyright 2017 The etcd +Copyright 2018 The etcd +Copyright 2019 The etcd +Copyright 2020 The etcd +Copyright 2021 The etcd +** go.etcd.io%2fetcd%2fclient%2fpkg/v3; version v3.5.11 -- +Copyright 2013 The etcd +Copyright 2015 The etcd +Copyright 2016 The etcd +Copyright 2017 The etcd +Copyright 2018 The etcd +Copyright 2019 The etcd +Copyright 2021 The etcd +Copyright 2022 The etcd +Copyright 2023 The etcd +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +** go.mongodb.org/mongo-driver; version v1.13.1 -- +Copyright (c) MongoDB +Copyright (c) 2014 youmark +Copyright (c) MongoDB, Inc. +Copyright (c) 2018 Mark Bates +Copyright (c) 2019 Klaus Post +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 Patrick Mezard +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2018 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2013, Patrick Mezard +Copyright (c) 2016 by MongoDB, Inc +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +Copyright (c) 2011 The Snappy-Go Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) MongoDB, Inc. 2018-present +Copyright (c) MongoDB, Inc. 2019-present +Copyright (c) MongoDB, Inc. 2020-present +Copyright (c) MongoDB, Inc. 2021-present +Copyright (c) MongoDB, Inc. 2022-present +Copyright (c) MongoDB, Inc. 2023-present +Copyright (c) 2015, Dave Cheney +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright (c) 2012-2016 Dave Collins +Copyright 2020 Mat Ryer, Tyler Bunnell and all contributors +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors +Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com) +Copyright (c) 2010-2013 - Gustavo Niemeyer +Copyright (c) 2017 marvin + konsorten GmbH (open-source@konsorten.de) +** go.opentelemetry.io/otel; version v1.21.0 -- +** go.opentelemetry.io%2Fcontrib%2Finstrumentation%2Fgoogle.golang.org%2Fgrpc/otelgrpc; version v0.46.1 -- +** go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp/otelhttp; version v0.46.1 -- +** go.opentelemetry.io%2fotel/metric; version v1.21.0 -- +** go.opentelemetry.io%2fotel/trace; version v1.21.0 -- +** google.golang.org/genproto; version v0.0.0-20231212172506-995d672761c0 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +Copyright 2023 The Grafeas Authors +** google.golang.org/grpc; version v1.60.1 -- +Copyright 2014 gRPC +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2023 gRPC +Copyright 2015 The gRPC +Copyright 2016 The gRPC +Copyright 2018 The gRPC +Copyright 2020 The gRPC +Copyright 2015-2016 gRPC +** google.golang.org%2fgenproto%2fgoogleapis/api; version v0.0.0-20231212172506-995d672761c0 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2019 Google LLC. +** google.golang.org%2fgenproto%2fgoogleapis/rpc; version v0.0.0-20231212172506-995d672761c0 -- +Copyright 2022 Google LLC +Copyright 2023 Google LLC +** gopkg.in/ini.v1; version v1.67.0 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +Copyright 2016 Unknwon +Copyright 2017 Unknwon +Copyright 2019 Unknwon +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** gopkg.in%2Fsquare/go-jose.v2; version v2.6.0 -- +Copyright 2014 Square Inc. +Copyright 2017 Square Inc. +Copyright 2018 Square Inc. +Copyright 2016 Square, Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2016 Zbigniew Mandziejewicz + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2fbeevik/ntp; version v1.3.0 -- +** github.com%2Fminio/websocket; version v1.6.0 -- +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2013 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney +** github.com%2fpkg/sftp; version v1.13.6 -- +Copyright (c) 2013, Dave Cheney +** github.com%2Fpkg/xattr; version v0.4.9 -- +Copyright (c) 2012 Dave Cheney +Copyright (c) 2014 Kuba Podgorski +** github.com%2Frabbitmq/amqp091-go; version v1.9.0 -- +(c) 2010-2013 VMware, Inc. +Copyright (c) 2009 AMQP Working Group +Copyright (c) 2021 VMware, Inc. or its affiliates +Copyright (c) 2022 VMware, Inc. or its affiliates +Copyright (c) 2012-2021, Sean Treadway, SoundCloud Ltd. +** github.com%2Fzeebo/xxh3; version v1.0.2 -- +Copyright (c) 2019, Jeff Wendling +Copyright (c) 2012-2014, Yann Collet + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fcheggaaa/pb; version v1.0.29 -- +Copyright 2013 The Go Authors +Copyright (c) 2012-2015, Sergey Cherepanov +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2Fgolang/protobuf; version v1.5.3 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgolang/snappy; version v0.0.4 -- +Copyright 2016 The Go Authors +Copyright 2020 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +** github.com%2fgoogle/uuid; version v1.5.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright 2023 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2fgoogleapis%2fgax-go/v2; version v2.12.0 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2016, Google Inc. +Copyright 2018, Google Inc. +Copyright 2019, Google Inc. +Copyright 2021, Google Inc. +Copyright 2022, Google Inc. +Copyright 2023, Google Inc. +** github.com%2fgorilla/websocket; version v1.5.1 -- +Copyright (c) 2023 The Gorilla Authors +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fjcmturner/gofork; version v1.7.6 -- +Copyright 2009 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fjessevdk/go-flags; version v1.5.0 -- +Copyright 2012 Jesse van den Kieboom +Copyright (c) 2012 Jesse van den Kieboom +** github.com%2Fkr/fs; version v0.1.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2012 The Go Authors +** github.com%2fmiekg/dns; version v1.1.57 -- +Copyright 2014 CloudFlare +Copyright 2011 Miek Gieben +Copyright 2009 The Go Authors +copyright (c) 2011 Miek Gieben +copyright (c) 2011, Miek Gieben +Copyright (c) 2009, The Go Authors +** github.com%2Fminio/mux; version v1.9.0 -- +Copyright 2009 The Go Authors +Copyright 2011 Gorilla Authors +Copyright 2012 The Gorilla Authors +Copyright (c) 2012-2018 The Gorilla Authors +** github.com%2Fminio/xxml; version v0.0.3 -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2018 The Go Authors +Copyright (c) 2009 The Go Authors +** github.com%2Fpierrec/lz4; version v2.6.1+incompatible -- +(c) E QuGU +WOu (c) Yx +(c) Oo2 UOY +(c) ErXA6 (c) +(c) OyXau (c) +(c) SUEPKhV (c) +(c) S QuvPo224iq +Copyright (c) 2015, Pierre Curto +Copyright 2005-2007 Rodolfo Giometti +** github.com%2fpierrec%2flz4/v4; version v4.1.19 -- +Copyright (c) 2015, Pierre Curto +Copyright 2005-2007 Rodolfo Giometti +** github.com%2Fshirou%2Fgopsutil/v3; version v3.23.11 -- +Copyright 2009 The Go Authors +Copyright (c) 2010 Ed Schouten +Copyright (c) 2009 The Go Authors +Copyright (c) 2014, WAKAYAMA Shirou +Copyright (c) 1992-2011 The FreeBSD Project +Copyright (c) 1992-2016 The FreeBSD Project +Copyright (c) 2010 Ed Schouten +Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California +** github.com%2Ftklauser/go-sysconf; version v0.3.13 -- +Copyright 2018 Tobias Klauser +Copyright 2021 Tobias Klauser +Copyright 2022 Tobias Klauser +Copyright (c) 2018-2022, Tobias Klauser +** golang.org%2Fx/oauth2; version v0.15.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** google.golang.org/api; version v0.154.0 -- +Copyright Google LLC. +Copyright 2011 Google LLC. +Copyright 2012 Google LLC. +Copyright 2013 Google LLC. +Copyright 2015 Google LLC. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright 2022 Google LLC. +Copyright 2023 Google LLC. +Copyright YEAR Google LLC. +Copyright 2013 Joshua Tacoma +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2011 Google Inc. +Copyright (c) 2013 Joshua Tacoma +COPYRIGHT COUNTERFEIT - Promotion +Copyright d d d d (Google LLC The Go Authors)( .) + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdchest/siphash; version v1.2.3 -- + +Creative Commons Legal Code + +CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + + 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + + 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + + 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + + 4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.2-0.20180830191138-d8f796af33cc -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** aead.dev/mem; version v0.2.0 -- +Copyright (c) 2022 Andreas Auernhammer +** aead.dev/minisign; version v0.2.1 -- +Copyright (c) 2021 Andreas Auernhammer +** github.com%2Facarl005/stripansi; version v0.0.0-20180116102854-5a71ef0e047d -- +Copyright (c) 2018 Andrew Carlson +** github.com%2Falecthomas/participle; version v0.7.1 -- +Copyright 2009 The Go Authors +Copyright (c) 2017 Alec Thomas +** github.com%2Fasaskevich/govalidator; version v0.0.0-20230301143203-a9d515a09cc2 -- +Copyright (c) 2014-2020 Alex Saskevich +** github.com%2Faymanbagabas%2Fgo-osc52/v2; version v2.0.1 -- +Copyright (c) 2022 Ayman Bagabas +** github.com%2Fazure/azure-pipeline-go; version v0.2.3 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure/azure-storage-blob-go; version v0.15.0 -- +Copyright (c) Microsoft Corporation +CreateUserDelegationKey (c) Prepare +Copyright 2017 Microsoft Corporation +** github.com%2Fazure/go-ntlmssp; version v0.0.0-20221128193559-754e69321358 -- +Copyright (c) 2016 Microsoft +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fbuger/jsonparser; version v1.1.1 -- +Copyright (c) 2016 Leonid Bugaev +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2fcharmbracelet/bubbles; version v0.17.1 -- +Copyright (c) 2020-2023 Charmbracelet, Inc +** github.com%2fcharmbracelet/bubbletea; version v0.25.0 -- +Copyright (c) 2020-2023 Charmbracelet, Inc +** github.com%2Fcharmbracelet/lipgloss; version v0.9.1 -- +Copyright (c) 2021-2023 Charmbracelet, Inc +** github.com%2Fdustin/go-humanize; version v1.0.1 -- +Copyright (c) 2005-2008 Dustin Sallings +** github.com%2Feapache/go-xerial-snappy; version v0.0.0-20230731223053-c322873962e3 -- +Copyright (c) 2016 Evan Huus +** github.com%2Feapache/queue; version v1.1.0 -- +Copyright (c) 2014 Evan Huus +** github.com%2ffatih/color; version v1.16.0 -- +Copyright (c) 2013 Fatih Arslan +** github.com%2Ffatih/structs; version v1.1.0 -- +Copyright (c) 2014 Fatih Arslan +** github.com%2Ffelixge/fgprof; version v0.9.3 -- +Copyright (c) 2020 Felix Geisendorfer +** github.com%2ffelixge/httpsnoop; version v1.0.4 -- +Copyright (c) 2016 Felix Geisendorfer (felix@debuggable.com) +** github.com%2Fgo-asn1-ber/asn1-ber; version v1.5.5 -- +Portions copyright (c) 2015-2016 go-asn1-ber Authors +Copyright (c) 2011-2015 Michael Mitton (mmitton@gmail.com) +** github.com%2Fgo-ldap%2Fldap/v3; version v3.4.6 -- +Portions copyright (c) 2015-2016 go-ldap Authors +Copyright (c) 2011-2015 Michael Mitton (mmitton@gmail.com) +** github.com%2Fgobwas/httphead; version v0.1.0 -- +Copyright (c) 2017 Sergey Kamardin +** github.com%2Fgobwas/pool; version v0.2.1 -- +Copyright (c) 2017-2019 Sergey Kamardin +** github.com%2Fgolang-jwt%2Fjwt/v4; version v4.5.0 -- +Copyright (c) 2021 golang-jwt +Copyright (c) 2012 Dave Grijalva +** github.com%2Fibm/sarama; version v1.42.1 -- +Copyright (c) 2013 Shopify +Copyright (c) 2023 IBM Corporation +** github.com%2Fjedib0t%2Fgo-pretty/v6; version v6.4.9 -- +Copyright (c) 2018 jedib0t +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fklauspost/filepathx; version v1.1.1 -- +Copyright 2016 The filepathx +** github.com%2Flestrrat-go/blackmagic; version v1.0.2 -- +Copyright (c) 2021 lestrrat-go +** github.com%2Flestrrat-go/httpcc; version v1.0.1 -- +Copyright (c) 2020 lestrrat-go +** github.com%2Flestrrat-go/iter; version v1.0.2 -- +Copyright (c) 2020 lestrrat-go +** github.com%2flestrrat-go/jwx; version v1.2.27 -- +Copyright (c) 2015 lestrrat +Copyright 2016 The Go Authors +** github.com%2Flestrrat-go/option; version v1.0.1 -- +Copyright (c) 2021 lestrrat-go +** github.com%2Flestrrat-go%2Fbackoff/v2; version v2.0.8 -- +Copyright (c) 2018 lestrrat +** github.com%2flib/pq; version v1.10.9 -- +Copyright (c) 2011-2013, pq Contributors +Portions Copyright (c) 2011 Blake Mizerany +Copyright (c) 2014 - Gustavo Niemeyer +** github.com%2Flithammer%2Fshortuuid/v4; version v4.0.0 -- +Copyright (c) 2018 Peter Lithammer +** github.com%2Flucasb-eyer/go-colorful; version v1.2.0 -- +Copyright (c) 2013 Lucas Beyer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmattn/go-colorable; version v0.1.13 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2Fmattn/go-ieproxy; version v0.0.11 -- +Copyright (c) 2014 mattn +Copyright (c) 2017 oliverpool +Copyright (c) 2019 Adele Reed +** github.com%2fmattn/go-isatty; version v0.0.20 -- +Copyright (c) Yasuhiro MATSUMOTO +** github.com%2Fmattn/go-localereader; version v0.0.1 -- +** github.com%2fmattn/go-runewidth; version v0.0.15 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2fminio/cli; version v1.24.2 -- +(c) 1999 Serious Enterprise +Copyright (c) 2016 Jeremy Saenz & Contributors +** github.com%2fminio/dnscache; version v0.1.1 -- +Copyright (c) 2023 MinIO, Inc. +Copyright (c) 2018 Olivier Poitrey +** github.com%2Fmitchellh/go-homedir; version v1.1.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/mapstructure; version v1.5.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmontanaflynn/stats; version v0.7.1 -- +** github.com%2Fmuesli/ansi; version v0.0.0-20230316100256-276c6243b2f6 -- +Copyright (c) 2021 Christian Muehlhaeuser +** github.com%2Fmuesli/cancelreader; version v0.2.2 -- +Copyright (c) 2022 Erik Geiser and Christian Muehlhaeuser +** github.com%2Fmuesli/reflow; version v0.3.0 -- +Copyright (c) 2019 Christian Muehlhaeuser +** github.com%2fmuesli/termenv; version v0.15.2 -- +Copyright (c) 2019 Christian Muehlhaeuser +** github.com%2Fnsqio/go-nsq; version v1.1.0 -- +** github.com%2Folekukonko/tablewriter; version v0.0.5 -- +Copyright 2014 Oleku Konko +Copyright (c) 2014 by Oleku Konko +** github.com%2Fphilhofer/fwd; version v1.1.2 -- +Copyright (c) 2014-2015, Philip Hofer +** github.com%2Fposener/complete; version v1.2.3 -- +Copyright (c) 2017 Eyal Posener +** github.com%2frivo/uniseg; version v0.4.4 -- +Copyright (c) 2019 Oliver Kuederle +** github.com%2Frjeczalik/notify; version v0.9.3 -- +Copyright (c) 2014-2015 The Notify Authors +Copyright (c) 2014-2017 The Notify Authors +Copyright (c) 2014-2018 The Notify Authors +Copyright (c) 2014-2020 The Notify Authors +** github.com%2Frs/cors; version v1.10.1 -- +Copyright (c) 2014 Olivier Poitrey +** github.com%2frs/xid; version v1.5.0 -- +Copyright (c) 2015 Olivier Poitrey +** github.com%2Ftidwall/gjson; version v1.17.0 -- +Copyright (c) 2016 Josh Baker +** github.com%2Ftidwall/match; version v1.1.1 -- +Copyright (c) 2016 Josh Baker +** github.com%2Ftidwall/pretty; version v1.2.1 -- +Copyright (c) 2017 Josh Baker +** github.com%2Funrolled/secure; version v1.13.0 -- +Copyright (c) 2014 Cory Jacobsen +** github.com%2Fvalyala/bytebufferpool; version v1.0.0 -- +Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia +** github.com%2Fvividcortex/ewma; version v1.2.0 -- +Copyright (c) 2013 VividCortex +Copyright (c) 2013 VividCortex, Inc. +** go.uber.org/atomic; version v1.11.0 -- +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2022 Uber Technologies, Inc. +Copyright (c) 2016-2020 Uber Technologies, Inc. +Copyright (c) 2020-2022 Uber Technologies, Inc. +Copyright (c) 2020-2023 Uber Technologies, Inc. +Copyright (c) 2021-2022 Uber Technologies, Inc. +Copyright (c) 2020- .ToYear Uber Technologies, Inc. +** go.uber.org/multierr; version v1.11.0 -- +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2023 Uber Technologies, Inc. +Copyright (c) 2017-2021 Uber Technologies, Inc. +Copyright (c) 2017-2023 Uber Technologies, Inc. +** go.uber.org/zap; version v1.26.0 -- +Copyright (c) Uber Technologies, Inc. +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2018 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2022 Uber Technologies, Inc. +Copyright (c) 2023 Uber Technologies, Inc. +Copyright (c) 2016-2017 Uber Technologies, Inc. +Copyright (c) 2016-2022 Uber Technologies, Inc. +Copyright (c) 2016, 2017 Uber Technologies, Inc. +** goftp.io%2fserver/v2; version v2.0.1 -- +Copyright (c) 2018 Goftp +Copyright 2018 The goftp Authors +Copyright 2020 The goftp Authors + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2fgo-sql-driver/mysql; version v1.7.1 -- +Copyright 2012 The Go-MySQL-Driver Authors +Copyright 2013 The Go-MySQL-Driver Authors +Copyright 2014 The Go-MySQL-Driver Authors +Copyright 2016 The Go-MySQL-Driver Authors +Copyright 2017 The Go-MySQL-Driver Authors +Copyright 2018 The Go-MySQL-Driver Authors +Copyright 2019 The Go-MySQL-Driver Authors +Copyright 2020 The Go-MySQL-Driver Authors +Copyright 2022 The Go-MySQL-Driver Authors +** github.com%2Fhashicorp/errwrap; version v1.1.0 -- +** github.com%2Fhashicorp/go-multierror; version v1.1.1 -- +** github.com%2Fhashicorp/go-uuid; version v1.0.3 -- +Copyright (c) 2015-2022 HashiCorp, Inc. +** github.com%2Fhashicorp/golang-lru; version v1.0.2 -- +Copyright (c) 2014 HashiCorp, Inc. + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** github.com%2fminio/kes-go; version v0.2.0 -- +Copyright 2023 - MinIO, Inc. +Copyright (c) 2007 Free Software Foundation, Inc. + +AGPL-3.0 AND AGPL-3.0-only + +------ + +** github.com%2Fklauspost/compress; version v1.17.4 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2023 Google LLC +Copyright 2020+ Klaus Post +Copyright 2023+ Klaus Post +Copyright (c) 2023'. Search +Copyright (c) 2016 Evan Huus +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright (c) 2022 Klaus Post +Copyright (c) 2023 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2022+ Klaus Post +Copyright (c) 2023+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2015, Pierre Curto +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company +Copyright 2022 d MakeDict(rawDict, byte(searchFor)) +Copyright (c) 2023 b d.Bytes will provide a dictionary +Copyright (c) 2023 b dict.Bytes will provide a dictionary + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** github.com%2fapache/thrift; version v0.19.0 -- +Copyright (c) 2014 +Copyright (c) 2009 Facebook +Copyright 2012 Twitter, Inc +copyright ownership.The ASF +Copyright (c) 2006- Facebook +Copyright (c) 2009 David Reiss +Copyright (c) <2006> Permission +Copyright (c) 2009 Peter Adolphs +© The Apache Software Foundation +Copyright (c) 2011 David Nadlinger +Copyright (c) 2014, 2015 Google Inc. +Copyright (c) 2012 Two Blue Cubes Ltd. +Copyright (c) 2006-2008 Alexander Chemeris +copyrighted by the Free Software Foundation +Copyright 2023 The Apache Software Foundation +Copyright (c) 2015 Reuben Thomas +Copyright (c) 2015 Jens Geyer +Copyright (c) 2016 Jens Geyer +Copyright (c) 2012 The Apache Software Foundation +Copyright (c) 2014 Tim Perkins +Copyright (c) 2015 Paul Norman +Copyright (c) 2008 Tim Toolan +Copyright (c) 2012 Zack Weinberg +Copyright (c) 2009 Dean Povey +Copyright 2007 by Nathan C. Myers +Copyright (c) 2008 Benjamin Kosnik +Copyright (c) 2004-2018 Free Software Foundation, Inc. +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2015 Moritz Klammler +Copyright (c) 2006 - 2019, The Apache Software Foundation +Copyright (c) 2013 Roy Stogner +Copyright (c) 2008- Patrick Collison +Copyright (c) 2016, 2018 Krzesimir Nowak +Copyright (c) 2009,2010 Zmanda Inc. +Copyright (c) 2012 Raphael Kubo da Costa +Copyright (c) 2007 Thomas Porschberg +Copyright (c) 2008 Thomas Porschberg +Copyright (c) 2009,2010 Dustin J. Mitchell +(c) The Apache Software Foundation http://www.apache.org/licenses/LICENSE-2.0 +** github.com%2Fminio/zipindex; version v0.3.0 -- +(c) 2021 MinIO, Inc. +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors + +Apache-2.0 AND BSD-3-Clause + +------ + +** github.com%2Frcrowley/go-metrics; version v0.0.0-20201227073835-cf1acfcdf475 -- +Copyright 2012 Richard Crowley + +BSD-2-Clause-Views + +------ + +** github.com%2Fklauspost/pgzip; version v1.2.6 -- +Copyright (c) 2014 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2012 The Go Authors +** github.com%2Ftinylib/msgp; version v1.1.9 -- +(c) The Go Authors, 2009-2014 +Copyright (c) 2014 Philip Hofer +Portions Copyright (c) 2009 The Go Authors (license at http://golang.org) + +BSD-3-Clause AND MIT + +------ + +** golang.org%2fx/crypto; version v0.17.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2fx/exp; version v0.0.0-20231214170342-aacd6d4b4611 -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/net; version v0.19.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2fx/sync; version v0.5.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/sys; version v0.15.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/sys; version v0.2.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.15.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.14.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/time; version v0.5.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** google.golang.org/protobuf; version v1.31.0 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER + +------ + +** github.com%2Feclipse/paho.mqtt.golang; version v1.4.3 -- +Copyright (c) 2013 IBM Corp and others +Copyright (c) 2021 IBM Corp and others +Copyright (c) 2022 IBM Corp and others +Copyright (c) 2007, Eclipse Foundation, Inc. +Portions copyright (c) 2018 TIBCO Software Inc. + +EPL-2.0 OR (BSD-3-Clause AND EPL-2.0) + +------ + +** github.com%2Fjuju/ratelimit; version v1.0.2 -- +Copyright 2014 Canonical Ltd. +Copyright (c) 2015 Canonical Ltd. +Copyright (c) 2007 Free Software Foundation, Inc. + +LGPL-3.0 AND LGPL-3.0-only AND NOASSERTION + +------ + +** github.com%2fklauspost%2fcpuid/v2; version v2.2.6 -- +Copyright (c) 2015 Klaus Post +Copyright (c) 2020 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright 2018 The Go Authors +Copyright (c) 2015- Klaus Post & Contributors + +MIT AND NOASSERTION \ No newline at end of file diff --git a/release-notes/2024-01/notices/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx-notice.txt b/release-notes/2024-01/notices/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx-notice.txt new file mode 100644 index 00000000..5ebf4720 --- /dev/null +++ b/release-notes/2024-01/notices/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx-notice.txt @@ -0,0 +1,471 @@ +** github.com%2Fdimchansky/utfbom; version v1.1.1 -- +Copyright (c) 2018-2020, Dmitrij Koniajev (dimchansky@gmail.com) +** github.com%2fspf13/cobra; version v1.8.0 -- +Copyright 2013-2023 The Cobra Authors +** github.com%2Fxdg-go/pbkdf2; version v1.0.0 -- +Copyright 2021 by David A. Golden +** github.com%2Fxdg-go/scram; version v1.1.1 -- +Copyright 2018 by David A. Golden +** github.com%2Fxdg-go/stringprep; version v1.0.3 -- +Copyright 2018 by David A. Golden +** go.mongodb.org/mongo-driver; version v1.10.3 -- +Copyright (c) MongoDB +Copyright (c) 2014 youmark +Copyright (c) MongoDB, Inc. +Copyright 2012 Keith Rarick +Copyright (c) 2017 Josh Baker +Copyright (c) 2018 Mark Bates +Copyright (c) 2019 Klaus Post +Copyright 2009 The Go Authors +Copyright 2017 The Go Authors +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2018 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2013, Patrick Mezard +Copyright (c) 2016 by MongoDB, Inc +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +Copyright (c) 2011 The Snappy-Go Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) MongoDB, Inc. 2018-present +Copyright (c) MongoDB, Inc. 2019-present +Copyright (c) MongoDB, Inc. 2020-present +Copyright (c) MongoDB, Inc. 2021-present +Copyright (c) MongoDB, Inc. 2022-present +Copyright (c) 2015, Dave Cheney +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors +Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com) +Copyright (c) 2010-2013 - Gustavo Niemeyer +Copyright (c) 2017 marvin + konsorten GmbH (open-source@konsorten.de) +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fmagiconair/properties; version v1.8.7 -- +Copyright 2011 The Go Authors +Copyright 2013-2014 Frank Schroeder +Copyright 2013-2022 Frank Schroeder +Copyright (c) 2013-2020, Frank Schroeder +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fgolang/snappy; version v0.0.4 -- +Copyright 2016 The Go Authors +Copyright 2020 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +** github.com%2Fjessevdk/go-flags; version v1.5.0 -- +Copyright 2012 Jesse van den Kieboom +Copyright (c) 2012 Jesse van den Kieboom +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** gopkg.in/tomb.v2; version v2.0.0-20161208151619-d5d1b5820637 -- +Copyright (c) 2011 - Gustavo Niemeyer +Copyright (c) 2010-2011 - Gustavo Niemeyer +** gopkg.in%2Fop/go-logging.v1; version v1.0.0-20160211212156-b2cb9fa56473 -- +Copyright 2013, Orjan Persson +Copyright (c) 2013 Orjan Persson + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fa8m/envsubst; version v1.4.2 -- +Copyright (c) 2017 envsubst contributors +** github.com%2Falecthomas%2Fparticiple/v2; version v2.1.1 -- +Copyright (c) 2017-2022 Alec Thomas +** github.com%2Faymerick/raymond; version v2.0.2+incompatible -- +Copyright (c) 2015 Aymerick JEHANNE +** github.com%2ffatih/color; version v1.16.0 -- +Copyright (c) 2013 Fatih Arslan +** github.com%2Fgoccy/go-json; version v0.10.2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright (c) 2020 Masaaki Goshima +** github.com%2Fgoccy/go-yaml; version v1.11.2 -- +Copyright 2009 The Go Authors +Copyright (c) 2019 Masaaki Goshima +** github.com%2fjinzhu/copier; version v0.4.0 -- +Copyright (c) 2015 Jinzhu +** github.com%2Fmattn/go-colorable; version v0.1.13 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2fmattn/go-isatty; version v0.0.20 -- +Copyright (c) Yasuhiro MATSUMOTO +** github.com%2Fmattn/go-runewidth; version v0.0.14 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2Fmmikulicic/multierror; version v0.0.0-20170428094957-c1ad6b5ecd26 -- +Copyright (c) 2016-2017 Marko Mikulicic +** github.com%2Fmontanaflynn/stats; version v0.6.6 -- +Copyright (c) 2014-2020 Montana Flynn (https://montanaflynn.com) +Copyright (c) 2014-2021 Montana Flynn (https://montanaflynn.com) +Copyright (c) 2014-2020 Montana Flynn https://montanaflynn.com'> https://montanaflynn.com +** github.com%2Fnsf/termbox-go; version v1.1.1 -- +Copyright (c) 2012 termbox-go authors +** github.com%2Fpelletier%2Fgo-toml/v2; version v2.1.0 -- +Copyright (c) 2021 - 2023 Thomas Pelletier +** github.com%2Frivo/uniseg; version v0.2.0 -- +Copyright (c) 2019 Oliver Kuederle +** github.com%2Fyoumark/pkcs8; version v0.0.0-20201027041543-1326539a0a0a -- +Copyright (c) 2014 youmark + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fklauspost/compress; version v1.13.6 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2020+ Klaus Post +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** golang.org%2Fx/crypto; version v0.14.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2Fx/exp; version v0.0.0-20230321023759-10a507213a29 -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/net; version v0.19.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2fx/sync; version v0.1.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/sys; version v0.15.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/sys; version v0.13.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/sys; version v0.2.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.13.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.13.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.14.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/xerrors; version v0.0.0-20220907171357-04be3eba64a2 -- +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2019 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx-notice.txt b/release-notes/2024-01/notices/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx-notice.txt new file mode 100644 index 00000000..397a820f --- /dev/null +++ b/release-notes/2024-01/notices/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx-notice.txt @@ -0,0 +1,166 @@ +** github.com%2Fhashicorp/go-cleanhttp; version v0.5.1 -- +** github.com%2Fhashicorp/go-retryablehttp; version v0.7.1 -- + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/release-notes/2024-01/notices/kiwigrid-k8s-sidecar-1.25.3.syft.cdx-notice.txt b/release-notes/2024-01/notices/kiwigrid-k8s-sidecar-1.25.3.syft.cdx-notice.txt new file mode 100644 index 00000000..d05ecbb3 --- /dev/null +++ b/release-notes/2024-01/notices/kiwigrid-k8s-sidecar-1.25.3.syft.cdx-notice.txt @@ -0,0 +1,565 @@ +** google-auth; version 2.23.4 -- +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2020 Google Inc. +Copyright 2022 Google Inc. +** kubernetes; version 28.1.0 -- +Copyright 2014 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** python-dateutil; version 2.8.2 -- +copyright 2019, dateutil +Copyright 2017- dateutil contributors +Copyright (c) 2015- - dateutil contributors +Copyright 2017- Paul Ganssle +Copyright (c) 2015- - Paul Ganssle +Copyright (c) 2014-2016 - Yaron de Leeuw +Copyright (c) 2003-2011 - Gustavo Niemeyer +Copyright (c) 2012-2014 - Tomi Pievilainen +** requests; version 2.31.0 -- +Copyright Kenneth Reitz +Copyright 2019 Kenneth Reitz +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +** rsa; version 4.9 -- +Copyright 2011 Sybren A. Stuvel +** websocket-client; version 1.6.4 -- +Copyright 2023 engn33r + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** pyasn1; version 0.5.1 -- +copyright u'2005-2020, Ilya Etingof +Copyright (c) 2005-2019, Ilya Etingof +Copyright (c) 2005-2020, Ilya Etingof +Copyright (c) 2005-2020, Ilya Etingof (mailto:etingof@gmail.com) +** pyasn1-modules; version 0.3.0 -- +Copyright (c) 2018, Vigil Security, LLC +Copyright (c) 2019, Vigil Security, LLC +Copyright (c) 2020, Vigil Security, LLC +Copyright (c) 2018, 2019 Vigil Security, LLC +Copyright (c) 2018-2019, Vigil Security, LLC +Copyright (c) 2005-2020, Ilya Etingof +Copyright (c) 2017, Danielle Madeley +Copyright (c) 2005-2020, Ilya Etingof (mailto:etingof@gmail.com) +** python-json-logger; version 2.0.7 -- +Copyright (c) 2011, Zakaria Zajac + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** cachetools; version 5.3.2 -- +copyright 2014-2023 Thomas Kemmer +Copyright (c) 2014-2022 Thomas Kemmer +Copyright (c) 2014-2023 Thomas Kemmer +** charset-normalizer; version 3.3.2 -- +COPYRIGHT (c) FOOBAR +copyright 2023, Ahmed TAHRI +Copyright (c) 2023 Ahmed TAHRI +Copyright (c) 2019 TAHRI Ahmed R. +copyright (c) 2021 by Ahmed TAHRI +(c) 2012 Denny Vrandecic (http://simia.net/letters/) +Copyright (c) Ahmed TAHRI Ousret (https://github.com/Ousret) +(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input +** logfmter; version 0.0.6 -- +Copyright (c) 2022 Joshua Taylor Eppinette +** pip; version 23.2.1 -- +2015 Eric Larson +2021 Taneli Hukkinen +copyright 2014-2019 s +(c) 2006 Entrust, Inc. +Copyright 2013-2014 Ray +Copyright Kenneth Reitz +Copyright Jason R. Coombs +Copyright 2015 Eric Larson +Copyright 2017 Elisey Zanko +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright (c) Simple Launcher +Copyright 2012 by Simon Sapin +Copyright 2016 Etienne Bersac +Copyright (c) 2006-2022 by the +Copyright (c) 2013 Vinay Sajip +Copyright 2021 Taneli Hukkinen +Copyright (c) 2008-2020 The pip +Copyright (c) 2020 Will McGugan +Copyright 2012-2021 Eric Larson +Copyright Jonathan Hartley 2013 +Copyright (c) 2012 by Simon Sapin +Copyright (c) 2017 Thomas Kluyver +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +Copyright (c) 2008-present The pip +Copyright (c) 2021 Taneli Hukkinen +Copyright 2015,2016,2017 Nir Cohen +Copyright (c) 2010 Jonathan Hartley +Copyright (c) 2012-2015 Vinay Sajip +Copyright (c) 2012-2017 Vinay Sajip +Copyright (c) 2012-2022 Vinay Sajip +Copyright (c) 2013-2015 Vinay Sajip +Copyright (c) 2013-2017 Vinay Sajip +Copyright (c) 2013-2020 Vinay Sajip +Copyright (c) 2013-2021, Kim Davies +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +Copyright (c) 2003-2022 Paul T. McGuire +Copyright (c) 1998 the Initial Developer +Copyright (c) 2001 the Initial Developer +Copyright (c) 2005 the Initial Developer +Copyright (c) 2010-202x The platformdirs +Copyright 2006-2023 by the Pygments team +Copyright (c) 2010-2020 Benjamin Peterson +copyrighted by the Free Software Foundation +Copyright (c) 2012 The Python Software Foundation +Copyright (c) 2012-2013 Python Software Foundation +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012-2017 The Python Software Foundation +Copyright (c) 2012-2021 The Python Software Foundation +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2018, Tzu-ping Chung +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2008-2011 INADA Naoki +(c) 2006-2023 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) Sindre Sorhus (sindresorhus.com) +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation +** pip; version 23.3.1 -- +2015 Eric Larson +2021 Taneli Hukkinen +copyright 2014-2019 s +(c) 2006 Entrust, Inc. +Copyright 2013-2014 Ray +Copyright Kenneth Reitz +Copyright Jason R. Coombs +Copyright 2015 Eric Larson +Copyright 2017 Elisey Zanko +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright (c) Simple Launcher +Copyright 2012 by Simon Sapin +Copyright 2016 Etienne Bersac +Copyright (c) 2006-2022 by the +Copyright (c) 2013 Vinay Sajip +Copyright 2021 Taneli Hukkinen +Copyright (c) 2008-2020 The pip +Copyright (c) 2020 Will McGugan +Copyright 2012-2021 Eric Larson +Copyright Jonathan Hartley 2013 +Copyright (c) 2012 by Simon Sapin +Copyright (c) 2017 Thomas Kluyver +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +Copyright (c) 2008-present The pip +Copyright (c) 2021 Taneli Hukkinen +Copyright 2015,2016,2017 Nir Cohen +Copyright (c) 2010 Jonathan Hartley +Copyright (c) 2012-2015 Vinay Sajip +Copyright (c) 2012-2017 Vinay Sajip +Copyright (c) 2012-2022 Vinay Sajip +Copyright (c) 2013-2015 Vinay Sajip +Copyright (c) 2013-2017 Vinay Sajip +Copyright (c) 2013-2020 Vinay Sajip +Copyright (c) 2013-2021, Kim Davies +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +Copyright (c) 2022 Seth Michael Larson +Copyright (c) 2003-2022 Paul T. McGuire +Copyright (c) 1998 the Initial Developer +Copyright (c) 2001 the Initial Developer +Copyright (c) 2005 the Initial Developer +Copyright (c) 2010-202x The platformdirs +Copyright 2006-2023 by the Pygments team +Copyright (c) 2010-2020 Benjamin Peterson +copyrighted by the Free Software Foundation +Copyright (c) 2012 The Python Software Foundation +Copyright (c) 2012-2013 Python Software Foundation +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012-2017 The Python Software Foundation +Copyright (c) 2012-2021 The Python Software Foundation +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2018, Tzu-ping Chung +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2008-2011 INADA Naoki +(c) 2006-2023 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) Sindre Sorhus (sindresorhus.com) +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation +** pyyaml; version 6.0.1 -- +Copyright (c) 2017-2021 Ingy dot Net +Copyright (c) 2006-2016 Kirill Simonov +** setuptools; version 68.2.2 -- +Copyright (c) 2018 +2021 Taneli Hukkinen +copyright 2014-2019 s +Copyright 1995-2005 Mark Adler +Copyright 1995-2010 Mark Adler +Copyright 1995-2013 Mark Adler +Copyright 2021 Taneli Hukkinen +Copyright (c) Anderson Bravalheri +Copyright 1995-2005 Mark Adler +3 CScs Qkkbal +** setuptools; version 69.0.2 -- +Copyright (c) 2018 +2021 Taneli Hukkinen +copyright 2014-2019 s +Copyright 1995-2005 Mark Adler +Copyright 1995-2010 Mark Adler +Copyright 1995-2013 Mark Adler +Copyright 2021 Taneli Hukkinen +Copyright (c) Anderson Bravalheri +Copyright 1995-2005 Mark Adler +3 CScs Qkkbal +** six; version 1.16.0 -- +copyright u'2010-2020, Benjamin Peterson +Copyright (c) 2010-2020 Benjamin Peterson +** urllib3; version 1.26.18 -- +Copyright 2015 Google Inc. +Copyright (c) 2010-2020 Benjamin Peterson +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wheel; version 0.41.2 -- +copyright 2012, Daniel Holth +Copyright (c) 2012 Daniel Holth and contributors + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.11.17 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** idna; version 3.6 -- +(c) 2019 Unicode(r), Inc. +Copyright (c) 2013-2023, Kim Davies and contributors +** oauthlib; version 3.2.2 -- +(c) Access Token +(c) Redirection URI +Copyright (c) 2019 The OAuthlib Community +copyright (c) 2019 by The OAuthlib Community + +BSD-2-Clause AND BSD-3-Clause + +------ + +** requests-oauthlib; version 1.3.1 -- +copyright u'2014, Kenneth Reitz +Copyright (c) 2014 Kenneth Reitz + +BSD-2-Clause AND ISC \ No newline at end of file diff --git a/release-notes/2024-01/notices/kube-scheduler-v1.26.9.syft.cdx-notice.txt b/release-notes/2024-01/notices/kube-scheduler-v1.26.9.syft.cdx-notice.txt new file mode 100644 index 00000000..91d867a1 --- /dev/null +++ b/release-notes/2024-01/notices/kube-scheduler-v1.26.9.syft.cdx-notice.txt @@ -0,0 +1,687 @@ +** github.com%2Fcoreos/go-semver; version v0.3.0 -- +Copyright 2018 CoreOS, Inc +Copyright 2013-2015 CoreOS, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fcoreos%2Fgo-systemd/v22; version v22.3.2 -- +Copyright 2015 CoreOS Inc. +Copyright 2014 Docker, Inc. +Copyright 2015 CoreOS, Inc. +Copyright 2015 RedHat, Inc. +Copyright 2016 CoreOS, Inc. +Copyright 2018 CoreOS, Inc. +Copyright 2019 CoreOS, Inc. +Copyright 2020 CoreOS, Inc. +Copyright 2015-2018 CoreOS, Inc. +Copyright 2015, 2018 CoreOS, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdocker/distribution; version v2.8.1+incompatible -- +Copyright (c) 2013 Damien Le Berrigaud and Nick Wade +** github.com%2Fgo-logr/logr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-logr/stdr; version v1.2.2 -- +Copyright 2019 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-logr/zapr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2021 The logr +Copyright 2018 Solly Ross +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.5 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.0 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.19.14 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgoogle/gnostic; version v0.5.7-v3refs -- +Copyright 2008 Google Inc. +Copyright 2016 Google LLC. +Copyright 2017 Google LLC. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2017-2020, Google LLC. +** github.com%2Fgoogle/gofuzz; version v1.1.0 -- +Copyright 2014 Google Inc. +** github.com%2Fgrpc-ecosystem/go-grpc-prometheus; version v1.2.0 -- +Copyright 2016 Michal Witkowski +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.2 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fmoby/term; version v0.0.0-20220808134915-39b0c02b01ae -- +copyright 2015 Docker, inc. +Copyright 2013-2018 Docker, Inc. +** github.com%2Fmoby%2Fsys/mountinfo; version v0.6.2 -- +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2Fnytimes/gziphandler; version v1.1.1 -- +Copyright 2016-2017 The New York Times Company +** github.com%2Fopencontainers/selinux; version v1.10.0 -- +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fprometheus/client_golang; version v1.14.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.3.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.37.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fprometheus/procfs; version v0.8.0 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2Fspf13/cobra; version v1.6.0 -- +Copyright 2013-2022 The Cobra Authors +** go.etcd.io%2Fetcd%2Fapi/v3; version v3.5.5 -- +** go.etcd.io%2Fetcd%2Fclient/v3; version v3.5.5 -- +Copyright 2015 The etcd +Copyright 2016 The etcd +Copyright 2017 The etcd +Copyright 2018 The etcd +Copyright 2019 The etcd +Copyright 2020 The etcd +Copyright 2021 The etcd +** go.etcd.io%2Fetcd%2Fclient%2Fpkg/v3; version v3.5.5 -- +Copyright 2013 The etcd +Copyright 2015 The etcd +Copyright 2016 The etcd +Copyright 2017 The etcd +Copyright 2018 The etcd +Copyright 2019 The etcd +Copyright 2021 The etcd +Copyright 2022 The etcd +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +** go.opentelemetry.io/otel; version v1.10.0 -- +** go.opentelemetry.io%2Fcontrib%2Finstrumentation%2Fgoogle.golang.org%2Fgrpc/otelgrpc; version v0.35.0 -- +** go.opentelemetry.io%2Fcontrib%2Finstrumentation%2Fnet%2Fhttp/otelhttp; version v0.35.1 -- +** go.opentelemetry.io%2Fotel/metric; version v0.31.0 -- +** go.opentelemetry.io%2Fotel/sdk; version v1.10.0 -- +** go.opentelemetry.io%2Fotel/trace; version v1.10.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp/otlptrace; version v1.10.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp%2Finternal/retry; version v1.10.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp%2Fotlptrace/otlptracegrpc; version v1.10.0 -- +** go.opentelemetry.io%2Fproto/otlp; version v0.19.0 -- +Copyright 2019, OpenTelemetry +Copyright 2020, OpenTelemetry +** google.golang.org/genproto; version v0.0.0-20220502173005-c8bf987b8c21 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2022 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +** google.golang.org/grpc; version v1.49.0 -- +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +** k8s.io/kube-openapi; version v0.0.0-20221012153701-172d655c2280 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** k8s.io/kubernetes; version v1.26.9 -- +Copyright 2008 Google Inc. +copyright We search READMEs +Copyright 2009 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) Microsoft Corporation +Copyright (c) 2013 The gonum Authors +Copyright (c) 2014 The gonum Authors +Copyright (c) 2015 The gonum Authors +Copyright 2017 Microsoft Corporation +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2023 The Kubernetes Authors +Copyright (c) 2015-2016 Manfred Touron +Copyright (c) 2015-2018 gimme contributors +Copyright (c) 2015-2020 gimme contributors +(c) 2009 Manolo Carrasco (Manuel Carrasco Monino) +Copyright 2010 Manuel Carrasco Monino. (manolo at apache.org) +** k8s.io/utils; version v0.0.0-20221107191617-1a15be271d1d -- +Copyright 2013 Google Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2014 The Kubernetes Authors +Copyright 2015 The Kubernetes Authors +Copyright 2016 The Kubernetes Authors +Copyright 2017 The Kubernetes Authors +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2021 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** k8s.io%2Fklog/v2; version v2.80.1 -- +Copyright 2013 Google Inc. +Copyright 2020 Intel Coporation +Copyright 2014 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors. +Copyright 2021 The Kubernetes Authors. +** sigs.k8s.io/json; version v0.0.0-20220713155537-f223a00ba0e2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2021 The Kubernetes Authors +** sigs.k8s.io%2Fapiserver-network-proxy/konnectivity-client; version v0.0.37 -- +Copyright 2019 The Kubernetes Authors +Copyright 2022 The Kubernetes Authors +** sigs.k8s.io%2Fstructured-merge-diff/v4; version v4.2.3 -- +Copyright 2018 The Kubernetes Authors +Copyright 2019 The Kubernetes Authors +Copyright 2020 The Kubernetes Authors + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fevanphx/json-patch; version v4.12.0+incompatible -- +Copyright (c) 2014, Evan Phoenix +** github.com%2Ffsnotify/fsnotify; version v1.6.0 -- +Copyright (c) fsnotify Authors +Copyright (c) 2012 The Go Authors +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2fgolang/protobuf; version v1.5.2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2Fgrpc-ecosystem%2Fgrpc-gateway/v2; version v2.7.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright (c) 2015, Gengo, Inc. +** github.com%2Fimdario/mergo; version v0.3.6 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fmunnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2Fspf13/pflag; version v1.0.5 -- +Copyright (c) 2012 Alex Ogier +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 The Go Authors +** golang.org%2Fx/oauth2; version v0.0.0-20220223155221-ee480838109b -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** gopkg.in/inf.v0; version v0.9.1 -- +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fblang%2Fsemver/v4; version v4.0.0 -- +Copyright (c) 2014 Benedikt Lang +** github.com%2Fcenkalti%2Fbackoff/v4; version v4.1.3 -- +Copyright (c) 2014 Cenk Alti +** github.com%2Fcespare%2Fxxhash/v2; version v2.1.2 -- +Copyright (c) 2016 Caleb Spare +** github.com%2Femicklei%2Fgo-restful/v3; version v3.9.0 -- +Copyright 2013 Ernest Micklei +Copyright 2014 Ernest Micklei +Copyright 2015 Ernest Micklei +Copyright 2018 Ernest Micklei +Copyright 2021 Ernest Micklei +Copyright (c) 2012,2013 Ernest Micklei +(c) 2012-2015, http://ernestmicklei.com +(c) 2012 - 2022, http://ernestmicklei.com +** github.com%2Ffelixge/httpsnoop; version v1.0.3 -- +Copyright (c) 2016 Felix Geisendorfer (felix@debuggable.com) +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fmailru/easyjson; version v0.7.6 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fstoewer/go-strcase; version v1.2.0 -- +Copyright (c) 2017, A. Stoewer +Copyright (c) 2017, Adrian Stoewer +** go.uber.org/atomic; version v1.7.0 -- +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2016-2020 Uber Technologies, Inc. +** go.uber.org/multierr; version v1.6.0 -- +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2019 Uber Technologies, Inc. +** go.uber.org/zap; version v1.19.0 -- +Copyright (c) Uber Technologies, Inc. +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2018 Uber Technologies, Inc. +Copyright (c) 2019 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2016-2017 Uber Technologies, Inc. +Copyright (c) 2016, 2017 Uber Technologies, Inc. +** gopkg.in%2Fnatefinch/lumberjack.v2; version v2.0.0 -- +Copyright (c) 2014 Nate Finch + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2fgoogle/cel-go; version v0.12.7 -- +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright (c) 2018 The Go Authors + +Apache-2.0 AND BSD-3-Clause + +------ + +** github.com%2Fopencontainers/go-digest; version v1.0.0 -- +Copyright 2016 Docker, Inc. +Copyright 2017 Docker, Inc. +Copyright (c) 2016 Docker, Inc. +Copyright 2019, 2020 OCI Contributors +Copyright 2020, 2020 OCI Contributors +Copyright (c) 2019, 2020 OCI Contributors +Copyright (c) 2004, 2006 The Linux Foundation and its contributors + +Apache-2.0 AND CC-BY-SA-4.0 + +------ + +** sigs.k8s.io/yaml; version v1.3.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** golang.org%2Fx/crypto; version v0.1.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2fx/net; version v0.8.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2fx/sync; version v0.1.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/sys; version v0.6.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/term; version v0.6.0 -- +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/text; version v0.8.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/time; version v0.0.0-20220210224613-90d013bbcef8 -- +Copyright 2015 The Go Authors +Copyright (c) 2009 The Go Authors +** google.golang.org/protobuf; version v1.28.1 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-assetservice-0.7.54.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-assetservice-0.7.54.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-assetservice-0.7.54.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-comments-0.5.17.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-comments-0.5.17.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-comments-0.5.17.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-dataframeservice-1.1.43.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-dataframeservice-1.1.43.syft.cdx-notice.txt new file mode 100644 index 00000000..e75f6ac6 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-dataframeservice-1.1.43.syft.cdx-notice.txt @@ -0,0 +1,117 @@ +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** IronCompress; version 1.5.1 -- + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx-notice.txt new file mode 100644 index 00000000..9d56e800 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx-notice.txt @@ -0,0 +1,13192 @@ +** tslib; version 1.14.1 -- https://www.typescriptlang.org/ +Copyright (c) Microsoft Corporation + +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +------ + +** typescript; version 4.9.5 -- https://www.typescriptlang.org/ +(c) by W3C +Copyright (c) 2018 WHATWG +Copyright (c) Microsoft Corporation +Copyright (c) 1991-2017 Unicode, Inc. +Copyright (c) 2018 The Khronos Group Inc. +Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + + +------ + +** doctrine; version 3.0.0 -- https://github.com/eslint/doctrine +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (c) 2012, 2011 Ariya Hidayat (http://ariya.ofilabs.com/about) (twitter ariyahidayat (http://twitter.com/ariyahidayat)) and other contributors + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** eslint-visitor-keys; version 1.3.0 -- https://github.com/eslint/eslint-visitor-keys#readme +** eslint-visitor-keys; version 2.1.0 -- https://github.com/eslint/eslint-visitor-keys#readme + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright contributors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** doctrine; version 2.1.0 -- https://github.com/eslint/doctrine +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (c) 2012, 2011 Ariya Hidayat (http://ariya.ofilabs.com/about) (twitter ariyahidayat (http://twitter.com/ariyahidayat)) and other contributors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** @humanwhocodes/config-array; version 0.5.0 -- https://github.com/humanwhocodes/config-array#readme +** spdx-correct; version 3.1.1 -- https://github.com/jslicense/spdx-correct.js#readme +** validate-npm-package-license; version 3.0.4 -- https://github.com/kemitchell/validate-npm-package-license.js#readme + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** npm; version 8.19.4 -- https://docs.npmjs.com/ +Copyright (c) 2014 +Copyright npm, Inc. +Copyright GitHub Inc. +Copyright (c) npm Inc. +Copyright (c) npm, Inc. +Copyright (c) silverwind +Copyright (c) 2013 Raynos +Copyright (c) GitHub Inc. +Copyright (c) GitHub, Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2017 Kat Marchan +Copyright (c) Marak Squires +Copyright (c) 2013 Tim Oxley +Copyright (c) 2015, npm, Inc +Copyright 2021 (c) npm, Inc. +Copyright Isaac Z. Schlueter +Copyright (c) 2016 Zeit, Inc. +Copyright (c) Robert Kowalski +Copyright (c) 2009 Google Inc. +Copyright (c) 2011 Google Inc. +Copyright (c) 2012 Google Inc. +Copyright (c) 2012 Tim Caswell +Copyright (c) 2013 Google Inc. +Copyright (c) 2014 Google Inc. +Copyright (c) 2016 David Frank +Copyright (c) 2016 angus croll +Copyright (c) 2017 Joseph Wynn +Copyright (c) 2011 Dominic Tarr +Copyright (c) 2012 by Jun Woong +Copyright (c) 2014 Dave Justice +Copyright (c) 2014 IndigoUnited +Copyright (c) 2015 Elijah Insua +Copyright (c) 2020 Vercel, Inc. +Copyright (c) 2015 Dmitry Ivanov +Copyright (c) 2015, Contributors +Copyright (c) 2016, Contributors +Copyright (c) Isaac Z. Schlueter +Copyright (c) Meryn Stol 'Author +Copyright 2009-2014 Contributors +Copyright (c) 2009 Kazuhiko Arase +Copyright (c) 2020 Nathan Rajlich +Copyright (c) Feross Aboukhadijeh +Copyright 2017 - Refael Ackermann +Copyright 2017-2022 (c) npm, Inc. +Copyright (c) 2012 Federico Romero +Copyright (c) 2013 Josh Glazebrook +Copyright (c) 2014 Federico Romero +Copyright (c) 2015, Rebecca Turner +Copyright (c) 2018-2021 Josh Junon +Copyright (c) 2013 Thiago de Arruda +Copyright (c) 2015 Kyle E. Mitchell +Copyright (c) 2020 Kasper Unn Weihe +Copyright (c) Microsoft Corporation +Copyright 2013 The Chromium Authors +Copyright 2016-2018 Kornel Lesinski +Copyright (c) 2010-2012 Mikeal Rogers +Copyright (c) 2011-2017 JP Richardson +Copyright (c) 2012 Isaac Z. Schlueter +Copyright (c) 2011 Alexander Shtuchkin +Copyright (c) 2012-2014 Andris Reinman +Copyright (c) 2020-2022 Michael Garvin +Copyright (c) 2012 The Chromium Authors +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2013-2017 Josh Glazebrook +Copyright (c) 2020 Node.js contributors +Copyright (c) npm, Inc. and Contributors +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2016-2017 Thomas Watson Steen +Copyright (c) 2000-2006, The Perl Foundation +Copyright (c) DABH (https://github.com/DABH) +Copyright (c) 2014 Douglas Christopher Wilson +Copyright (c) 2015 Douglas Christopher Wilson +Copyright Isaac Z. Schlueter and Contributors +Copyright (c) 2004 Sam Hocevar +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) node-modules and other contributors +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2014-2017 Douglas Christopher Wilson +Copyright (c) Mathias Pettersson and Brian Hammond +Copyright Joyent, Inc. and other Node contributors +Copyright (c) 2011-2015 Paul Vorbach +Copyright (c) 2014, Rebecca Turner +Copyright (c) 2015, Rebecca Turner +Copyright (c) 2017, Rebecca Turner +Copyright Mathias Bynens +Copyright (c) 2012 - 2015 fengmk2 +Copyright (c) 2016 Ben Noordhuis +Copyright (c) 2015 TJ Holowaychuk +Copyright (c) 2012-2020 Domenic Denicola +Copyright (c) 2018 Nikita Skovoroda +Copyright (c) 2009-2015, Kevin Decker +Copyright (c) 2012 Nathan Rajlich +Copyright (c) 2013 Julian Gruber +Copyright (c) 2014 Nathan Rajlich +Copyright (c) 2015 Julian Gruber +Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors +Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors +Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2011-2016 Heather Arthur +Copyright (c) Robert Kowalski and Isaac Z. Schlueter 'Authors +Copyright (c) Tjarda Koster, https://jelloween.deviantart.com +Copyright (c) 2014 James Talmage +Copyright (c) Ben Briggs (http://beneb.info) +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors +Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) Isaac Z. Schlueter, Kat Marchan, npm, Inc., and Contributors +Copyright (c) Shannon Moeller (shannonmoeller.com) +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) 2011 Tim Koschutzki (tim@debuggable.com) Felix Geisendorfer (felix@debuggable.com) +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +The npm application +Copyright (c) npm, Inc. and Contributors +Licensed on the terms of The Artistic License 2.0 + +Node package dependencies of the npm application +Copyright (c) their respective copyright owners +Licensed on their respective license terms + +The npm public registry at https://registry.npmjs.org +and the npm website at https://www.npmjs.com +Operated by npm, Inc. +Use governed by terms published on https://www.npmjs.com + +"Node.js" +Trademark Joyent, Inc., https://joyent.com +Neither npm nor npm, Inc. are affiliated with Joyent, Inc. + +The Node.js application +Project of Node Foundation, https://nodejs.org + +The npm Logo +Copyright (c) Mathias Pettersson and Brian Hammond + +"Gubblebum Blocky" typeface +Copyright (c) Tjarda Koster, https://jelloween.deviantart.com +Used with permission + + +-------- + + +The Artistic License 2.0 + +Copyright (c) 2000-2006, The Perl Foundation. + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +Preamble + +This license establishes the terms under which a given free software +Package may be copied, modified, distributed, and/or redistributed. +The intent is that the Copyright Holder maintains some artistic +control over the development of that Package while still keeping the +Package available as open source and free software. + +You are always permitted to make arrangements wholly outside of this +license directly with the Copyright Holder of a given Package. If the +terms of this license do not permit the full use that you propose to +make of the Package, you should contact the Copyright Holder and seek +a different licensing arrangement. + +Definitions + + "Copyright Holder" means the individual(s) or organization(s) + named in the copyright notice for the entire Package. + + "Contributor" means any party that has contributed code or other + material to the Package, in accordance with the Copyright Holder's + procedures. + + "You" and "your" means any person who would like to copy, + distribute, or modify the Package. + + "Package" means the collection of files distributed by the + Copyright Holder, and derivatives of that collection and/or of + those files. A given Package may consist of either the Standard + Version, or a Modified Version. + + "Distribute" means providing a copy of the Package or making it + accessible to anyone else, or in the case of a company or + organization, to others outside of your company or organization. + + "Distributor Fee" means any fee that you charge for Distributing + this Package or providing support for this Package to another + party. It does not mean licensing fees. + + "Standard Version" refers to the Package if it has not been + modified, or has been modified only in ways explicitly requested + by the Copyright Holder. + + "Modified Version" means the Package, if it has been changed, and + such changes were not explicitly requested by the Copyright + Holder. + + "Original License" means this Artistic License as Distributed with + the Standard Version of the Package, in its current version or as + it may be modified by The Perl Foundation in the future. + + "Source" form means the source code, documentation source, and + configuration files for the Package. + + "Compiled" form means the compiled bytecode, object code, binary, + or any other form resulting from mechanical transformation or + translation of the Source form. + + +Permission for Use and Modification Without Distribution + +(1) You are permitted to use the Standard Version and create and use +Modified Versions for any purpose without restriction, provided that +you do not Distribute the Modified Version. + + +Permissions for Redistribution of the Standard Version + +(2) You may Distribute verbatim copies of the Source form of the +Standard Version of this Package in any medium without restriction, +either gratis or for a Distributor Fee, provided that you duplicate +all of the original copyright notices and associated disclaimers. At +your discretion, such verbatim copies may or may not include a +Compiled form of the Package. + +(3) You may apply any bug fixes, portability changes, and other +modifications made available from the Copyright Holder. The resulting +Package will still be considered the Standard Version, and as such +will be subject to the Original License. + + +Distribution of Modified Versions of the Package as Source + +(4) You may Distribute your Modified Version as Source (either gratis +or for a Distributor Fee, and with or without a Compiled form of the +Modified Version) provided that you clearly document how it differs +from the Standard Version, including, but not limited to, documenting +any non-standard features, executables, or modules, and provided that +you do at least ONE of the following: + + (a) make the Modified Version available to the Copyright Holder + of the Standard Version, under the Original License, so that the + Copyright Holder may include your modifications in the Standard + Version. + + (b) ensure that installation of your Modified Version does not + prevent the user installing or running the Standard Version. In + addition, the Modified Version must bear a name that is different + from the name of the Standard Version. + + (c) allow anyone who receives a copy of the Modified Version to + make the Source form of the Modified Version available to others + under + + (i) the Original License or + + (ii) a license that permits the licensee to freely copy, + modify and redistribute the Modified Version using the same + licensing terms that apply to the copy that the licensee + received, and requires that the Source form of the Modified + Version, and of any works derived from it, be made freely + available in that license fees are prohibited but Distributor + Fees are allowed. + + +Distribution of Compiled Forms of the Standard Version +or Modified Versions without the Source + +(5) You may Distribute Compiled forms of the Standard Version without +the Source, provided that you include complete instructions on how to +get the Source of the Standard Version. Such instructions must be +valid at the time of your distribution. If these instructions, at any +time while you are carrying out such distribution, become invalid, you +must provide new instructions on demand or cease further distribution. +If you provide valid instructions or cease distribution within thirty +days after you become aware that the instructions are invalid, then +you do not forfeit any of your rights under this license. + +(6) You may Distribute a Modified Version in Compiled form without +the Source, provided that you comply with Section 4 with respect to +the Source of the Modified Version. + + +Aggregating or Linking the Package + +(7) You may aggregate the Package (either the Standard Version or +Modified Version) with other packages and Distribute the resulting +aggregation provided that you do not charge a licensing fee for the +Package. Distributor Fees are permitted, and licensing fees for other +components in the aggregation are permitted. The terms of this license +apply to the use and Distribution of the Standard or Modified Versions +as included in the aggregation. + +(8) You are permitted to link Modified and Standard Versions with +other works, to embed the Package in a larger work of your own, or to +build stand-alone binary or bytecode versions of applications that +include the Package, and Distribute the result without restriction, +provided the result does not expose a direct interface to the Package. + + +Items That are Not Considered Part of a Modified Version + +(9) Works (including, but not limited to, modules and scripts) that +merely extend or make use of the Package, do not, by themselves, cause +the Package to be a Modified Version. In addition, such works are not +considered parts of the Package itself, and are not subject to the +terms of this license. + + +General Provisions + +(10) Any use, modification, and distribution of the Standard or +Modified Versions is governed by this Artistic License. By using, +modifying or distributing the Package, you accept this license. Do not +use, modify, or distribute the Package, if you do not accept this +license. + +(11) If your Modified Version has been derived from a Modified +Version made by someone other than you, you are nevertheless required +to ensure that your Modified Version complies with the requirements of +this license. + +(12) This license does not grant you the right to use any trademark, +service mark, tradename, or logo of the Copyright Holder. + +(13) This license includes the non-exclusive, worldwide, +free-of-charge patent license to make, have made, use, offer to sell, +sell, import and otherwise transfer the Package with respect to any +patent claims licensable by the Copyright Holder that are necessarily +infringed by the Package. If you institute patent litigation +(including a cross-claim or counterclaim) against any party alleging +that the Package constitutes direct or contributory patent +infringement, then this Artistic License to you shall terminate on the +date that such litigation is filed. + +(14) Disclaimer of Warranty: +THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS +IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL +LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------- + + +The MIT License (MIT) + +Copyright © 2020-2022 Michael Garvin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) npm, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +ISC License + +Copyright GitHub Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2020 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Copyright 2009–2014 Contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright (c) 2015 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Shannon Moeller (shannonmoeller.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2014 James Talmage + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright © 2011-2015 Paul Vorbach + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2011-2016 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2013 Tim Oxley + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright Joyent, Inc. and other Node contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2015 Elijah Insua + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) 2015 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Software License Agreement (BSD License) + +Copyright (c) 2009-2015, Kevin Decker + +All rights reserved. + +Redistribution and use of this software in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of Kevin Decker nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2012-2014 Andris Reinman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2020 Kasper Unn Weihe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + +The ISC License + +Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2013 Thiago de Arruda + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +Copyright 2016-2018 Kornel Lesiński + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) 2011 Alexander Shtuchkin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The MIT License (MIT) + +Copyright (c) 2014 Dave Justice + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016-2017 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License + +Copyright (c) 2012 Tim Caswell + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright 2017-2022 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) Robert Kowalski and Isaac Z. Schlueter ("Authors") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) Robert Kowalski +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter, Kat Marchán, npm, Inc., and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) Ben Briggs (http://beneb.info) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) GitHub, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2017, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Copyright (c) 2014 IndigoUnited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================== +This product also include the following software: +============================================================== + + QRCode for JavaScript + + Copyright (c) 2009 Kazuhiko Arase + + URL: http://www.d-project.com/ + + Licensed under the MIT license: + http://www.opensource.org/licenses/mit-license.php + + The word "QR Code" is registered trademark of + DENSO WAVE INCORPORATED + http://www.denso-wave.com/qrcode/faqpatent-e.html + +Located in ./vendor/QRCode +- project has been modified to work in Node and some refactoring was done for code cleanup + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2016, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright 2021 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2017 Joseph Wynn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +Copyright (c) 2015, npm, Inc + + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** http-cache-semantics; version 4.1.1 -- https://github.com/kornelski/http-cache-semantics#readme +Copyright 2016-2018 Kornel Lesinski + +Copyright 2016-2018 Kornel Lesiński + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** esprima; version 4.0.1 -- http://esprima.org +Copyright JS Foundation and other contributors, https://js.foundation + +Copyright JS Foundation and other contributors, https://js.foundation/ + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** @typescript-eslint/parser; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright JS Foundation and other contributors, https://js.foundation + +TypeScript ESLint Parser +Copyright JS Foundation and other contributors, https://js.foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** estraverse; version 4.3.0 -- https://github.com/estools/estraverse +Copyright (c) 2014 Yusuke Suzuki +Copyright (c) 2012 Ariya Hidayat +Copyright (c) 2012-2013 Yusuke Suzuki +Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors +** estraverse; version 5.3.0 -- https://github.com/estools/estraverse +Copyright (c) 2014 Yusuke Suzuki +Copyright (c) 2012 Ariya Hidayat +Copyright (c) 2012-2013 Yusuke Suzuki +Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors +** esutils; version 2.0.3 -- https://github.com/estools/esutils +Copyright (c) 2014 Ivan Nikulin +Copyright (c) 2013 Yusuke Suzuki +Copyright (c) 2013-2014 Yusuke Suzuki +Copyright (c) 2013 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** espree; version 7.3.1 -- https://github.com/eslint/espree +Copyright 2012-2015 Acorn +Copyright 2014-2015 various +Copyright (c) Open JS Foundation +Copyright (c) 2014 Ingvar Stepanyan +Copyright (c) jQuery Foundation, Inc. and Contributors +Copyright 2014-2015 Sebastian McKenzie + +BSD 2-Clause License + +Copyright (c) Open JS Foundation +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** npm-install-checks; version 5.0.0 -- https://github.com/npm/npm-install-checks#readme +Copyright (c) Robert Kowalski and Isaac Z. Schlueter 'Authors + +Copyright (c) Robert Kowalski and Isaac Z. Schlueter ("Authors") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** @typescript-eslint/typescript-estree; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright JS Foundation and other contributors, https://js.foundation + +TypeScript ESTree + +Originally extracted from: + +TypeScript ESLint Parser +Copyright JS Foundation and other contributors, https://js.foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** eslint-scope; version 5.1.1 -- http://github.com/eslint/eslint-scope +Copyright (c) 2015 Yusuke Suzuki +Copyright (c) 2013 Alex Seville +Copyright (c) 2014 Thiago de Arruda +Copyright (c) 2012-2014 Yusuke Suzuki +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (c) 2012-2013 Yusuke Suzuki (twitter Constellation) and other contributors + +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** cidr-regex; version 3.1.1 -- https://github.com/silverwind/cidr-regex#readme +Copyright (c) silverwind +(c) silverwind (https://github.com/silverwind) +** is-cidr; version 4.0.2 -- https://github.com/silverwind/is-cidr#readme +Copyright (c) silverwind +(c) silverwind (https://github.com/silverwind) + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** esrecurse; version 4.3.0 -- https://github.com/estools/esrecurse +Copyright (c) 2014 Yusuke Suzuki +Copyright (c) 2014 Yusuke Suzuki (https://github.com/Constellation) (twitter Constellation (https://twitter.com/Constellation)) and other contributors +** yarn; version 1.22.19 -- +(c) Sindre Sorhus +Copyright (c) 2005 Tom Wu +Copyright 2016, Joyent Inc +Copyright (c) Marak Squires +Copyright 2012 Joyent, Inc. +Copyright 2015 Joyent, Inc. +Copyright 2016 Joyent, Inc. +Copyright 2017 Joyent, Inc. +Copyright (c) 2015 Jed Watson +Copyright (c) 2005-2009 Tom Wu +Copyright (c) 2012, Mark Cavage +Copyright (c) 2013, Yahoo! Inc. +Copyright (c) 2014 Jonathan Ong +Copyright 2015 Kyle E. Mitchell +Copyright (c) 2014 Jon Schlinkert +Copyright (c) 2015 Jon Schlinkert +Copyright 2010-2012 Mikeal Rogers +Copyright (c) 2015, Jon Schlinkert +copyright (c) 2018 Denis Pushkarev +Copyright (c) Microsoft Corporation +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2014-2015, Jon Schlinkert +Copyright (c) 2014-2017, Jon Schlinkert +Copyright (c) 2014-2018, Jon Schlinkert +Copyright (c) 2015-2016, Jon Schlinkert +Copyright (c) 2015-2017, Jon Schlinkert +Copyright (c) 2015-2018, Jon Schlinkert +Copyright (c) 2015, Salesforce.com, Inc. +Copyright (c) 2013-present, Facebook, Inc. +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2016-present, Yarn Contributors +Copyright 2010 LearnBoost +Copyright 2011 Mark Cavage +Copyright (c) 2013 Ted Unangst +Copyright Joyent, Inc. and other Node contributors +Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com) +Copyright 1997 Niels Provos +Copyright (c) 2011-2017 KARASZI Istvan +Copyright 2012-2016 The Dojo Foundation +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright JS Foundation and other contributors +Copyright jQuery Foundation and other contributors +Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors +Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** uri-js; version 4.4.1 -- https://github.com/garycourt/uri-js +(c) 2011 Gary Court +Copyright 2011 Gary Court + +Copyright 2011 Gary Court. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court. + + +------ + +** npm-user-validate; version 1.0.1 -- https://github.com/npm/npm-user-validate#readme +Copyright (c) Robert Kowalski + +Copyright (c) Robert Kowalski +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** normalize-package-data; version 4.0.1 -- https://github.com/npm/normalize-package-data#readme +Copyright (c) 2013 Meryn Stol +Copyright (c) Meryn Stol 'Author + +This package contains code originally written by Isaac Z. Schlueter. +Used with permission. + +Copyright (c) Meryn Stol ("Author") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** table; version 6.8.1 -- https://github.com/gajus/table#readme +Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/) + +Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** qs; version 6.11.0 -- https://github.com/ljharb/qs +Copyright (c) 2014, Nathan LaFreniere and other contributors (https://github.com/ljharb/qs/graphs/contributors) + +BSD 3-Clause License + +Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** @humanwhocodes/object-schema; version 1.2.1 -- https://github.com/humanwhocodes/object-schema#readme +Copyright (c) 2019, Human Who Codes + +BSD 3-Clause License + +Copyright (c) 2019, Human Who Codes +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** esquery; version 1.5.0 -- https://github.com/estools/esquery/ +Copyright (c) 2013, Joel Feenstra +Copyright (c) 2012 Ariya Hidayat +Copyright (c) 2012-2013 Yusuke Suzuki + +Copyright (c) 2013, Joel Feenstra +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the ESQuery nor the names of its contributors may + be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL JOEL FEENSTRA BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** diff; version 4.0.2 -- https://github.com/kpdecker/jsdiff#readme +Copyright (c) 2009-2015, Kevin Decker +** diff; version 5.1.0 -- https://github.com/kpdecker/jsdiff#readme +Copyright (c) 2009-2015, Kevin Decker + +Software License Agreement (BSD License) + +Copyright (c) 2009-2015, Kevin Decker + +All rights reserved. + +Redistribution and use of this software in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of Kevin Decker nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** spdx-exceptions; version 2.3.0 -- https://github.com/kemitchell/spdx-exceptions.json#readme +Copyright (c) 2010-2015 Linux Foundation and its Contributors + +Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + + c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + + d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + + e. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + + f. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + + g. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + + h. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + + i. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + + d. to Distribute and Publicly Perform Adaptations. + + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + + iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + + The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + + 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. + + b. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv), consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + + c. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + + 5. Representations, Warranties and Disclaimer + + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. Termination + + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + + 8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. + + e. This License may not be modified without the mutual written agreement of the Licensor and You. + + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. + +Creative Commons Notice + +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. + +Creative Commons may be contacted at http://creativecommons.org/. + +------ + +** spdx-license-ids; version 3.0.11 -- https://github.com/jslicense/spdx-license-ids#readme + +Creative Commons Legal Code + +CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + + 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + + 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + + 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + + 4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + +------ + +** are-we-there-yet; version 3.0.1 -- https://github.com/npm/are-we-there-yet +Copyright npm, Inc. +** init-package-json; version 3.0.2 -- https://github.com/npm/init-package-json#readme +Copyright npm, Inc. + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** fastq; version 1.15.0 -- https://github.com/mcollina/fastq#readme +Copyright (c) 2015-2020, Matteo Collina + +Copyright (c) 2015-2020, Matteo Collina + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/node-gyp; version 2.0.0 -- https://github.com/npm/node-gyp#readme + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** @npmcli/name-from-folder; version 1.0.1 -- https://github.com/npm/name-from-folder#readme +Copyright npm, Inc. + +The ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +------ + +** promise-inflight; version 1.0.1 -- https://github.com/iarna/promise-inflight#readme +Copyright (c) 2017, Rebecca Turner + +Copyright (c) 2017, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +------ + +** lru-cache; version 7.13.2 -- https://github.com/isaacs/node-lru-cache#readme +Copyright (c) Microsoft Corporation +Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** minimatch; version 5.1.0 -- https://github.com/isaacs/minimatch#readme +Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** abbrev; version 1.1.1 -- https://github.com/isaacs/abbrev-js#readme +Copyright Isaac Z. Schlueter and Contributors +Copyright (c) Isaac Z. Schlueter and Contributors + +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** ssri; version 9.0.1 -- https://github.com/npm/ssri#readme +Copyright 2021 (c) npm, Inc. + +ISC License + +Copyright 2021 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** glob; version 7.2.3 -- https://github.com/isaacs/node-glob#readme +Copyright (c) Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +## Glob Logo + +Glob's logo created by Tanya Brassie , licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +https://creativecommons.org/licenses/by-sa/4.0/ + + +------ + +** glob; version 8.0.3 -- https://github.com/isaacs/node-glob#readme +Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** graceful-fs; version 4.2.10 -- https://github.com/isaacs/node-graceful-fs#readme +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** glob-parent; version 5.1.2 -- https://github.com/gulpjs/glob-parent#readme +Copyright (c) 2015, 2019 Elan Shanker + +The ISC License + +Copyright (c) 2015, 2019 Elan Shanker + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** make-error; version 1.3.6 -- https://github.com/JsCommunity/make-error +Copyright 2014 Julien Fontanet +(c) Julien Fontanet (http://julien.isonoe.net) + +Copyright 2014 Julien Fontanet + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** cacache; version 16.1.3 -- https://github.com/npm/cacache#readme +Copyright (c) npm, Inc. +** libnpmhook; version 8.0.4 -- https://github.com/npm/cli#readme +Copyright (c) npm, Inc. +** npm-audit-report; version 3.0.0 -- https://github.com/npm/npm-audit-report#readme +Copyright (c) npm, Inc. +** npm-pick-manifest; version 7.0.2 -- https://github.com/npm/npm-pick-manifest#readme +Copyright (c) npm, Inc. + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** minipass; version 3.3.4 -- https://github.com/isaacs/minipass#readme +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** chownr; version 2.0.0 -- https://github.com/isaacs/chownr#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** color-support; version 1.1.3 -- https://github.com/isaacs/color-support#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** dezalgo; version 1.0.4 -- https://github.com/npm/dezalgo +Copyright (c) Isaac Z. Schlueter and Contributors +** fs-minipass; version 2.1.0 -- https://github.com/npm/fs-minipass#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** ignore-walk; version 5.0.1 -- https://github.com/npm/ignore-walk#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** ini; version 3.0.1 -- https://github.com/npm/ini#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** isexe; version 2.0.0 -- https://github.com/isaacs/isexe#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** json-stringify-nice; version 1.1.4 -- https://github.com/isaacs/json-stringify-nice#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** lru-cache; version 6.0.0 -- https://github.com/isaacs/node-lru-cache#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minimatch; version 3.1.2 -- https://github.com/isaacs/minimatch#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-collect; version 1.0.2 -- +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-flush; version 1.0.5 -- https://github.com/isaacs/minipass-flush#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-pipeline; version 1.2.4 -- +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-sized; version 1.0.3 -- https://github.com/isaacs/minipass-sized#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** mute-stream; version 0.0.8 -- https://github.com/isaacs/mute-stream#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** nopt; version 5.0.0 -- https://github.com/npm/nopt#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** nopt; version 6.0.0 -- https://github.com/npm/nopt#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** npm-packlist; version 5.1.3 -- https://github.com/npm/npm-packlist#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** once; version 1.4.0 -- https://github.com/isaacs/once#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** read; version 1.0.7 -- https://github.com/isaacs/read#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** readdir-scoped-modules; version 1.1.0 -- https://github.com/npm/readdir-scoped-modules +Copyright (c) Isaac Z. Schlueter and Contributors +** rimraf; version 3.0.2 -- https://github.com/isaacs/rimraf#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** semver; version 6.3.0 -- https://github.com/npm/node-semver#readme +Copyright Isaac Z. +Copyright Isaac Z. Schlueter +Copyright (c) Isaac Z. Schlueter and Contributors +** semver; version 7.3.7 -- https://github.com/npm/node-semver#readme +Copyright Isaac Z. Schlueter +Copyright (c) Isaac Z. Schlueter and Contributors +** semver; version 7.3.8 -- https://github.com/npm/node-semver#readme +Copyright Isaac Z. Schlueter +Copyright (c) Isaac Z. Schlueter and Contributors +** tar; version 6.1.11 -- https://github.com/npm/node-tar#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** which; version 2.0.2 -- https://github.com/isaacs/node-which#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** wrappy; version 1.0.2 -- https://github.com/npm/wrappy +Copyright (c) Isaac Z. Schlueter and Contributors +** yallist; version 4.0.0 -- https://github.com/isaacs/yallist#readme +Copyright (c) Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** unique-slug; version 3.0.0 -- https://github.com/npm/unique-slug#readme +Copyright npm, Inc + +The ISC License + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** flatted; version 3.2.7 -- https://github.com/WebReflection/flatted#readme +(c) 2020 Andrea Giammarchi +Copyright (c) 2018-2020, Andrea Giammarchi +Copyright (c) 2018-2021, Andrea Giammarchi + +ISC License + +Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/ci-detect; version 2.0.0 -- https://github.com/npm/ci-detect#readme +Copyright (c) npm, Inc. +** @npmcli/config; version 4.2.2 -- https://github.com/npm/config#readme +Copyright (c) npm, Inc. +** @npmcli/disparity-colors; version 2.0.0 -- https://github.com/npm/disparity-colors#readme +Copyright (c) npm Inc. +** @npmcli/installed-package-contents; version 1.0.7 -- https://github.com/npm/installed-package-contents#readme +Copyright (c) npm, Inc. +** @npmcli/metavuln-calculator; version 3.1.1 -- https://github.com/npm/metavuln-calculator#readme +Copyright (c) npm, Inc. +** @npmcli/run-script; version 4.2.1 -- https://github.com/npm/run-script#readme +Copyright (c) npm, Inc. +** bin-links; version 3.0.3 -- https://github.com/npm/bin-links#readme +Copyright (c) npm, Inc. +** libnpmfund; version 3.0.5 -- https://github.com/npm/cli#readme +Copyright (c) npm Inc. +** npm-normalize-package-bin; version 1.0.1 -- https://github.com/npm/npm-normalize-package-bin#readme +Copyright (c) npm, Inc. +** npm-normalize-package-bin; version 2.0.0 -- https://github.com/npm/npm-normalize-package-bin#readme +Copyright (c) npm, Inc. +** npm-package-arg; version 9.1.0 -- https://github.com/npm/npm-package-arg +Copyright (c) npm, Inc. + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/package-json; version 2.0.0 -- https://github.com/npm/package-json#readme +Copyright GitHub Inc. + +ISC License + +Copyright GitHub Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** hosted-git-info; version 5.2.1 -- https://github.com/npm/hosted-git-info +Copyright (c) 2015, Rebecca Turner +** write-file-atomic; version 4.0.2 -- https://github.com/npm/write-file-atomic +Copyright (c) 2015, Rebecca Turner + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +------ + +** console-control-strings; version 1.1.0 -- https://github.com/iarna/console-control-strings#readme +Copyright (c) 2014, Rebecca Turner +** has-unicode; version 2.0.1 -- https://github.com/iarna/has-unicode +Copyright (c) 2014, Rebecca Turner + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** set-blocking; version 2.0.0 -- https://github.com/yargs/set-blocking#readme +Copyright (c) 2016, Contributors + +Copyright (c) 2016, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @isaacs/string-locale-compare; version 1.1.0 -- https://github.com/isaacs/string-locale-compare#readme +Copyright (c) Isaac Z. Schlueter +** common-ancestor-path; version 1.0.1 -- https://github.com/isaacs/common-ancestor-path#readme +Copyright (c) Isaac Z. Schlueter +** inflight; version 1.0.6 -- https://github.com/isaacs/inflight +Copyright (c) Isaac Z. Schlueter +** inherits; version 2.0.4 -- https://github.com/isaacs/inherits#readme +Copyright (c) Isaac Z. Schlueter +** libnpmversion; version 3.0.7 -- https://github.com/npm/cli#readme +Copyright (c) Isaac Z. Schlueter +** mkdirp-infer-owner; version 2.0.0 -- https://github.com/isaacs/mkdirp-infer-owner#readme +Copyright (c) Isaac Z. Schlueter +** promise-all-reject-late; version 1.0.1 -- +Copyright (c) Isaac Z. Schlueter +** promise-call-limit; version 1.0.1 -- https://github.com/isaacs/promise-call-limit#readme +Copyright (c) Isaac Z. Schlueter +** promzard; version 0.3.0 -- https://github.com/isaacs/promzard +Copyright (c) Isaac Z. Schlueter +** read-package-json; version 5.0.2 -- https://github.com/npm/read-package-json#readme +Copyright (c) Isaac Z. Schlueter +** walk-up-path; version 1.0.0 -- https://github.com/isaacs/walk-up-path#readme +Copyright (c) Isaac Z. Schlueter + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** cmd-shim; version 5.0.0 -- https://github.com/npm/cmd-shim#readme +Copyright (c) npm, Inc. and Contributors +** infer-owner; version 1.0.4 -- https://github.com/npm/infer-owner#readme +Copyright (c) npm, Inc. and Contributors +** npm-bundled; version 1.1.2 -- https://github.com/npm/npm-bundled#readme +Copyright (c) npm, Inc. and Contributors +** npm-bundled; version 2.0.1 -- https://github.com/npm/npm-bundled#readme +Copyright (c) npm, Inc. and Contributors +** read-package-json-fast; version 2.0.3 -- https://github.com/npm/read-package-json-fast#readme +Copyright (c) npm, Inc. and Contributors +** treeverse; version 2.0.0 -- https://github.com/npm/treeverse#readme +Copyright (c) npm, Inc. and Contributors + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** fs.realpath; version 1.0.0 -- https://github.com/isaacs/fs.realpath#readme +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright Joyent, Inc. and other Node contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---- + +This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + +------ + +** signal-exit; version 3.0.7 -- https://github.com/tapjs/signal-exit +Copyright (c) 2015, Contributors + +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** validate-npm-package-name; version 4.0.0 -- https://github.com/npm/validate-npm-package-name +Copyright (c) 2015, npm, Inc + +Copyright (c) 2015, npm, Inc + + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** make-fetch-happen; version 10.2.1 -- https://github.com/npm/make-fetch-happen#readme +Copyright 2017-2022 (c) npm, Inc. +Copyright (c) 2010-2012 Mikeal Rogers + +ISC License + +Copyright 2017-2022 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** libnpmdiff; version 4.0.5 -- https://github.com/npm/cli#readme +Copyright (c) GitHub Inc. +** libnpmexec; version 4.0.14 -- https://github.com/npm/cli#readme +Copyright (c) GitHub Inc. +** proc-log; version 2.0.1 -- https://github.com/npm/proc-log#readme +Copyright (c) GitHub, Inc. + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/fs; version 2.1.2 -- https://github.com/npm/fs#readme +Copyright npm, Inc. +Copyright (c) 2011-2017 JP Richardson + + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** pacote; version 13.6.2 -- https://github.com/npm/pacote#readme +Copyright (c) Isaac Z. Schlueter, Kat Marchan, npm, Inc., and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter, Kat Marchán, npm, Inc., and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** aproba; version 2.0.0 -- https://github.com/iarna/aproba +Copyright (c) 2015, Rebecca Turner +** read-cmd-shim; version 3.0.0 -- https://github.com/npm/read-cmd-shim#readme +Copyright (c) 2015, Rebecca Turner +** wide-align; version 1.1.5 -- https://github.com/iarna/wide-align#readme +Copyright (c) 2015, Rebecca Turner + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +------ + +** @npmcli/arborist; version 5.6.3 -- https://github.com/npm/cli#readme +Copyright npm, Inc. +** @npmcli/map-workspaces; version 2.0.4 -- https://github.com/npm/map-workspaces#readme +Copyright npm, Inc. +** @npmcli/query; version 1.2.0 -- https://github.com/npm/query#readme +Copyright npm, Inc. +** gauge; version 4.0.4 -- https://github.com/npm/gauge +Copyright npm, Inc. +** npm-profile; version 6.2.1 -- https://github.com/npm/npm-profile#readme +Copyright npm, Inc. +** npm-registry-fetch; version 13.3.1 -- https://github.com/npm/npm-registry-fetch#readme +Copyright npm, Inc. +** npmlog; version 6.0.2 -- https://github.com/npm/npmlog#readme +Copyright npm, Inc. +** parse-conflict-json; version 2.0.2 -- https://github.com/npm/parse-conflict-json#readme +Copyright npm, Inc. + + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** setprototypeof; version 1.2.0 -- https://github.com/wesleytodd/setprototypeof +Copyright (c) 2015, Wes Todd + +Copyright (c) 2015, Wes Todd + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** libnpmaccess; version 6.0.4 -- https://npmjs.com/package/libnpmaccess +Copyright npm, Inc +** libnpmorg; version 4.0.4 -- https://npmjs.com/package/libnpmorg +Copyright npm, Inc +** libnpmpack; version 4.1.3 -- https://npmjs.com/package/libnpmpack +Copyright npm, Inc +** libnpmpublish; version 6.0.5 -- https://npmjs.com/package/libnpmpublish +Copyright npm, Inc +** libnpmsearch; version 5.0.4 -- https://npmjs.com/package/libnpmsearch +Copyright npm, Inc +** libnpmteam; version 4.0.4 -- https://npmjs.com/package/libnpmteam +Copyright npm, Inc +** unique-filename; version 2.0.1 -- https://github.com/iarna/unique-filename +Copyright npm, Inc + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/git; version 3.0.2 -- https://github.com/npm/git#readme +Copyright (c) npm, Inc. +** @npmcli/promise-spawn; version 3.0.0 -- https://github.com/npm/promise-spawn#readme +Copyright (c) npm, Inc. + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +------ + +** acorn; version 7.4.1 -- https://github.com/acornjs/acorn +Copyright (c) 2012-2018 by various contributors + +MIT License + +Copyright (C) 2012-2018 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** tiny-relative-date; version 1.3.0 -- https://github.com/wildlyinaccurate/relative-date#readme +Copyright (c) 2017 Joseph Wynn + +MIT License + +Copyright (c) 2017 Joseph Wynn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** acorn-walk; version 8.2.0 -- https://github.com/acornjs/acorn +Copyright (c) 2012-2020 by various contributors + +MIT License + +Copyright (C) 2012-2020 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** binary-extensions; version 2.2.0 -- https://github.com/sindresorhus/binary-extensions#readme +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +MIT License + +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** string.prototype.trimend; version 1.0.6 -- https://github.com/es-shims/String.prototype.trimEnd#readme +Copyright (c) 2017 Khaled Al-Ansari +** string.prototype.trimstart; version 1.0.6 -- https://github.com/es-shims/String.prototype.trimStart#readme +Copyright (c) 2017 Khaled Al-Ansari + +MIT License + +Copyright (c) 2017 Khaled Al-Ansari + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** delegates; version 1.0.0 -- https://github.com/visionmedia/node-delegates#readme +Copyright (c) 2015 TJ Holowaychuk + +Copyright (c) 2015 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** js-tokens; version 4.0.0 -- https://github.com/lydell/js-tokens#readme +Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** json5; version 1.0.2 -- http://json5.org/ +Copyright (c) 2012-2018 Aseem Kishore, and others + +MIT License + +Copyright (c) 2012-2018 Aseem Kishore, and [others]. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +[others]: https://github.com/json5/json5/contributors + + +------ + +** es-set-tostringtag; version 2.0.1 -- https://github.com/es-shims/es-set-tostringtag#readme +Copyright (c) 2022 ECMAScript Shims + +MIT License + +Copyright (c) 2022 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @npmcli/move-file; version 2.0.1 -- https://github.com/npm/move-file#readme +Copyright (c) npm, Inc. +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) npm, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +------ + +** mkdirp; version 1.0.4 -- https://github.com/isaacs/node-mkdirp#readme +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** debuglog; version 1.0.1 -- https://github.com/sam-github/node-debuglog +Copyright Joyent, Inc. and other Node contributors + +Copyright Joyent, Inc. and other Node contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + +------ + +** confusing-browser-globals; version 1.0.11 -- https://github.com/facebook/create-react-app#readme +Copyright (c) 2013-present, Facebook, Inc. +Copyright (c) 2015-present, Facebook, Inc. + +MIT License + +Copyright (c) 2013-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** destroy; version 1.2.0 -- https://github.com/stream-utils/destroy#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2015-2022 Douglas Christopher Wilson +Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** escape-string-regexp; version 4.0.0 -- https://github.com/sindresorhus/escape-string-regexp#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** globals; version 13.20.0 -- https://github.com/sindresorhus/globals#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** import-fresh; version 3.3.0 -- https://github.com/sindresorhus/import-fresh#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** is-plain-obj; version 3.0.0 -- https://github.com/sindresorhus/is-plain-obj#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** p-map; version 4.0.0 -- https://github.com/sindresorhus/p-map#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** strip-json-comments; version 3.1.1 -- https://github.com/sindresorhus/strip-json-comments#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** eslint-import-resolver-node; version 0.3.7 -- https://github.com/import-js/eslint-plugin-import +Copyright (c) 2015 Ben Mosher +** eslint-module-utils; version 2.7.4 -- https://github.com/import-js/eslint-plugin-import#readme +copyright Sindre Sorhus +Copyright (c) 2015 Ben Mosher +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +The MIT License (MIT) + +Copyright (c) 2015 Ben Mosher + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** is-glob; version 4.0.3 -- https://github.com/micromatch/is-glob +Copyright (c) 2014-2017, Jon Schlinkert +Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert) +** word-wrap; version 1.2.3 -- https://github.com/jonschlinkert/word-wrap +Copyright (c) 2014-2017, Jon Schlinkert +Copyright (c) 2017, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** parseurl; version 1.3.3 -- https://github.com/pillarjs/parseurl#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2017 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2017 Douglas Christopher Wilson + + +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** array-buffer-byte-length; version 1.0.0 -- https://github.com/inspect-js/array-buffer-byte-length#readme +Copyright (c) 2023 Inspect JS + +MIT License + +Copyright (c) 2023 Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** fastest-levenshtein; version 1.0.12 -- https://github.com/ka-weihe/fastest-levenshtein#README +Copyright (c) 2020 Kasper Unn Weihe + +MIT License + +Copyright (c) 2020 Kasper Unn Weihe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +------ + +** tsconfig-paths; version 3.14.2 -- +Copyright (c) 2016 Jonas Kello + +The MIT License (MIT) + +Copyright (c) 2016 Jonas Kello + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** methods; version 1.1.2 -- https://github.com/jshttp/methods +Copyright (c) 2013-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson +Copyright (c) 2013-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2013-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** reusify; version 1.0.4 -- https://github.com/mcollina/reusify#readme +Copyright (c) 2015 Matteo Collina + +The MIT License (MIT) + +Copyright (c) 2015 Matteo Collina + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** defaults; version 1.0.3 -- https://github.com/tmpvar/defaults#readme +Copyright (c) 2015 Elijah Insua + +The MIT License (MIT) + +Copyright (c) 2015 Elijah Insua + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** agentkeepalive; version 4.2.1 -- https://github.com/node-modules/agentkeepalive#readme +Copyright (c) node-modules and other contributors +Copyright (c) 2012 - 2015 fengmk2 + +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** debug; version 2.6.9 -- https://github.com/visionmedia/debug#readme +Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2014-2016 TJ Holowaychuk +** debug; version 3.2.7 -- https://github.com/visionmedia/debug#readme +Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2014-2017 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2014 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** progress; version 2.0.3 -- https://github.com/visionmedia/node-progress#readme +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2017 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2017 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** http-proxy-middleware; version 2.0.6 -- https://github.com/chimurai/http-proxy-middleware#readme +Copyright (c) 2015 Steven Chim +Copyright (c) 2015-2022 Steven Chim + +The MIT License (MIT) + +Copyright (c) 2015 Steven Chim + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** content-disposition; version 0.5.4 -- https://github.com/jshttp/content-disposition#readme +Copyright (c) 2014-2017 Douglas Christopher Wilson +** depd; version 1.1.2 -- https://github.com/dougwilson/nodejs-depd#readme +Copyright (c) 2014 Douglas Christopher Wilson +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2014-2017 Douglas Christopher Wilson +** forwarded; version 0.2.0 -- https://github.com/jshttp/forwarded#readme +Copyright (c) 2014-2017 Douglas Christopher Wilson +** vary; version 1.1.2 -- https://github.com/jshttp/vary#readme +Copyright (c) 2014-2017 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** mime-db; version 1.52.0 -- https://github.com/jshttp/mime-db#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015-2022 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015-2022 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** eslint-config-airbnb-base; version 14.2.1 -- https://github.com/airbnb/javascript +Copyright (c) 2012 Airbnb + +MIT License + +Copyright (c) 2012 Airbnb + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** range-parser; version 1.2.1 -- https://github.com/jshttp/range-parser#readme +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson doug@somethingdoug.com + +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson +Copyright (c) 2014 James Talmage + +MIT License + +Copyright (c) 2014 James Talmage + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** toidentifier; version 1.0.1 -- https://github.com/component/toidentifier#readme +Copyright (c) 2016 Douglas Christopher Wilson +Copyright (c) 2016 Douglas Christopher Wilson + +MIT License + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** eventemitter3; version 4.0.7 -- https://github.com/primus/eventemitter3#readme +Copyright (c) 2014 Arnout Kazemier + +The MIT License (MIT) + +Copyright (c) 2014 Arnout Kazemier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** cssesc; version 3.0.0 -- https://mths.be/cssesc +Copyright Mathias Bynens +** emoji-regex; version 8.0.0 -- https://mths.be/emoji-regex +Copyright Mathias Bynens +** punycode; version 2.3.0 -- https://mths.be/punycode +Copyright Mathias Bynens + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** clone; version 1.0.4 -- https://github.com/pvorb/node-clone#readme +Copyright (c) 2011-2015 Paul Vorbach +Copyright (c) 2011-2015 Paul Vorbach (http://paul.vorba.ch/) and contributors (https://github.com/pvorb/node-clone/graphs/contributors) + +Copyright © 2011-2015 Paul Vorbach + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** create-require; version 1.1.1 -- https://github.com/nuxt-contrib/create-require#readme +Copyright (c) 2020 Mael Nison + +MIT License + +Copyright (c) 2020 + +Maël Nison +Paul Soporan +Pooya Parsa + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** readable-stream; version 3.6.0 -- https://github.com/nodejs/readable-stream#readme +Copyright Joyent, Inc. and other Node contributors +** string_decoder; version 1.3.0 -- https://github.com/nodejs/string_decoder +Copyright Joyent, Inc. and other Node contributors + +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + + +------ + +** json-parse-even-better-errors; version 2.3.1 -- https://github.com/npm/json-parse-even-better-errors#readme +Copyright npm, Inc. +Copyright 2017 Kat Marchan + +Copyright 2017 Kat Marchán +Copyright npm, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +--- + +This library is a fork of 'better-json-errors' by Kat Marchán, extended and +distributed under the terms of the MIT license above. + + +------ + +** function-bind; version 1.1.1 -- https://github.com/Raynos/function-bind +Copyright (c) 2013 Raynos + +Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + +------ + +** asap; version 2.0.6 -- https://github.com/kriskowal/asap#readme +Copyright 2009-2014 +Copyright 2009-2014 Contributors + + +Copyright 2009–2014 Contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + + +------ + +** get-symbol-description; version 1.0.0 -- https://github.com/inspect-js/get-symbol-description#readme +Copyright (c) 2021 Inspect JS +** has-tostringtag; version 1.0.0 -- https://github.com/inspect-js/has-tostringtag#readme +Copyright (c) 2021 Inspect JS +** is-shared-array-buffer; version 1.0.2 -- https://github.com/inspect-js/is-shared-array-buffer#readme +Copyright (c) 2021 Inspect JS + +MIT License + +Copyright (c) 2021 Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** node-gyp; version 9.1.0 -- https://github.com/nodejs/node-gyp#readme +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright (c) 2009 Google Inc. +Copyright (c) 2011 Google Inc. +Copyright (c) 2012 Google Inc. +Copyright (c) 2013 Google Inc. +Copyright (c) 2014 Google Inc. +Copyright 2017 - Refael Ackermann +Copyright (c) Microsoft Corporation +Copyright 2013 The Chromium Authors +Copyright (c) 2012 The Chromium Authors +Copyright (c) 2020 Node.js contributors +Copyright (c) 2016 Ben Noordhuis +Copyright (c) 2012 Nathan Rajlich + +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** media-typer; version 0.3.0 -- https://github.com/jshttp/media-typer +Copyright (c) 2014 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** array-flatten; version 1.1.1 -- https://github.com/blakeembrey/array-flatten +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +** path-to-regexp; version 0.1.7 -- https://github.com/component/path-to-regexp#readme +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +** ts-node; version 10.9.1 -- https://typestrong.org/ts-node +Copyright Joyent, Inc. and other Node contributors +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + +The MIT License (MIT) + +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** acorn-jsx; version 5.3.2 -- https://github.com/acornjs/acorn-jsx +Copyright (c) 2012-2017 by Ingvar Stepanyan + +Copyright (C) 2012-2017 by Ingvar Stepanyan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** ignore; version 4.0.6 -- https://github.com/kaelzhang/node-ignore#readme +Copyright (c) 2013 Kael Zhang , contributors http://kael.me +** ignore; version 5.2.4 -- https://github.com/kaelzhang/node-ignore#readme +Copyright (c) 2013 Kael Zhang , contributors http://kael.me + +Copyright (c) 2013 Kael Zhang , contributors +http://kael.me/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** tsutils; version 3.21.0 -- https://github.com/ajafff/tsutils#readme +Copyright (c) 2017 Klaus Meinhardt + +The MIT License (MIT) + +Copyright (c) 2017 Klaus Meinhardt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** brace-expansion; version 1.1.11 -- https://github.com/juliangruber/brace-expansion +Copyright (c) 2013 Julian Gruber +** brace-expansion; version 2.0.1 -- https://github.com/juliangruber/brace-expansion +Copyright (c) 2013 Julian Gruber + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** es-shim-unscopables; version 1.0.0 -- https://github.com/ljharb/es-shim-unscopables#readme +Copyright (c) 2022 Jordan Harband +** gopd; version 1.0.1 -- https://github.com/ljharb/gopd#readme +Copyright (c) 2022 Jordan Harband +** safe-regex-test; version 1.0.0 -- https://github.com/ljharb/safe-regex-test#readme +Copyright (c) 2022 Jordan Harband + +MIT License + +Copyright (c) 2022 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** v8-compile-cache; version 2.3.0 -- https://github.com/zertosh/v8-compile-cache#readme +Copyright (c) 2019 Andres Suarez +** v8-compile-cache-lib; version 3.0.1 -- https://github.com/cspotcode/v8-compile-cache-lib#readme +Copyright (c) 2019 Andres Suarez + +The MIT License (MIT) + +Copyright (c) 2019 Andres Suarez + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** ms; version 2.0.0 -- https://github.com/zeit/ms#readme +Copyright (c) 2016 Zeit, Inc. +** ms; version 2.1.2 -- https://github.com/zeit/ms#readme +Copyright (c) 2016 Zeit, Inc. + +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** debug; version 4.3.4 -- https://github.com/debug-js/debug#readme +Copyright (c) 2018-2021 Josh Junon +Copyright (c) 2014-2017 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** util-deprecate; version 1.0.2 -- https://github.com/TooTallNate/util-deprecate +Copyright (c) 2014 Nathan Rajlich + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** balanced-match; version 1.0.2 -- https://github.com/juliangruber/balanced-match +Copyright (c) 2013 Julian Gruber + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** astral-regex; version 2.0.0 -- https://github.com/kevva/astral-regex#readme +(c) Kevin Martensson (https://github.com/kevva) +Copyright (c) Kevin Martensson +** dir-glob; version 3.0.1 -- https://github.com/kevva/dir-glob#readme +Copyright (c) Kevin Martensson +** shebang-command; version 2.0.0 -- https://github.com/kevva/shebang-command#readme +Copyright (c) Kevin Martensson + +MIT License + +Copyright (c) Kevin Mårtensson (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @typescript-eslint/eslint-plugin; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright (c) 2019 TypeScript ESLint and other contributors +** @typescript-eslint/experimental-utils; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright (c) 2019 TypeScript ESLint and other contributors +** @typescript-eslint/scope-manager; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright (c) 2019 TypeScript ESLint and other contributors +** @typescript-eslint/types; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright (c) 2019 TypeScript ESLint and other contributors +** @typescript-eslint/visitor-keys; version 4.33.0 -- https://github.com/typescript-eslint/typescript-eslint#readme +Copyright (c) 2019 TypeScript ESLint and other contributors + +MIT License + +Copyright (c) 2019 TypeScript ESLint and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** eslint-utils; version 2.1.0 -- https://github.com/mysticatea/eslint-utils#readme +Copyright (c) 2018 Toru Nagashima +** eslint-utils; version 3.0.0 -- https://github.com/mysticatea/eslint-utils#readme +Copyright (c) 2018 Toru Nagashima +** regexpp; version 3.2.0 -- https://github.com/mysticatea/regexpp#readme +Copyright (c) 2018 Toru Nagashima + +MIT License + +Copyright (c) 2018 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** fast-deep-equal; version 3.1.3 -- https://github.com/epoberezkin/fast-deep-equal#readme +Copyright (c) 2017 Evgeny Poberezkin +** json-schema-traverse; version 0.4.1 -- https://github.com/epoberezkin/json-schema-traverse#readme +Copyright (c) 2017 Evgeny Poberezkin +** json-schema-traverse; version 1.0.0 -- https://github.com/epoberezkin/json-schema-traverse#readme +Copyright (c) 2017 Evgeny Poberezkin + +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** smart-buffer; version 4.2.0 -- https://github.com/JoshGlazebrook/smart-buffer/ +Copyright (c) 2013-2017 Josh Glazebrook + +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** merge-descriptors; version 1.0.1 -- https://github.com/component/merge-descriptors +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @tootallnate/once; version 2.0.0 -- https://github.com/TooTallNate/once#readme +Copyright (c) 2020 Nathan Rajlich + +MIT License + +Copyright (c) 2020 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** path-parse; version 1.0.7 -- https://github.com/jbgutierrez/path-parse#readme +Copyright (c) 2015 Javier Blanco +(c) Javier Blanco (http://jbgutierrez.info) + +The MIT License (MIT) + +Copyright (c) 2015 Javier Blanco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** functional-red-black-tree; version 1.0.1 -- https://github.com/mikolalysenko/functional-red-black-tree +(c) 2013 Mikola Lysenko +Copyright (c) 2013 Mikola Lysenko + + +The MIT License (MIT) + +Copyright (c) 2013 Mikola Lysenko + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** array.prototype.flat; version 1.3.1 -- https://github.com/es-shims/Array.prototype.flat#readme +Copyright (c) 2017 ECMAScript Shims +** array.prototype.flatmap; version 1.3.1 -- https://github.com/es-shims/Array.prototype.flatMap#readme +Copyright (c) 2017 ECMAScript Shims + +MIT License + +Copyright (c) 2017 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** promise-retry; version 2.0.1 -- https://github.com/IndigoUnited/node-promise-retry#readme +Copyright (c) 2014 IndigoUnited + +Copyright (c) 2014 IndigoUnited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** on-finished; version 2.4.1 -- https://github.com/jshttp/on-finished#readme +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2014 Douglas Christopher Wilson +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2014 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2014 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** minipass-fetch; version 2.1.1 -- https://github.com/npm/minipass-fetch#readme +Copyright (c) 2016 David Frank +Copyright (c) Isaac Z. Schlueter and Contributors + +The MIT License (MIT) + +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) 2016 David Frank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +--- + +Note: This is a derivative work based on "node-fetch" by David Frank, +modified and distributed under the terms of the MIT license above. +https://github.com/bitinn/node-fetch + + +------ + +** file-entry-cache; version 6.0.1 -- https://github.com/royriojas/file-entry-cache#readme +Copyright (c) 2015 Roy Riojas +** flat-cache; version 3.0.4 -- https://github.com/royriojas/flat-cache#readme +Copyright (c) 2015 Roy Riojas + +The MIT License (MIT) + +Copyright (c) 2015 Roy Riojas + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** arg; version 4.1.3 -- https://github.com/zeit/arg#readme +Copyright (c) 2017-2019 Zeit, Inc. +Copyright (c) 2017-2019 by ZEIT, Inc. + +MIT License + +Copyright (c) 2017-2019 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @cspotcode/source-map-support; version 0.8.1 -- https://github.com/cspotcode/node-source-map-support#readme +Copyright (c) 2014 Evan Wallace + +The MIT License (MIT) + +Copyright (c) 2014 Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** array-includes; version 3.1.6 -- https://github.com/es-shims/array-includes#readme +Copyright (c) 2015 Jordan Harband +** define-properties; version 1.2.0 -- https://github.com/ljharb/define-properties#readme +Copyright (c) 2015 Jordan Harband +** es-abstract; version 1.21.2 -- https://github.com/ljharb/es-abstract#readme +(c) Object C +Copyright (c) 2015 Jordan Harband +** es-to-primitive; version 1.2.1 -- https://github.com/ljharb/es-to-primitive#readme +Copyright (c) 2015 Jordan Harband +** is-boolean-object; version 1.1.2 -- https://github.com/inspect-js/is-boolean-object#readme +Copyright (c) 2015 Jordan Harband +** is-callable; version 1.2.7 -- https://github.com/inspect-js/is-callable#readme +Copyright (c) 2015 Jordan Harband +** is-date-object; version 1.0.5 -- https://github.com/inspect-js/is-date-object#readme +Copyright (c) 2015 Jordan Harband +** is-number-object; version 1.0.7 -- https://github.com/inspect-js/is-number-object#readme +Copyright (c) 2015 Jordan Harband +** is-string; version 1.0.7 -- https://github.com/ljharb/is-string#readme +Copyright (c) 2015 Jordan Harband +** is-symbol; version 1.0.4 -- https://github.com/inspect-js/is-symbol#readme +Copyright (c) 2015 Jordan Harband +** is-typed-array; version 1.1.10 -- https://github.com/inspect-js/is-typed-array#readme +Copyright (c) 2015 Jordan Harband +** object.entries; version 1.1.6 -- https://github.com/es-shims/Object.entries#readme +Copyright (c) 2015 Jordan Harband +** object.values; version 1.1.6 -- https://github.com/es-shims/Object.values#readme +Copyright (c) 2015 Jordan Harband +** string.prototype.trim; version 1.2.7 -- https://github.com/es-shims/String.prototype.trim#readme +Copyright (c) 2015 Jordan Harband +** which-typed-array; version 1.1.9 -- https://github.com/inspect-js/which-typed-array#readme +Copyright (c) 2015 Jordan Harband + +The MIT License (MIT) + +Copyright (C) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +------ + +** deep-is; version 0.1.4 -- https://github.com/thlorenz/deep-is#readme +Copyright (c) 2009 Thomas Robinson <280north.com> +Copyright (c) 2012 James Halliday +Copyright (c) 2012, 2013 Thorsten Lorenz + +Copyright (c) 2012, 2013 Thorsten Lorenz +Copyright (c) 2012 James Halliday +Copyright (c) 2009 Thomas Robinson <280north.com> + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** is-bigint; version 1.0.4 -- https://github.com/inspect-js/is-bigint#readme +Copyright (c) 2018 Jordan Harband + +MIT License + +Copyright (c) 2018 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** for-each; version 0.3.3 -- https://github.com/Raynos/for-each +Copyright (c) 2012 Raynos + +The MIT License (MIT) + +Copyright (c) 2012 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** http-errors; version 2.0.0 -- https://github.com/jshttp/http-errors#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com +** statuses; version 2.0.1 -- https://github.com/jshttp/statuses#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** spdx-expression-parse; version 3.0.1 -- https://github.com/jslicense/spdx-expression-parse.js#readme +Copyright (c) 2015 Kyle E. Mitchell + +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** is-extglob; version 2.1.1 -- https://github.com/jonschlinkert/is-extglob +Copyright (c) 2014-2016, Jon Schlinkert +Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** retry; version 0.12.0 -- https://github.com/tim-kos/node-retry +Copyright (c) 2011 Tim Koschutzki (tim@debuggable.com) Felix Geisendorfer (felix@debuggable.com) + +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +------ + +** ansi-colors; version 4.1.3 -- https://github.com/doowb/ansi-colors +Copyright (c) 2015-present, Brian Woodward +Copyright (c) 2019, Brian Woodward (https://github.com/doowb) + +The MIT License (MIT) + +Copyright (c) 2015-present, Brian Woodward. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** @nodelib/fs.scandir; version 2.1.5 -- +Copyright (c) Denis Malinochkin +** @nodelib/fs.stat; version 2.0.5 -- +Copyright (c) Denis Malinochkin +** @nodelib/fs.walk; version 1.2.8 -- +Copyright (c) Denis Malinochkin +** fast-glob; version 3.2.12 -- https://github.com/mrmlnc/fast-glob#readme +Copyright (c) Denis Malinochkin + +The MIT License (MIT) + +Copyright (c) Denis Malinochkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** columnify; version 1.6.0 -- https://github.com/timoxley/columnify +Copyright (c) 2013 Tim Oxley + +The MIT License (MIT) + +Copyright (c) 2013 Tim Oxley + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** http-proxy; version 1.18.1 -- https://github.com/http-party/node-http-proxy#readme +Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors +Copyright (c) 2010 - 2016 Charlie Robbins, Jarrett Cruger & the Contributors +copyright header of example files e592c53 (https://github.com/http-party/node-http-proxy/commit/e592c53d1a23b7920d603a9e9ac294fc0e841f6d) + + + node-http-proxy + + Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** humanize-ms; version 1.2.1 -- https://github.com/node-modules/humanize-ms#readme +Copyright (c) 2014 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** encodeurl; version 1.0.2 -- https://github.com/pillarjs/encodeurl#readme +Copyright (c) 2016 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** corepack; version 0.17.0 -- https://github.com/nodejs/corepack#readme +Copyright (c) 2015 Jed Watson +Copyright (c) 2014 Jonathan Ong +Copyright (c) Corepack contributors +Copyright (c) 2013-2014 Jonathan Ong +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2018, Jon Schlinkert +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2016 Douglas Christopher Wilson +(c) 2012 Steven Levithan +Copyright (c) 2014-2018 Douglas Christopher Wilson +Copyright (c) 2014-2022 Douglas Christopher Wilson +(c) 2007-2012 Steven Levithan +(c) 2008-2012 Steven Levithan +(c) 2009-2012 Steven Levithan +(c) 2010-2012 Steven Levithan + +**Copyright © Corepack contributors** + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** call-bind; version 1.0.2 -- https://github.com/ljharb/call-bind#readme +Copyright (c) 2020 Jordan Harband +** get-intrinsic; version 1.2.0 -- https://github.com/ljharb/get-intrinsic#readme +Copyright (c) 2020 Jordan Harband + +MIT License + +Copyright (c) 2020 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** cli-columns; version 4.0.0 -- https://github.com/shannonmoeller/cli-columns#readme +(c) Shannon Moeller (http://shannonmoeller.com) +Copyright (c) Shannon Moeller (shannonmoeller.com) + +The MIT License (MIT) + +Copyright (c) Shannon Moeller (shannonmoeller.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** mime; version 1.6.0 -- https://github.com/broofa/node-mime#readme +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +The MIT License (MIT) + +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** slice-ansi; version 4.0.0 -- https://github.com/chalk/slice-ansi#readme +Copyright (c) DC +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +MIT License + +Copyright (c) DC +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** has; version 1.0.3 -- https://github.com/tarruda/has +Copyright (c) 2013 Thiago de Arruda + +Copyright (c) 2013 Thiago de Arruda + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** raw-body; version 2.5.1 -- https://github.com/stream-utils/raw-body#readme +Copyright (c) 2013-2014 Jonathan Ong +Copyright (c) 2014-2022 Douglas Christopher Wilson +Copyright (c) 2013-2014 Jonathan Ong +Copyright (c) 2014-2022 Douglas Christopher Wilson + +The MIT License (MIT) + +Copyright (c) 2013-2014 Jonathan Ong +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** @babel/code-frame; version 7.12.11 -- https://babeljs.io/ +Copyright (c) 2014-present Sebastian McKenzie and other contributors +** @babel/helper-validator-identifier; version 7.19.1 -- +Copyright (c) 2014-present Sebastian McKenzie and other contributors +** @babel/highlight; version 7.18.6 -- https://babel.dev/docs/en/next/babel-highlight +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** to-regex-range; version 5.0.1 -- https://github.com/micromatch/to-regex-range +Copyright (c) 2015-present, Jon Schlinkert +Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2015-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** ajv; version 6.12.6 -- https://github.com/ajv-validator/ajv +(c) 2011 Gary Court +Copyright 2011 Gary Court +Copyright (c) 2015-2017 Evgeny Poberezkin + +The MIT License (MIT) + +Copyright (c) 2015-2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** object-keys; version 1.1.1 -- https://github.com/ljharb/object-keys#readme +Copyright (c) 2013 Jordan Harband + +The MIT License (MIT) + +Copyright (C) 2013 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +------ + +** js-yaml; version 3.14.1 -- https://github.com/nodeca/js-yaml +Copyright (c) 2011-2015 by Vitaly Puzrin + +(The MIT License) + +Copyright (C) 2011-2015 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** express; version 4.18.2 -- http://expressjs.com/ +Copyright (c) 2013 Roman Shtylman +Copyright (c) 2009-2013 TJ Holowaychuk +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2009-2014 TJ Holowaychuk +Copyright (c) 2013-2014 Roman Shtylman +Copyright (c) 2014-2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2009-2014 TJ Holowaychuk +Copyright (c) 2013-2014 Roman Shtylman +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @colors/colors; version 1.5.0 -- https://github.com/DABH/colors.js +Copyright (c) Marak Squires +Copyright (c) DABH (https://github.com/DABH) +Copyright (c) Sindre Sorhus (sindresorhus.com) + +MIT License + +Original Library + - Copyright (c) Marak Squires + +Additional Functionality + - Copyright (c) Sindre Sorhus (sindresorhus.com) + - Copyright (c) DABH (https://github.com/DABH) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** jsonparse; version 1.3.1 -- https://github.com/creationix/jsonparse#readme +Copyright (c) 2012 Tim Caswell +Copyright (c) 2011-2012 Tim Caswell + +The MIT License + +Copyright (c) 2012 Tim Caswell + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** eslint-plugin-import; version 2.27.5 -- https://github.com/import-js/eslint-plugin-import +copyright 2016 Desmond Brand +Copyright (c) 2015 Ben Mosher + +The MIT License (MIT) + +Copyright (c) 2015 Ben Mosher + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +The MIT License (MIT) + +Copyright (c) 2015 Ben Mosher + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** object-inspect; version 1.12.3 -- https://github.com/inspect-js/object-inspect +Copyright (c) 2013 James Halliday + +MIT License + +Copyright (c) 2013 James Halliday + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** commander; version 9.5.0 -- https://github.com/tj/commander.js#readme +Copyright (c) 2011 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2011 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** accepts; version 1.3.8 -- https://github.com/jshttp/accepts#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson +** mime-types; version 2.1.35 -- https://github.com/jshttp/mime-types#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** bytes; version 3.1.2 -- https://github.com/visionmedia/bytes.js#readme +Copyright (c) 2015 Jed Watson +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson +Copyright (c) 2012-2014 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** builtins; version 5.0.1 -- https://github.com/juliangruber/builtins#readme +Copyright (c) 2015 Julian Gruber + +Copyright (c) 2015 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** argparse; version 1.0.10 -- https://github.com/nodeca/argparse#readme +Copyright (c) 2012 by Vitaly Puzrin +Copyright (c) 2012 Vitaly Puzrin (https://github.com/puzrin) + +(The MIT License) + +Copyright (C) 2012 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** just-diff; version 5.1.1 -- https://github.com/angus-c/just#readme +Copyright (c) 2016 angus croll +** just-diff-apply; version 5.4.1 -- https://github.com/angus-c/just#readme +Copyright (c) 2016 angus croll + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @types/body-parser; version 1.19.2 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser +Copyright (c) Microsoft Corporation +** @types/connect; version 3.4.35 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect +Copyright (c) Microsoft Corporation +** @types/cookie-parser; version 1.4.3 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie-parser +Copyright (c) Microsoft Corporation +** @types/express; version 4.17.17 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express +Copyright (c) Microsoft Corporation +** @types/express-serve-static-core; version 4.17.33 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core +Copyright (c) Microsoft Corporation +** @types/http-proxy; version 1.17.10 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy +Copyright (c) Microsoft Corporation +** @types/json-schema; version 7.0.11 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema +Copyright (c) Microsoft Corporation +** @types/json5; version 0.0.29 -- +** @types/mime; version 3.0.1 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime +Copyright (c) Microsoft Corporation +** @types/node; version 17.0.45 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node +Copyright (c) Microsoft Corporation +** @types/qs; version 6.9.7 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs +Copyright (c) Microsoft Corporation +** @types/range-parser; version 1.2.4 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser +Copyright (c) Microsoft Corporation +** @types/serve-static; version 1.15.1 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static +Copyright (c) Microsoft Corporation +** agent-base; version 6.0.2 -- https://github.com/TooTallNate/node-agent-base#readme +Copyright (c) 2013 Nathan Rajlich +** cookie-signature; version 1.0.6 -- https://github.com/visionmedia/node-cookie-signature +Copyright (c) 2012 LearnBoost +** err-code; version 2.0.3 -- https://github.com/IndigoUnited/js-err-code#readme +** http-proxy-agent; version 5.0.0 -- https://github.com/TooTallNate/node-http-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich +** https-proxy-agent; version 5.0.1 -- https://github.com/TooTallNate/node-https-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich +** imurmurhash; version 0.1.4 -- https://github.com/jensyt/imurmurhash-js +Copyright (c) 2013 Gary Court, Jens Taylor +** ip; version 2.0.0 -- https://github.com/indutny/node-ip +Copyright Fedor Indutny, 2012 +** natural-compare; version 1.4.0 -- https://github.com/litejs/natural-compare-lite#readme +Copyright (c) 2012-2015 Lauri Rooden +** socks-proxy-agent; version 7.0.0 -- https://github.com/TooTallNate/node-socks-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** enquirer; version 2.3.6 -- https://github.com/enquirer/enquirer +Copyright (c) 2016-present, Jon Schlinkert +Copyright (c) 2018-present, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2016-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** fast-levenshtein; version 2.0.6 -- https://github.com/hiddentao/fast-levenshtein#readme +Copyright (c) 2013 Ramesh Nair (http://www.hiddentao.com/) + +(MIT License) + +Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** body-parser; version 1.20.1 -- https://github.com/expressjs/body-parser#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson +** type-is; version 1.6.18 -- https://github.com/jshttp/type-is#readme +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** has-symbols; version 1.0.3 -- https://github.com/ljharb/has-symbols#readme +Copyright (c) 2016 Jordan Harband + +MIT License + +Copyright (c) 2016 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** levn; version 0.4.1 -- https://github.com/gkz/levn +Copyright (c) George Zahariev +** optionator; version 0.9.1 -- https://github.com/gkz/optionator +Copyright (c) George Zahariev +** prelude-ls; version 1.2.1 -- http://preludels.com +Copyright (c) George Zahariev +** type-check; version 0.4.0 -- https://github.com/gkz/type-check +Copyright (c) George Zahariev + +Copyright (c) George Zahariev + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** available-typed-arrays; version 1.0.5 -- https://github.com/inspect-js/available-typed-arrays#readme +Copyright (c) 2020 Inspect JS +** is-weakref; version 1.0.2 -- https://github.com/inspect-js/is-weakref#readme +Copyright (c) 2020 Inspect JS +** typed-array-length; version 1.0.4 -- https://github.com/inspect-js/typed-array-length#readme +Copyright (c) 2020 Inspect JS + +MIT License + +Copyright (c) 2020 Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** depd; version 2.0.0 -- https://github.com/dougwilson/nodejs-depd#readme +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014-2018 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014-2018 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @tsconfig/node10; version 1.0.9 -- https://github.com/tsconfig/bases#readme +Copyright (c) Microsoft Corporation +** @tsconfig/node12; version 1.0.11 -- https://github.com/tsconfig/bases#readme +Copyright (c) Microsoft Corporation +** @tsconfig/node14; version 1.0.3 -- https://github.com/tsconfig/bases#readme +Copyright (c) Microsoft Corporation +** @tsconfig/node16; version 1.0.3 -- https://github.com/tsconfig/bases#readme +Copyright (c) Microsoft Corporation + +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE + + +------ + +** @jridgewell/sourcemap-codec; version 1.4.14 -- https://github.com/jridgewell/sourcemap-codec#readme +Copyright (c) 2015 Rich Harris + +The MIT License + +Copyright (c) 2015 Rich Harris + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** escape-string-regexp; version 1.0.5 -- https://github.com/sindresorhus/escape-string-regexp +(c) Sindre Sorhus (http://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** path-is-absolute; version 1.0.1 -- https://github.com/sindresorhus/path-is-absolute#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** strip-bom; version 3.0.0 -- https://github.com/sindresorhus/strip-bom#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) + +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** cookie-parser; version 1.4.6 -- https://github.com/expressjs/cookie-parser#readme +Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** fast-json-stable-stringify; version 2.1.0 -- https://github.com/epoberezkin/fast-json-stable-stringify +Copyright (c) 2013 James Halliday +Copyright (c) 2017 Evgeny Poberezkin + +This software is released under the MIT license: + +Copyright (c) 2017 Evgeny Poberezkin +Copyright (c) 2013 James Halliday + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** color-name; version 1.1.3 -- https://github.com/dfcreative/color-name +Copyright (c) 2015 Dmitry Ivanov +** color-name; version 1.1.4 -- https://github.com/colorjs/color-name +Copyright (c) 2015 Dmitry Ivanov + +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** color-convert; version 1.9.3 -- https://github.com/Qix-/color-convert#readme +Copyright (c) 2011-2016, Heather Arthur and Josh Junon +Copyright (c) 2011-2016 Heather Arthur +** color-convert; version 2.0.1 -- https://github.com/Qix-/color-convert#readme +Copyright (c) 2011-2016, Heather Arthur and Josh Junon +Copyright (c) 2011-2016 Heather Arthur + +Copyright (c) 2011-2016 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** ipaddr.js; version 1.9.1 -- https://github.com/whitequark/ipaddr.js#readme +Copyright (c) 2011-2017 whitequark + +Copyright (C) 2011-2017 whitequark + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** etag; version 1.8.1 -- https://github.com/jshttp/etag#readme +Copyright (c) 2014-2016 Douglas Christopher Wilson +** proxy-addr; version 2.0.7 -- https://github.com/jshttp/proxy-addr#readme +Copyright (c) 2014-2016 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** cookie; version 0.4.1 -- https://github.com/jshttp/cookie#readme +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson +** cookie; version 0.5.0 -- https://github.com/jshttp/cookie#readme +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** require-from-string; version 2.0.2 -- https://github.com/floatdrop/require-from-string#readme +(c) Vsevolod Strukchinsky (http://github.com/floatdrop) +Copyright (c) Vsevolod Strukchinsky + +The MIT License (MIT) + +Copyright (c) Vsevolod Strukchinsky (github.com/floatdrop) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** lodash.merge; version 4.6.2 -- https://lodash.com/ +Copyright OpenJS Foundation and other contributors +Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors +copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + +Copyright OpenJS Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +------ + +** function.prototype.name; version 1.1.5 -- https://github.com/es-shims/Function.prototype.name#readme +Copyright (c) 2016 Jordan Harband +** globalthis; version 1.0.3 -- https://github.com/ljharb/System.global#readme +Copyright (c) 2016 Jordan Harband + +The MIT License (MIT) + +Copyright (c) 2016 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** picomatch; version 2.3.1 -- https://github.com/micromatch/picomatch +Copyright (c) 2017-present, Jon Schlinkert +Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2017-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** safer-buffer; version 2.1.2 -- https://github.com/ChALkeR/safer-buffer#readme +Copyright (c) 2018 Nikita Skovoroda + +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @gar/promisify; version 1.1.3 -- https://github.com/wraithgar/gar-promisify#readme +Copyright (c) 2020-2022 Michael Garvin + +The MIT License (MIT) + +Copyright © 2020-2022 Michael Garvin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** content-type; version 1.0.5 -- https://github.com/jshttp/content-type#readme +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** ee-first; version 1.1.1 -- https://github.com/jonathanong/ee-first +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** unpipe; version 1.0.0 -- https://github.com/stream-utils/unpipe +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** utils-merge; version 1.0.1 -- https://github.com/jaredhanson/utils-merge#readme +Copyright (c) 2013-2017 Jared Hanson +Copyright (c) 2013-2017 Jared Hanson < http://jaredhanson.net/ (http://jaredhanson.net/)> + +The MIT License (MIT) + +Copyright (c) 2013-2017 Jared Hanson + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** queue-microtask; version 1.2.3 -- https://github.com/feross/queue-microtask +Copyright (c) Feross Aboukhadijeh +Copyright (c) Feross Aboukhadijeh (https://feross.org) +** run-parallel; version 1.2.0 -- https://github.com/feross/run-parallel +Copyright (c) Feross Aboukhadijeh +Copyright (c) Feross Aboukhadijeh (http://feross.org) +** safe-buffer; version 5.2.1 -- https://github.com/feross/safe-buffer +Copyright (c) Feross Aboukhadijeh +Copyright (c) Feross Aboukhadijeh (http://feross.org) + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** eslint; version 7.32.0 -- https://eslint.org +Copyright 2013-2016 Dulin Marat and other contributors +Copyright JS Foundation and other contributors, https://js.foundation + +Copyright JS Foundation and other contributors, https://js.foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** send; version 0.18.0 -- https://github.com/pillarjs/send#readme +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2014-2022 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** serve-static; version 1.15.0 -- https://github.com/expressjs/serve-static#readme +Copyright (c) 2011 LearnBoost +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2014-2016 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 LearnBoost +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** encoding; version 0.1.13 -- https://github.com/andris9/encoding#readme +Copyright (c) 2012-2014 Andris Reinman + +Copyright (c) 2012-2014 Andris Reinman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @ni/eslint-config-javascript; version 3.1.0 -- https://github.com/ni/javascript-styleguide#readme +(c) 2021 National Instruments Corporation +Copyright (c) 2021 National Instruments Corporation +** @ni/eslint-config-typescript; version 3.0.5 -- https://github.com/ni/javascript-styleguide#readme +(c) 2021 National Instruments Corporation +Copyright (c) 2021 National Instruments Corporation + +MIT License + +Copyright (c) 2021 National Instruments Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** is-array-buffer; version 3.0.2 -- https://github.com/inspect-js/is-array-buffer#readme +Copyright (c) 2015 Chen Gengyuan, Inspect JS + +MIT License + +Copyright (c) 2015 Chen Gengyuan, Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** negotiator; version 0.6.3 -- https://github.com/jshttp/negotiator#readme +Copyright (c) 2012 Federico Romero +Copyright (c) 2014 Federico Romero +Copyright (c) 2012 Isaac Z. Schlueter +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014-2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @jridgewell/resolve-uri; version 3.1.0 -- https://github.com/jridgewell/resolve-uri#readme +Copyright 2019 Justin Ridgewell + +Copyright 2019 Justin Ridgewell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +------ + +** requires-port; version 1.0.0 -- https://github.com/unshiftio/requires-port +Copyright (c) 2015 Unshift.io, Arnout Kazemier + +The MIT License (MIT) + +Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** ajv; version 8.12.0 -- https://ajv.js.org +Copyright (c) 2015-2021 Evgeny Poberezkin + +The MIT License (MIT) + +Copyright (c) 2015-2021 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** acorn; version 8.8.2 -- https://github.com/acornjs/acorn +Copyright (c) 2012-2022 by various contributors + +MIT License + +Copyright (C) 2012-2022 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** ms; version 2.1.3 -- https://github.com/vercel/ms#readme +Copyright (c) 2020 Vercel, Inc. + +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** archy; version 1.0.0 -- https://github.com/substack/node-archy +** concat-map; version 0.0.1 -- https://github.com/substack/node-concat-map +** json-stable-stringify-without-jsonify; version 1.0.1 -- https://github.com/samn/json-stable-stringify +** minimist; version 1.2.8 -- https://github.com/minimistjs/minimist +** text-table; version 0.2.0 -- https://github.com/substack/text-table + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** aggregate-error; version 3.1.0 -- https://github.com/sindresorhus/aggregate-error#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ansi-regex; version 5.0.1 -- https://github.com/chalk/ansi-regex#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ansi-styles; version 3.2.1 -- https://github.com/chalk/ansi-styles#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ansi-styles; version 4.3.0 -- https://github.com/chalk/ansi-styles#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** array-union; version 2.1.0 -- https://github.com/sindresorhus/array-union#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** callsites; version 3.1.0 -- https://github.com/sindresorhus/callsites#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** chalk; version 2.4.2 -- https://github.com/chalk/chalk#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** chalk; version 4.1.2 -- https://github.com/chalk/chalk#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** clean-stack; version 2.2.0 -- https://github.com/sindresorhus/clean-stack#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** env-paths; version 2.2.1 -- https://github.com/sindresorhus/env-paths#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** globby; version 11.1.0 -- https://github.com/sindresorhus/globby#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** has-flag; version 3.0.0 -- https://github.com/sindresorhus/has-flag#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** has-flag; version 4.0.0 -- https://github.com/sindresorhus/has-flag#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** indent-string; version 4.0.0 -- https://github.com/sindresorhus/indent-string#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ip-regex; version 4.3.0 -- https://github.com/sindresorhus/ip-regex#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** is-fullwidth-code-point; version 3.0.0 -- https://github.com/sindresorhus/is-fullwidth-code-point#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** parent-module; version 1.0.1 -- https://github.com/sindresorhus/parent-module#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** path-key; version 3.1.1 -- https://github.com/sindresorhus/path-key#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** path-type; version 4.0.0 -- https://github.com/sindresorhus/path-type#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** resolve-from; version 4.0.0 -- https://github.com/sindresorhus/resolve-from#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** shebang-regex; version 3.0.0 -- https://github.com/sindresorhus/shebang-regex#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** slash; version 3.0.0 -- https://github.com/sindresorhus/slash#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** string-width; version 4.2.3 -- https://github.com/sindresorhus/string-width#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** strip-ansi; version 6.0.1 -- https://github.com/chalk/strip-ansi#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** supports-color; version 5.5.0 -- https://github.com/chalk/supports-color#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** supports-color; version 7.2.0 -- https://github.com/chalk/supports-color#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** yn; version 3.1.1 -- https://github.com/sindresorhus/yn#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** has-property-descriptors; version 1.0.0 -- https://github.com/inspect-js/has-property-descriptors#readme +Copyright (c) 2022 Inspect JS +** has-proto; version 1.0.1 -- https://github.com/inspect-js/has-proto#readme +Copyright (c) 2022 Inspect JS +** supports-preserve-symlinks-flag; version 1.0.0 -- https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme +Copyright (c) 2022 Inspect JS + +MIT License + +Copyright (c) 2022 Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** fresh; version 0.5.2 -- https://github.com/jshttp/fresh#readme +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2016-2017 Douglas Christopher Wilson +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2016-2017 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2016-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** finalhandler; version 1.2.0 -- https://github.com/pillarjs/finalhandler#readme +Copyright (c) 2014-2022 Douglas Christopher Wilson +Copyright (c) 2014-2022 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** resolve; version 1.22.1 -- https://github.com/browserify/resolve#readme +Copyright (c) 2012 James Halliday + +MIT License + +Copyright (c) 2012 James Halliday + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @jridgewell/trace-mapping; version 0.3.9 -- https://github.com/jridgewell/trace-mapping#readme +Copyright 2022 Justin Ridgewell + +Copyright 2022 Justin Ridgewell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** follow-redirects; version 1.15.2 -- https://github.com/follow-redirects/follow-redirects +Copyright 2014-present Olivier Lalonde , James Talmage , Ruben Verborgh + +Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** wcwidth; version 1.0.1 -- https://github.com/timoxley/wcwidth#readme +Copyright (c) 2012 by Jun Woong + +wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation +======================================================================= + +Copyright (C) 2012 by Jun Woong. + +This package is a JavaScript porting of `wcwidth()` implementation +[by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c). + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR +OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + + +------ + +** is-lambda; version 1.0.1 -- https://github.com/watson/is-lambda +Copyright (c) 2016-2017 Thomas Watson Steen + +The MIT License (MIT) + +Copyright (c) 2016-2017 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** fill-range; version 7.0.1 -- https://github.com/jonschlinkert/fill-range +Copyright (c) 2014-present, Jon Schlinkert +Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert) +** is-number; version 7.0.0 -- https://github.com/jonschlinkert/is-number +Copyright (c) 2014-present, Jon Schlinkert +Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert) +** micromatch; version 4.0.5 -- https://github.com/micromatch/micromatch +Copyright (c) 2014-present, Jon Schlinkert +Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert) + +The MIT License (MIT) + +Copyright (c) 2014-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** postcss-selector-parser; version 6.0.10 -- https://github.com/postcss/postcss-selector-parser +Copyright (c) Ben Briggs (http://beneb.info) + +Copyright (c) Ben Briggs (http://beneb.info) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** lodash.truncate; version 4.4.2 -- https://lodash.com/ +Copyright jQuery Foundation and other contributors +Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors +copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + +Copyright jQuery Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +------ + +** socks; version 2.7.0 -- https://github.com/JoshGlazebrook/socks/ +Copyright (c) 2013 Josh Glazebrook + +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** merge2; version 1.4.1 -- https://github.com/teambition/merge2 +Copyright (c) 2014-2020 Teambition + +The MIT License (MIT) + +Copyright (c) 2014-2020 Teambition + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** minipass-json-stream; version 1.0.1 -- https://github.com/npm/minipass-json-stream#readme +Copyright (c) 2011 Dominic Tarr +Copyright (c) Isaac Z. Schlueter and Contributors + +The MIT License + +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) 2011 Dominic Tarr + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +---- +This is a derivative work based on JSONStream by Dominic Tarr, modified and +redistributed according to the terms of the MIT license above. +https://github.com/dominictarr/JSONStream + + +------ + +** axios; version 0.25.0 -- https://axios-http.com +(c) 2022 by Matt Zabriskie +Copyright (c) 2014-present Matt Zabriskie + +Copyright (c) 2014-present Matt Zabriskie + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** cross-spawn; version 7.0.3 -- https://github.com/moxystudio/node-cross-spawn +Copyright (c) 2018 Made With MOXY Lda + +The MIT License (MIT) + +Copyright (c) 2018 Made With MOXY Lda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** qrcode-terminal; version 0.12.0 -- https://github.com/gtanner/qrcode-terminal +Copyright (c) 2009 Kazuhiko Arase + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================== +This product also include the following software: +============================================================== + + QRCode for JavaScript + + Copyright (c) 2009 Kazuhiko Arase + + URL: http://www.d-project.com/ + + Licensed under the MIT license: + http://www.opensource.org/licenses/mit-license.php + + The word "QR Code" is registered trademark of + DENSO WAVE INCORPORATED + http://www.denso-wave.com/qrcode/faqpatent-e.html + +Located in ./vendor/QRCode +- project has been modified to work in Node and some refactoring was done for code cleanup + + +------ + +** sprintf-js; version 1.0.3 -- https://github.com/alexei/sprintf.js#readme +Copyright (c) 2007-2014, Alexandru Marasteanu + +Copyright (c) 2007-2014, Alexandru Marasteanu +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** type-fest; version 0.20.2 -- https://github.com/sindresorhus/type-fest#readme +Copyright (c) Sindre Sorhus (https:/sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (https:/sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** opener; version 1.5.2 -- https://github.com/domenic/opener#readme +Copyright (c) 2004 Sam Hocevar +Copyright (c) 2012-2020 Domenic Denicola + +Dual licensed under WTFPL and MIT: + +--- + +Copyright © 2012–2020 Domenic Denicola + +This work is free. You can redistribute it and/or modify it under the +terms of the Do What The Fuck You Want To Public License, Version 2, +as published by Sam Hocevar. See below for more details. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + +--- + +The MIT License (MIT) + +Copyright © 2012–2020 Domenic Denicola + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/release-notes/2024-01/notices/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx-notice.txt new file mode 100644 index 00000000..27aeb603 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx-notice.txt @@ -0,0 +1,317 @@ +** requests; version 2.31.0 -- +Copyright Kenneth Reitz +Copyright 2019 Kenneth Reitz +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** charset-normalizer; version 3.3.0 -- +COPYRIGHT (c) FOOBAR +copyright 2023, Ahmed TAHRI +Copyright (c) 2023 Ahmed TAHRI +Copyright (c) 2019 TAHRI Ahmed R. +copyright (c) 2021 by Ahmed TAHRI +(c) 2012 Denny Vrandecic (http://simia.net/letters/) +Copyright (c) Ahmed TAHRI Ousret (https://github.com/Ousret) +(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input +** urllib3; version 2.0.6 -- +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wheel; version 0.42.0 -- +copyright 2012, Daniel Holth +Copyright (c) 2012 Daniel Holth and contributors + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.7.22 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** idna; version 3.4 -- +(c) 2019 Unicode(r), Inc. +Copyright (c) 2013-2021, Kim Davies +** python-dotenv; version 1.0.0 -- +Copyright (c) 2014, Saurabh Kumar + +BSD-2-Clause AND BSD-3-Clause \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx-notice.txt new file mode 100644 index 00000000..4f6638cb --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx-notice.txt @@ -0,0 +1,538 @@ +** awscrt; version 0.19.2 -- +Copyright 2005 Nokia +Copyright 2016 Brian Smith +Copyright Amazon.com, Inc. +Copyright (c) 2020, Arm Ltd. +Copyright (c) 2022, ARM Inc. +Copyright (c) 2010 Apple Inc. +Copyright (c) OASIS Open 2016 +Copyright (c) 2015, Intel Inc. +Copyright (c) 2014, Google Inc. +Copyright (c) 2015, Google Inc. +Copyright (c) 2016, Google Inc. +Copyright (c) 2017, Google Inc. +Copyright (c) 2017, Shay Gueron +Copyright (c) 2018, Amazon Inc. +Copyright (c) 2018, Google Inc. +Copyright (c) 2019, Google Inc. +Copyright (c) 2020, Google Inc. +Copyright (c) 2021, Google Inc. +Copyright (c) 2022, Google Inc. +Copyright (c) 2023, Google Inc. +Copyright (c) 2009 The Go Authors +Copyright (c) 2015 CloudFlare, Inc. +Copyright (c) 2015, CloudFlare Ltd. +Copyright (c) 2020, CloudFlare Ltd. +Copyright 2014 The Chromium Authors +Copyright 2015 The Chromium Authors +Copyright (C) 2022 Intel Corporation +Copyright (c) 2017, the HRSS authors +Copyright (c) 2019 Intel Corporation +Copyright (c) 2022 Intel Corporation +Copyright (c) 2023 Intel Corporation +Copyright (c) 2012, Intel Corporation +Copyright (c) 2014, Intel Corporation +Copyright 2002 Sun Microsystems, Inc. +Copyright (c) 1999 The OpenSSL Project +Copyright (c) 2000 The OpenSSL Project +Copyright (c) 2001 The OpenSSL Project +Copyright (c) 2003 The OpenSSL Project +Copyright (c) 2004 The OpenSSL Project +Copyright (c) 2005 The OpenSSL Project +Copyright (c) 2006 The OpenSSL Project +Copyright (c) 2008 The OpenSSL Project +Copyright (c) 2010 The OpenSSL Project +Copyright (c) 2011 The OpenSSL Project +Copyright (c) 2012 The OpenSSL Project +Copyright (c) 2013 The OpenSSL Project +Copyright (c) 2014 The OpenSSL Project +Copyright (c) 2015 The OpenSSL Project +Copyright (c) 2015-2016 the fiat-crypto +Copyright (c) 2015-2020 the fiat-crypto +holder is Tim Hudson (tjh@cryptsoft.com) +Copyright (C) 2005-2019 Intel Corporation +Copyright (c) 2005-2019 Intel Corporation +Copyright (c) The Internet Society (2006) +Copyright 2016 The OpenSSL Project Authors +Copyright 2017 The OpenSSL Project Authors +Copyright (c) 1998-2000 The OpenSSL Project +Copyright (c) 1998-2001 The OpenSSL Project +Copyright (c) 1998-2002 The OpenSSL Project +Copyright (c) 1998-2003 The OpenSSL Project +Copyright (c) 1998-2004 The OpenSSL Project +Copyright (c) 1998-2005 The OpenSSL Project +Copyright (c) 1998-2006 The OpenSSL Project +Copyright (c) 1998-2007 The OpenSSL Project +Copyright (c) 1998-2011 The OpenSSL Project +Copyright (c) 1999-2002 The OpenSSL Project +Copyright (c) 1999-2003 The OpenSSL Project +Copyright (c) 1999-2004 The OpenSSL Project +Copyright (c) 1999-2007 The OpenSSL Project +Copyright (c) 1999-2008 The OpenSSL Project +Copyright (c) 2000-2002 The OpenSSL Project +Copyright (c) 2000-2003 The OpenSSL Project +Copyright (c) 2000-2005 The OpenSSL Project +Copyright (c) 2001-2011 The OpenSSL Project +Copyright (c) 2002-2006 The OpenSSL Project +Copyright (c) 2006,2007 The OpenSSL Project +Copyright Amazon.com Inc. or its affiliates +Copyright Amazon.com, Inc. or its affiliates +Copyright 1995-2016 The OpenSSL Project Authors +Copyright 1995-2018 The OpenSSL Project Authors +Copyright 1998-2016 The OpenSSL Project Authors +Copyright 1999-2018 The OpenSSL Project Authors +Copyright 2000-2016 The OpenSSL Project Authors +Copyright 2001-2017 The OpenSSL Project Authors +Copyright 2005-2016 The OpenSSL Project Authors +Copyright 2006-2016 The OpenSSL Project Authors +Copyright 2006-2017 The OpenSSL Project Authors +Copyright 2007-2016 The OpenSSL Project Authors +Copyright 2009-2016 The OpenSSL Project Authors +Copyright 2010-2016 The OpenSSL Project Authors +Copyright 2010-2018 The OpenSSL Project Authors +Copyright 2011-2016 The OpenSSL Project Authors +Copyright 2011-2020 The OpenSSL Project Authors +Copyright 2012-2016 The OpenSSL Project Authors +Copyright 2013-2016 The OpenSSL Project Authors +Copyright 2013-2020 The OpenSSL Project Authors +Copyright 2014-2016 The OpenSSL Project Authors +Copyright 2014-2018 The OpenSSL Project Authors +Copyright 2014-2020 The OpenSSL Project Authors +Copyright 2015-2016 The OpenSSL Project Authors +Copyright 2015-2020 The OpenSSL Project Authors +Copyright 2015-2021 The OpenSSL Project Authors +Copyright 2017-2020 The OpenSSL Project Authors +Copyright 2017-2022 The OpenSSL Project Authors +Copyright 2018-2022 The OpenSSL Project Authors +Copyright 2020-2022 The OpenSSL Project Authors +Copyright 2021-2022 The OpenSSL Project Authors +Copyright 2018 Amazon.com, Inc. or its affiliates +Copyright 2020 Amazon.com, Inc. or its affiliates +Copyright (c) 2022, Robert Nagy +Copyright (c) 1995-1997 Eric Young (eay@cryptsoft.com) +Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com) +Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. +Copyright 2010-2018 Amazon.com, Inc. or its affiliates +Copyright 2010-2020 Amazon.com, Inc. or its affiliates +Copyright 2014-2015 Amazon.com, Inc. or its affiliates +Copyright (c) 2009-2017 Dave Gamble and cJSON contributors +Copyright (c) 2017 - 2021, Stephan Mueller +Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2010 IETF Trust and the persons identified as the document authors +Copyright (c) 2015 IETF Trust and the persons identified as the document authors +Copyright (c) 2018 IETF Trust and the persons identified as the document authors +Copyright (c) 2019 IETF Trust and the persons identified as the document authors +** distro; version 1.8.0 -- +Copyright 2015,2016 Nir Cohen +Copyright 2015,2016,2017 Nir Cohen +** python-dateutil; version 2.8.2 -- +copyright 2019, dateutil +Copyright 2017- dateutil contributors +Copyright (c) 2015- - dateutil contributors +Copyright 2017- Paul Ganssle +Copyright (c) 2015- - Paul Ganssle +Copyright (c) 2014-2016 - Yaron de Leeuw +Copyright (c) 2003-2011 - Gustavo Niemeyer +Copyright (c) 2012-2014 - Tomi Pievilainen + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** docutils; version 0.20.1 -- +Item (c) +(c) Item C. +(c) David Goodger +(c) 2003 John Gruber +copyright by Mark Pilgrim +(c) 2004, 2007 Chad Miller +Copyright (c) Gunter Milde +(c) 2010, 2021 Gunter Milde +Copyright 2020 Gunter Milde +Copyright 2021 Gunter Milde +Copyright (c) 2001 Mark Pilgrim +Copyright (c) 2010 Gunter Milde +Copyright (c) 2011 Gunter Milde +Copyright (c) 2015 Gunter Milde +Copyright (c) 2020 Gunter Milde +Copyright (c) 2021 Gunter Milde +Copyright (c) 2022 Gunter Milde +Copyright (c) 2003, BogusMegaCorp +Copyright 2004 by Enthought, Inc. +Copyright 2001-2004 by David Goodger +Copyright (c) 2011, 2017 Gunter Milde +Copyright (c) 2015, 2021 Gunter Milde +Copyright (c) 2020, 2022 Gunter Milde +Copyright copy 2003 by John Q. Public +Copyright copy 2003, BogusMegaCorp (TM) +Copyright (c) 2005 Jens Jorgen Mortensen +Copyright copy 2003, BogusMegaCorp trade +Copyright (c) 2005, 2009, 2015 Gunter Milde +Copyright (c) 2011, 2017, 2022 Gunter Milde +copyright by Free Software Foundation, Inc. +Copyright (c) 2001 Python Software Foundation +Copyright (c) 2016 David Goodger, Gunter Milde +Copyright (c) Jens Jorgen Mortensen, Gunter Milde +Copyright (c) 2003-2017 Free Software Foundation, Inc. +Copyright (c) 2010-2012 Free Software Foundation, Inc. +Copyright (c) 2009,2010 Alex Fernandez 2021 Gunter Milde +Copyright (c) 2009-2011 Alex Fernandez, 2021 Gunter Milde +Copyright (c) 2003 John Gruber (http://daringfireball.net/) +Copyright 2004 by Enthought, Inc. +Copyright (c) 2007 Free Software Foundation, Inc. +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** cffi; version 1.16.0 -- +Copyright (c) 2002 Bo Thorsen +Copyright (c) 2002 Roger Sayle +Copyright (c) 2001 John Beniton +Copyright (c) 1996 Red Hat, Inc. +Copyright (c) 2002 Ranjit Mathew +Copyright (c) 1996-2003 Red Hat, Inc. +Copyright (c) 1996, 1998 Red Hat, Inc. +Copyright (c) 2009, 2010, 2011, 2012 ARM Ltd. +Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc. +Copyright (c) 1996, 1998, 1999, 2001 Red Hat, Inc. +Copyright (c) 1996, 1998, 2001, 2002 Red Hat, Inc. +Copyright (c) 2011, 2014, 2019, 2021 Anthony Green +copyright u'2012-2018, Armin Rigo, Maciej Fijalkowski +** jmespath; version 1.0.1 -- +Copyright (c) 2013 Amazon.com, Inc. or its affiliates +** ruamel.yaml; version 0.17.28 -- +Copyright (c) 2014-2023 Anthon van der Neut, Ruamel bvba +** ruamel.yaml.clib; version 0.2.7 -- +Copyright (c) 2019-2022 Anthon van der Neut, Ruamel bvba +** six; version 1.16.0 -- +copyright u'2010-2020, Benjamin Peterson +Copyright (c) 2010-2020 Benjamin Peterson +** urllib3; version 1.26.18 -- +Copyright 2015 Google Inc. +Copyright (c) 2010-2020 Benjamin Peterson +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wcwidth; version 0.2.10 -- +copyright 2017, Jeff Quast +Copyright (c) 2014 Jeff Quast + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.7.22 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** cryptography; version 41.0.7 -- +Copyright 2013-2023 +copyright 2013-2023, Individual +Copyright (c) Individual contributors +Copyright (c) 2005-2020, NumPy Developers + +Apache-2.0 OR (Apache-2.0 AND BSD-3-Clause) + +------ + +** colorama; version 0.4.6 -- +Copyright Jonathan Hartley 2013 +Copyright (c) 2010 Jonathan Hartley +Copyright Jonathan Hartley & Arnon Yaari, 2013-2020 +** prompt-toolkit; version 3.0.41 -- +Copyright (c) 2014, Jonathan Slenders +** pycparser; version 2.21 -- +Copyright (c) 2008-2020, Eli Bendersky +Copyright (c) 2001-2017 David M. Beazley (Dabeaz LLC) +David Beazley (http://www.dabeaz.com) Copyright (c) 2017 + +BSD-2-Clause AND BSD-3-Clause \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx-notice.txt new file mode 100644 index 00000000..56adbe47 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx-notice.txt @@ -0,0 +1,710 @@ +** googleapis-common-protos; version 1.59.1 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2022 Google LLC +Copyright 2023 Google LLC +Copyright 2016 Google Inc. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +** importlib-metadata; version 6.8.0 -- +** opentelemetry-api; version 1.21.0 -- +** opentelemetry-exporter-otlp; version 1.21.0 -- +** opentelemetry-exporter-otlp-proto-common; version 1.21.0 -- +** opentelemetry-exporter-otlp-proto-grpc; version 1.21.0 -- +** opentelemetry-exporter-otlp-proto-http; version 1.21.0 -- +** opentelemetry-instrumentation; version 0.42b0 -- +** opentelemetry-instrumentation-requests; version 0.42b0 -- +** opentelemetry-proto; version 1.21.0 -- +** opentelemetry-sdk; version 1.21.0 -- +** opentelemetry-semantic-conventions; version 0.42b0 -- +** opentelemetry-util-http; version 0.42b0 -- +** requests; version 2.31.0 -- +Copyright Kenneth Reitz +Copyright 2019 Kenneth Reitz +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** python-json-logger; version 2.0.7 -- +Copyright (c) 2011, Zakaria Zajac +** wrapt; version 1.15.0 -- +Copyright (c) 2013-2023, Graham Dumpleton + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** protobuf; version 4.23.4 -- +Copyright 2007 Google Inc. +Copyright 2008 Google Inc. +Copyright (c) 2023, Google LLC +Copyright (c) 2009-2021, Google LLC +Copyright (c) 2009-2022, Google LLC +Copyright (c) 2009-2023, Google LLC + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** backoff; version 2.2.1 -- +Copyright (c) 2014 litl, LLC. +** charset-normalizer; version 3.2.0 -- +COPYRIGHT (c) FOOBAR +copyright 2019, Ahmed TAHRI +Copyright (c) 2019 TAHRI Ahmed R. +copyright (c) 2021 by Ahmed TAHRI +Copyright (c) 2019 Ahmed TAHRI Ousret +(c) 2012 Denny Vrandecic (http://simia.net/letters/) +Copyright (c) Ahmed TAHRI Ousret (https://github.com/Ousret) +(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input +** deprecated; version 1.2.14 -- +(c) Laurent LAPORTE +Copyright (c) 2017 Laurent LAPORTE +copyright 2017, Marcos CARDOSO & Laurent LAPORTE +** pip; version 23.2.1 -- +2015 Eric Larson +2021 Taneli Hukkinen +copyright 2014-2019 s +(c) 2006 Entrust, Inc. +Copyright 2013-2014 Ray +Copyright Kenneth Reitz +Copyright Jason R. Coombs +Copyright 2015 Eric Larson +Copyright 2017 Elisey Zanko +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright (c) Simple Launcher +Copyright 2012 by Simon Sapin +Copyright 2016 Etienne Bersac +Copyright (c) 2006-2022 by the +Copyright (c) 2013 Vinay Sajip +Copyright 2021 Taneli Hukkinen +Copyright (c) 2008-2020 The pip +Copyright (c) 2020 Will McGugan +Copyright 2012-2021 Eric Larson +Copyright Jonathan Hartley 2013 +Copyright (c) 2012 by Simon Sapin +Copyright (c) 2017 Thomas Kluyver +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +Copyright (c) 2008-present The pip +Copyright (c) 2021 Taneli Hukkinen +Copyright 2015,2016,2017 Nir Cohen +Copyright (c) 2010 Jonathan Hartley +Copyright (c) 2012-2015 Vinay Sajip +Copyright (c) 2012-2017 Vinay Sajip +Copyright (c) 2012-2022 Vinay Sajip +Copyright (c) 2013-2015 Vinay Sajip +Copyright (c) 2013-2017 Vinay Sajip +Copyright (c) 2013-2020 Vinay Sajip +Copyright (c) 2013-2021, Kim Davies +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +Copyright (c) 2003-2022 Paul T. McGuire +Copyright (c) 1998 the Initial Developer +Copyright (c) 2001 the Initial Developer +Copyright (c) 2005 the Initial Developer +Copyright (c) 2010-202x The platformdirs +Copyright 2006-2023 by the Pygments team +Copyright (c) 2010-2020 Benjamin Peterson +copyrighted by the Free Software Foundation +Copyright (c) 2012 The Python Software Foundation +Copyright (c) 2012-2013 Python Software Foundation +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012-2017 The Python Software Foundation +Copyright (c) 2012-2021 The Python Software Foundation +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2018, Tzu-ping Chung +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2008-2011 INADA Naoki +(c) 2006-2023 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) Sindre Sorhus (sindresorhus.com) +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation +** setuptools; version 68.0.0 -- +Copyright (c) 2018 +2021 Taneli Hukkinen +copyright 2014-2019 s +Copyright 1995-2005 Mark Adler +Copyright 1995-2010 Mark Adler +Copyright 1995-2013 Mark Adler +Copyright 2021 Taneli Hukkinen +Copyright (c) Anderson Bravalheri +Copyright 1995-2005 Mark Adler +3 CScs Qkkbal +** urllib3; version 2.1.0 -- +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wheel; version 0.42.0 -- +copyright 2012, Daniel Holth +Copyright (c) 2012 Daniel Holth and contributors +** zipp; version 3.16.2 -- + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.11.17 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** grpcio; version 1.56.2 -- +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2023 gRPC +Copyright 2005 Nokia +(c) 2006 Entrust, Inc. +Copyright 2018 The gRPC +Copyright 2019 The gRPC +Copyright 2020 The gRPC +Copyright 2021 The gRPC +Copyright 2021 the gRPC +Copyright 2022 The gRPC +Copyright 2023 The gRPC +Copyright 2015-2016 gRPC +Copyright 2022 Google LLC +Copyright 2005 Google Inc. +Copyright 2008 Google Inc. +Copyright 2009 Google Inc. +Copyright 2010 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Brian Smith +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google LLC. +Copyright 2019 Google LLC. +Copyright 2020 Google Inc. +Copyright 2021 Google Inc. +Copyright 2005, Google Inc. +Copyright 2006, Google Inc. +Copyright 2007, Google Inc. +Copyright 2008, Google Inc. +Copyright 2009, Google Inc. +Copyright 2010, Google Inc. +Copyright 2013, Google Inc. +Copyright 2015, Google Inc. +Copyright 2016, Google Inc. +Copyright 2018, Google Inc. +Copyright 2018, Google LLC. +Copyright 2019, Google Inc. +Copyright 2019, Google LLC. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright (c) 2020, Arm Ltd. +Copyright (c) 2003 Mark Adler +Copyright (c) 2018 Mark Adler +Copyright (c) 2021 Permission +Copyright (c) 2011, RTFM, Inc. +Copyright (c) 2015, Intel Inc. +Copyright (c) 2023, Google LLC +Copyright 1995-2022 Mark Adler +Copyright 2004 The RE2 Authors +Copyright 2005 Dominick Meglio +Copyright 2005 The RE2 Authors +Copyright 2006 The RE2 Authors +Copyright 2007 The RE2 Authors +Copyright 2008 The RE2 Authors +Copyright 2009 The RE2 Authors +Copyright 2010 The RE2 Authors +Copyright 2016 The RE2 Authors +Copyright 2018 The RE2 Authors +Copyright (c) 2014, Google Inc. +Copyright (c) 2015, Google Inc. +Copyright (c) 2016, Google Inc. +Copyright (c) 2017, Google Inc. +Copyright (c) 2018, Google Inc. +Copyright (c) 2019, Google Inc. +Copyright (c) 2020, Google Inc. +Copyright (c) 2021, Google Inc. +Copyright (c) 2022, Google Inc. +Copyright (c) 2023, Google Inc. +Copyright 2003-2009 Google Inc. +Copyright 2003-2010 Google Inc. +Copyright (c) 2021 by Brad House +Copyright (c) 1990-2000 Info-ZIP. +Copyright 2005 by Dominick Meglio +Copyright 2017 The Abseil Authors +Copyright 2018 The Abseil Authors +Copyright 2019 The Abseil Authors +Copyright 2020 The Abseil Authors +Copyright 2021 The Abseil Authors +Copyright 2022 The Abseil Authors +Copyright 2023 The Abseil Authors +Copyright (c) 1995-2003 Mark Adler +Copyright (c) 1995-2008 Mark Adler +Copyright (c) 1995-2017 Mark Adler +Copyright (c) 1995-2019 Mark Adler +Copyright (c) 1995-2022 Mark Adler +Copyright (c) 2002-2013 Mark Adler +Copyright (c) 2003-2010 Mark Adler +Copyright (c) 2004-2017 Mark Adler +Copyright (c) 2004-2019 Mark Adler +Copyright (c) 2003, 2012 Mark Adler +Copyright (c) 2004, 2010 Mark Adler +Copyright (c) 2007-2021, Google LLC +Copyright (c) 2009-2021, Google LLC +Copyright (c) 2009-2022, Google LLC +Copyright (c) 2009-2023, Google LLC +Copyright (c) 2011, 2016 Mark Adler +Copyright (c) 2012-2020 Yann Collet +Copyright 1999-2005 The RE2 Authors +Copyright 2001-2010 The RE2 Authors +Copyright 2002-2009 The RE2 Authors +Copyright 2003-2009 The RE2 Authors +Copyright 2006-2007 The RE2 Authors +Copyright 2006-2008 The RE2 Authors +Copyright 2014 The Chromium Authors +Copyright (c) 2007-2008 Even Rouault +Copyright (c) 2017, the HRSS authors +Copyright (c) 2004 by Daniel Stenberg +Copyright (c) 2005 by Dominick Meglio +Copyright (c) 2008 by Daniel Stenberg +Copyright (c) 2012, Intel Corporation +Copyright (c) 2014, Intel Corporation +Copyright 2002 Sun Microsystems, Inc. +Copyright (c) 1998-2005 Gilles Vollant +Copyright (c) 1999 The OpenSSL Project +Copyright (c) 2000 The OpenSSL Project +Copyright (c) 2001 The OpenSSL Project +Copyright (c) 2003 The OpenSSL Project +Copyright (c) 2004 The OpenSSL Project +Copyright (c) 2005 The OpenSSL Project +Copyright (c) 2006 The OpenSSL Project +Copyright (c) 2008 The OpenSSL Project +Copyright (c) 2010 The OpenSSL Project +Copyright (c) 2011 The OpenSSL Project +Copyright (c) 2012 The OpenSSL Project +Copyright (c) 2013 The OpenSSL Project +Copyright (c) 2014 The OpenSSL Project +Copyright (c) 2015 The OpenSSL Project +Copyright (c) 2019 by Andrew Selivanov +Copyright (c) 2012 The Chromium Authors +Copyright (c) 1995-2003, 2010 Mark Adler +Copyright (c) 1995-2005, 2010 Mark Adler +Copyright (c) 1995-2011, 2016 Mark Adler +Copyright (c) 1995-2017 Jean-loup Gailly +Copyright (c) 1995-2018 Jean-loup Gailly +Copyright (c) 1995-2021 Jean-loup Gailly +holder is Tim Hudson (tjh@cryptsoft.com) +Copyright (c) 2002 by Lucent Technologies +Copyright (c) 2003, 2012, 2013 Mark Adler +Copyright (c) 2004, 2005, 2012 Mark Adler +Copyright (c) 2004, 2008, 2012 Mark Adler +Copyright (c) 2005, 2012, 2018 Mark Adler +Copyright (c) 2004-2009 by Daniel Stenberg +Copyright (c) 2004-2010 by Daniel Stenberg +Copyright (c) 2004-2011 by Daniel Stenberg +Copyright (c) 2004-2017 by Daniel Stenberg +Copyright (c) 2005 - 2010, Daniel Stenberg +Copyright (c) 2005-2013 by Daniel Stenberg +Copyright (c) 2007-2013 by Daniel Stenberg +Copyright (c) 2008-2013 by Daniel Stenberg +Copyright (c) 2009-2013 by Daniel Stenberg +Copyright (c) 2010-2012 by Daniel Stenberg +Copyright (c) 2010-2013 by Daniel Stenberg +Copyright 2017 The OpenSSL Project Authors +Copyright (c) 1998-2000 The OpenSSL Project +Copyright (c) 1998-2001 The OpenSSL Project +Copyright (c) 1998-2002 The OpenSSL Project +Copyright (c) 1998-2003 The OpenSSL Project +Copyright (c) 1998-2004 The OpenSSL Project +Copyright (c) 1998-2005 The OpenSSL Project +Copyright (c) 1998-2006 The OpenSSL Project +Copyright (c) 1998-2007 The OpenSSL Project +Copyright (c) 1998-2011 The OpenSSL Project +Copyright (c) 1999-2002 The OpenSSL Project +Copyright (c) 1999-2003 The OpenSSL Project +Copyright (c) 1999-2004 The OpenSSL Project +Copyright (c) 1999-2005 The OpenSSL Project +Copyright (c) 1999-2007 The OpenSSL Project +Copyright (c) 1999-2008 The OpenSSL Project +Copyright (c) 2000-2002 The OpenSSL Project +Copyright (c) 2000-2003 The OpenSSL Project +Copyright (c) 2000-2005 The OpenSSL Project +Copyright (c) 2001-2011 The OpenSSL Project +Copyright (c) 2002-2006 The OpenSSL Project +Copyright (c) 2005, 2013 by Dominick Meglio +Copyright (c) 2006, Network Resonance, Inc. +Copyright (c) 2006,2007 The OpenSSL Project +Copyright (c) 2004 - 2011 by Daniel Stenberg +Copyright (c) 2004 - 2012 by Daniel Stenberg +Copyright (c) 2004 - 2013 by Daniel Stenberg +Copyright (c) 2009 - 2013 by Daniel Stenberg +Copyright (c) 2009 - 2021 by Daniel Stenberg +Copyright (c) 2017 - 2018 by Christian Ammer +Copyright Amazon.com, Inc. or its affiliates +Copyright (c) 2007, 2008, 2012, 2018 Mark Adler +Copyright 1995-2016 The OpenSSL Project Authors +Copyright 2000-2016 The OpenSSL Project Authors +Copyright 2006-2017 The OpenSSL Project Authors +Copyright 2007-2016 The OpenSSL Project Authors +Copyright 2012-2016 The OpenSSL Project Authors +Copyright 2013-2016 The OpenSSL Project Authors +Copyright 2014-2016 The OpenSSL Project Authors +Copyright 2014-2020 The OpenSSL Project Authors +Copyright 2015-2016 The OpenSSL Project Authors +Copyright (c) 2010 Jeremy Lal +Copyright (c) 2012 Marko Kreen +Copyright (c) 2018 The Android Open Source Project +Copyright 2020 by +Copyright 1995-2022 Jean-loup Gailly and Mark Adler +Copyright (c) 1995-2006, 2011, 2016 Jean-loup Gailly +Copyright (c) 1995-2016 Jean-loup Gailly, Mark Adler +Copyright (c) 1995-2022 Jean-loup Gailly, Mark Adler +Copyright (c) 1995, 1996, 1997, and 1998 WIDE Project +Copyright (c) 2003, 2005, 2008, 2010, 2012 Mark Adler +Copyright (c) 2004, 2008, 2012, 2016, 2019 Mark Adler +Copyright (c) 1995-1997 Eric Young (eay@cryptsoft.com) +Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com) +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler +Copyright (c) 1996,1999 by Internet Software Consortium +Copyright (c) 1996-1999 by Internet Software Consortium +Copyright (c) 2004 by Internet Systems Consortium, Inc. +Copyright (c) 2009 by Jakub Hrozek +Copyright (c) 2022, Robert Nagy +Copyright (c) 2012 by Gilles Chehade +Copyright (c) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly +Copyright (c) 2017 by John Schember +Copyright (c) 2018 by John Schember +Copyright 1998 by the Massachusetts Institute of Technology +Copyright 2000 by the Massachusetts Institute of Technology +Copyright (c) 2009-2010 Mathias Svensson http://result42.com +Copyright (c) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler +Copyright 1998, 2011 by the Massachusetts Institute of Technology +Copyright (c) 1987-2001 The Regents of the University of California +Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll +Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing +Copyright (c) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler +Copyright 1998, 2011, 2013 by the Massachusetts Institute of Technology +Copyright (c) 1998 - 2010 Gilles Vollant, Even Rouault, Mathias Svensson +Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1998-2010 Gilles Vollant (minizip) http://www.winimage.com/zLibDll/minizip.html + +Apache-2.0 AND BSD-3-Clause AND MPL-2.0 + +------ + +** click; version 8.1.7 -- +Copyright 2014 Pallets +copyright 2014 Pallets +Copyright 2001-2006 Gregory P. Ward +Copyright 2002-2006 Python Software Foundation +** idna; version 3.4 -- +(c) 2019 Unicode(r), Inc. +Copyright (c) 2013-2021, Kim Davies + +BSD-2-Clause AND BSD-3-Clause \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-nbexecservice-0.10.14.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-nbexecservice-0.10.14.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-nbexecservice-0.10.14.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-nbparsingservice-0.9.15.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-nbparsingservice-0.9.15.syft.cdx-notice.txt new file mode 100644 index 00000000..5e73a991 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-nbparsingservice-0.9.15.syft.cdx-notice.txt @@ -0,0 +1,1035 @@ +** aiohttp; version 3.9.1 -- +Copyright Fedor Indutny, 2018 +copyright f project contributors +** aiosignal; version 1.3.1 -- +copyright 2013-2019, aiosignal contributors +Copyright 2013-2019 Nikolay Kim and Andrew Svetlov +** ansiwrap; version 0.8.4 -- +** asttokens; version 2.2.1 -- +copyright u'2016, Grist Labs +Copyright 2016 Grist Labs, Inc. +Copyright 2016, Grist Labs, Inc. +** frozenlist; version 1.3.3 -- +copyright 2013-2019, frozenlist contributors +Copyright 2013-2019 Nikolay Kim and Andrew Svetlov +** multidict; version 6.0.4 -- +copyright 2016 +Copyright 2016-2021 Andrew Svetlov and aio-libs team +** pyarrow; version 14.0.2 -- +Copyright 2011 Kitware, Inc. +Copyright 2012 Cloudera Inc. +** python-dateutil; version 2.8.2 -- +copyright 2019, dateutil +Copyright 2017- dateutil contributors +Copyright (c) 2015- - dateutil contributors +Copyright 2017- Paul Ganssle +Copyright (c) 2015- - Paul Ganssle +Copyright (c) 2014-2016 - Yaron de Leeuw +Copyright (c) 2003-2011 - Gustavo Niemeyer +Copyright (c) 2012-2014 - Tomi Pievilainen +** requests; version 2.31.0 -- +Copyright Kenneth Reitz +Copyright 2019 Kenneth Reitz +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +** tenacity; version 8.1.0 -- +Copyright 2013 Ray +Copyright 2013-2014 Ray +Copyright 2017 Elisey Zanko +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright 2016 Etienne Bersac +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +** tornado; version 6.2 -- +Copyright 2009 Facebook +Copyright 2011 Facebook +Copyright 2012 Facebook +Copyright 2014 Facebook +Copyright 2009 FriendFeed +Copyright 2015 The Tornado Authors +** yarl; version 1.8.2 -- +Copyright 2016-2021, Andrew Svetlov and aio-libs team +copyright 2016-2018, Andrew Svetlov and aio-libs team + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** decorator; version 5.1.1 -- +Copyright (c) 2005-2018, Michele Simionato +Copyright (c) 2005-2020, Michele Simionato +Copyright (c) 2005-2021, Michele Simionato +** jinja2; version 3.1.2 -- +Copyright 2007 Pallets +copyright 2007 Pallets +(c) Copyright 2008 by http://domain.invalid/'> +** markupsafe; version 2.1.2 -- +Copyright 2010 Pallets +copyright 2010 Pallets +** nbclient; version 0.7.2 -- +Copyright (c) IPython Development Team +Copyright (c) Jupyter Development Team +Copyright (c) 2020-, Jupyter Development Team +** nest-asyncio; version 1.5.6 -- +Copyright (c) 2018-2020, Ewald de Wit +** numpy; version 1.24.1 -- +Copyright (c) 2017 +(c) Convert Chebyshev +(c) Multiply a Hermite +(c) Multiply a Laguerre +(c) Multiply a Legendre +(c) Multiply a Chebyshev +Copyright (c) 2010 - 2019 +Copyright Absoft Corporation +(c), True, True, False, False +Copyright 2000 Pearu Peterson +Copyright 2002 Pearu Peterson +(c), False, False, False, True +(c), False, False, True, False +Copyright (c) 2012 Google Inc. +Copyright (c) 2014 Ryan Juckett +Copyright 2011 by Enthought, Inc +Copyright (c) 2011 Enthought, Inc +Copyright (c) 2015 Pauli Virtanen +Copyright (c) 2019 Kevin Sheppard +Copyright 1999 2011 Pearu Peterson +Copyright 1999,2000 Pearu Peterson +Copyright 1999-2004 Pearu Peterson +Copyright 2001-2005 Pearu Peterson +Copyright (c) 2019 NumPy Developers +Copyright (c) 2007 Cybozu Labs, Inc. +Copyright (c) 2021 Intel Corporation +Copyright 1999 - 2011 Pearu Peterson +Copyright (c) 2011 by Enthought, Inc. +Copyright (c) 2014 Mathjax Consortium +Copyright (c) 2015 Melissa E. O'Neill +Copyright (c) 2015-2017 Martin Hensel +Copyright (c) 2018 Melissa E. O'Neill +copyright 2008-2022, NumPy Developers +copyright 2017-2018, NumPy Developers +Copyright 2007-2018 by the Sphinx team +Copyright (c) 2021 Microsoft Corporation +Copyright 2010-2012, D. E. Shaw Research +Copyright (c) 2005-2015, NumPy Developers +Copyright (c) 2005-2017, NumPy Developers +Copyright (c) 2005-2021, NumPy Developers +Copyright (c) 2005-2022, NumPy Developers +Copyright (c) 1993 by Sun Microsystems, Inc. +Copyright (c) 2011-2014, The OpenBLAS Project +Copyright (c) 2009-2017 The MathJax Consortium +Copyright (c) 2010-2017 The MathJax Consortium +Copyright (c) 2011-2015 The MathJax Consortium +Copyright (c) 2011-2017 The MathJax Consortium +Copyright (c) 2013-2017 The MathJax Consortium +Copyright (c) 2014-2017 The MathJax Consortium +Copyright (c) 2015-2017 The MathJax Consortium +Copyright (c) 2016-2017 The MathJax Consortium +Copyright (c) 2008 Ian Bicking and Contributors +copyright 2010 David Wolever +Copyright (c) 2010 The Android Open Source Project +Copyright 2015 Robert Kern +Copyright (c) 2002-2017 Free Software Foundation, Inc. +Copyright 2014 Melissa O'Neill +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2007, 2011 David Schultz +Copyright (c) 2006-2013 The University of Colorado Denver +Copyright Absoft Corporation 1994-2002 Absoft Pro FORTRAN +Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu +Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org) +Copyright (c) 2000-2013 The University of California Berkeley +Copyright (c) 2016 - 2019 Kim Walisch, +Copyright 2016-2021 Matthew Brett, Isuru Fernando, Matti Picus +Copyright (c) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura +Copyright (c) 2004-2018 Max-Planck-Society author Martin Reinecke +Copyright (c) 2012 Stephen Montgomery-Smith +Copyright 1999, 2000, 2001 Regents of the University of California +Copyright (c) 2007 Free Software Foundation, Inc. +Copyright (c) 2009 Free Software Foundation, Inc. +Copyright (c) 2006, University of Georgia and Pierre G.F. Gerard-Marchant +Copyright Absoft Corporation 1994-1998 mV2 Cray Research, Inc. 1994-1996 CF90 +Copyright (c) 2010 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia +Copyright (c) 2011 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia +Copyright (c) 2010-2011 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia +Copyright (c) 2009-2019 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors +Copyright (c) 1992-2013 The University of Tennessee and The University of Tennessee Research Foundation +** pygments; version 2.14.0 -- +(c) 2014 +(c) FSF. +(c) V End +Copyright (c) 2003 +(c) Justin Fletcher +copyright 2006. Text +Copyright 2006-'+date +(c) openEHR Foundation +Copyright (c) 2005-2006 +Copyright 2013 Wikimedia +copyright 2006. Uploaded +(c) 2015 Andreas Rossberg +(c) Justin Fletcher, 1998 +Copyright (c) 2006, Manni +Copyright (c) 2008 Silken +Copyright (c) Rich Hickey +Copyright (c) 1998 Comment +Copyright (c) INRIA - Serge +Copyright 1999-2011 ( VV/ ) +Copyright 2005 Brian Alliet +Copyright 2015 Ruben De Smet +Copyright (c) 2006-2022 by the +Copyright (c) 2007-2008 - INRIA +Copyright (c) 2008 Slava Pestov +Copyright (c) 2014 Fullstack.io +Copyright (c) 2015 Georg Brandl +(c) Copyright 1999, Artran, Inc. +Copyright (c) 2009-2010, Gary L. +Copyright (c) 2017 Johannes Holzl +Copyright 2020 Microsoft Research +copyright (c) 2004 by Andre Simon +Copyright 2007-2012 LassoSoft Inc. +Francisco Tolmasky. Copyright 2008 +Copyright 1999-2011 Comment Comment +Copyright 2005 Brian Alliet Comment +Copyright 2021 by the Pygments team +Copyright (c) 2005-2007 Terence Parr +Copyright (c) 2009 Benjamin Kowarsch +Leaf Corcoran (leafot@gmail.com) 2011 +Copyright (C) 2015 DH electronics GmbH +Copyright (c) 2004, 2005, 2006 Aelitis +Copyright (c) 2015 DH electronics GmbH +Copyright 1997 University of Cambridge +Copyright 2007-2013 by the Sphinx team +Copyright 2007-2021 by the Sphinx team +Copyright (c) 2008 Slava Pestov Comment +Copyright (c) 2009-2010, Gary L. Cutler +Copyright (c) 2010, Gary L. Cutler, GPL +Copyright (c) 2012-2013 Nenad Rakocevic +Portions (c) International Organization +Copyright (c) 1997 Borland International +Copyright (c) 1998 the Initial Developer +Copyright 2006-2019 by the Pygments team +Copyright 2006-2020 by the Pygments team +Copyright 2006-2022 by the Pygments team +Copyright 2012 Nokia Siemens Networks Oyj +(c) 2014 Comment.Multiline Text.Whitespace +Copyright (c) 1993-2003 Yukihiro Matsumoto +Copyright 2006-2022 by r'the Pygments team +(c) 2000-2003 by cYcnus visit www.cYcnus.de +(c) Copyright 2006 by http://mydomain.tld'> +(c) 2010 Jeremy Ashkenas, DocumentCloud Inc. +(c) opyright 2003, MetaQuotes Software Corp. +Copyright (c) 2009-2010, Gary L. Cutler, GPL +Copyright (c) 1998-2009, Modelica Association +Copyright (c) 2008, Brian Frank and Andy Frank +Copyright (c) 2018 Marek Vasut +Copyright 1997 University of Cambridge Comment +Copyright 2006-2014, MetaQuotes Software Corp. +Copyright 2009-2013, MetaQuotes Software Corp. +Copyright 2012-2018 Manas Technology Solutions +copyright 2006-2014, MetaQuotes Software Corp. +(c) Name.Entity 1998-2009, Modelica Association +Copyright (c) 2010, Gary L. Cutler, GPL Comment +Copyright (c) 1995-2004 Functional Objects, Inc. +Copyright 2004-2008 Jean Privat +Copyright (c) 2005 Free Software Foundation, Inc. +Copyright 2014 Lucas Bajolet +(c) Name.Entity Copyright 2006 by Text Punctuation +Copyright (c) 1998,1999,2000,2001,2002 Tal Davidson +Copyright (c) 2009-2010, Gary L. Cutler, GPL Comment +Copyright (c) 1991, Jos van der Woude, jvdwoude@hut.nl +(c) 2010 Jeremy Ashkenas, DocumentCloud Inc. Underscore +Copyright 2013 Alexis Laferriere +Copyright 2013 Matthieu Lucas +Copyright 2014 Alexis Laferriere +Copyright (c) 1991, 1992, Jos van de Woude, jvdwoude@hut.nl +copyright 2006-2022, Georg Brandl and Pygments contributors +Copyright 2012-2013 Alexis Laferriere +Copyright (c) 2009 The R Foundation for Statistical Computing +Copyright (c) 2008 The Regents of the University of California +(c) Copyright 2006-2022, Georg Brandl and Pygments contributors +(c) 2006-2022 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies) +Copyright (c) 2000 Information-technology Promotion Agency, Japan +Copyright (c) 2000 Network Applied Communication Laboratory, Inc. +Copyright (c) 1996-2016 by the PostgreSQL Global Development Group +Copyright (c) 2009 The R Foundation for Statistical Computing ISBN +Copyright 2009-2013, MetaQuotes Software Corp. http://www.mql4.com +Copyright (c) 1994-5 by the Regents of the University of California +Copyright (c) 2008-2011 The Regents of the University of California +Murphy (c) 2000-2003 by cYcnus visit www.cYcnus.de licenser@cYcnus.de +Copyright (c) 1984, 1985, 1988, 2010 Howard Trickey and Oren Patashnik +Copyright 2006-2014, MetaQuotes Software Corp. http://www.metaquotes.net +(c) Copyright 2006 Salvatore Filippone University of Rome Tor Vergata Comment +Copyright 1996 Institut National de Recherche en Informatique et en Automatique +Copyright (c) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software Comment.Single +Copyright (c) 2009-2010, Gary L. Cutler, GPL Literal.String.Double . Punctuation +Copyright 1996 Institut National de Recherche en Informatique et Comment Comment +copyright 2006-2014, MetaQuotes Software Corp. property link http://www.mql4.com +Copyright (c) 1984, 1985, 1988, 2010 Howard Trickey and Oren Patashnik. Unlimited +Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Comment.Single +Copyright (c) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software Foundation, Inc. +Copyright (c) 2006 Kashia Buch (kashia@vfemail.net), Fabian Buch (fabian@fabian-buch.de) +Copyright content Knut Muller, Alexander Wolf, Uwe Ritzschke, Paul-Robert Achcenich, 2006 +Copyright (c) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +(c) Copyright 2006 Salvatore Filippone University of Rome Tor Vergata Alfredo Buttari University of Rome Tor Vergata +Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org www.luismajano.com www.ortussolutions.com +Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org www.luismajano.com www.ortussolutions.com +** traitlets; version 5.8.1 -- +Copyright (c) Enthought, Inc. +Copyright (c) 2010 Doug Hellmann +Copyright (c) IPython Development Team +Copyright (c) Jupyter Development Team +Copyright 2007-2015 by the Sphinx team +copyright 2015, The IPython Development Team +Copyright (c) 2001-, IPython Development Team + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** matplotlib-inline; version 0.1.6 -- +Copyright (c) IPython Development Team +Copyright (c) 2019-2022, IPython Development Team + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** pexpect; version 4.8.0 -- +Copyright (c) 2010 Doug Hellmann +copyright u'2013, Noah Spurrier and contributors +Copyright (c) 2012, Noah Spurrier +Copyright (c) 2013-2014, Pexpect development team +Copyright (c) 2013-2016, Pexpect development team +Copyright (c) 2016, Martin Packman +** ptyprocess; version 0.7.0 -- +copyright u'2014, Thomas Kluyver +Copyright (c) 2012, Noah Spurrier +Copyright (c) 2013-2014, Pexpect development team + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** attrs; version 22.2.0 -- +(c) N Revealed +Hynek Schlawack copyright f'2015 +Copyright (c) 2015 Hynek Schlawack +Copyright (c) 2015 Hynek Schlawack" +Copyright ..." is shown in the HTML footer. Default is True. +** blinker; version 1.6.2 -- +Copyright 2010 Jason Kirtland +copyright 2010 Jason Kirtland +Copyright (c) 2006 Patrick K. O'Brien, Mike C. Fletcher, Matthew R. Scott +** charset-normalizer; version 2.1.1 -- +COPYRIGHT (c) FOOBAR +copyright 2019, Ahmed TAHRI +Copyright (c) 2019 TAHRI Ahmed R. +copyright (c) 2021 by Ahmed TAHRI +Copyright (c) 2019 Ahmed TAHRI Ousret +(c) 2012 Denny Vrandecic (http://simia.net/letters/) +Copyright (c) 2019 Ahmed TAHRI Ousret (https://github.com/Ousret) +(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input +** entrypoints; version 0.4 -- +copyright 2015, Thomas Kluyver +Copyright (c) Thomas Kluyver and contributors +Copyright (c) 2015 Thomas Kluyver and contributors +** executing; version 1.2.0 -- +2021 Taneli Hukkinen +Copyright (c) 2019 Alex Hall +Copyright (c) 2021 Alex Hall +Copyright 2021 Taneli Hukkinen +** gunicorn; version 21.2.0 -- +(c) Meebo, Inc. +Copyright Dave Gandy 2016 +Copyright 2013 Dariusz Suchojad +Copyright (c) 2008-2010, Eventlet +Copyright 2001-2005 by Vinay Sajip +copyright 2009- s, Benoit Chesneau +copyright 2009-2023, Benoit Chesneau +Copyright (c) 2005-2006, Bob Ippolito +Copyright 2007-2023 by the Sphinx team +(c) Copyright 2009-2023, Benoit Chesneau +Copyright (c) 2007-2010, Linden Research, Inc. +(c) Paul J. Davis +(c) Benoit Chesneau 2009-2015 +Copyright 2009 Paul J. Davis +** jedi; version 0.18.2 -- +Copyright (c) Maxim Kurnikov +Copyright (c) <2013> Permission +Copyright (c) 2015 Jukka Lehtosalo and contributors +** jsonschema; version 4.17.3 -- +Julian Berman copyright 2013 +Copyright (c) 2012 Julian Berman +Copyright (c) 2013 Julian Berman +** parso; version 0.8.3 -- +Copyright 2006 Google, Inc. +Copyright (c) 2010 by Armin Ronacher +Copyright (c) <2013-2017> Permission +Copyright David Halter and Contributors +Copyright 2004-2005 Elemental Security, Inc. +Copyright 2014 David Halter and Contributors +Copyright (c) 2014-2016 Ian Lee +Copyright 2010 by Armin Ronacher. :license Flask Design +Copyright (c) 2017-???? Dave Halter +Copyright (c) 2006-2009 Johann C. Rocholl +Copyright (c) 2009-2014 Florent Xicluna +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Python Software Foundation +** pip; version 23.2.1 -- +2015 Eric Larson +2021 Taneli Hukkinen +copyright 2014-2019 s +(c) 2006 Entrust, Inc. +Copyright 2013-2014 Ray +Copyright Kenneth Reitz +Copyright Jason R. Coombs +Copyright 2015 Eric Larson +Copyright 2017 Elisey Zanko +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright (c) Simple Launcher +Copyright 2012 by Simon Sapin +Copyright 2016 Etienne Bersac +Copyright (c) 2006-2022 by the +Copyright (c) 2013 Vinay Sajip +Copyright 2021 Taneli Hukkinen +Copyright (c) 2008-2020 The pip +Copyright (c) 2020 Will McGugan +Copyright 2012-2021 Eric Larson +Copyright Jonathan Hartley 2013 +Copyright (c) 2012 by Simon Sapin +Copyright (c) 2017 Thomas Kluyver +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +Copyright (c) 2008-present The pip +Copyright (c) 2021 Taneli Hukkinen +Copyright 2015,2016,2017 Nir Cohen +Copyright (c) 2010 Jonathan Hartley +Copyright (c) 2012-2015 Vinay Sajip +Copyright (c) 2012-2017 Vinay Sajip +Copyright (c) 2012-2022 Vinay Sajip +Copyright (c) 2013-2015 Vinay Sajip +Copyright (c) 2013-2017 Vinay Sajip +Copyright (c) 2013-2020 Vinay Sajip +Copyright (c) 2013-2021, Kim Davies +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +Copyright (c) 2003-2022 Paul T. McGuire +Copyright (c) 1998 the Initial Developer +Copyright (c) 2001 the Initial Developer +Copyright (c) 2005 the Initial Developer +Copyright (c) 2010-202x The platformdirs +Copyright 2006-2023 by the Pygments team +Copyright (c) 2010-2020 Benjamin Peterson +copyrighted by the Free Software Foundation +Copyright (c) 2012 The Python Software Foundation +Copyright (c) 2012-2013 Python Software Foundation +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012-2017 The Python Software Foundation +Copyright (c) 2012-2021 The Python Software Foundation +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2018, Tzu-ping Chung +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2008-2011 INADA Naoki +(c) 2006-2023 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) Sindre Sorhus (sindresorhus.com) +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation +** platformdirs; version 2.6.2 -- +Copyright (c) 2010-202x The platformdirs +** pure-eval; version 0.2.2 -- +Copyright (c) 2019 Alex Hall +** pyrsistent; version 0.19.3 -- +Copyright (c) 2013 Matthew Rocklin +Copyright (c) 2022 Tobias Gustafsson +** pytz; version 2022.7.1 -- +Copyright (c) 2003-2019 Stuart Bishop +** pyyaml; version 6.0 -- +Copyright (c) 2017-2021 Ingy dot Net +Copyright (c) 2006-2016 Kirill Simonov +** setuptools; version 65.5.1 -- +Copyright (c) 2018 +2021 Taneli Hukkinen +copyright 2014-2019 s +Copyright Jason R. Coombs +Copyright 1995-2005 Mark Adler +Copyright 1995-2010 Mark Adler +Copyright 1995-2013 Mark Adler +Copyright 2021 Taneli Hukkinen +Copyright (c) 2013 Eddy Petrisor +Copyright (c) Anderson Bravalheri +Copyright (c) 2003-2022 Paul T. McGuire +Copyright 1995-2005 Mark Adler +3 CScs Qkkbal +Copyright (c) 2005-2010 ActiveState Software Inc. +** six; version 1.16.0 -- +copyright u'2010-2020, Benjamin Peterson +Copyright (c) 2010-2020 Benjamin Peterson +** stack-data; version 0.6.2 -- +Copyright (c) 2019 Alex Hall +** tqdm; version 4.64.1 -- +Copyright (c) 2013 noamraph +(c) Noam Yorav-Raphael, original author +(c) Casper da Costa-Luis casperdcl (https://github.com/casperdcl) +** urllib3; version 2.1.0 -- +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wcwidth; version 0.2.6 -- +Copyright (c) 2014 Jeff Quast +** wheel; version 0.42.0 -- +copyright 2012, Daniel Holth +Copyright (c) 2012 Daniel Holth and contributors + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.11.17 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** waitress; version 2.1.2 -- +Copyright 1996 by Sam Rushing +Copyright (c) 2002 Zope Foundation and Contributors +Copyright (c) 2004 Zope Foundation and Contributors +Copyright (c) 2005 Zope Foundation and Contributors +Copyright (c) 2013 Zope Foundation and Contributors +Copyright (c) 2001-2004 Zope Foundation and Contributors +Copyright (c) 2001-2005 Zope Foundation and Contributors +Copyright (c) 2001, 2002 Zope Foundation and Contributors +copyright 2012- s, Agendaless Consulting + +Zope Public License (ZPL) Version 2.1 A copyright notice accompanies this license document that identifies the copyright holders. + +This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. + + 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. + + 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. + + 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + +Disclaimer + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** packaging; version 23.0 -- +copyright 2014-2019 s +Copyright (c) Donald Stufft and individual contributors + +Apache-2.0 OR (Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause) + +------ + +** pyzmq; version 25.0.0 -- +(c) PyZMQ Developers +(c) iMatix Corporation +Copyright 2009 Facebook +Copyright (c) PyZMQ Developers +Copyright (c) 2010 Justin Riley +Copyright (c) 2010 Brian Granger +Copyright (c) 2010 Lisandro Dalcin +Copyright (c) Stef van der Struijk +Copyright (c) 2010 The IPython Team +Copyright (c) 2022 PyZMQ Developers +Copyright (c) 2011- PyZMQ Developers +Copyright (c) 2011-2012 Travis Cline +Copyright (c) PyZMQ Development Team +Copyright (c) 2012 Godefroid Chapelle +Copyright (c) 2012 The ZeroMQ Authors +Copyright (c) 2010 Andrew Gwozdziewycz +Copyright (c) 2007-2010 iMatix Corporation +Copyright (c) 2010 Brian Granger, Fernando Perez +Copyright (c) 2010-2011 IPython Development Team +Copyright (c) 2010 Brian Granger, Min Ragan-Kelley +Copyright (c) 2010 Min Ragan-Kelley, Brian Granger +copyright Brian E. Granger & Min Ragan-Kelley. OMQ +Copyright (c) 2010 Brian E. Granger & Min Ragan-Kelley +Copyright (c) 2013 Brian E. Granger & Min Ragan-Kelley +Copyright (c) 2010-2012 Brian Granger, Min Ragan-Kelley +Copyright 2012-2018, Bert Belder +Copyright (c) 2009-2012, Brian Granger, Min Ragan-Kelley +Copyright (c) 2010-2011 Brian E. Granger & Min Ragan-Kelley +Copyright (c) 2016 Contributors as noted in the AUTHORS file +Copyright (c) 2018 Contributors as noted in the AUTHORS file +Copyright (c) 2019 Contributors as noted in the AUTHORS file +Copyright (c) 2020 Contributors as noted in the AUTHORS file +Copyright (c) 2003-2007 Robey Pointer +Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file +Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file +Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file +Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file +Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file +Copyright (c) 2016-2017 Contributors as noted in the AUTHORS file +Copyright (c) 2007 Free Software Foundation, Inc. + +BSD-2-Clause AND BSD-3-Clause AND LGPL-3.0-only AND NOASSERTION + +------ + +** asgiref; version 3.6.0 -- +Copyright (c) Django Software Foundation and individual contributors +** click; version 8.1.3 -- +Copyright 2014 Pallets +copyright 2014 Pallets +Copyright 2001-2006 Gregory P. Ward +Copyright 2002-2006 Python Software Foundation +** fastjsonschema; version 2.16.2 -- +Copyright (c) 2018, Michal Horejsek +** flask; version 3.0.0 -- +Copyright 2010 Pallets +copyright 2010 Pallets +Copyright (c) 2015 CERN. +(c) Copyright 2010 by http://domain.invalid/'> +** idna; version 3.4 -- +(c) 2019 Unicode(r), Inc. +Copyright (c) 2013-2021, Kim Davies +** ipython; version 8.20.0 -- +(c) Python and NumPy +Copyright (c) 2000 Thomas Heller +Copyright (c) 2010 Doug Hellmann +Portions (c) 2009 by Robert Kern +copyright 2007 by Armin Ronacher +Copyright (c) 2014, Jonathan Slenders +Copyright (c) 2015, Jonathan Slenders +Copyright (c) IPython Development Team +copyright The IPython Development Team +Copyright (c) 2012 IPython Development Team +Copyright (c) 2008, IPython Development Team +Copyright (c) 2011, IPython Development Team +Copyright (c) 2012, IPython Development Team +Copyright (c) 2008 Pauli Virtanen +Copyright (c) 2008 The IPython Development Team +Copyright (c) 2011 The IPython Development Team +Copyright (c) 2012 The IPython Development Team +Copyright (c) 2013 The IPython Development Team +Copyright (c) 2018 The IPython Development Team +Copyright (c) 2004-2021 Holger Krekel and others +Copyright (c) 2011, the IPython Development Team +Copyright (c) 2012, the IPython Development Team +Copyright (c) 2012- The IPython Development Team +Copyright (c) 2013, the IPython Development Team +Copyright (c) 2008-2011, IPython Development Team +Copyright (c) 2010-2011, IPython Development Team +Copyright (c) 2001 Janko Hauser +Copyright (c) 2001, Janko Hauser +Copyright (c) 2008-2011 The IPython Development Team +Copyright (c) 2008-2012 The IPython Development Team +Copyright (c) 2008-Present, IPython Development Team +Copyright (c) 2009-2011 The IPython Development Team +Copyright (c) 2010-2011 The IPython Development Team +Copyright (c) 2001 Nathaniel Gray +Copyright (c) 2001 Fernando Perez +Copyright (c) 2001, Nathaniel Gray +Copyright (c) 2005 Fernando Perez. +Copyright (c) 2016 The IPython Team +Copyright (c) 2001-2004 Fernando Perez +Copyright (c) 2001-2005 Fernando Perez +Copyright (c) 2001-2006 Fernando Perez +Copyright (c) 2005-2006 Fernando Perez +Copyright (c) 2001 Python Software Foundation, www.python.org +Copyright (c) 2001-2007 Fernando Perez. +Copyright (c) 2002-2006 Fernando Perez. +Copyright (c) 2005-2006 Fernando Perez. +Copyright (c) 2001, Fernando Perez +Copyright (c) 2005 Jorgen Stenarson +Copyright (c) 2001-2007, Fernando Perez +Copyright (c) 2005-2006 Fernando Perez. +Copyright (c) 2005 Fernando Perez Brian E Granger Benjamin Ragan-Kelley +** itsdangerous; version 2.1.2 -- +Copyright 2011 Pallets +copyright 2011 Pallets +** nbformat; version 5.7.3 -- +Copyright (c) IPython Development Team +Copyright (c) Jupyter Development Team +copyright 2015, Jupyter Development Team +Copyright (c) 2015-, Jupyter Development Team +Copyright (c) 2013 The IPython Development Team +Copyright (c) 2001-2015, IPython Development Team +Copyright (c) 2008-2011 The IPython Development Team +** pandas; version 1.5.3 -- +Copyright (c) 2009', join +Copyright 2014-2019, xarray +Copyright (c) 2012 Google Inc. +Copyright (c) 2015 Jared Hobbs +Copyright (c) 1994 David Burren +Copyright (c) 2011 Szabolcs Nagy +Copyright (c) 2011 Valentin Ochs +Copyright (c) 2017 Anthony Sottile +Copyright (c) 2005-2014 Rich Felker +Copyright (c) 2010, Albert Sweigart +Copyright (c) 2002 Michael Ringgaard +Copyright (c) 2003-2011 David Schultz +Copyright (c) 2008 Stephen L. Moshier +Copyright (c) 2011 by Enthought, Inc. +Copyright 2017- dateutil contributors +Copyright (c) 2003-2009 Bruce D. Evans +Copyright (c) 2001-2008 Ville Laurikari +Copyright (c) 2003-2009 Steven G. Kargl +Copyright (c) 1993,2004 Sun Microsystems +Copyright (c) 2001, 2002 Enthought, Inc. +Copyright (c) 2003-2012 SciPy Developers +Copyright (c) 2012, Lambda Foundry, Inc. +Copyright (c) 1994 Sun Microsystems, Inc. +Copyright (c) 2005-2011, NumPy Developers +Copyright (c) 2017 - dateutil contributors +Copyright (c) 2015- - dateutil contributors +Copyright (c) 2016, PyData Development Team +Copyright (c) 2020, PyData Development Team +Copyright 2017- Paul Ganssle +Copyright (c) 2011-2022, Open source contributors +Copyright (c) 2008 The Android Open Source Project +Copyright (c) 2015- - Paul Ganssle +Copyright (c) 2010-2012 Archipel Asset Management AB. +Copyright (c) 2007 Nick Galbreath nickg at modp dot com +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2014-2016 - Yaron de Leeuw +Copyright (c) 2019 Hadley Wickham RStudio and Evan Miller +Copyright (c) 2008- Attractive Chaos +Copyright (c) 2003-2011 - Gustavo Niemeyer +Copyright (c) 1988-1993 The Regents of the University of California +Copyright (c) 2011-2013, ESN Social Software AB and Jonas Tarnstrom +Copyright (c) 2012-2014 - Tomi Pievilainen +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) 2008, 2009, 2011 by Attractive Chaos +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team +** papermill; version 2.4.0 -- +Copyright (c) 2017, nteract +** prompt-toolkit; version 3.0.41 -- +Copyright (c) 2014, Jonathan Slenders +** scrapbook; version 0.5.0 -- +Copyright (c) 2018 +copyright 2018, nteract team +** werkzeug; version 3.0.1 -- +Copyright 2007 Pallets +copyright 2007 Pallets + +BSD-2-Clause AND BSD-3-Clause + +------ + +** textwrap3; version 0.9.2 -- +Copyright (c) 1999-2001 Gregory P. Ward +Copyright (c) 2002, 2003 Python Software Foundation + +PSF-2.0 \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx-notice.txt new file mode 100644 index 00000000..8281dacd --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx-notice.txt @@ -0,0 +1,1760 @@ +** cloud.google.com/go; version v0.107.0 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2001 David E. O'Brien +Portions Copyright 2018 Google LLC. +Copyright (c) 1996-1998 John D. Polstra +** cloud.google.com%2Fgo/iam; version v0.8.0 -- +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2022 Google LLC +** cloud.google.com%2Fgo/kms; version v1.4.0 -- +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2022 Google LLC +** cloud.google.com%2Fgo/storage; version v1.28.1 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2018 Google LLC +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** cloud.google.com%2Fgo%2Fcompute/metadata; version v0.2.3 -- +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2021 Google LLC +Copyright 2022 Google LLC +** github.com%2faws/aws-sdk-go; version v1.44.234 -- +Copyright 2013 The Go Authors +Copyright (c) 2016 Carl Jackson +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright 2017 Amazon.com, Inc. or its affiliates +** github.com%2Fazure%2Fgo-autorest/autorest; version v0.11.28 -- +** github.com%2Fazure%2Fgo-autorest/logger; version v0.2.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest/tracing; version v0.6.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +Copyright 2018 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/adal; version v0.9.21 -- +** github.com%2Fazure%2Fgo-autorest%2Fautorest/date; version v0.3.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/to; version v0.4.0 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fgo-autorest%2Fautorest/validation; version v0.3.1 -- +Copyright 2015 Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fblevesearch/segment; version v0.9.0 -- +Copyright 2013 The Go Authors +Copyright (c) 2014 Couchbase, Inc. +Copyright (c) 2015 Couchbase, Inc. +** github.com%2Fblevesearch/vellum; version v1.0.7 -- +Copyright (c) 2017 Couchbase, Inc. +Copyright (c) 2018 Couchbase, Inc. +** github.com%2Fblugelabs/bluge; version v0.1.9 -- +copyright Couchbase, Inc. +Copyright (c) 2013 Couchbase, Inc. +Copyright (c) 2014 Couchbase, Inc. +Copyright (c) 2017 Couchbase, Inc. +Copyright (c) 2019 Couchbase, Inc. +Copyright (c) 2020 Couchbase, Inc. +Copyright (c) 2020 The Bluge Authors +** github.com%2Fblugelabs/bluge_segment_api; version v0.2.0 -- +copyright Couchbase, Inc. +Copyright (c) 2020 Couchbase, Inc. +Copyright (c) 2020 The Bluge Authors +** github.com%2Fblugelabs/ice; version v1.0.0 -- +copyright Couchbase, Inc. +Copyright (c) 2020 Couchbase, Inc. +Copyright (c) 2020 The Bluge Authors +** github.com%2Fbradfitz/gomemcache; version v0.0.0-20190913173617-a41fca850d0b -- +Copyright 2011 Google Inc. +Copyright 2014 Google Inc. +** github.com%2Fbufbuild/connect-go; version v1.4.1 -- +Copyright 2021-2022 Buf Technologies, Inc. +** github.com%2Fcockroachdb%2Fapd/v2; version v2.0.2 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Cockroach Authors +Copyright 2017 The Cockroach Authors +Copyright (c) Mike Cowlishaw, 1981, 2010 +Parts copyright (c) IBM Corporation, 1981, 2008 +** github.com%2Fcoreos%2Fgo-systemd/v22; version v22.5.0 -- +Copyright 2015 CoreOS Inc. +Copyright 2014 Docker, Inc. +Copyright 2015 CoreOS, Inc. +Copyright 2015 RedHat, Inc. +Copyright 2016 CoreOS, Inc. +Copyright 2018 CoreOS, Inc. +Copyright 2019 CoreOS, Inc. +Copyright 2020 CoreOS, Inc. +Copyright 2022 CoreOS, Inc. +Copyright 2015-2018 CoreOS, Inc. +Copyright 2015, 2018 CoreOS, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fdocker/go-units; version v0.5.0 -- +Copyright 2015 Docker, Inc. +Copyright (c) 2015 Docker, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Ffzambia/sentinel; version v1.1.0 -- +** github.com%2Fgo-git%2Fgo-billy/v5; version v5.3.1 -- +Copyright 2017 Sourced Technologies S.L. +** github.com%2Fgo-git%2Fgo-git/v5; version v5.4.2 -- +Copyright (c) Oleg Sklyar, Silvertern +Copyright 2018 Sourced Technologies, S.L. +** github.com%2Fgo-jose%2Fgo-jose/v3; version v3.0.0 -- +Copyright 2014 Square Inc. +Copyright 2017 Square Inc. +Copyright 2018 Square Inc. +Copyright 2016 Square, Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright 2016 Zbigniew Mandziejewicz +** github.com%2Fgo-logr/logr; version v1.2.3 -- +Copyright 2019 The logr +Copyright 2020 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-logr/stdr; version v1.2.2 -- +Copyright 2019 The logr +Copyright 2021 The logr +Copyright 2020 The Kubernetes Authors +** github.com%2Fgo-openapi/analysis; version v0.21.4 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/errors; version v0.20.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonpointer; version v0.19.5 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/jsonreference; version v0.20.0 -- +Copyright 2013 sigu-399 https://github.com/sigu-399 +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/loads; version v0.21.2 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/runtime; version v0.25.0 -- +Copyright 2015 go-swagger +Copyright 2013 The Go Authors +Copyright (c) 2014 Naoya Inada +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/spec; version v0.20.8 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/strfmt; version v0.21.7 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/swag; version v0.22.3 -- +Copyright 2015 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fgo-openapi/validate; version v0.22.1 -- +Copyright 2015 go-swagger +Copyright 2017 go-swagger +Copyright 2018 go-swagger +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +(c) 2016 Microsoft', termsOfService' https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx +** github.com%2Fgolang-sql/civil; version v0.0.0-20190719163853-cb61b32ac6fe -- +Copyright 2016 Google LLC +** github.com%2Fgolang/glog; version v1.0.0 -- +Copyright 2013 Google Inc. +** github.com%2Fgolang/groupcache; version v0.0.0-20210331224755-41bb18bfe9da -- +Copyright 2012 Google Inc. +Copyright 2013 Google Inc. +** github.com%2Fgolang/mock; version v1.6.0 -- +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2010 Google Inc. +Copyright 2010 Google LLC. +Copyright 2011 Google Inc. +Copyright 2012 Google Inc. +Copyright 2020 Google Inc. +** github.com%2Fgomodule/redigo; version v1.8.9 -- +Copyright 2011 Gary Burd +Copyright 2012 Gary Burd +Copyright 2013 Gary Burd +Copyright 2014 Gary Burd +Copyright 2017 Gary Burd +Copyright 2018 Gary Burd +** github.com%2Fgoogle/btree; version v1.1.2 -- +(c) OnWriteContext T +Copyright 2014 Google Inc. +Copyright 2014-2022 Google Inc. +** github.com%2Fgoogle/flatbuffers; version v2.0.8+incompatible -- +Copyright 2015 gRPC +Copyright 2018 Dan Field +Copyright 2019 Google LLC +Copyright 2020 Google LLC +Copyright 2021 Google LLC +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google Inc. +Copyright 2020 Google Inc. +Copyright 2021 Google Inc. +Copyright 2022 Google Inc. +Copyright year Google Inc. +Copyright $YEAR Google Inc. +Copyright (c) 2014 Google Inc +Copyright (c) 2015 Google Inc +Copyright (c) 2014 Google, Inc. +Copyright 2015 The Chromium Authors +Copyright (c) 2015-2021 the original +Copyright 2014 Stefan.Eilemann@epfl.ch +Copyright 2015 the original author or authors +** github.com%2Fgoogle/wire; version v0.5.0 -- +Copyright 2018 The Wire Authors +Copyright 2019 The Wire Authors +Copyright 2020 The Wire Authors +** github.com%2Fgoogleapis/enterprise-certificate-proxy; version v0.2.0 -- +Copyright 2022 Google LLC. +** github.com%2Fgrafana/dskit; version v0.0.0-20230202092222-880a7f8141cc -- +Copyright 2021 Grafana Labs +Copyright (c) The Thanos Authors +** github.com%2Fgrafana/grafana-aws-sdk; version v0.12.0 -- +** github.com%2Fgrafana/grafana-azure-sdk-go; version v1.9.0 -- +** github.com%2Fgrafana/grafana-google-sdk-go; version v0.1.0 -- +** github.com%2fgrafana/grafana-plugin-sdk-go; version v0.157.0 -- +Copyright 2023 Grafana Labs +** github.com%2Fgrafana/prometheus-alertmanager; version v0.25.1-0.20230426142720-803b73a2f1f7 -- +Copyright Dave Gandy 2016 +Copyright Prometheus Team +Copyright (c) 2014 Mailgun +Copyright 2012 Stefan Petre +Copyright 2015 Prometheus Team +Copyright 2016 Prometheus Team +Copyright 2017 Prometheus Team +Copyright 2018 Prometheus Team +Copyright 2019 Prometheus Team +Copyright 2020 Prometheus Team +Copyright 2021 Prometheus Team +Copyright 2022 Prometheus Team +Copyright 2011-2014 Twitter, Inc. +Copyright 2011-2017 Twitter, Inc. +Copyright 2015 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2011-2017 The Bootstrap Authors +Copyright 2013-2015 The Prometheus Authors +** github.com%2Fgrafana/thema; version v0.0.0-20230302221249-6952e4a999b7 -- +Copyright 2020 CUE Authors +** github.com%2Fgrafana%2Fphlare/api; version v0.1.3 -- +Copyright 2016 Google Inc. +Copyright 2020-2023 Grafana Labs +** github.com%2Fgrafana%2Fsqlds/v2; version v2.3.10 -- +Copyright 2021 Grafana Labs +** github.com%2Fgrpc-ecosystem/go-grpc-middleware; version v1.4.0 -- +Copyright 2017 David Ackroyd +Copyright 2016 Michal Witkowski +Copyright 2017 Michal Witkowski +Copyright (c) Improbable Worlds Ltd +** github.com%2Fgrpc-ecosystem/go-grpc-prometheus; version v1.2.1-0.20191002090509-6af20e3a5340 -- +Copyright 2016 Michal Witkowski +** github.com%2Fjmespath/go-jmespath; version v0.4.0 -- +Copyright 2015 James Saryerwinnie +** github.com%2Fjonboulle/clockwork; version v0.3.0 -- +** github.com%2Fkylelemons/godebug; version v1.1.0 -- +Copyright 2013 Google Inc. +** github.com%2Flinkedin%2Fgoavro/v2; version v2.10.0 -- +Copyright 2017 LinkedIn Corp. +Copyright 2019 LinkedIn Corp. +Copyright (c) 2011 The Snappy-Go Authors +** github.com%2Fm3db/prometheus_remote_client_golang; version v0.4.4 -- +Copyright (c) 2019 Uber Technologies, Inc. +** github.com%2Fmagefile/mage; version v1.14.0 -- +(c) Zeno Rocha +(c) jQuery Foundation +Copyright (c) 2014 Grav +Copyright Dave Gandy 2016 +Copyright 2017 the Mage authors +Copyright (c) 2016 MATHIEU CORNIC +Copyright (c) 2016 Oliver Nightingale +Copyright 2015, Noel Raoul Bossart (http://www.noelboss.com) +** github.com%2Fmasterminds/goutils; version v1.1.1 -- +Copyright 2014 Alexander Okoli +** github.com%2Fmattermost/xml-roundtrip-validator; version v0.1.0 -- +** github.com%2Fmatttproud/golang_protobuf_extensions; version v1.0.4 -- +Copyright 2013 Matt T. Proud +Copyright 2016 Matt T. Proud +Copyright 2010 The Go Authors +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) +** github.com%2Fmodern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- +** github.com%2Fmodern-go/reflect2; version v1.0.2 -- +** github.com%2Fmwitkow/go-conntrack; version v0.0.0-20190716064945-2f068394615f -- +Copyright 2016 Michal Witkowski +** github.com%2Foklog/run; version v1.1.0 -- +** github.com%2Foklog/ulid; version v1.3.1 -- +Copyright 2016 The Oklog Authors +** github.com%2Fopentracing/opentracing-go; version v1.2.0 -- +Copyright 2016 The OpenTracing Authors +** github.com%2Fprometheus/client_golang; version v1.14.0 -- +Copyright 2013 Matt T. Proud +Copyright 2010 The Go Authors +Copyright (c) 2015 Bjorn Rabenstein +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright (c) 2013, The Prometheus Authors +Copyright 2012-2015 The Prometheus Authors +Copyright 2013-2015 Blake Mizerany, Bjorn Rabenstein +** github.com%2Fprometheus/client_model; version v0.3.0 -- +Copyright 2013 Prometheus Team +Copyright 2012-2015 The Prometheus Authors +** github.com%2Fprometheus/common; version v0.42.0 -- +(c) http://example.com +Copyright 2013 The Prometheus Authors +Copyright 2014 The Prometheus Authors +Copyright 2015 The Prometheus Authors +Copyright 2016 The Prometheus Authors +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2020 The Prometheus-operator Authors +Copyright (c) 2011, Open Knowledge Foundation Ltd. +** github.com%2fprometheus/exporter-toolkit; version v0.9.1 -- +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2023 The Prometheus Authors +Copyright 2015 Matthew Holt and The Caddy Authors +** github.com%2Fprometheus/procfs; version v0.9.0 -- +Copyright 2017 Roger Luethi +Copyright 2014 Prometheus Team +Copyright 2017 Prometheus Team +(c) HGST, a Western Digital Company +Copyright 2017 The Prometheus Authors +Copyright 2018 The Prometheus Authors +Copyright 2019 The Prometheus Authors +Copyright 2020 The Prometheus Authors +Copyright 2021 The Prometheus Authors +Copyright 2022 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors +** github.com%2Fprometheus%2Fcommon/sigv4; version v0.1.0 -- +Copyright 2018 The Prometheus Authors +Copyright 2021 The Prometheus Authors +** github.com%2Fprotocolbuffers/txtpbfmt; version v0.0.0-20220428173112-74888fd59c2b -- +** github.com%2Froaringbitmap/roaring; version v0.9.4 -- +(c) Z Ql6b +Copyright 2016-... +Copyright (c) 2016 by the +Copyright 2009 The Go Authors +Copyright 2016 by the authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2016 Couchbase, Inc. +** github.com%2Frussellhaering/goxmldsig; version v1.2.0 -- +** github.com%2Fspinillos/oapi-codegen; version v1.12.5-0.20230206122001-6a05ca88e18e -- +Copyright 2019 DeepMap, Inc. +Copyright 2021 DeepMap, Inc. +** github.com%2Fua-parser/uap-go; version v0.0.0-20211112212520-00c877edfe0f -- +Copyright 2009 Google Inc. +Copyright (c) 2013 Yihuan Zhou +(c) 1996-2006 the VideoLAN team VMBot/0.x.x (VMBot http://www.VerticalMatch.com/ vmbot@tradedot.com) +** github.com%2Fuber/jaeger-client-go; version v2.29.1+incompatible -- +Copyright (c) 2016 Bas van Beek +Copyright (c) The Jaeger Authors +Copyright (c) 2017 The Jaeger Authors +Copyright (c) 2018 The Jaeger Authors +Copyright (c) 2019 The Jaeger Authors +Copyright (c) 2020 The Jaeger Authors +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2017 The OpenTracing Authors +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2019 Uber Technologies, Inc. +Copyright (c) 2017-2018 Uber Technologies, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Fuber/jaeger-lib; version v2.4.1+incompatible -- +Copyright (c) The Jaeger Authors +Copyright (c) 2017 The Jaeger Authors +Copyright (c) 2018 The Jaeger Authors +Copyright (c) 2019 The Jaeger Authors +Copyright (c) 2020 The Jaeger Authors +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2018 Uber Technologies, Inc. +Copyright (c) 2004, 2006 The Linux Foundation and its contributors +** github.com%2Funknwon/bra; version v0.0.0-20200517080246-1e3013ecaff8 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +** github.com%2Funknwon/com; version v1.0.1 -- +Copyright 2013 com +Copyright 2014 com +Copyright 2015 com +** github.com%2Funknwon/log; version v0.0.0-20150304194804-e617c87089d3 -- +Copyright 2014 Unknwon +** github.com%2Fweaveworks/promrus; version v1.2.0 -- +** github.com%2Fwk8/go-ordered-map; version v1.0.0 -- +** github.com%2Fxanzy/ssh-agent; version v0.3.0 -- +Copyright (c) 2014 David Mzareulyan +Copyright 2015, Sander van Harmelen +** go.mongodb.org/mongo-driver; version v1.11.3 -- +Copyright (c) MongoDB +Copyright (c) 2014 youmark +Copyright (c) MongoDB, Inc. +Copyright 2012 Keith Rarick +Copyright (c) 2017 Josh Baker +Copyright (c) 2018 Mark Bates +Copyright (c) 2019 Klaus Post +Copyright 2009 The Go Authors +Copyright 2017 The Go Authors +Copyright 2014-2015 Stripe, Inc. +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2018 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2013, Patrick Mezard +Copyright (c) 2016 by MongoDB, Inc +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov +Copyright (c) 2011 The Snappy-Go Authors +Copyright (c) MongoDB, Inc. 2017-present +Copyright (c) MongoDB, Inc. 2018-present +Copyright (c) MongoDB, Inc. 2019-present +Copyright (c) MongoDB, Inc. 2020-present +Copyright (c) MongoDB, Inc. 2021-present +Copyright (c) MongoDB, Inc. 2022-present +Copyright (c) 2015, Dave Cheney +Copyright 2015 Amazon.com, Inc. or its affiliates +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors +Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com) +Copyright (c) 2010-2013 - Gustavo Niemeyer +Copyright (c) 2017 marvin + konsorten GmbH (open-source@konsorten.de) +** go.opentelemetry.io/collector; version v0.31.0 -- +Copyright 2020 The OpenTelemetry Authors +Copyright (c) 2017 Uber Technologies, Inc. +** go.opentelemetry.io/otel; version v1.14.0 -- +** go.opentelemetry.io%2Fcollector/model; version v0.31.0 -- +** go.opentelemetry.io%2Fcontrib%2Finstrumentation%2Fgoogle.golang.org%2Fgrpc/otelgrpc; version v0.40.0 -- +** go.opentelemetry.io%2Fcontrib%2Finstrumentation%2Fnet%2Fhttp%2Fhttptrace/otelhttptrace; version v0.37.0 -- +** go.opentelemetry.io%2Fcontrib%2Fpropagators/jaeger; version v1.15.0 -- +** go.opentelemetry.io%2Fotel/metric; version v0.37.0 -- +** go.opentelemetry.io%2Fotel/sdk; version v1.14.0 -- +** go.opentelemetry.io%2Fotel/trace; version v1.14.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters/jaeger; version v1.0.0 -- +Copyright 2012 Twitter, Inc +Copyright (c) 2006- Facebook +Copyright (c) 2006-2008 Alexander Chemeris +Copyright 2007 by Nathan C. Myers +Copyright (c) 2006 - 2019, The Apache Software Foundation +Copyright (c) 2008- Patrick Collison +Copyright (c) 2007 Thomas Porschberg +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp/otlptrace; version v1.14.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp%2Finternal/retry; version v1.14.0 -- +** go.opentelemetry.io%2Fotel%2Fexporters%2Fotlp%2Fotlptrace/otlptracegrpc; version v1.14.0 -- +** go.opentelemetry.io%2Fproto/otlp; version v0.19.0 -- +Copyright 2019, OpenTelemetry +Copyright 2020, OpenTelemetry +** google.golang.org/genproto; version v0.0.0-20220421151946-72621c1f0bd3 -- +Copyright 2015 Google LLC +Copyright 2016 Google LLC +Copyright 2018 Google LLC +Copyright 2022 Google LLC +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2019 Google LLC. +Copyright 2020 Google LLC. +Copyright 2021 Google LLC. +Copyright (c) 2015, Google Inc. +Copyright 2018 The Grafeas Authors +Copyright 2019 The Grafeas Authors +Copyright 2021 The Grafeas Authors +** google.golang.org/grpc; version v1.45.0 -- +Copyright 2014 gRPC +Copyright 2015 gRPC +Copyright 2016 gRPC +Copyright 2017 gRPC +Copyright 2018 gRPC +Copyright 2019 gRPC +Copyright 2020 gRPC +Copyright 2021 gRPC +Copyright 2022 gRPC +Copyright 2015 The gRPC +Copyright 2016 The gRPC +Copyright 2018 The gRPC +Copyright 2020 The gRPC +Copyright 2015-2016 gRPC +** gopkg.in/ini.v1; version v1.67.0 -- +Copyright 2014 Unknwon +Copyright 2015 Unknwon +Copyright 2016 Unknwon +Copyright 2017 Unknwon +Copyright 2019 Unknwon +** gopkg.in/yaml.v2; version v2.4.0 -- +Copyright (c) 2006 Kirill Simonov +Copyright 2011-2016 Canonical Ltd. +** gopkg.in/yaml.v3; version v3.0.1 -- +Copyright 2011-2016 Canonical Ltd. +Copyright (c) 2011-2019 Canonical Ltd +Copyright (c) 2006-2010 Kirill Simonov +Copyright (c) 2006-2011 Kirill Simonov + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** github.com%2Fbeevik/etree; version v1.1.0 -- +Copyright 2015-2019 Brett Vickers +** github.com%2Fgetsentry/sentry-go; version v0.13.0 -- +Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors +** github.com%2Fgo-redis%2Fredis/v8; version v8.11.5 -- +Copyright (c) 2013 The +Copyright 2013 The Go Authors +Copyright 2014 The Camlistore Authors +Copyright 2001-2010 Georges Menie (www.menie.org) +** github.com%2Fgo-sourcemap/sourcemap; version v2.1.3+incompatible -- +Copyright (c) 2016 The +** github.com%2Fgorilla/websocket; version v1.5.0 -- +Copyright 2013 The Gorilla WebSocket Authors +Copyright 2014 The Gorilla WebSocket Authors +Copyright 2015 The Gorilla WebSocket Authors +Copyright 2016 The Gorilla WebSocket Authors +Copyright 2017 The Gorilla WebSocket Authors +Copyright 2019 The Gorilla WebSocket Authors +Copyright (c) 2013 The Gorilla WebSocket Authors +Copyright (c) 2008-2009 Bjoern Hoehrmann +** github.com%2Fgrafana/saml; version v0.4.13-0.20230331080031-67cbfa09c7b6 -- +Copyright (c) 2015, Ross Kinder +** github.com%2Fpkg/browser; version v0.0.0-20210911075715-681adbf594b8 -- +Copyright (c) 2014, Dave Cheney +** github.com%2Fpkg/errors; version v0.9.1 -- +Copyright (c) 2015, Dave Cheney +** github.com%2Frussross%2Fblackfriday/v2; version v2.1.0 -- +(c) 2004 Foo Corporation +Copyright (c) 2011 Russ Ross +Copyright (c) 2011 Russ Ross +** gopkg.in/warnings.v0; version v0.1.2 -- +Copyright (c) 2016 Peter Suranyi + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** filippo.io/age; version v1.1.1 -- +Copyright 2019 The age +Copyright 2021 Google LLC +Copyright (c) 2019 The age +Copyright 2019 The age Authors +Copyright 2021 The age Authors +Copyright 2022 The age Authors +Copyright 2021 Filippo Valsorda +Copyright (c) 2013-2017 The btcsuite +Copyright (c) 2017 Takatoshi Nakagawa +Copyright (c) 2016-2017 The Lightning Network +** github.com%2Fbits-and-blooms/bitset; version v1.2.0 -- +Copyright 2014 Will Fitzgerald +Copyright (c) 2014 Will Fitzgerald +** github.com%2Fblevesearch/mmap-go; version v1.0.4 -- +Copyright 2011 Evan Shaw +Copyright (c) 2011, Evan Shaw +Copyright (c) 2010, Gustavo Niemeyer +** github.com%2Fblevesearch/snowballstem; version v0.9.0 -- +Copyright (c) 2001, Dr Martin Porter +Copyright (c) 2013, Yoshiki Shibukawa +Copyright (c) 2004,2005, Richard Boulton +Copyright (c) 2006,2007,2009,2010,2011,2014-2019, Olly Betts +** github.com%2Fedsrzf/mmap-go; version v1.0.0 -- +Copyright 2011 Evan Shaw +Copyright (c) 2011, Evan Shaw +Copyright (c) 2010, Gustavo Niemeyer +** github.com%2Felazarl/goproxy; version v0.0.0-20220115173737-adb46da277ac -- +Copyright 2011 The Go Authors +Copyright (c) 2012 Elazar Leibovich +** github.com%2Fgo-git/gcfg; version v1.5.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright (c) 2012 Peter Suranyi +Portions Copyright (c) 2009 The Go Authors +** github.com%2Fgogo/protobuf; version v1.3.2 -- +Copyright 2008 Google Inc. +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2013, The GoGo Authors +Copyright (c) 2015, The GoGo Authors +Copyright (c) 2016, The GoGo Authors +Copyright (c) 2017, The GoGo Authors +Copyright (c) 2018, The GoGo Authors +Copyright (c) 2019, The GoGo Authors +Copyright 2010 The Go Authors. https://github.com/golang/protobuf +** github.com%2fgolang/protobuf; version v1.5.2 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +** github.com%2Fgolang/snappy; version v0.0.4 -- +Copyright 2016 The Go Authors +Copyright 2020 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +** github.com%2Fgoogle/go-cmp; version v0.5.9 -- +Copyright 2017, The Go Authors +Copyright 2018, The Go Authors +Copyright 2019, The Go Authors +Copyright 2020, The Go Authors +Copyright (c) 2017 The Go Authors +** github.com%2Fgoogle/go-querystring; version v1.1.0 -- +Copyright (c) 2013 Google +Copyright 2013 The Go Authors +** github.com%2fgoogle/uuid; version v1.3.0 -- +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright 2021 Google Inc. +Copyright (c) 2009,2014 Google Inc. +** github.com%2Fgoogle%2Fgo-github/v45; version v45.2.0 -- +Copyright 2013 The go-github AUTHORS. +Copyright 2014 The go-github AUTHORS. +Copyright 2015 The go-github AUTHORS. +Copyright 2016 The go-github AUTHORS. +Copyright 2017 The go-github AUTHORS. +Copyright 2018 The go-github AUTHORS. +Copyright 2019 The go-github AUTHORS. +Copyright 2020 The go-github AUTHORS. +Copyright 2021 The go-github AUTHORS. +Copyright 2022 The go-github AUTHORS. +Copyright .Year The go-github AUTHORS. +Copyright (c) 2013 The go-github AUTHORS. +** github.com%2Fgoogleapis%2Fgax-go/v2; version v2.7.0 -- +Copyright 2021 Google LLC +Copyright 2022 Google LLC +Copyright 2016, Google Inc. +Copyright 2018, Google Inc. +Copyright 2019, Google Inc. +Copyright 2021, Google Inc. +Copyright 2022, Google Inc. +** github.com%2Fgorilla/mux; version v1.8.0 -- +Copyright 2009 The Go Authors +Copyright 2011 Gorilla Authors +Copyright 2012 The Gorilla Authors +Copyright (c) 2012-2018 The Gorilla Authors +** github.com%2Fgrafana/go-mssqldb; version v0.9.1 -- +Copyright 2011 The Go Authors +Copyright 2017 The Go Authors +Copyright (c) 2012 The Go Authors +** github.com%2Fgrafana/xorm; version v0.8.3-0.20220614223926-2fcda7565af6 -- +Copyright 2015 The Xorm Authors +Copyright 2016 The Xorm Authors +Copyright 2017 The Xorm Authors +Copyright 2018 The Xorm Authors +Copyright 2019 The Xorm Authors +Copyright 2020 The Xorm Authors +Copyright 2013 - 2016 The XORM Authors +Copyright (c) 2013 - 2015 The Xorm Authors +** github.com%2Fgrpc-ecosystem%2Fgrpc-gateway/v2; version v2.15.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2015, Gengo, Inc. +Copyright 2010, 2019 The Go Authors +** github.com%2Fhashicorp/go-msgpack; version v0.5.5 -- +Copyright (c) 2012, 2013 Ugorji Nwoke +** github.com%2Figm%2Fsockjs-go/v3; version v3.0.2 -- +Copyright (c) 2012-2020, sockjs-go authors +** github.com%2Fimdario/mergo; version v0.3.12 -- +Copyright 2013 Dario Castane +Copyright 2014 Dario Castane +Copyright 2009 The Go Authors +Copyright (c) 2013 Dario Castane +Copyright (c) 2012 The Go Authors +** github.com%2Fjessevdk/go-flags; version v1.5.0 -- +Copyright 2012 Jesse van den Kieboom +Copyright (c) 2012 Jesse van den Kieboom +** github.com%2Fmiekg/dns; version v1.1.50 -- +Copyright 2014 CloudFlare +Copyright 2011 Miek Gieben +Copyright 2009 The Go Authors +Copyright 2013 The Go Authors +copyright (c) 2011 Miek Gieben +Copyright (c) 2009 The Go Authors +** github.com%2Fmna/redisc; version v1.3.2 -- +Copyright (c) 2016, Martin Angers +Copyright 2010-2012 Salvatore Sanfilippo +Copyright 2015 https://github.com/chasex +Copyright (c) 2006-2015, Salvatore Sanfilippo +Copyright 2001-2010 Georges Menie (www.menie.org) +** github.com%2Fpierrec%2Flz4/v4; version v4.1.15 -- +Copyright (c) 2015, Pierre Curto +Copyright 2005-2007 Rodolfo Giometti +** github.com%2Fpmezard/go-difflib; version v1.0.1-0.20181226105442-5d4384ee4fb2 -- +Copyright (c) 2013, Patrick Mezard +** golang.org%2fx/oauth2; version v0.6.0 -- +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2015 The oauth2 Authors +Copyright 2017 The oauth2 Authors +Copyright 2018 The oauth2 Authors +** gonum.org%2Fv1/gonum; version v0.11.0 -- +Copyright (c) 1984 +(c) NaN ScoreInput(x) NaN +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2015 The Go Authors +Copyright 2017 The Go Authors +Copyright (c) 2006 John Maddock +Copyright (c) 2017 Robin Eklind +Copyright (c) 2009 The Go Authors +Copyright (c) 2012 The Go Authors +Portions Copyright (c) 2003 Boost +Copyright (c) 2006 Jeffrey A. Fike +Copyright (c) 2013 The Gonum Authors +Copyright (c) 2014 The Gonum Authors +Copyright (c) 2014 by Ignace Bogaert +Copyright (c) 2015 The Gonum Authors +Copyright (c) 2016 The Gonum Authors +Copyright (c) 2017 The Gonum Authors +Copyright (c) 2018 The Gonum Authors +Copyright (c) 2019 The Gonum Authors +Copyright (c) 2020 The Gonum Authors +Copyright (c) 2021 The Gonum Authors +Copyright (c) 2022 The Gonum Authors +Copyright (c) 2012 The Probab Authors +(c) 1987, (c) 1988 by Stephen L. Moshier +(c) 1987, (c) 1995 by Stephen L. Moshier +Copyright (c) 20 0-9 2 The Gonum Authors +Copyright 1984, 1995 by Stephen L. Moshier +Copyright 1984, 1996 by Stephen L. Moshier +Copyright (c) 1993 by Sun Microsystems, Inc. +Portions Copyright (c) 2016 The Gonum Authors +Portions Copyright (c) 2017 The Gonum Authors +Copyright (c) 2016-2018, The Cytoscape Consortium +Copyright (c) 1984, (c) 1987 by Stephen L. Moshier +Copyright (c) 1984, (c) 1996 by Stephen L. Moshier +Copyright (c) 1985, (c) 1987 by Stephen L. Moshier +Copyright 1984, 1987, 1989 by Stephen L. Moshier Direct +Copyright (c) 2004, Makoto Matsumoto and Takuji Nishimura +Copyright (c) 2013-2014, Alexis Jacomy, http://sigmajs.org +Copyright (c) http://www.w3.org/Consortium/Legal/ipr-notice +Copyright 1984, 1987, 1989, 1992, 2000 by Stephen L. Moshier +Copyright (c) 1984, 1987, 1989, 1992, 2000 Stephen L. Moshier +Copyright (c) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura +Copyright 2015 by The University of Oxford and The Chebfun Developers +Copyright (c) World Wide Web Consortium, (MIT, ERCIM, Keio, Beihang) and others +Copyright (c) 2008 World Wide Web Consortium, (MIT, ERCIM, Keio, Beihang) and others +Copyright (c) 2008 World Wide Web Consortium(r), (MIT, ERCIM, Keio, Beihang) and others +Copyright (c) 2015, The Chancellor, Masters and Scholars of the University of Oxford, and the Chebfun Developers +copyright Takuji Nishimura and Makoto Matsumoto 2002. http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c +copyright Takuji Nishimura and Makoto Matsumoto 2004. http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/C-LANG/mt19937-64.c +Copyright (c) 2015 http://www.w3.org/' W3C (r) ( http://www.csail.mit.edu/' MIT, http://www.ercim.org/' ERCIM, http://www.keio.ac.jp/' Keio, http://ev.buaa.edu.cn/' Beihang ). W3C(r) http://www.w3.org/Consortium/Legal/ipr-notice +** google.golang.org/api; version v0.104.0 -- +** gopkg.in%2Ffsnotify/fsnotify.v1; version v1.4.7 -- +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright (c) 2012 The Go Authors +Copyright (c) 2012 fsnotify Authors +** xorm.io/builder; version v0.3.6 -- +Copyright 2016 The XORM Authors +Copyright 2016 The Xorm Authors +Copyright 2018 The Xorm Authors +Copyright 2019 The Xorm Authors +Copyright (c) 2016 The Xorm Authors +** xorm.io/core; version v0.7.3 -- +Copyright 2019 The Xorm Authors +Copyright (c) 2013 - 2015 Lunny Xiao + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** github.com%2Fdavecgh/go-spew; version v1.1.1 -- +Copyright (c) 2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins +Copyright (c) 2013-2016 Dave Collins +Copyright (c) 2015-2016 Dave Collins +** github.com%2Fvectordotdev/go-datemath; version v0.1.1-0.20220323213446-f3954d0b18ae -- +Copyright (c) 2019, Timber Technologies, Inc. + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** github.com%2Falecthomas/units; version v0.0.0-20211218093645-b94a6e3cc137 -- +Copyright (c) 2014 Alec Thomas +** github.com%2Fandybalholm/brotli; version v1.0.4 -- +Copyright 2010 Google Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2016 Google Inc. +Copyright 2017 Google Inc. +Copyright 2018 Google Inc. +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors +** github.com%2Fapapsch%2Fgo-jsonmerge/v2; version v2.0.0 -- +Copyright (c) 2016-2019 Artur Kraev +** github.com%2Farmon/go-metrics; version v0.4.1 -- +Copyright (c) 2013 Armon Dadgar +** github.com%2Farmon/go-radix; version v1.0.0 -- +Copyright (c) 2014 Armon Dadgar +** github.com%2Fasaskevich/govalidator; version v0.0.0-20230301143203-a9d515a09cc2 -- +Copyright (c) 2014-2020 Alex Saskevich +** github.com%2Faxiomhq/hyperloglog; version v0.0.0-20191112132149-a4c4c47bc57f -- +Copyright (c) 2017 Axiom Inc. +** github.com%2Fazure/azure-pipeline-go; version v0.2.3 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure/azure-sdk-for-go; version v65.0.0+incompatible -- +(c) . GetQueueReference 'q +Copyright (c) Microsoft Corporation +Copyright Directive in France, the Bing Visual Search API +** github.com%2Fazure/azure-storage-blob-go; version v0.15.0 -- +Copyright (c) Microsoft Corporation +CreateUserDelegationKey (c) Prepare +Copyright 2017 Microsoft Corporation +** github.com%2Fazure/go-ntlmssp; version v0.0.0-20220621081337-cb9428e4ac1e -- +Copyright (c) 2016 Microsoft +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azcore; version v1.6.1 -- +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/azidentity; version v1.3.0 -- +Copyright (c) Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk/internal; version v1.3.0 -- +(c) Val Thoermer/Alamy +Copyright (c) Microsoft Corporation +Copyright 2017 Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk%2Fkeyvault/azkeys; version v0.9.0 -- +Copyright (c) Microsoft Corporation +** github.com%2Fazure%2Fazure-sdk-for-go%2Fsdk%2Fkeyvault/internal; version v0.7.0 -- +Copyright (c) Microsoft Corporation +** github.com%2Fazuread/microsoft-authentication-library-for-go; version v1.0.0 -- +Copyright (c) Microsoft Corporation +** github.com%2Fbenbjohnson/clock; version v1.3.0 -- +Copyright (c) 2014 Ben Johnson +** github.com%2Fbeorn7/perks; version v1.0.1 -- +Copyright (c) 2013 Blake Mizerany +** github.com%2Fblevesearch/go-porterstemmer; version v1.0.3 -- +Copyright (c) 2013 Charles Iliya Krempeaux http://changelog.ca +** github.com%2Fburntsushi/toml; version v1.2.1 -- +Copyright 2010 The Go Authors +Copyright (c) 2013 TOML authors +Copyright (c) 2018 TOML authors +** github.com%2Fcaio/go-tdigest; version v3.1.0+incompatible -- +Copyright (c) 2015 Caio Romao Costa Nascimento +** github.com%2Fcenkalti%2Fbackoff/v4; version v4.2.0 -- +Copyright (c) 2014 Cenk Alti +** github.com%2Fcentrifugal/centrifuge; version v0.25.0 -- +Copyright (c) 2020 Centrifugal +** github.com%2Fcentrifugal/protocol; version v0.8.10 -- +Copyright (c) 2021 Centrifugal +** github.com%2Fcespare%2Fxxhash/v2; version v2.2.0 -- +Copyright (c) 2016 Caleb Spare +** github.com%2Fcheekybits/genny; version v1.0.0 -- +Copyright (c) 2014 cheekybits +** github.com%2Fchromedp/cdproto; version v0.0.0-20220208224320-6efb837e6bc2 -- +Copyright (c) 2016-2021 Kenneth Shaw +** github.com%2Fcpuguy83%2Fgo-md2man/v2; version v2.0.2 -- +Copyright (c) 2014 Brian Goff +** github.com%2Fdennwc/varint; version v1.0.0 -- +Copyright (c) 2019 Denys Smirnov +** github.com%2Fdgryski/go-metro; version v0.0.0-20211217172704-adc40b04c140 -- +Copyright (c) 2016 Damian Gryski +** github.com%2Fdgryski/go-rendezvous; version v0.0.0-20200823014737-9f7001d12a5f -- +Copyright (c) 2017-2020 Damian Gryski +** github.com%2Fdlmiddlecote/sqlstats; version v1.0.2 -- +Copyright (c) 2019 Daniel Middlecote +** github.com%2Femicklei/proto; version v1.10.0 -- +Copyright (c) 2017 Ernest Micklei +Copyright (c) 2018 Ernest Micklei +Copyright (c) 2019 Ernest Micklei +Copyright (c) 2022 Ernest Micklei +(c) 2017-2022, ernestmicklei.com (http://ernestmicklei.com) +** github.com%2Ffatih/color; version v1.13.0 -- +Copyright (c) 2013 Fatih Arslan +** github.com%2Ffzambia/eagle; version v0.0.2 -- +Copyright (c) 2018 Alexander Emelin +** github.com%2Fgchaincl/sqlhooks; version v1.3.0 -- +Copyright (c) 2016 Gustavo Chain +** github.com%2fgetkin/kin-openapi; version v0.112.0 -- +Copyright (c) 2015 Peter Bourgon +Copyright (c) 2017-2018 the project +Copyright (c) 2017-2021 Rubrik Inc. +** github.com%2Fgo-asn1-ber/asn1-ber; version v1.5.4 -- +Portions copyright (c) 2015-2016 go-asn1-ber Authors +Copyright (c) 2011-2015 Michael Mitton (mmitton@gmail.com) +** github.com%2Fgo-kit/log; version v0.2.1 -- +Copyright (c) 2021 Go +Copyright 2011 The Go Authors +Copyright 2013 The Go Authors +Copyright (c) 2014 Simon Eskildsen +** github.com%2Fgo-ldap%2Fldap/v3; version v3.4.4 -- +Portions copyright (c) 2015-2016 go-ldap Authors +Copyright (c) 2011-2015 Michael Mitton (mmitton@gmail.com) +** github.com%2Fgo-logfmt/logfmt; version v0.5.1 -- +Copyright (c) 2015 go-logfmt +Copyright 2010 The Go Authors +** github.com%2Fgo-stack/stack; version v1.8.1 -- +Copyright (c) 2014 Chris Hines +** github.com%2Fgobwas/glob; version v0.2.3 -- +Copyright (c) 2016 Sergey Kamardin +** github.com%2Fgofrs/uuid; version v4.4.0+incompatible -- +Copyright (c) 2018 Andrei Tudor Calin +Copyright (c) 2013-2018 by Maxim Bublis +** github.com%2Fgolang-jwt%2Fjwt/v4; version v4.5.0 -- +Copyright (c) 2021 golang-jwt +Copyright (c) 2012 Dave Grijalva +** github.com%2Fgolang-migrate%2Fmigrate/v4; version v4.7.0 -- +Copyright (c) 2018 Dale Hui https://github.com/golang-migrate/migrate +Copyright (c) 2016 Matthias Kadenbach https://github.com/mattes/migrate +** github.com%2Fhashicorp/go-hclog; version v0.16.1 -- +Copyright (c) 2017 HashiCorp +Copyright (c) 2016 Uber Technologies, Inc. +** github.com%2Fhuandu/xstrings; version v1.3.1 -- +Copyright 2015 Huan Du +Copyright (c) 2015 Huan +** github.com%2Finfluxdata/line-protocol; version v0.0.0-20210311194329-9aa0e372d097 -- +Copyright (c) 2013-2018 InfluxData Inc. +** github.com%2Finfluxdata%2Finfluxdb-client-go/v2; version v2.6.0 -- +Copyright 2020-2021 InfluxData, Inc. +Copyright (c) 2020-2021 Influxdata, Inc. +** github.com%2Fjbenet/go-context; version v0.0.0-20150711004518-d14ea06fba99 -- +Copyright (c) 2014 Juan Batiz-Benet +** github.com%2Fjmoiron/sqlx; version v1.3.5 -- +Copyright (c) 2013, Jason Moiron +** github.com%2Fjosharian/intern; version v1.0.0 -- +Copyright (c) 2019 Josh Bleecher Snyder +** github.com%2Fjpillora/backoff; version v1.0.0 -- +Copyright (c) 2017 Jaime Pillora +** github.com%2Fjson-iterator/go; version v1.1.12 -- +Copyright (c) 2016 json-iterator +** github.com%2Fjung-kurt/gofpdf; version v1.16.2 -- +(c) Tavmjung Bah +Copyright (c) Kurt Jung +(c) 2003 by Bitstream, Inc. +Copyright (c) 2013 Kurt Jung +Copyright (c) 2014 Kurt Jung +Copyright (c) 2015 Kurt Jung +Copyright (c) 2016 Kurt Jung +Copyright (c) 2015 Jelmer Snoeck +Copyright (c) 2013-2014 Kurt Jung +Copyright (c) 2013-2015 Kurt Jung +Copyright (c) 2013-2016 Kurt Jung +Copyright (c) 2006 by Tavmjong Bah +Copyright (c) 2019 Arteom Korotkiy +copyrighted 2019 by Arteom Korotkiy +Copyright (c) 2003 by Bitstream, Inc. +Copyright (c) 2017 Kurt Jung and contributors +copyrighted by Kurt Jung and the contributors +** github.com%2Fkevinburke/ssh_config; version v0.0.0-20201106050909-4977a11b4351 -- +Copyright (c) 2017 Kevin Burke +Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton +** github.com%2Flib/pq; version v1.10.6 -- +Copyright (c) 2011-2013, pq Contributors +Portions Copyright (c) 2011 Blake Mizerany +Copyright (c) 2014 - Gustavo Niemeyer +** github.com%2Fmailru/easyjson; version v0.7.7 -- +Copyright (c) 2016 Mail.Ru Group +Copyright (c) 2009 The Go Authors +** github.com%2Fmasterminds/semver; version v1.5.0 -- +Copyright (c) 2014-2019, Matt Butcher and Matt Farina +** github.com%2Fmasterminds%2Fsemver/v3; version v3.1.1 -- +Copyright (c) 2014-2019, Matt Butcher and Matt Farina +** github.com%2Fmasterminds%2Fsprig/v3; version v3.2.2 -- +Copyright (c) 2013-2020 Masterminds +** github.com%2Fmattetti/filebuffer; version v1.0.1 -- +Copyright (c) 2016 Matt Aimonetti +** github.com%2Fmattn/go-colorable; version v0.1.13 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2Fmattn/go-ieproxy; version v0.0.3 -- +Copyright (c) 2014 mattn +Copyright (c) 2017 oliverpool +Copyright (c) 2019 Adele Reed +** github.com%2Fmattn/go-isatty; version v0.0.16 -- +Copyright (c) Yasuhiro MATSUMOTO +** github.com%2Fmattn/go-runewidth; version v0.0.13 -- +Copyright (c) 2016 Yasuhiro Matsumoto +** github.com%2Fmattn/go-sqlite3; version v1.14.16 -- +Copyright 2011 Kazuho Oku +Copyright 2011 The Go Authors +Copyright (c) 2014 Yasuhiro Matsumoto +Copyright 2009-2010 Cybozu Labs, Inc. +Copyright (c) 2018 segment.com +Copyright (c) 2018 G.J.R. Timmer +Copyright (c) 2019 G.J.R. Timmer +Copyright (c) 2018 Yasuhiro Matsumoto +Copyright (c) 2019 Yasuhiro Matsumoto +Copyright (c) 2022 Yasuhiro Matsumoto +** github.com%2Fmitchellh/copystructure; version v1.2.0 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/go-homedir; version v1.1.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/go-testing-interface; version v1.14.0 -- +Copyright (c) 2016 Mitchell Hashimoto +** github.com%2Fmitchellh/go-wordwrap; version v1.0.1 -- +Copyright (c) 2014 Mitchell Hashimoto +** github.com%2Fmitchellh/mapstructure; version v1.5.0 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmitchellh/reflectwalk; version v1.0.2 -- +Copyright (c) 2013 Mitchell Hashimoto +** github.com%2Fmohae/deepcopy; version v0.0.0-20170929034955-c48cc78d4826 -- +Copyright (c) 2014 Joel +Copyright (c) 2014-2016, Joel Scoble (github.com/mohae) +** github.com%2Fmpvl/unique; version v0.0.0-20150818121801-cbe035fff7de -- +Copyright (c) 2015 Marcel van Lohuizen +** github.com%2Folekukonko/tablewriter; version v0.0.5 -- +Copyright 2014 Oleku Konko +Copyright (c) 2014 by Oleku Konko +** github.com%2Fpatrickmn/go-cache; version v2.1.0+incompatible -- +Copyright (c) 2012-2017 Patrick Mylund Nielsen +** github.com%2Frivo/uniseg; version v0.3.4 -- +Copyright (c) 2019 Oliver Kuederle +** github.com%2Frobfig%2Fcron/v3; version v3.0.1 -- +Copyright (c) 2012 Rob Figueiredo +** github.com%2Frs/cors; version v1.8.3 -- +Copyright (c) 2014 Olivier Poitrey +** github.com%2Fsegmentio/asm; version v1.1.4 -- +** github.com%2Fsegmentio/encoding; version v0.3.5 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2016 The Go Authors +Copyright (c) 2019 Segment.io, Inc. +Copyright 2015 go-fuzz project authors +** github.com%2Fshopspring/decimal; version v1.2.0 -- +Copyright 2009 The Go Authors +Copyright (c) 2013 Oguz Bilgic +Copyright (c) 2015 Spring, Inc. +** github.com%2Fshurcool/httpfs; version v0.0.0-20190707220628-8d4bc4ba7749 -- +Copyright (c) 2015 Dmitri Shuralyov +** github.com%2Fshurcool/vfsgen; version v0.0.0-20200824052919-0d455de96546 -- +Copyright (c) 2015 Dmitri Shuralyov +** github.com%2Fsirupsen/logrus; version v1.9.0 -- +Copyright (c) 2014 Simon Eskildsen +Copyright (c) 2012 Miki Tebeka +** github.com%2Fspf13/cast; version v1.5.0 -- +Copyright 2011 The Go Authors +Copyright (c) 2014 Steve Francia +Copyright (c) 2014 Steve Francia +** github.com%2Fstretchr/objx; version v0.5.0 -- +Copyright (c) 2014 Stretchr, Inc. +Copyright (c) 2017-2018 objx contributors +** github.com%2fstretchr/testify; version v1.8.2 -- +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors +** github.com%2Fteris-io/shortid; version v0.0.0-20171029131806-771a37caa5cf -- +Copyright (c) 2015 Dylan Greene +Copyright (c) 2016. Oleg Sklyar and teris.io +Copyright (c) 2016-2017. Oleg Sklyar & teris.io +Copyright (c) 1997 Paul Houle (houle@msc.cornell.edu) +** github.com%2Furfave/cli; version v1.22.12 -- +(c) 1999 Serious Enterprise +Copyright (c) 2023 Jeremy Saenz & Contributors +** github.com%2Furfave%2Fcli/v2; version v2.25.0 -- +Copyright (c) 1999 Serious +(c) 1999 Serious Enterprise +Copyright (c) 2022 urfave/cli +Copyright (c) 2009 The Go Authors +** github.com%2Fvalyala/bytebufferpool; version v1.0.0 -- +Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia +** github.com%2Fvividcortex/mysqlerr; version v0.0.0-20170204212430-6c6b55f8796f -- +Copyright (c) 2017 VividCortex +** github.com%2Fxlab/treeprint; version v1.1.0 -- +Copyright (c) 2016 Maxim Kupriianov +** github.com%2Fxrash/smetrics; version v0.0.0-20201216005158-039620a65673 -- +Copyright (c) 2016 Felipe da Cunha Goncalves +** github.com%2Fyalue/merged_fs; version v1.2.2 -- +** github.com%2Fyudai/gojsondiff; version v1.0.0 -- +Copyright (c) 2013 Jeremy Saenz +Copyright (c) 2015 Iwasaki Yudai +Copyright (c) 2013-2014 Onsi Fakhouri +Copyright (c) 2012 Sergi Mansilla +** github.com%2Fyudai/golcs; version v0.0.0-20170316035057-ecda9a501e82 -- +Copyright (c) 2015 Iwasaki Yudai +** go.uber.org/atomic; version v1.10.0 -- +Copyright (c) 2016 Uber Technologies, Inc. +Copyright (c) 2020 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2022 Uber Technologies, Inc. +Copyright (c) 2016-2020 Uber Technologies, Inc. +Copyright (c) 2020-2022 Uber Technologies, Inc. +Copyright (c) 2021-2022 Uber Technologies, Inc. +Copyright (c) 2020- .ToYear Uber Technologies, Inc. +** go.uber.org/goleak; version v1.2.1 -- +Copyright (c) 2017 Uber Technologies, Inc. +Copyright (c) 2018 Uber Technologies, Inc. +Copyright (c) 2021 Uber Technologies, Inc. +Copyright (c) 2017-2023 Uber Technologies, Inc. +** gopkg.in/mail.v2; version v2.3.1 -- + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** github.com%2Fgo-sql-driver/mysql; version v1.6.0 -- +Copyright 2012 The Go-MySQL-Driver Authors +Copyright 2013 The Go-MySQL-Driver Authors +Copyright 2014 The Go-MySQL-Driver Authors +Copyright 2016 The Go-MySQL-Driver Authors +Copyright 2017 The Go-MySQL-Driver Authors +Copyright 2018 The Go-MySQL-Driver Authors +Copyright 2019 The Go-MySQL-Driver Authors +Copyright 2020 The Go-MySQL-Driver Authors +** github.com%2Fhashicorp/errwrap; version v1.1.0 -- +** github.com%2Fhashicorp/go-immutable-radix; version v1.3.1 -- +** github.com%2Fhashicorp/go-multierror; version v1.1.1 -- +** github.com%2Fhashicorp/go-plugin; version v1.4.3 -- +** github.com%2Fhashicorp/go-sockaddr; version v1.0.2 -- +** github.com%2Fhashicorp/go-version; version v1.3.0 -- +** github.com%2Fhashicorp/golang-lru; version v0.5.4 -- +** github.com%2Fhashicorp/memberlist; version v0.5.0 -- +Copyright 2017 Google Inc. +** github.com%2Fhashicorp/yamux; version v0.0.0-20210826001029-26ff87cf9493 -- +** github.com%2Fhashicorp%2Fgolang-lru/v2; version v2.0.2 -- + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** github.com%2Fgrafana/alerting; version v0.0.0-20230502194537-ce9fba922d97 -- +(c) 2022 Grafana Labs +Copyright (c) 2007 Free Software Foundation, Inc. + +AGPL-3.0 AND AGPL-3.0-only + +------ + +** github.com%2Fapache%2Farrow%2Fgo/arrow; version v0.0.0-20211112161151-bc219186db40 -- +Copyright 2014 gRPC +copyright (c) Google inc +Copyright 2008 Google Inc. +Copyright 2009 Google Inc. +Copyright 2014 Google Inc. +Copyright 2011, Google Inc. +Copyright (c) Austin Appleby +Copyright 2016 Cloudera Inc. +Copyright 2019 RStudio, Inc. +Copyright (c) 2016 Giles Hall +Copyright 2012 Cloudera, Inc. +Copyright 2017 The Go Authors +Copyright 2020 The Go Authors +Copyright (c) 2006, Google Inc. +Copyright (c) 2008, Google Inc. +Copyright (c) 2017 Florian Dang +Copyright (c) 2019, Jeroen Ooms +Copyright 2013 Sharvil Nanavati +Copyright (c) 2017 Paul Thompson +Copyright (c) 2019 Omer Ozarslan +Copyright (c) 2009 The Go Authors +Copyright 2006 Nemanja Trifunovic +Copyright (c) 2009 The RE2 Authors +Copyright (c) 2018 Tomasz Kaminski +Copyright (c) Copyright 2017 Asylo +Copyright (c) 2005-2020 Rich Felker +Copyright 2013 Steinar H. Gunderson +Copyright (c) 2011-2016, Yann Collet +Copyright (c) 2012-2014, Yann Collet +Copyright (c) 2015-2018, conda-forge +Copyright (c) 2016 Adrian Colomitchi +Copyright 2015 Microsoft Corporation +Copyright 2015 The TensorFlow Authors +Copyright (c) 2009-2017 Facebook, Inc. +Copyright (c) 2011-12, Dynamic NDArray +Copyright (c) 2013 The Chromium Authors +Copyright (c) 2004-2017 Rene Nyffenegger +holder is Tim Hudson (tjh@cryptsoft.com) +Copyright (c) 2005-2017, NumPy Developers +Copyright (c) 2007 - 2018, Daniel Stenberg +Copyright (c) 2007-2012 Mozilla Foundation +Copyright (c) 2016-present, Facebook, Inc. +Copyright (c) 1998-2019 The OpenSSL Project +Copyright 2006-2011, the V8 project authors +Copyright (c) 2006-2010, Salvatore Sanfilippo +Copyright (c) 2015, 2016, 2017 Howard Hinnant +Copyright 2016 The Apache Software Foundation +Copyright (c) 2017, Jeroen Ooms and Jim Hester +Copyright (c) 2009-present, Homebrew contributors +Copyright (c) 2013 - 2019, Aleksei and Jeroen Ooms +Copyright 2013-2019 The Apache Software Foundation +Copyright (c) 2008-2011 AQR Capital Management, LLC +Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com) +Copyright (c) 2007, Weijia Song +Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler +Copyright (c) 2006 - 2019, The Apache Software Foundation +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors +Copyright (c) 2002-2017 Jason Evans +Copyright 1998 by the Massachusetts Institute of Technology +Copyright (c) 2007, Sebastian Pipping +Copyright (c) 2008-2009 Bjoern Hoehrmann +(c) Copyright 2014-2015 Hewlett-Packard Development Company, L.P +Copyright (c) 2003-2008, Jouni Malinen and contributors +Copyright (c) 2003-2018 University of Illinois at Urbana-Champaign +Copyright 2013 Daniel Lemire Home page http://lemire.me/en Project +Copyright (c) 2016 Ray Project (https://github.com/ray-project/ray) +Copyright 2016 manylinux Homepage https://github.com/pypa/manylinux +Copyright (c) 2011-2012, Lambda Foundry, Inc. and PyData Development Team +Copyright (c) 2009 - 2013 by the mingw-w64 project Homepage https://mingw-w64.org +Copyright 2000-2019 Kitware, Inc. and Contributors Homepage https://gitlab.kitware.com/cmake/cmake + +Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC-BY-3.0 AND CC0-1.0 AND HPND AND MIT AND NCSA AND OpenSSL AND Zlib + +------ + +** github.com%2Fklauspost/compress; version v1.15.13 -- +(c) 2007 Credit +Klaus Post (c) 2015 +(c) Credit Agricole 2011 +Copyright 2018 Klaus Post +Copyright 2020+ Klaus Post +Copyright 2016 The filepathx +Copyright (c) 2015 Klaus Post +Copyright (c) 2019 Klaus Post +Copyright (c) 2021 Klaus Post +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2014 The Go Authors +Copyright 2016 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2016 Caleb Spare +Copyright (c) 2019+ Klaus Post +Copyright (c) 2022+ Klaus Post +Copyright (c) 2013, Yann Collet +Copyright (c) 2012 The Go Authors +Copyright 2011 The Snappy-Go Authors +Copyright 2016 The Snappy-Go Authors +Copyright (c) 2011 The Snappy-Go Authors +Copyright 2016-2017 The New York Times Company + +Apache-2.0 AND BSD-3-Clause AND MIT + +------ + +** github.com%2fweaveworks/common; version v0.0.0-20230208133027-16871410fca4 -- +Copyright 2018 Weaveworks +Copyright 2016 Weaveworks Ltd. +Copyright 2014-2016 Weaveworks Ltd. +Copyright 2017 The Prometheus Authors +Copyright (c) 2009-2015 Robert Lehmann +Copyright 2014-2016 The Docker & Go Authors +Copyright (c) 2014-2016 The Docker & Go Authors +Copyright (c) 2007 Free Software Foundation, Inc. + +Apache-2.0 AND LGPL-2.0-or-later AND LGPL-3.0-only + +------ + +** github.com%2Fsergi/go-diff; version v1.2.0 -- +Copyright (c) 2012-2016 The go-diff Authors +Copyright (c) 2012-2016 The go-diff authors +Copyright (c) 2006 Google Inc. http://code.google.com/p/google-diff-match-patch +Copyright (c) 2006 Google Inc. + +Apache-2.0 AND MIT + +------ + +** github.com%2Femirpasic/gods; version v1.12.0 -- +Copyright (c) 2015, Emir Pasic +Copyright (c) 2017, Benjamin Scher Purcell +Copyright (c) 2017 Benjamin Scher Purcell + +BSD-2-Clause AND ISC + +------ + +** github.com%2Finvopop/yaml; version v0.1.0 -- +Copyright (c) 2014 Sam Ghods +Copyright 2013 The Go Authors +Copyright (c) 2012 The Go Authors + +BSD-3-Clause AND MIT + +------ + +** github.com%2Fprotonmail/go-crypto; version v0.0.0-20210428141323-04723f9f07d7 -- +Copyright 2011 ThePiachu +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 ProtonTech AG. +Copyright 2014 Matthew Endsley +Copyright (c) 2018 ProtonTech AG +Copyright (c) 2019 ProtonTech AG +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/crypto; version v0.7.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright (c) 2017 The Go Authors +Copyright (c) 2019 The Go Authors +Copyright (c) 2020 The Go Authors +Copyright (c) 2021 The Go Authors +** golang.org%2Fx/exp; version v0.0.0-20221211140036-ad323defaf05 -- +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2fx/net; version v0.8.0 -- +(c) cc.fr +Copyright (c) 2009 Apple Inc. +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +(c) if err p.JoinGroup en0, &net.UDPAddr IP group +** golang.org%2fx/sync; version v0.1.0 -- +Copyright 2013 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/sys; version v0.6.0 -- +Copyright 2009 The Go Authors +Copyright 2010 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright 2022 The Go Authors +Copyright 2023 The Go Authors +Copyright (c) 2009 The Go Authors +Copyright 2009,2010 The Go Authors +** golang.org%2Fx/text; version v0.8.0 -- +(c) Bv +(c) (c) A +(c) (c) AAEE +(c) AeHa (c) +(c) EAiE (c) +(c) EeAoq (c) +(c) EmeEBu (c) +(c) lEEe (c) AE +(c) aA"AE (c) 1AE +(c) oav!A (c) AY I +(c) uSSg1/2a+-N (c) OY +Copyright 2009 The Go Authors +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2013 The Go Authors +Copyright 2014 The Go Authors +Copyright 2015 The Go Authors +Copyright 2016 The Go Authors +Copyright 2017 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2021 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/time; version v0.2.0 -- +Copyright 2015 The Go Authors +Copyright 2022 The Go Authors +Copyright (c) 2009 The Go Authors +** golang.org%2Fx/xerrors; version v0.0.0-20220907171357-04be3eba64a2 -- +Copyright 2011 The Go Authors +Copyright 2012 The Go Authors +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright (c) 2019 The Go Authors +** google.golang.org/protobuf; version v1.28.1 -- +Copyright 2008 Google Inc. +Copyright d d d d Google Inc +Copyright 2018 The Go Authors +Copyright 2019 The Go Authors +Copyright 2020 The Go Authors +Copyright 2021 The Go Authors +Copyright d d d d The Go Authors +Copyright (c) 2018 The Go Authors + +BSD-3-Clause AND OTHER + +------ + +** github.com%2Fgrafana/kindsys; version v0.0.0-20230309200316-812b9884a375 -- +Copyright (c) 2007 Free Software Foundation, Inc. + +GPL-3.0 AND GPL-3.0-only \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-notification-0.9.16.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-notification-0.9.16.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-notification-0.9.16.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-repository-0.5.16.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-repository-0.5.16.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-repository-0.5.16.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-routineservice-0.11.9.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-routineservice-0.11.9.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-routineservice-0.11.9.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx-notice.txt new file mode 100644 index 00000000..d4cb1404 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx-notice.txt @@ -0,0 +1,11002 @@ +** @sigstore/protobuf-specs; version 0.1.0 -- https://github.com/sigstore/protobuf-specs#readme +Copyright 2023 The Sigstore Authors +** @sigstore/tuf; version 1.0.2 -- https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme +Copyright 2023 The Sigstore Authors +** sigstore; version 1.7.0 -- https://github.com/sigstore/sigstore-js/tree/main/packages/client#readme +Copyright 2022 The Sigstore Authors +Copyright 2023 The Sigstore Authors + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2023 The Sigstore Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** exponential-backoff; version 3.1.1 -- https://github.com/coveo/exponential-backoff#readme +** spdx-correct; version 3.2.0 -- https://github.com/jslicense/spdx-correct.js#readme +** validate-npm-package-license; version 3.0.4 -- https://github.com/kemitchell/validate-npm-package-license.js#readme + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +------ + +** prom-client; version 14.2.0 -- https://github.com/siimon/prom-client +Copyright 2015 Simon Nyberg + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2015 Simon Nyberg + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** npm; version 9.8.1 -- https://docs.npmjs.com/ +Copyright (c) 2014 +Copyright npm, Inc. +Copyright GitHub Inc. +Copyright (c) npm Inc. +Copyright (c) npm, Inc. +Copyright (c) silverwind +Copyright (c) 2013 Raynos +Copyright (c) GitHub Inc. +Copyright (c) GitHub, Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2017 Kat Marchan +Copyright (c) Marak Squires +Copyright (c) 2013 Tim Oxley +Copyright (c) 2015, npm, Inc +Copyright 2021 (c) npm, Inc. +Copyright Isaac Z. Schlueter +Copyright (c) 2016 Zeit, Inc. +Copyright (c) Robert Kowalski +copyright 2015 Toru Nagashima +Copyright (c) 2009 Google Inc. +Copyright (c) 2011 Google Inc. +Copyright (c) 2012 Google Inc. +Copyright (c) 2012 Tim Caswell +Copyright (c) 2013 Google Inc. +Copyright (c) 2014 Google Inc. +Copyright (c) 2016 David Frank +Copyright (c) 2016 angus croll +Copyright (c) 2017 Joseph Wynn +Copyright (c) 2011 Dominic Tarr +Copyright (c) 2012 by Jun Woong +Copyright (c) 2014 Dave Justice +Copyright (c) 2014 IndigoUnited +Copyright (c) 2015 Elijah Insua +Copyright (c) 2020 Vercel, Inc. +Copyright (c) 2015 Dmitry Ivanov +Copyright (c) 2015, Contributors +Copyright (c) 2016, Contributors +Copyright (c) 2022 Sindre Sorhus +Copyright (c) Isaac Z. Schlueter +Copyright (c) Meryn Stol 'Author +Copyright (c) 2009 Kazuhiko Arase +Copyright (c) 2014 Jameson Little +Copyright (c) 2015 Toru Nagashima +Copyright (c) 2017 Toru Nagashima +Copyright (c) 2020 Nathan Rajlich +Copyright (c) Feross Aboukhadijeh +Copyright 2017 - Refael Ackermann +Copyright 2017-2022 (c) npm, Inc. +Copyright (c) 2012 Federico Romero +Copyright (c) 2013 Josh Glazebrook +Copyright (c) 2014 Federico Romero +Copyright (c) 2015, Rebecca Turner +Copyright (c) 2018-2021 Josh Junon +Copyright (c) 2013 Thiago de Arruda +Copyright (c) 2015 Kyle E. Mitchell +Copyright (c) 2020 Kasper Unn Weihe +Copyright (c) Microsoft Corporation +Copyright 2008 Fair Oaks Labs, Inc. +Copyright 2013 The Chromium Authors +Copyright 2016-2018 Kornel Lesinski +Copyright 2022 The Sigstore Authors +Copyright 2023 The Sigstore Authors +Copyright (c) 2010-2012 Mikeal Rogers +Copyright (c) 2011-2017 JP Richardson +Copyright (c) 2012 Isaac Z. Schlueter +Copyright (c) 2018 Made With MOXY Lda +Copyright (c) 2011 Alexander Shtuchkin +Copyright (c) 2012-2014 Andris Reinman +Copyright (c) 2012 The Chromium Authors +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2013-2017 Josh Glazebrook +Copyright (c) 2020 Node.js contributors +Copyright (c) npm, Inc. and Contributors +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2016-2017 Thomas Watson Steen +Copyright (c) 2016-2023 Thomas Watson Steen +Copyright (c) 2000-2006, The Perl Foundation +Copyright (c) DABH (https://github.com/DABH) +Copyright (c) 2015 Douglas Christopher Wilson +Copyright Isaac Z. Schlueter and Contributors +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) node-modules and other contributors +Copyright (c) 2014-2015 Douglas Christopher Wilson +Copyright (c) 2014-2018 Douglas Christopher Wilson +Copyright (c) 2022 GitHub and the TUF Contributors +Copyright (c) Mathias Pettersson and Brian Hammond +Copyright Joyent, Inc. and other Node contributors +Copyright (c) 2011-2015 Paul Vorbach +Copyright (c) 2014, Rebecca Turner +Copyright (c) 2015, Rebecca Turner +Copyright (c) 2017, Rebecca Turner +Copyright Mathias Bynens +Copyright (c) 2012 - 2015 fengmk2 +Copyright (c) 2016 Ben Noordhuis +Copyright (c) 2013 Roman Shtylman +Copyright (c) 2015 TJ Holowaychuk +Copyright (c) 2018 Nikita Skovoroda +Copyright (c) Feross Aboukhadijeh, and other contributors +Copyright (c) 2009-2015, Kevin Decker +Copyright (c) 2012 Nathan Rajlich +Copyright (c) 2013 Julian Gruber +Copyright (c) 2014 Nathan Rajlich +Copyright (c) 2015 Julian Gruber +Copyright (c) Kevin Martensson +Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors +Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors +Copyright (c) 2011-2016 Heather Arthur +Copyright (c) Robert Kowalski and Isaac Z. Schlueter 'Authors +Copyright (c) Tjarda Koster, https://jelloween.deviantart.com +Copyright (c) 2014 James Talmage +Copyright (c) Ben Briggs (http://beneb.info) +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors +Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors +Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors +Copyright (c) Isaac Z. Schlueter, Kat Marchan, npm, Inc., and Contributors +Copyright (c) Shannon Moeller (shannonmoeller.com) +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) 2011 Tim Koschutzki (tim@debuggable.com) Felix Geisendorfer (felix@debuggable.com) +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +The npm application +Copyright (c) npm, Inc. and Contributors +Licensed on the terms of The Artistic License 2.0 + +Node package dependencies of the npm application +Copyright (c) their respective copyright owners +Licensed on their respective license terms + +The npm public registry at https://registry.npmjs.org +and the npm website at https://www.npmjs.com +Operated by npm, Inc. +Use governed by terms published on https://www.npmjs.com + +"Node.js" +Trademark Joyent, Inc., https://joyent.com +Neither npm nor npm, Inc. are affiliated with Joyent, Inc. + +The Node.js application +Project of Node Foundation, https://nodejs.org + +The npm Logo +Copyright (c) Mathias Pettersson and Brian Hammond + +"Gubblebum Blocky" typeface +Copyright (c) Tjarda Koster, https://jelloween.deviantart.com +Used with permission + + +-------- + + +The Artistic License 2.0 + +Copyright (c) 2000-2006, The Perl Foundation. + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +Preamble + +This license establishes the terms under which a given free software +Package may be copied, modified, distributed, and/or redistributed. +The intent is that the Copyright Holder maintains some artistic +control over the development of that Package while still keeping the +Package available as open source and free software. + +You are always permitted to make arrangements wholly outside of this +license directly with the Copyright Holder of a given Package. If the +terms of this license do not permit the full use that you propose to +make of the Package, you should contact the Copyright Holder and seek +a different licensing arrangement. + +Definitions + + "Copyright Holder" means the individual(s) or organization(s) + named in the copyright notice for the entire Package. + + "Contributor" means any party that has contributed code or other + material to the Package, in accordance with the Copyright Holder's + procedures. + + "You" and "your" means any person who would like to copy, + distribute, or modify the Package. + + "Package" means the collection of files distributed by the + Copyright Holder, and derivatives of that collection and/or of + those files. A given Package may consist of either the Standard + Version, or a Modified Version. + + "Distribute" means providing a copy of the Package or making it + accessible to anyone else, or in the case of a company or + organization, to others outside of your company or organization. + + "Distributor Fee" means any fee that you charge for Distributing + this Package or providing support for this Package to another + party. It does not mean licensing fees. + + "Standard Version" refers to the Package if it has not been + modified, or has been modified only in ways explicitly requested + by the Copyright Holder. + + "Modified Version" means the Package, if it has been changed, and + such changes were not explicitly requested by the Copyright + Holder. + + "Original License" means this Artistic License as Distributed with + the Standard Version of the Package, in its current version or as + it may be modified by The Perl Foundation in the future. + + "Source" form means the source code, documentation source, and + configuration files for the Package. + + "Compiled" form means the compiled bytecode, object code, binary, + or any other form resulting from mechanical transformation or + translation of the Source form. + + +Permission for Use and Modification Without Distribution + +(1) You are permitted to use the Standard Version and create and use +Modified Versions for any purpose without restriction, provided that +you do not Distribute the Modified Version. + + +Permissions for Redistribution of the Standard Version + +(2) You may Distribute verbatim copies of the Source form of the +Standard Version of this Package in any medium without restriction, +either gratis or for a Distributor Fee, provided that you duplicate +all of the original copyright notices and associated disclaimers. At +your discretion, such verbatim copies may or may not include a +Compiled form of the Package. + +(3) You may apply any bug fixes, portability changes, and other +modifications made available from the Copyright Holder. The resulting +Package will still be considered the Standard Version, and as such +will be subject to the Original License. + + +Distribution of Modified Versions of the Package as Source + +(4) You may Distribute your Modified Version as Source (either gratis +or for a Distributor Fee, and with or without a Compiled form of the +Modified Version) provided that you clearly document how it differs +from the Standard Version, including, but not limited to, documenting +any non-standard features, executables, or modules, and provided that +you do at least ONE of the following: + + (a) make the Modified Version available to the Copyright Holder + of the Standard Version, under the Original License, so that the + Copyright Holder may include your modifications in the Standard + Version. + + (b) ensure that installation of your Modified Version does not + prevent the user installing or running the Standard Version. In + addition, the Modified Version must bear a name that is different + from the name of the Standard Version. + + (c) allow anyone who receives a copy of the Modified Version to + make the Source form of the Modified Version available to others + under + + (i) the Original License or + + (ii) a license that permits the licensee to freely copy, + modify and redistribute the Modified Version using the same + licensing terms that apply to the copy that the licensee + received, and requires that the Source form of the Modified + Version, and of any works derived from it, be made freely + available in that license fees are prohibited but Distributor + Fees are allowed. + + +Distribution of Compiled Forms of the Standard Version +or Modified Versions without the Source + +(5) You may Distribute Compiled forms of the Standard Version without +the Source, provided that you include complete instructions on how to +get the Source of the Standard Version. Such instructions must be +valid at the time of your distribution. If these instructions, at any +time while you are carrying out such distribution, become invalid, you +must provide new instructions on demand or cease further distribution. +If you provide valid instructions or cease distribution within thirty +days after you become aware that the instructions are invalid, then +you do not forfeit any of your rights under this license. + +(6) You may Distribute a Modified Version in Compiled form without +the Source, provided that you comply with Section 4 with respect to +the Source of the Modified Version. + + +Aggregating or Linking the Package + +(7) You may aggregate the Package (either the Standard Version or +Modified Version) with other packages and Distribute the resulting +aggregation provided that you do not charge a licensing fee for the +Package. Distributor Fees are permitted, and licensing fees for other +components in the aggregation are permitted. The terms of this license +apply to the use and Distribution of the Standard or Modified Versions +as included in the aggregation. + +(8) You are permitted to link Modified and Standard Versions with +other works, to embed the Package in a larger work of your own, or to +build stand-alone binary or bytecode versions of applications that +include the Package, and Distribute the result without restriction, +provided the result does not expose a direct interface to the Package. + + +Items That are Not Considered Part of a Modified Version + +(9) Works (including, but not limited to, modules and scripts) that +merely extend or make use of the Package, do not, by themselves, cause +the Package to be a Modified Version. In addition, such works are not +considered parts of the Package itself, and are not subject to the +terms of this license. + + +General Provisions + +(10) Any use, modification, and distribution of the Standard or +Modified Versions is governed by this Artistic License. By using, +modifying or distributing the Package, you accept this license. Do not +use, modify, or distribute the Package, if you do not accept this +license. + +(11) If your Modified Version has been derived from a Modified +Version made by someone other than you, you are nevertheless required +to ensure that your Modified Version complies with the requirements of +this license. + +(12) This license does not grant you the right to use any trademark, +service mark, tradename, or logo of the Copyright Holder. + +(13) This license includes the non-exclusive, worldwide, +free-of-charge patent license to make, have made, use, offer to sell, +sell, import and otherwise transfer the Package with respect to any +patent claims licensable by the Copyright Holder that are necessarily +infringed by the Package. If you institute patent litigation +(including a cross-claim or counterclaim) against any party alleging +that the Package constitutes direct or contributory patent +infringement, then this Artistic License to you shall terminate on the +date that such litigation is filed. + +(14) Disclaimer of Warranty: +THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS +IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL +LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------- + + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +ISC License + +Copyright GitHub Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2023 The Sigstore Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2023 The Sigstore Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +MIT License + +Copyright (c) 2020 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +MIT License + +Copyright (c) 2022 GitHub and the TUF Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +MIT License + +Copyright (c) 2022 GitHub and the TUF Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2017 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2014 Jameson Little + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh, and other contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) 2015 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016-2023 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Shannon Moeller (shannonmoeller.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2014 James Talmage + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright © 2011-2015 Paul Vorbach + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2011-2016 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2013 Tim Oxley + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2018 Made With MOXY Lda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2022 Sindre Sorhus +Copyright (c) 2015 Elijah Insua + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) 2015 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014-2018 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Software License Agreement (BSD License) + +Copyright (c) 2009-2015, Kevin Decker + +All rights reserved. + +Redistribution and use of this software in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of Kevin Decker nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2012-2014 Andris Reinman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2015 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +MIT + +Copyright Joyent, Inc. and other Node contributors. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +MIT License + +Copyright (c) 2020 Kasper Unn Weihe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +The ISC License + +Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + +The ISC License + +Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2013 Thiago de Arruda + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +Copyright 2016-2018 Kornel Lesiński + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Copyright (c) 2011 Alexander Shtuchkin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +Copyright 2008 Fair Oaks Labs, Inc. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The MIT License (MIT) + +Copyright (c) 2014 Dave Justice + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016-2017 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License + +Copyright (c) 2012 Tim Caswell + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright 2017-2022 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) Robert Kowalski and Isaac Z. Schlueter ("Authors") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) Robert Kowalski +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter, Kat Marchán, npm, Inc., and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** + + +The ISC License + +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) Ben Briggs (http://beneb.info) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) GitHub, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2013 Roman Shtylman + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2017, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Copyright (c) 2014 IndigoUnited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================== +This product also include the following software: +============================================================== + + QRCode for JavaScript + + Copyright (c) 2009 Kazuhiko Arase + + URL: http://www.d-project.com/ + + Licensed under the MIT license: + http://www.opensource.org/licenses/mit-license.php + + The word "QR Code" is registered trademark of + DENSO WAVE INCORPORATED + http://www.denso-wave.com/qrcode/faqpatent-e.html + +Located in ./vendor/QRCode +- project has been modified to work in Node and some refactoring was done for code cleanup + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2016, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Kevin Mårtensson (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2023 The Sigstore Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +ISC License + +Copyright 2021 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) 2017 Joseph Wynn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +MIT License + +Copyright (c) 2022 GitHub and the TUF Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +Copyright (c) 2015, npm, Inc + + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** http-cache-semantics; version 4.1.1 -- https://github.com/kornelski/http-cache-semantics#readme +Copyright 2016-2018 Kornel Lesinski + +Copyright 2016-2018 Kornel Lesiński + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** npm-install-checks; version 6.1.1 -- https://github.com/npm/npm-install-checks#readme +Copyright (c) Robert Kowalski and Isaac Z. Schlueter 'Authors + +Copyright (c) Robert Kowalski and Isaac Z. Schlueter ("Authors") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** cidr-regex; version 3.1.1 -- https://github.com/silverwind/cidr-regex#readme +Copyright (c) silverwind +(c) silverwind (https://github.com/silverwind) +** is-cidr; version 4.0.2 -- https://github.com/silverwind/is-cidr#readme +Copyright (c) silverwind +(c) silverwind (https://github.com/silverwind) + +Copyright (c) silverwind +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** yarn; version 1.22.19 -- +(c) Sindre Sorhus +Copyright (c) 2005 Tom Wu +Copyright 2016, Joyent Inc +Copyright (c) Marak Squires +Copyright 2012 Joyent, Inc. +Copyright 2015 Joyent, Inc. +Copyright 2016 Joyent, Inc. +Copyright 2017 Joyent, Inc. +Copyright (c) 2015 Jed Watson +Copyright (c) 2005-2009 Tom Wu +Copyright (c) 2012, Mark Cavage +Copyright (c) 2013, Yahoo! Inc. +Copyright (c) 2014 Jonathan Ong +Copyright 2015 Kyle E. Mitchell +Copyright (c) 2014 Jon Schlinkert +Copyright (c) 2015 Jon Schlinkert +Copyright 2010-2012 Mikeal Rogers +Copyright (c) 2015, Jon Schlinkert +copyright (c) 2018 Denis Pushkarev +Copyright (c) Microsoft Corporation +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2014-2015, Jon Schlinkert +Copyright (c) 2014-2017, Jon Schlinkert +Copyright (c) 2014-2018, Jon Schlinkert +Copyright (c) 2015-2016, Jon Schlinkert +Copyright (c) 2015-2017, Jon Schlinkert +Copyright (c) 2015-2018, Jon Schlinkert +Copyright (c) 2015, Salesforce.com, Inc. +Copyright (c) 2013-present, Facebook, Inc. +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2016-present, Yarn Contributors +Copyright 2010 LearnBoost +Copyright 2011 Mark Cavage +Copyright (c) 2013 Ted Unangst +Copyright Joyent, Inc. and other Node contributors +Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com) +Copyright 1997 Niels Provos +Copyright (c) 2011-2017 KARASZI Istvan +Copyright 2012-2016 The Dojo Foundation +Copyright JS Foundation and other contributors, https://js.foundation +Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright JS Foundation and other contributors +Copyright jQuery Foundation and other contributors +Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors +Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** npm-user-validate; version 2.0.0 -- https://github.com/npm/npm-user-validate#readme +Copyright (c) Robert Kowalski + +Copyright (c) Robert Kowalski +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** normalize-package-data; version 5.0.0 -- https://github.com/npm/normalize-package-data#readme +Copyright (c) 2013 Meryn Stol +Copyright (c) Meryn Stol 'Author + +This package contains code originally written by Isaac Z. Schlueter. +Used with permission. + +Copyright (c) Meryn Stol ("Author") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** ieee754; version 1.2.1 -- https://github.com/feross/ieee754#readme +Copyright 2008 Fair Oaks Labs, Inc. +Copyright (c) 2008, Fair Oaks Labs, Inc. + +Copyright 2008 Fair Oaks Labs, Inc. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** diff; version 5.1.0 -- https://github.com/kpdecker/jsdiff#readme +Copyright (c) 2009-2015, Kevin Decker + +Software License Agreement (BSD License) + +Copyright (c) 2009-2015, Kevin Decker + +All rights reserved. + +Redistribution and use of this software in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of Kevin Decker nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** spdx-exceptions; version 2.3.0 -- https://github.com/kemitchell/spdx-exceptions.json#readme +Copyright (c) 2010-2015 Linux Foundation and its Contributors + +Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + + c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + + d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + + e. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + + f. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + + g. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + + h. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + + i. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + + d. to Distribute and Publicly Perform Adaptations. + + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + + iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + + The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + + 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. + + b. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv), consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + + c. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + + 5. Representations, Warranties and Disclaimer + + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. Termination + + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + + 8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. + + e. This License may not be modified without the mutual written agreement of the Licensor and You. + + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. + +Creative Commons Notice + +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. + +Creative Commons may be contacted at http://creativecommons.org/. + +------ + +** spdx-license-ids; version 3.0.13 -- https://github.com/jslicense/spdx-license-ids#readme + +Creative Commons Legal Code + +CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + + 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + + 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + + 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + + 4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + +------ + +** glob; version 10.2.7 -- https://github.com/isaacs/node-glob#readme +Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** are-we-there-yet; version 3.0.1 -- https://github.com/npm/are-we-there-yet +Copyright npm, Inc. +** are-we-there-yet; version 4.0.0 -- https://github.com/npm/are-we-there-yet +Copyright npm, Inc. +** init-package-json; version 5.0.0 -- https://github.com/npm/init-package-json#readme +Copyright npm, Inc. + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** minipass; version 5.0.0 -- https://github.com/isaacs/minipass#readme +Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors + +The ISC License + +Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/node-gyp; version 3.0.0 -- https://github.com/npm/node-gyp#readme + +ISC License + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------ + +** @npmcli/name-from-folder; version 2.0.0 -- https://github.com/npm/name-from-folder#readme +Copyright npm, Inc. + +The ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +------ + +** promise-inflight; version 1.0.1 -- https://github.com/iarna/promise-inflight#readme +Copyright (c) 2017, Rebecca Turner + +Copyright (c) 2017, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +------ + +** lru-cache; version 7.18.3 -- https://github.com/isaacs/node-lru-cache#readme +Copyright (c) Microsoft Corporation +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors +** lru-cache; version 9.1.1 -- https://github.com/isaacs/node-lru-cache#readme +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** abbrev; version 1.1.1 -- https://github.com/isaacs/abbrev-js#readme +Copyright Isaac Z. Schlueter and Contributors +Copyright (c) Isaac Z. Schlueter and Contributors +** abbrev; version 2.0.0 -- https://github.com/npm/abbrev-js#readme +Copyright Isaac Z. Schlueter and Contributors +Copyright (c) Isaac Z. Schlueter and Contributors + +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** ssri; version 10.0.4 -- https://github.com/npm/ssri#readme +Copyright 2021 (c) npm, Inc. + +ISC License + +Copyright 2021 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** glob; version 7.2.3 -- https://github.com/isaacs/node-glob#readme +Copyright (c) Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +## Glob Logo + +Glob's logo created by Tanya Brassie , licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +https://creativecommons.org/licenses/by-sa/4.0/ + + +------ + +** graceful-fs; version 4.2.11 -- https://github.com/isaacs/node-graceful-fs#readme +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** cacache; version 17.1.3 -- https://github.com/npm/cacache#readme +Copyright (c) npm, Inc. +** libnpmhook; version 9.0.3 -- https://github.com/npm/cli#readme +Copyright (c) npm, Inc. +** npm-audit-report; version 5.0.0 -- https://github.com/npm/npm-audit-report#readme +Copyright (c) npm, Inc. +** npm-pick-manifest; version 8.0.1 -- https://github.com/npm/npm-pick-manifest#readme +Copyright (c) npm, Inc. + +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** minipass; version 3.3.6 -- https://github.com/isaacs/minipass#readme +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** chownr; version 2.0.0 -- https://github.com/isaacs/chownr#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** color-support; version 1.1.3 -- https://github.com/isaacs/color-support#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** fs-minipass; version 2.1.0 -- https://github.com/npm/fs-minipass#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** fs-minipass; version 3.0.2 -- https://github.com/npm/fs-minipass#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** ignore-walk; version 6.0.3 -- https://github.com/npm/ignore-walk#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** ini; version 4.1.1 -- https://github.com/npm/ini#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** isexe; version 2.0.0 -- https://github.com/isaacs/isexe#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** json-stringify-nice; version 1.1.4 -- https://github.com/isaacs/json-stringify-nice#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** lru-cache; version 6.0.0 -- https://github.com/isaacs/node-lru-cache#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minimatch; version 3.1.2 -- https://github.com/isaacs/minimatch#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-collect; version 1.0.2 -- +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-flush; version 1.0.5 -- https://github.com/isaacs/minipass-flush#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-pipeline; version 1.2.4 -- +Copyright (c) Isaac Z. Schlueter and Contributors +** minipass-sized; version 1.0.3 -- https://github.com/isaacs/minipass-sized#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** mute-stream; version 1.0.0 -- https://github.com/npm/mute-stream#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** nopt; version 6.0.0 -- https://github.com/npm/nopt#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** nopt; version 7.2.0 -- https://github.com/npm/nopt#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** npm-packlist; version 7.0.4 -- https://github.com/npm/npm-packlist#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** once; version 1.4.0 -- https://github.com/isaacs/once#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** read; version 2.1.0 -- https://github.com/npm/read#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** rimraf; version 3.0.2 -- https://github.com/isaacs/rimraf#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** semver; version 7.5.4 -- https://github.com/npm/node-semver#readme +Copyright Isaac Z. Schlueter +Copyright (c) Isaac Z. Schlueter and Contributors +** tar; version 6.1.15 -- https://github.com/isaacs/node-tar#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** which; version 2.0.2 -- https://github.com/isaacs/node-which#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** which; version 3.0.1 -- https://github.com/npm/node-which#readme +Copyright (c) Isaac Z. Schlueter and Contributors +** wrappy; version 1.0.2 -- https://github.com/npm/wrappy +Copyright (c) Isaac Z. Schlueter and Contributors +** yallist; version 4.0.0 -- https://github.com/isaacs/yallist#readme +Copyright (c) Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** unique-slug; version 4.0.0 -- https://github.com/npm/unique-slug#readme +Copyright npm, Inc + +The ISC License + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/config; version 6.2.1 -- https://github.com/npm/cli#readme +Copyright (c) npm, Inc. +** @npmcli/disparity-colors; version 3.0.0 -- https://github.com/npm/disparity-colors#readme +Copyright (c) npm Inc. +** @npmcli/installed-package-contents; version 2.0.2 -- https://github.com/npm/installed-package-contents#readme +Copyright (c) npm, Inc. +** @npmcli/metavuln-calculator; version 5.0.1 -- https://github.com/npm/metavuln-calculator#readme +Copyright (c) npm, Inc. +** @npmcli/run-script; version 6.0.2 -- https://github.com/npm/run-script#readme +Copyright (c) npm, Inc. +** bin-links; version 4.0.2 -- https://github.com/npm/bin-links#readme +Copyright (c) npm, Inc. +** libnpmfund; version 4.0.19 -- https://github.com/npm/cli#readme +Copyright (c) npm Inc. +** npm-normalize-package-bin; version 3.0.1 -- https://github.com/npm/npm-normalize-package-bin#readme +Copyright (c) npm, Inc. +** npm-package-arg; version 10.1.0 -- https://github.com/npm/npm-package-arg +Copyright (c) npm, Inc. + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/package-json; version 4.0.1 -- https://github.com/npm/package-json#readme +Copyright GitHub Inc. + +ISC License + +Copyright GitHub Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** hosted-git-info; version 6.1.1 -- https://github.com/npm/hosted-git-info +Copyright (c) 2015, Rebecca Turner +** write-file-atomic; version 5.0.1 -- https://github.com/npm/write-file-atomic +Copyright (c) 2015, Rebecca Turner + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +------ + +** minimatch; version 9.0.3 -- https://github.com/isaacs/minimatch#readme +Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** console-control-strings; version 1.1.0 -- https://github.com/iarna/console-control-strings#readme +Copyright (c) 2014, Rebecca Turner +** has-unicode; version 2.0.1 -- https://github.com/iarna/has-unicode +Copyright (c) 2014, Rebecca Turner + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** set-blocking; version 2.0.0 -- https://github.com/yargs/set-blocking#readme +Copyright (c) 2016, Contributors + +Copyright (c) 2016, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** signal-exit; version 4.0.2 -- https://github.com/tapjs/signal-exit#readme +Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors + +The ISC License + +Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @isaacs/string-locale-compare; version 1.1.0 -- https://github.com/isaacs/string-locale-compare#readme +Copyright (c) Isaac Z. Schlueter +** common-ancestor-path; version 1.0.1 -- https://github.com/isaacs/common-ancestor-path#readme +Copyright (c) Isaac Z. Schlueter +** inflight; version 1.0.6 -- https://github.com/isaacs/inflight +Copyright (c) Isaac Z. Schlueter +** inherits; version 2.0.4 -- https://github.com/isaacs/inherits#readme +Copyright (c) Isaac Z. Schlueter +** libnpmversion; version 4.0.2 -- https://github.com/npm/cli#readme +Copyright (c) Isaac Z. Schlueter +** promise-all-reject-late; version 1.0.1 -- +Copyright (c) Isaac Z. Schlueter +** promise-call-limit; version 1.0.2 -- https://github.com/isaacs/promise-call-limit#readme +Copyright (c) Isaac Z. Schlueter +** promzard; version 1.0.0 -- https://github.com/npm/promzard#readme +Copyright (c) Isaac Z. Schlueter +** read-package-json; version 6.0.4 -- https://github.com/npm/read-package-json#readme +Copyright (c) Isaac Z. Schlueter +** walk-up-path; version 3.0.1 -- https://github.com/isaacs/walk-up-path#readme +Copyright (c) Isaac Z. Schlueter + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** cmd-shim; version 6.0.1 -- https://github.com/npm/cmd-shim#readme +Copyright (c) npm, Inc. and Contributors +** npm-bundled; version 3.0.0 -- https://github.com/npm/npm-bundled#readme +Copyright (c) npm, Inc. and Contributors +** read-package-json-fast; version 3.0.2 -- https://github.com/npm/read-package-json-fast#readme +Copyright (c) npm, Inc. and Contributors +** treeverse; version 3.0.0 -- https://github.com/npm/treeverse#readme +Copyright (c) npm, Inc. and Contributors + +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** fs.realpath; version 1.0.0 -- https://github.com/isaacs/fs.realpath#readme +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright Joyent, Inc. and other Node contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---- + +This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + +------ + +** signal-exit; version 3.0.7 -- https://github.com/tapjs/signal-exit +Copyright (c) 2015, Contributors + +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** foreground-child; version 3.1.1 -- https://github.com/tapjs/foreground-child#readme +Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors + +The ISC License + +Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** validate-npm-package-name; version 5.0.0 -- https://github.com/npm/validate-npm-package-name +Copyright (c) 2015, npm, Inc + +Copyright (c) 2015, npm, Inc + + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** make-fetch-happen; version 11.1.1 -- https://github.com/npm/make-fetch-happen#readme +Copyright 2017-2022 (c) npm, Inc. +Copyright (c) 2010-2012 Mikeal Rogers + +ISC License + +Copyright 2017-2022 (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** libnpmdiff; version 5.0.19 -- https://github.com/npm/cli#readme +Copyright (c) GitHub Inc. +** libnpmexec; version 6.0.3 -- https://github.com/npm/cli#readme +Copyright (c) GitHub Inc. +** proc-log; version 3.0.0 -- https://github.com/npm/proc-log#readme +Copyright (c) GitHub, Inc. + +The ISC License + +Copyright (c) GitHub Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/fs; version 3.1.0 -- https://github.com/npm/fs#readme +Copyright npm, Inc. +Copyright (c) 2011-2017 JP Richardson + + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** pacote; version 15.2.0 -- https://github.com/npm/pacote#readme +Copyright (c) Isaac Z. Schlueter, Kat Marchan, npm, Inc., and Contributors + +The ISC License + +Copyright (c) Isaac Z. Schlueter, Kat Marchán, npm, Inc., and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** aproba; version 2.0.0 -- https://github.com/iarna/aproba +Copyright (c) 2015, Rebecca Turner +** read-cmd-shim; version 4.0.0 -- https://github.com/npm/read-cmd-shim#readme +Copyright (c) 2015, Rebecca Turner +** wide-align; version 1.1.5 -- https://github.com/iarna/wide-align#readme +Copyright (c) 2015, Rebecca Turner + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +------ + +** @npmcli/arborist; version 6.3.0 -- https://github.com/npm/cli#readme +Copyright npm, Inc. +** @npmcli/map-workspaces; version 3.0.4 -- https://github.com/npm/map-workspaces#readme +Copyright npm, Inc. +** @npmcli/query; version 3.0.0 -- https://github.com/npm/query#readme +Copyright npm, Inc. +** gauge; version 4.0.4 -- https://github.com/npm/gauge +Copyright npm, Inc. +** gauge; version 5.0.1 -- https://github.com/npm/gauge +Copyright npm, Inc. +** npm-profile; version 7.0.1 -- https://github.com/npm/npm-profile#readme +Copyright npm, Inc. +** npm-registry-fetch; version 14.0.5 -- https://github.com/npm/npm-registry-fetch#readme +Copyright npm, Inc. +** npmlog; version 6.0.2 -- https://github.com/npm/npmlog#readme +Copyright npm, Inc. +** npmlog; version 7.0.1 -- https://github.com/npm/npmlog#readme +Copyright npm, Inc. +** parse-conflict-json; version 3.0.1 -- https://github.com/npm/parse-conflict-json#readme +Copyright npm, Inc. + + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @isaacs/cliui; version 8.0.2 -- https://github.com/yargs/cliui#readme +Copyright (c) 2015, Contributors + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** libnpmaccess; version 7.0.2 -- https://npmjs.com/package/libnpmaccess +Copyright npm, Inc +** libnpmorg; version 5.0.4 -- https://npmjs.com/package/libnpmorg +Copyright npm, Inc +** libnpmpack; version 5.0.19 -- https://npmjs.com/package/libnpmpack +Copyright npm, Inc +** libnpmpublish; version 7.5.0 -- https://npmjs.com/package/libnpmpublish +Copyright npm, Inc +** libnpmsearch; version 6.0.2 -- https://npmjs.com/package/libnpmsearch +Copyright npm, Inc +** libnpmteam; version 5.0.3 -- https://npmjs.com/package/libnpmteam +Copyright npm, Inc +** unique-filename; version 3.0.0 -- https://github.com/iarna/unique-filename +Copyright npm, Inc + +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------ + +** @npmcli/git; version 4.1.0 -- https://github.com/npm/git#readme +Copyright (c) npm, Inc. +** @npmcli/promise-spawn; version 6.0.2 -- https://github.com/npm/promise-spawn#readme +Copyright (c) npm, Inc. + +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +------ + +** tiny-relative-date; version 1.3.0 -- https://github.com/wildlyinaccurate/relative-date#readme +Copyright (c) 2017 Joseph Wynn + +MIT License + +Copyright (c) 2017 Joseph Wynn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** binary-extensions; version 2.2.0 -- https://github.com/sindresorhus/binary-extensions#readme +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +MIT License + +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** delegates; version 1.0.0 -- https://github.com/visionmedia/node-delegates#readme +Copyright (c) 2015 TJ Holowaychuk + +Copyright (c) 2015 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** logform; version 2.4.0 -- https://github.com/winstonjs/logform#readme +Copyright (c) 2017 Charlie Robbins & the Contributors + +MIT License + +Copyright (c) 2017 Charlie Robbins & the Contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @tufjs/canonical-json; version 1.0.0 -- https://github.com/theupdateframework/tuf-js/packages/canonical-json#readme +Copyright (c) 2022 GitHub and the TUF Contributors +** @tufjs/models; version 1.0.4 -- https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme +Copyright (c) 2022 GitHub and the TUF Contributors +** tuf-js; version 1.1.7 -- https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme +Copyright (c) 2022 GitHub and the TUF Contributors + +MIT License + +Copyright (c) 2022 GitHub and the TUF Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** mkdirp; version 1.0.4 -- https://github.com/isaacs/node-mkdirp#readme +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** ci-info; version 3.8.0 -- https://github.com/watson/ci-info +Copyright (c) 2016-2023 Thomas Watson Steen + +The MIT License (MIT) + +Copyright (c) 2016-2023 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** stack-trace; version 0.0.10 -- https://github.com/felixge/node-stack-trace +Copyright (c) 2011 Felix Geisendorfer (felix@debuggable.com) + +Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +------ + +** ansi-regex; version 6.0.1 -- https://github.com/chalk/ansi-regex#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** ansi-styles; version 6.2.1 -- https://github.com/chalk/ansi-styles#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** chalk; version 5.3.0 -- https://github.com/chalk/chalk#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** p-map; version 4.0.0 -- https://github.com/sindresorhus/p-map#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** string-width; version 5.1.2 -- https://github.com/sindresorhus/string-width#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** strip-ansi; version 7.1.0 -- https://github.com/chalk/strip-ansi#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** supports-color; version 9.4.0 -- https://github.com/chalk/supports-color#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** wrap-ansi; version 7.0.0 -- https://github.com/chalk/wrap-ansi#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +** wrap-ansi; version 8.1.0 -- https://github.com/chalk/wrap-ansi#readme +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** simple-swizzle; version 0.2.2 -- https://github.com/qix-/node-simple-swizzle#readme +Copyright (c) 2015 Josh Junon + +The MIT License (MIT) + +Copyright (c) 2015 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** fastest-levenshtein; version 1.0.16 -- https://github.com/ka-weihe/fastest-levenshtein#README +Copyright (c) 2020 Kasper Unn Weihe + +MIT License + +Copyright (c) 2020 Kasper Unn Weihe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +------ + +** agentkeepalive; version 4.3.0 -- https://github.com/node-modules/agentkeepalive#readme +Copyright (c) node-modules and other contributors +Copyright (c) 2012 - 2015 fengmk2 + +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** events; version 3.3.0 -- https://github.com/Gozala/events#readme +Copyright Joyent, Inc. and other Node contributors + +MIT + +Copyright Joyent, Inc. and other Node contributors. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** is-core-module; version 2.12.1 -- https://github.com/inspect-js/is-core-module +Copyright (c) 2014 Dave Justice + +The MIT License (MIT) + +Copyright (c) 2014 Dave Justice + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** iconv-lite; version 0.6.3 -- https://github.com/ashtuchkin/iconv-lite +Copyright (c) Microsoft Corporation +Copyright (c) 2011 Alexander Shtuchkin + +Copyright (c) 2011 Alexander Shtuchkin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** safe-stable-stringify; version 2.3.1 -- https://github.com/BridgeAR/safe-stable-stringify#readme +Copyright (c) Ruben Bridgewater + +The MIT License (MIT) + +Copyright (c) Ruben Bridgewater + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** minizlib; version 2.1.2 -- https://github.com/isaacs/minizlib#readme +Copyright Isaac Z. Schlueter and Contributors +Copyright Joyent, Inc. and other Node contributors + +Minizlib was created by Isaac Z. Schlueter. +It is a derivative work of the Node.js project. + +""" +Copyright Isaac Z. Schlueter and Contributors +Copyright Node.js contributors. All rights reserved. +Copyright Joyent, Inc. and other Node contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +""" + + +------ + +** cli-table3; version 0.6.3 -- https://github.com/cli-table/cli-table3 +Copyright (c) 2010 LearnBoost +Copyright (c) 2014 James Talmage + +MIT License + +Copyright (c) 2014 James Talmage + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** @dabh/diagnostics; version 2.0.2 -- https://github.com/3rd-Eden/diagnostics +Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman +** colorspace; version 1.1.2 -- https://github.com/3rd-Eden/colorspace +Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman +** enabled; version 2.0.0 -- https://github.com/3rd-Eden/enabled#readme +Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman +** fn.name; version 1.1.0 -- https://github.com/3rd-Eden/fn.name +Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman + +The MIT License (MIT) + +Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** eventemitter3; version 4.0.7 -- https://github.com/primus/eventemitter3#readme +Copyright (c) 2014 Arnout Kazemier + +The MIT License (MIT) + +Copyright (c) 2014 Arnout Kazemier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** cssesc; version 3.0.0 -- https://mths.be/cssesc +Copyright Mathias Bynens +** emoji-regex; version 8.0.0 -- https://mths.be/emoji-regex +Copyright Mathias Bynens +** emoji-regex; version 9.2.2 -- https://mths.be/emoji-regex +Copyright Mathias Bynens + +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** clone; version 1.0.4 -- https://github.com/pvorb/node-clone#readme +Copyright (c) 2011-2015 Paul Vorbach +Copyright (c) 2011-2015 Paul Vorbach (http://paul.vorba.ch/) and contributors (https://github.com/pvorb/node-clone/graphs/contributors) + +Copyright © 2011-2015 Paul Vorbach + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** readable-stream; version 3.6.0 -- https://github.com/nodejs/readable-stream#readme +Copyright Joyent, Inc. and other Node contributors +** readable-stream; version 3.6.2 -- https://github.com/nodejs/readable-stream#readme +Copyright Joyent, Inc. and other Node contributors +** readable-stream; version 4.4.0 -- https://github.com/nodejs/readable-stream +Copyright Joyent, Inc. and other Node contributors +** string_decoder; version 1.3.0 -- https://github.com/nodejs/string_decoder +Copyright Joyent, Inc. and other Node contributors + +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + + +------ + +** json-parse-even-better-errors; version 3.0.0 -- https://github.com/npm/json-parse-even-better-errors#readme +Copyright npm, Inc. +Copyright 2017 Kat Marchan + +Copyright 2017 Kat Marchán +Copyright npm, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +--- + +This library is a fork of 'better-json-errors' by Kat Marchán, extended and +distributed under the terms of the MIT license above. + + +------ + +** function-bind; version 1.1.1 -- https://github.com/Raynos/function-bind +Copyright (c) 2013 Raynos + +Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + +------ + +** node-gyp; version 9.4.0 -- https://github.com/nodejs/node-gyp#readme +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright (c) 2009 Google Inc. +Copyright (c) 2011 Google Inc. +Copyright (c) 2012 Google Inc. +Copyright (c) 2013 Google Inc. +Copyright (c) 2014 Google Inc. +Copyright 2017 - Refael Ackermann +Copyright (c) Microsoft Corporation +Copyright 2013 The Chromium Authors +Copyright (c) 2012 The Chromium Authors +Copyright (c) 2020 Node.js contributors +Copyright (c) 2016 Ben Noordhuis +Copyright (c) 2012 Nathan Rajlich + +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------ + +** winston-transport; version 4.5.0 -- https://github.com/winstonjs/winston-transport#readme +Copyright (c) 2015 Charlie Robbins & the contributors + +The MIT License (MIT) + +Copyright (c) 2015 Charlie Robbins & the contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** brace-expansion; version 1.1.11 -- https://github.com/juliangruber/brace-expansion +Copyright (c) 2013 Julian Gruber +** brace-expansion; version 2.0.1 -- https://github.com/juliangruber/brace-expansion +Copyright (c) 2013 Julian Gruber + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** ms; version 2.1.2 -- https://github.com/zeit/ms#readme +Copyright (c) 2016 Zeit, Inc. + +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** debug; version 4.3.4 -- https://github.com/debug-js/debug#readme +Copyright (c) 2018-2021 Josh Junon +Copyright (c) 2014-2017 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** util-deprecate; version 1.0.2 -- https://github.com/TooTallNate/util-deprecate +Copyright (c) 2014 Nathan Rajlich + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** balanced-match; version 1.0.2 -- https://github.com/juliangruber/balanced-match +Copyright (c) 2013 Julian Gruber + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** shebang-command; version 2.0.0 -- https://github.com/kevva/shebang-command#readme +Copyright (c) Kevin Martensson + +MIT License + +Copyright (c) Kevin Mårtensson (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** smart-buffer; version 4.2.0 -- https://github.com/JoshGlazebrook/smart-buffer/ +Copyright (c) 2013-2017 Josh Glazebrook + +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @tootallnate/once; version 2.0.0 -- https://github.com/TooTallNate/once#readme +Copyright (c) 2020 Nathan Rajlich + +MIT License + +Copyright (c) 2020 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** text-hex; version 1.0.0 -- https://github.com/3rd-Eden/text-hex +Copyright (c) 2014-2015 Arnout Kazemier + +The MIT License (MIT) + +Copyright (c) 2014-2015 Arnout Kazemier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** promise-retry; version 2.0.1 -- https://github.com/IndigoUnited/node-promise-retry#readme +Copyright (c) 2014 IndigoUnited + +Copyright (c) 2014 IndigoUnited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** minipass-fetch; version 3.0.3 -- https://github.com/npm/minipass-fetch#readme +Copyright (c) 2016 David Frank +Copyright (c) Isaac Z. Schlueter and Contributors + +The MIT License (MIT) + +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) 2016 David Frank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +--- + +Note: This is a derivative work based on "node-fetch" by David Frank, +modified and distributed under the terms of the MIT license above. +https://github.com/bitinn/node-fetch + + +------ + +** color-string; version 1.5.5 -- https://github.com/Qix-/color-string#readme +Copyright (c) 2011 Heather Arthur + +Copyright (c) 2011 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** defaults; version 1.0.4 -- https://github.com/sindresorhus/node-defaults#readme +Copyright (c) 2015 Elijah Insua +Copyright (c) 2022 Sindre Sorhus + +The MIT License (MIT) + +Copyright (c) 2022 Sindre Sorhus +Copyright (c) 2015 Elijah Insua + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** spdx-expression-parse; version 3.0.1 -- https://github.com/jslicense/spdx-expression-parse.js#readme +Copyright (c) 2015 Kyle E. Mitchell + +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** retry; version 0.12.0 -- https://github.com/tim-kos/node-retry +Copyright (c) 2011 Tim Koschutzki (tim@debuggable.com) Felix Geisendorfer (felix@debuggable.com) + +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +------ + +** columnify; version 1.6.0 -- https://github.com/timoxley/columnify +Copyright (c) 2013 Tim Oxley + +The MIT License (MIT) + +Copyright (c) 2013 Tim Oxley + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** http-proxy; version 1.18.1 -- https://github.com/http-party/node-http-proxy#readme +Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors +Copyright (c) 2010 - 2016 Charlie Robbins, Jarrett Cruger & the Contributors +copyright header of example files e592c53 (https://github.com/http-party/node-http-proxy/commit/e592c53d1a23b7920d603a9e9ac294fc0e841f6d) + + + node-http-proxy + + Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** humanize-ms; version 1.2.1 -- https://github.com/node-modules/humanize-ms#readme +Copyright (c) 2014 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** event-target-shim; version 5.0.1 -- https://github.com/mysticatea/event-target-shim +copyright 2015 Toru Nagashima +Copyright (c) 2015 Toru Nagashima + +The MIT License (MIT) + +Copyright (c) 2015 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** corepack; version 0.22.0 -- https://github.com/nodejs/corepack#readme +Copyright (c) Corepack contributors +Copyright (c) 2015-2018, Jon Schlinkert + +**Copyright © Corepack contributors** + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** cli-columns; version 4.0.0 -- https://github.com/shannonmoeller/cli-columns#readme +(c) Shannon Moeller (http://shannonmoeller.com) +Copyright (c) Shannon Moeller (shannonmoeller.com) + +The MIT License (MIT) + +Copyright (c) Shannon Moeller (shannonmoeller.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** kuler; version 2.0.0 -- https://github.com/3rd-Eden/kuler +Copyright 2014 Arnout Kazemier + +Copyright 2014 Arnout Kazemier + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** has; version 1.0.3 -- https://github.com/tarruda/has +Copyright (c) 2013 Thiago de Arruda + +Copyright (c) 2013 Thiago de Arruda + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** @colors/colors; version 1.5.0 -- https://github.com/DABH/colors.js +Copyright (c) Marak Squires +Copyright (c) DABH (https://github.com/DABH) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** @colors/colors; version 1.6.0 -- https://github.com/DABH/colors.js +Copyright (c) Marak Squires +Copyright (c) DABH (https://github.com/DABH) +Copyright (c) Sindre Sorhus (sindresorhus.com) + +MIT License + +Original Library + - Copyright (c) Marak Squires + +Additional Functionality + - Copyright (c) Sindre Sorhus (sindresorhus.com) + - Copyright (c) DABH (https://github.com/DABH) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** jsonparse; version 1.3.1 -- https://github.com/creationix/jsonparse#readme +Copyright (c) 2012 Tim Caswell +Copyright (c) 2011-2012 Tim Caswell + +The MIT License + +Copyright (c) 2012 Tim Caswell + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** commander; version 7.2.0 -- https://github.com/tj/commander.js#readme +Copyright (c) 2011 TJ Holowaychuk + +(The MIT License) + +Copyright (c) 2011 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** builtins; version 5.0.1 -- https://github.com/juliangruber/builtins#readme +Copyright (c) 2015 Julian Gruber + +Copyright (c) 2015 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** color; version 3.0.0 -- https://github.com/Qix-/color#readme +Copyright (c) 2012 Heather Arthur + +Copyright (c) 2012 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** just-diff; version 6.0.2 -- https://github.com/angus-c/just#readme +Copyright (c) 2016 angus croll +** just-diff-apply; version 5.5.0 -- https://github.com/angus-c/just#readme +Copyright (c) 2016 angus croll + +The MIT License (MIT) + +Copyright (c) 2016 angus croll + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** agent-base; version 6.0.2 -- https://github.com/TooTallNate/node-agent-base#readme +Copyright (c) 2013 Nathan Rajlich +** eastasianwidth; version 0.2.0 -- https://github.com/komagata/eastasianwidth#readme +** err-code; version 2.0.3 -- https://github.com/IndigoUnited/js-err-code#readme +** http-proxy-agent; version 5.0.0 -- https://github.com/TooTallNate/node-http-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich +** https-proxy-agent; version 5.0.1 -- https://github.com/TooTallNate/node-https-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich +** imurmurhash; version 0.1.4 -- https://github.com/jensyt/imurmurhash-js +Copyright (c) 2013 Gary Court, Jens Taylor +** ip; version 2.0.0 -- https://github.com/indutny/node-ip +Copyright Fedor Indutny, 2012 +** socks-proxy-agent; version 7.0.0 -- https://github.com/TooTallNate/node-socks-proxy-agent#readme +Copyright (c) 2013 Nathan Rajlich +** strftime; version 0.10.2 -- https://samhuri.net/projects/strftime +Copyright 2010 - 2023 Sami Samhuri sami@samhuri.net +Copyright 2010 - 2021 Sami Samhuri + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** depd; version 2.0.0 -- https://github.com/dougwilson/nodejs-depd#readme +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014-2018 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2014-2018 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** path-is-absolute; version 1.0.1 -- https://github.com/sindresorhus/path-is-absolute#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) + +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** color-name; version 1.1.3 -- https://github.com/dfcreative/color-name +Copyright (c) 2015 Dmitry Ivanov +** color-name; version 1.1.4 -- https://github.com/colorjs/color-name +Copyright (c) 2015 Dmitry Ivanov + +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** color-convert; version 1.9.3 -- https://github.com/Qix-/color-convert#readme +Copyright (c) 2011-2016, Heather Arthur and Josh Junon +Copyright (c) 2011-2016 Heather Arthur +** color-convert; version 2.0.1 -- https://github.com/Qix-/color-convert#readme +Copyright (c) 2011-2016, Heather Arthur and Josh Junon +Copyright (c) 2011-2016 Heather Arthur + +Copyright (c) 2011-2016 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +------ + +** async; version 3.2.3 -- https://caolan.github.io/async/ +Copyright (c) 2010-2018 Caolan McMahon + +Copyright (c) 2010-2018 Caolan McMahon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** bintrees; version 1.0.1 -- https://github.com/vadimg/js_bintrees +Copyright (c) 2011 by Vadim Graboys + +Copyright (C) 2011 by Vadim Graboys + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** triple-beam; version 1.3.0 -- https://github.com/winstonjs/triple-beam#readme +(c) 2010 Charlie Robbins +Copyright (c) 2017 winstonjs + +MIT License + +Copyright (c) 2017 winstonjs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** fecha; version 4.2.1 -- https://github.com/taylorhakes/fecha +Copyright (c) 2015 Taylor Hakes + +The MIT License (MIT) + +Copyright (c) 2015 Taylor Hakes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** safer-buffer; version 2.1.2 -- https://github.com/ChALkeR/safer-buffer#readme +Copyright (c) 2018 Nikita Skovoroda + +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** safe-buffer; version 5.2.1 -- https://github.com/feross/safe-buffer +Copyright (c) Feross Aboukhadijeh +Copyright (c) Feross Aboukhadijeh (http://feross.org) + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** encoding; version 0.1.13 -- https://github.com/andris9/encoding#readme +Copyright (c) 2012-2014 Andris Reinman + +Copyright (c) 2012-2014 Andris Reinman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** tdigest; version 0.1.1 -- https://github.com/welch/tdigest +Copyright (c) 2015 Will Welch + +The MIT License (MIT) + +Copyright (c) 2015 Will Welch + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** negotiator; version 0.6.3 -- https://github.com/jshttp/negotiator#readme +Copyright (c) 2012 Federico Romero +Copyright (c) 2014 Federico Romero +Copyright (c) 2012 Isaac Z. Schlueter +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2015 Douglas Christopher Wilson +Copyright (c) 2014-2015 Douglas Christopher Wilson + +(The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** one-time; version 1.0.0 -- https://github.com/3rd-Eden/one-time#readme +Copyright (c) 2015 Unshift.io, Arnout Kazemier +** requires-port; version 1.0.0 -- https://github.com/unshiftio/requires-port +Copyright (c) 2015 Unshift.io, Arnout Kazemier + +The MIT License (MIT) + +Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +------ + +** base64-js; version 1.5.1 -- https://github.com/beatgammit/base64-js +Copyright (c) 2014 Jameson Little + +The MIT License (MIT) + +Copyright (c) 2014 Jameson Little + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** buffer; version 6.0.3 -- https://github.com/feross/buffer +Copyright (c) Feross Aboukhadijeh, and other contributors +Copyright (c) Feross Aboukhadijeh (http://feross.org), and other contributors + +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh, and other contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** ms; version 2.1.3 -- https://github.com/vercel/ms#readme +Copyright (c) 2020 Vercel, Inc. + +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** archy; version 1.0.0 -- https://github.com/substack/node-archy +** concat-map; version 0.0.1 -- https://github.com/substack/node-concat-map +** text-table; version 0.2.0 -- https://github.com/substack/text-table + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** aggregate-error; version 3.1.0 -- https://github.com/sindresorhus/aggregate-error#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ansi-regex; version 5.0.1 -- https://github.com/chalk/ansi-regex#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ansi-styles; version 4.3.0 -- https://github.com/chalk/ansi-styles#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** clean-stack; version 2.2.0 -- https://github.com/sindresorhus/clean-stack#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** env-paths; version 2.2.1 -- https://github.com/sindresorhus/env-paths#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** indent-string; version 4.0.0 -- https://github.com/sindresorhus/indent-string#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** ip-regex; version 4.3.0 -- https://github.com/sindresorhus/ip-regex#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** is-fullwidth-code-point; version 3.0.0 -- https://github.com/sindresorhus/is-fullwidth-code-point#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** is-stream; version 2.0.0 -- https://github.com/sindresorhus/is-stream#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** path-key; version 3.1.1 -- https://github.com/sindresorhus/path-key#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** shebang-regex; version 3.0.0 -- https://github.com/sindresorhus/shebang-regex#readme +(c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) Sindre Sorhus (sindresorhus.com) +** string-width; version 4.2.3 -- https://github.com/sindresorhus/string-width#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) +** strip-ansi; version 6.0.1 -- https://github.com/chalk/strip-ansi#readme +Copyright (c) Sindre Sorhus (sindresorhus.com) + +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** is-arrayish; version 0.3.2 -- https://github.com/qix-/node-is-arrayish#readme +Copyright (c) 2015 JD Ballard + +The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** process; version 0.11.10 -- https://github.com/shtylman/node-process#readme +Copyright (c) 2013 Roman Shtylman + +(The MIT License) + +Copyright (c) 2013 Roman Shtylman + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** follow-redirects; version 1.14.8 -- https://github.com/follow-redirects/follow-redirects +Copyright 2014-present Olivier Lalonde , James Talmage , Ruben Verborgh + +Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** wcwidth; version 1.0.1 -- https://github.com/timoxley/wcwidth#readme +Copyright (c) 2012 by Jun Woong + +wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation +======================================================================= + +Copyright (C) 2012 by Jun Woong. + +This package is a JavaScript porting of `wcwidth()` implementation +[by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c). + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR +OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + + +------ + +** winston; version 3.11.0 -- https://github.com/winstonjs/winston#readme +(c) 2010 Charlie Robbins +Copyright (c) 2010 Charlie Robbins + +Copyright (c) 2010 Charlie Robbins + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +------ + +** is-lambda; version 1.0.1 -- https://github.com/watson/is-lambda +Copyright (c) 2016-2017 Thomas Watson Steen + +The MIT License (MIT) + +Copyright (c) 2016-2017 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** postcss-selector-parser; version 6.0.13 -- https://github.com/postcss/postcss-selector-parser +Copyright (c) Ben Briggs (http://beneb.info) + +Copyright (c) Ben Briggs (http://beneb.info) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** socks; version 2.7.1 -- https://github.com/JoshGlazebrook/socks/ +Copyright (c) 2013 Josh Glazebrook + +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +------ + +** minipass-json-stream; version 1.0.1 -- https://github.com/npm/minipass-json-stream#readme +Copyright (c) 2011 Dominic Tarr +Copyright (c) Isaac Z. Schlueter and Contributors + +The MIT License + +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) 2011 Dominic Tarr + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +---- +This is a derivative work based on JSONStream by Dominic Tarr, modified and +redistributed according to the terms of the MIT license above. +https://github.com/dominictarr/JSONStream + + +------ + +** cross-spawn; version 7.0.3 -- https://github.com/moxystudio/node-cross-spawn +Copyright (c) 2018 Made With MOXY Lda + +The MIT License (MIT) + +Copyright (c) 2018 Made With MOXY Lda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------ + +** abort-controller; version 3.0.0 -- https://github.com/mysticatea/abort-controller#readme +copyright 2015 Toru Nagashima +Copyright (c) 2017 Toru Nagashima + +MIT License + +Copyright (c) 2017 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +------ + +** qrcode-terminal; version 0.12.0 -- https://github.com/gtanner/qrcode-terminal +Copyright (c) 2009 Kazuhiko Arase + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================== +This product also include the following software: +============================================================== + + QRCode for JavaScript + + Copyright (c) 2009 Kazuhiko Arase + + URL: http://www.d-project.com/ + + Licensed under the MIT license: + http://www.opensource.org/licenses/mit-license.php + + The word "QR Code" is registered trademark of + DENSO WAVE INCORPORATED + http://www.denso-wave.com/qrcode/faqpatent-e.html + +Located in ./vendor/QRCode +- project has been modified to work in Node and some refactoring was done for code cleanup + + +------ + +** @pkgjs/parseargs; version 0.11.0 -- https://github.com/pkgjs/parseargs#readme + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +------ + +** jackspeak; version 2.2.1 -- https://github.com/isaacs/jackspeak#readme +** path-scurry; version 1.9.2 -- https://github.com/isaacs/path-walker#readme + +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** diff --git a/release-notes/2024-01/notices/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx-notice.txt new file mode 100644 index 00000000..63d3f07d --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx-notice.txt @@ -0,0 +1,124 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. +** SSH.NET; version 2020.0.2 -- +(c) 2022 GitHub, Inc. +(c) 2008 VeriSign, Inc. +Copyright Renci 2010-2022 +Copyright (c) 2006 James Kolpack + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-testmonitorservice-0.18.16.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-testmonitorservice-0.18.16.syft.cdx-notice.txt new file mode 100644 index 00000000..00c891ae --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-testmonitorservice-0.18.16.syft.cdx-notice.txt @@ -0,0 +1,12 @@ +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-userdata-0.9.13.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-userdata-0.9.13.syft.cdx-notice.txt new file mode 100644 index 00000000..b297c8a0 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-userdata-0.9.13.syft.cdx-notice.txt @@ -0,0 +1,119 @@ +** AWSSDK.Core; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates +** AWSSDK.SecurityToken; version 3.7.100.14 -- +Copyright Amazon.com, Inc. or its affiliates +(c) 2022, Amazon Web Services, Inc. or its affiliates + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** SharpCompress; version 0.30.1 -- +(c) 2008 VeriSign, Inc. + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/release-notes/2024-01/notices/ni-systemlink-userservice-setup-0.10.2.syft.cdx-notice.txt b/release-notes/2024-01/notices/ni-systemlink-userservice-setup-0.10.2.syft.cdx-notice.txt new file mode 100644 index 00000000..d75922d7 --- /dev/null +++ b/release-notes/2024-01/notices/ni-systemlink-userservice-setup-0.10.2.syft.cdx-notice.txt @@ -0,0 +1,398 @@ +** requests; version 2.31.0 -- +Copyright Kenneth Reitz +Copyright 2019 Kenneth Reitz +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** charset-normalizer; version 3.3.2 -- +COPYRIGHT (c) FOOBAR +copyright 2023, Ahmed TAHRI +Copyright (c) 2023 Ahmed TAHRI +Copyright (c) 2019 TAHRI Ahmed R. +copyright (c) 2021 by Ahmed TAHRI +(c) 2012 Denny Vrandecic (http://simia.net/letters/) +Copyright (c) Ahmed TAHRI Ousret (https://github.com/Ousret) +(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input +** pip; version 23.3.2 -- +2015 Eric Larson +2021 Taneli Hukkinen +copyright 2014-2019 s +(c) 2006 Entrust, Inc. +Copyright 2013-2014 Ray +Copyright Kenneth Reitz +Copyright Jason R. Coombs +Copyright 2015 Eric Larson +Copyright 2017 Elisey Zanko +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +Copyright 2016 Joshua Harlow +Copyright 2016 Julien Danjou +Copyright (c) Simple Launcher +Copyright 2012 by Simon Sapin +Copyright 2016 Etienne Bersac +Copyright (c) 2006-2022 by the +Copyright (c) 2013 Vinay Sajip +Copyright 2021 Taneli Hukkinen +Copyright (c) 2008-2020 The pip +Copyright (c) 2020 Will McGugan +Copyright 2012-2021 Eric Larson +Copyright Jonathan Hartley 2013 +Copyright (c) 2012 by Simon Sapin +Copyright (c) 2017 Thomas Kluyver +Copyright 2016-2018 Julien Danjou +Copyright 2016-2021 Julien Danjou +Copyright (c) 2008-present The pip +Copyright (c) 2021 Taneli Hukkinen +Copyright 2015,2016,2017 Nir Cohen +Copyright (c) 2010 Jonathan Hartley +Copyright (c) 2012-2015 Vinay Sajip +Copyright (c) 2012-2017 Vinay Sajip +Copyright (c) 2012-2022 Vinay Sajip +Copyright (c) 2013-2015 Vinay Sajip +Copyright (c) 2013-2017 Vinay Sajip +Copyright (c) 2013-2020 Vinay Sajip +Copyright (c) 2013-2021, Kim Davies +copyright (c) 2012 by Kenneth Reitz +copyright (c) 2017 by Kenneth Reitz +Copyright (c) 2022 Seth Michael Larson +Copyright (c) 2003-2022 Paul T. McGuire +Copyright (c) 1998 the Initial Developer +Copyright (c) 2001 the Initial Developer +Copyright (c) 2005 the Initial Developer +Copyright (c) 2010-202x The platformdirs +Copyright 2006-2023 by the Pygments team +Copyright (c) 2010-2020 Benjamin Peterson +copyrighted by the Free Software Foundation +Copyright (c) 2012 The Python Software Foundation +Copyright (c) 2012-2013 Python Software Foundation +Copyright (c) 2015-2016 Will Bond +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012-2017 The Python Software Foundation +Copyright (c) 2012-2021 The Python Software Foundation +(c) 2006 Entrust, Inc. Label Entrust Root Certification +Copyright (c) 1991, 1999 Free Software Foundation, Inc. +Copyright (c) 2018, Tzu-ping Chung +Copyright (c) Donald Stufft and individual contributors +Copyright (c) 2008-2011 INADA Naoki +(c) 2006-2023 by Georg Brandl, Matthaus Chajdas and contributors +Copyright (c) 1995-2001 Corporation for National Research Initiatives +Copyright (c) Sindre Sorhus (sindresorhus.com) +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation +** setuptools; version 65.5.1 -- +Copyright (c) 2018 +2021 Taneli Hukkinen +copyright 2014-2019 s +Copyright Jason R. Coombs +Copyright 1995-2005 Mark Adler +Copyright 1995-2010 Mark Adler +Copyright 1995-2013 Mark Adler +Copyright 2021 Taneli Hukkinen +Copyright (c) 2013 Eddy Petrisor +Copyright (c) Anderson Bravalheri +Copyright (c) 2003-2022 Paul T. McGuire +Copyright 1995-2005 Mark Adler +3 CScs Qkkbal +Copyright (c) 2005-2010 ActiveState Software Inc. +** urllib3; version 2.1.0 -- +Copyright (c) 2008-2020 Andrey Petrov and contributors +Copyright (c) 2012 Senko Rasic +** wheel; version 0.41.2 -- +copyright 2012, Daniel Holth +Copyright (c) 2012 Daniel Holth and contributors + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** certifi; version 2023.11.17 -- +(c) 2006 Entrust, Inc. +(c) 1999 Entrust.net Limited +(c) 2009 Entrust, Inc. - for +(c) 2012 Entrust, Inc. - for +(c) 2015 Entrust, Inc. - for +(c) 2006 Entrust, Inc. Label Entrust Root Certification +(c) 1999 Entrust.net Limited Label Entrust.net Premium 2048 Secure Server CA Serial + +Mozilla Public License Version 2.0 + + 1. Definitions + + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + + 1.3. "Contribution" means Covered Software of a particular Contributor. + + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + + 1.5. "Incompatible With Secondary Licenses" means + + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + + 1.6. "Executable Form" means any form of the work other than Source Code Form. + + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + + 1.8. "License" means this document. + + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + + 1.10. "Modifications" means any of the following: + + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + (b) any new file in Source Code Form that contains any Covered Software. + + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + + 2. License Grants and Conditions + + 2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + + 2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + + 2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + (a) for any code that a Contributor has removed from Covered Software; or + + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + + 2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + + 2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + + 2.6. Fair Use + + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + + 2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + + 3. Responsibilities + + 3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + + 3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + + 3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + + 3.4. Notices + + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + + 3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + + 4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + + 5. Termination + + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + + 6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + + 7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + + 8. Litigation + + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + + 9. Miscellaneous + + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + + 10. Versions of the License + + 10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + + 10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + + 10.3. Modified Versions + + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +------ + +** idna; version 3.6 -- +(c) 2019 Unicode(r), Inc. +Copyright (c) 2013-2023, Kim Davies and contributors + +BSD-2-Clause AND BSD-3-Clause \ No newline at end of file diff --git a/release-notes/2024-01/notices/zookeeper-3.8.2-temurin.syft.cdx-notice.txt b/release-notes/2024-01/notices/zookeeper-3.8.2-temurin.syft.cdx-notice.txt new file mode 100644 index 00000000..b443d605 --- /dev/null +++ b/release-notes/2024-01/notices/zookeeper-3.8.2-temurin.syft.cdx-notice.txt @@ -0,0 +1,416 @@ +** com.fasterxml.jackson.core/jackson-annotations; version 2.15.2 -- +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +** com.fasterxml.jackson.core/jackson-core; version 2.15.2 -- +Copyright (c) 2021 The +Copyright 2020 Tim Buktu +Copyright 2022 Tim Buktu +Copyright (c) 2022 Daniel Lemire. Apache +Copyright (c) 2023 Werner Randelshofer, Switzerland +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +** com.fasterxml.jackson.core/jackson-databind; version 2.15.2 -- +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +** commons-cli/commons-cli; version 1.5.0 -- +** commons-io/commons-io; version 2.11.0 -- +Copyright 2002-2021 The Apache Software Foundation +** io.dropwizard.metrics/metrics-core; version 4.1.12.1 -- +** io.netty/netty-buffer; version 4.1.94.Final -- +Copyright 2012 The Netty Project +Copyright 2019 The Netty Project +** io.netty/netty-codec; version 4.1.94.Final -- +Copyright 2012 The Netty Project +Copyright 2022 The Netty Project +** io.netty/netty-common; version 4.1.94.Final -- +Copyright 2012 The Netty Project +Copyright 2019 The Netty Project +** io.netty/netty-handler; version 4.1.94.Final -- +Copyright 2012 The Netty Project +Copyright 2019 The Netty Project +** io.netty/netty-resolver; version 4.1.94.Final -- +Copyright 2014 The Netty Project +** io.netty/netty-transport; version 4.1.94.Final -- +Copyright 2012 The Netty Project +Copyright 2019 The Netty Project +** io.netty/netty-transport-classes-epoll; version 4.1.94.Final -- +Copyright 2021 The Netty Project +Copyright 2023 The Netty Project +** io.netty/netty-transport-native-epoll; version 4.1.94.Final -- +Copyright 2014 The Netty Project +** io.netty/netty-transport-native-unix-common; version 4.1.94.Final -- +Copyright 2016 The Netty Project +** io.prometheus/simpleclient; version 0.9.0 -- +** io.prometheus/simpleclient_common; version 0.9.0 -- +** io.prometheus/simpleclient_hotspot; version 0.9.0 -- +** io.prometheus/simpleclient_servlet; version 0.9.0 -- +** org.apache.yetus/audience-annotations; version 0.12.0 -- +Copyright 2015-2020 The Apache Software Foundation +** org.apache.zookeeper/zookeeper; version 3.8.2 -- +** org.apache.zookeeper/zookeeper-jute; version 3.8.2 -- +** org.apache.zookeeper/zookeeper-prometheus-metrics; version 3.8.2 -- +** org.eclipse.jetty/jetty-http; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-io; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-security; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-server; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-servlet; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-util; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.eclipse.jetty/jetty-util-ajax; version 9.4.51.v20230217 -- +Copyright 1996 Aki Yoshida +Copyright Mort Bay Consulting Pty Ltd +Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd +** org.jctools/jctools-core; version 3.1.0 -- +** org.xerial.snappy/snappy-java; version 1.1.10.1 -- + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + + + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + + + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + + + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); + +you may not use this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software + +distributed under the License is distributed on an "AS IS" BASIS, + +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + +See the License for the specific language governing permissions and + +limitations under the License. + +------ + +** jline/jline; version 2.14.6 -- +Copyright (c) 2002-2016, the original author or authors +Copyright 2013, Red Hat, Inc. and/or its subsidiaries or affiliates + +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** ch.qos.logback/logback-classic; version 1.2.10 -- +Copyright (c) 1999-2010, QOS.ch +Copyright (c) 1999-2012, QOS.ch +** ch.qos.logback/logback-core; version 1.2.10 -- + +GNU LESSER GENERAL PUBLIC LICENSE + +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + + In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + + Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + + It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + + 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +< one line to give the library's name and an idea of what it does. > + +Copyright (C) < year > < name of author > + +This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in + +the library `Frob' (a library for tweaking knobs) written + +by James Random Hacker. + +< signature of Ty Coon > , 1 April 1990 + +Ty Coon, President of Vice + +That's all there is to it! + +------ + +** org.slf4j/slf4j-api; version 1.7.30 -- + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ + +** javax.servlet/javax.servlet-api; version 3.1.0 -- +copyrighted by the Free Software Foundation +Copyright 2004 The Apache Software Foundation +Copyright (c) 1997-2010 Oracle and/or its affiliates +Copyright (c) 1997-2013 Oracle and/or its affiliates +Copyright (c) 1989, 1991 Free Software Foundation, Inc. +Portions Copyright (c) 1999-2002 The Apache Software Foundation +Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2008-2010 Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2009-2010 Oracle and/or its affiliates. All rights reserved. +Copyright (c) 1999-2013, http://www.oracle.com' Oracle and/or its affiliates + +CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0 \ No newline at end of file diff --git a/release-notes/2024-01/sbom/alpine-3.19.0.syft.cdx.json b/release-notes/2024-01/sbom/alpine-3.19.0.syft.cdx.json new file mode 100644 index 00000000..04c60452 --- /dev/null +++ b/release-notes/2024-01/sbom/alpine-3.19.0.syft.cdx.json @@ -0,0 +1,1518 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:c7183fc2-3781-4889-92c6-e073d5c70ac5", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:51-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "0569ac1ef202d3b3", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/alpine", + "version": "3.19.0" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5af4f8f59b764c64c6def53f52ada809fe38d528441d08d01c206dfb3fc3b691" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx.json b/release-notes/2024-01/sbom/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx.json new file mode 100644 index 00000000..36a45e99 --- /dev/null +++ b/release-notes/2024-01/sbom/argoproj-argocli-v3.4.11-linux-amd64.syft.cdx.json @@ -0,0 +1,9018 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:1aa8f390-c4e8-4f73-8878-3f34eeefaaeb", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:14-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d262c48a76d479b1", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/argoproj/argocli", + "version": "v3.4.11-linux-amd64" + } + }, + "components": [ + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11&package-id=d459a17da976b16d", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/base-files" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.110.4?package-id=9e81c0f84edb121d", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.110.4", + "purl": "pkg:golang/cloud.google.com/go@v0.110.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=a66f2ac7acaa915a", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/iam@v1.1.0?package-id=da6926526721cfba", + "type": "library", + "name": "cloud.google.com/go/iam", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:go:iam:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:67gSqaPukx7O8WLLHMa0PNs3EBGd2eE4d+psbO/CO94=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/storage@v1.30.1?package-id=3a86c722bc66f2a2", + "type": "library", + "name": "cloud.google.com/go/storage", + "version": "v1.30.1", + "cpe": "cpe:2.3:a:go:storage:v1.30.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/storage@v1.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azcore@v1.6.0?package-id=3883190ea0238c76", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azcore", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azcore:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azcore:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8kDqDngH+DmVBiCtIjCFTGa7MBnsIOkF9IccInFEbjk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azidentity@v1.2.2?package-id=6881202e38540bf9", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azidentity:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azidentity:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uqM+VoHjVH6zdlkLF2b6O0ZANcHoj3rO0PoQ3jglUJA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/internal@v1.3.0?package-id=4bf655b1ac2305ea", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/internal", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/internal@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/storage/azblob@v0.4.1?package-id=d7f5039dcb85f081", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/storage\\/azblob:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/storage\\/azblob:v0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QSdcrd/UFJv6Bp/CfoVf2SrENpFn9P6Yh8yb+xNhYMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.24?package-id=10191b7aa2c43356", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.24", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.18?package-id=2b03476c8953d458", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.18", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=d668828b1febb562", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=384b19fcc41c1533", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=94619c5e438cd7a9", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azuread/microsoft-authentication-library-for-go@v0.9.0?package-id=4d23e1b60986c975", + "type": "library", + "name": "github.com/AzureAD/microsoft-authentication-library-for-go", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:AzureAD:microsoft-authentication-library-for-go:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/AzureAD/microsoft-authentication-library-for-go@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:AzureAD:microsoft_authentication_library_for_go:v0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UE9n9rkJF62ArLb1F3DEjRt8O3jLwMWdSoypKV4f3MU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=a7371c10bb64bc76", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=5c17b38a6693258e", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=c11c3ec8635e63ea", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/protonmail/go-crypto@v0.0.0-20210428141323-04723f9f07d7?package-id=1cc5c9b5470ac444", + "type": "library", + "name": "github.com/ProtonMail/go-crypto", + "version": "v0.0.0-20210428141323-04723f9f07d7", + "cpe": "cpe:2.3:a:ProtonMail:go-crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ProtonMail/go-crypto@v0.0.0-20210428141323-04723f9f07d7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ProtonMail:go_crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/twin/go-color@v1.4.0?package-id=87c025e1ec200126", + "type": "library", + "name": "github.com/TwiN/go-color", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:TwiN:go-color:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/TwiN/go-color@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TwiN:go_color:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fNbOwOrvup5oj934UragnW0B1WKaAkkB85q19Y7h4ng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.7+incompatible?package-id=a73bdd2da692e81c", + "type": "library", + "name": "github.com/aliyun/aliyun-oss-go-sdk", + "version": "v2.2.7+incompatible", + "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v2.2.7\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.7+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v2.2.7\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KpbJFXwhVeuxNtBJ74MCGbIoaBok2uZvkD7QXp2+Wis=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/antonmedv/expr@v1.12.5?package-id=428b58bfa1a790fe", + "type": "library", + "name": "github.com/antonmedv/expr", + "version": "v1.12.5", + "cpe": "cpe:2.3:a:antonmedv:expr:v1.12.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antonmedv/expr@v1.12.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Fq4okale9swwL3OeLLs9WD9H6GbgBLJyN/NUHRv+n0E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj-labs/go-git/v5@v5.4.6?package-id=432178b2a3b18444", + "type": "library", + "name": "github.com/argoproj-labs/go-git/v5", + "version": "v5.4.6", + "cpe": "cpe:2.3:a:argoproj-labs:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj-labs/go-git/v5@v5.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj-labs:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj_labs:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj_labs:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qSXJlgYSkDvpCFMN647SSUoUmB6LtPmair3iW9xWSfo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-events@v1.7.3?package-id=6497e259185acee9", + "type": "library", + "name": "github.com/argoproj/argo-events", + "version": "v1.7.3", + "cpe": "cpe:2.3:a:argoproj:argo-events:v1.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-events@v1.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_events:v1.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XiGnKCzRRQCI7sFCKw3RoeFUOR6IupfAJI9uUK7pnG8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11?package-id=c5f03e7e4f61b884", + "type": "library", + "name": "github.com/argoproj/argo-workflows/v3", + "version": "v3.4.11", + "cpe": "cpe:2.3:a:argoproj:argo-workflows\\/v3:v3.4.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_workflows\\/v3:v3.4.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X github.com/argoproj/argo-workflows/v3.version=v3.4.11 -X github.com/argoproj/argo-workflows/v3.buildDate=2023-09-08T00:10:24Z -X github.com/argoproj/argo-workflows/v3.gitCommit=ee939bbd2d8950a2fa1badd7cfad3b88c039da26 -X github.com/argoproj/argo-workflows/v3.gitTreeState=clean -X github.com/argoproj/argo-workflows/v3.gitTag=v3.4.11 -extldflags -static" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/pkg@v0.13.6?package-id=cc2a1d634f1faa34", + "type": "library", + "name": "github.com/argoproj/pkg", + "version": "v0.13.6", + "cpe": "cpe:2.3:a:argoproj:pkg:v0.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/pkg@v0.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:36WPD9MNYECHcO1/R1pj6teYspiK7uMQLCgLGft2abM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.105?package-id=2eb5485974f1ace3", + "type": "library", + "name": "github.com/aws/aws-sdk-go", + "version": "v1.44.105", + "cpe": "cpe:2.3:a:aws:aws-sdk-go:v1.44.105:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.105", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go:v1.44.105:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UUwoD1PRKIj3ltrDUYTDQj5fOTK3XsnqolLpRTMmSEM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=1ad4e0eadd627303", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=c1e192c3c8c58704", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0?package-id=36225c90825842e2", + "type": "library", + "name": "github.com/colinmarc/hdfs/v2", + "version": "v2.4.0", + "cpe": "cpe:2.3:a:colinmarc:hdfs\\/v2:v2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v6R8oBx/Wu9fHpdPoJJjpGSUxo8NhHIwrwsfhFvU9W0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0?package-id=0765b41489b78bb8", + "type": "library", + "name": "github.com/coreos/go-oidc/v3", + "version": "v3.5.0", + "cpe": "cpe:2.3:a:coreos:go-oidc\\/v3:v3.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_oidc\\/v3:v3.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VxKtbccHZxs8juq7RdJntSqtXFtde9YpNpGn0yqgEHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=f83f2f46d975166d", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3?package-id=f2493f1ccc64f02e", + "type": "library", + "name": "github.com/doublerebel/bellows", + "version": "v0.0.0-20160303004610-f177d92a03d3", + "cpe": "cpe:2.3:a:doublerebel:bellows:v0.0.0-20160303004610-f177d92a03d3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7nllYTGLnq4CqBL27lV6oNfXzM2tJ2mrKF8E+aBXOV0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dustin/go-humanize@v1.0.1?package-id=923087bf1a5a6369", + "type": "library", + "name": "github.com/dustin/go-humanize", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0?package-id=145d6aa83e01a22e", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.10.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X4gma4HM7hFm6WMeAsTfqA0GOfdNoCzBIkHGoRLGXuM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emirpasic/gods@v1.12.0?package-id=51ceebffc26d5467", + "type": "library", + "name": "github.com/emirpasic/gods", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:emirpasic:gods:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emirpasic/gods@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=a5d41d04332679a8", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=b872287ca837ab67", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/gcfg@v1.5.0?package-id=4109702ad7025d99", + "type": "library", + "name": "github.com/go-git/gcfg", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:go-git:gcfg:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/gcfg@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1?package-id=0fb68010e410be40", + "type": "library", + "name": "github.com/go-git/go-billy/v5", + "version": "v5.3.1", + "cpe": "cpe:2.3:a:go-git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CPiOUAzKtMRvolEKw+bG1PLRpT7D3LIs3/3ey4Aiu34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0?package-id=22e46a6a678e5172", + "type": "library", + "name": "github.com/go-jose/go-jose/v3", + "version": "v3.0.0", + "cpe": "cpe:2.3:a:go-jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=2b54fb485019c6df", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=a07fac56dccdeeff", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=b14df769cd1877cb", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=852fc125dbbf4f49", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0?package-id=0352070388873491", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=5cbddc2be9f60951", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=0d95d92718dc3818", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=b8e122cbeb0a020e", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=7f822d753a6da6f1", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=95ccbc3e8a1483b8", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=516b503eb022205c", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=ab9b873c64ae3b5d", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/s2a-go@v0.1.4?package-id=46043b44d0c15ac8", + "type": "library", + "name": "github.com/google/s2a-go", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:google:s2a-go:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/s2a-go@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:s2a_go:v0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=622bedbd9b0be9cb", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5?package-id=22244bb81a28036e", + "type": "library", + "name": "github.com/googleapis/enterprise-certificate-proxy", + "version": "v0.2.5", + "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0?package-id=6e9ee0153d1f322d", + "type": "library", + "name": "github.com/googleapis/gax-go/v2", + "version": "v2.12.0", + "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/handlers@v1.5.1?package-id=061a7dcbd78a6cd6", + "type": "library", + "name": "github.com/gorilla/handlers", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:gorilla:handlers:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/handlers@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=d992ae2be60b2a07", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=72ca21c3cd277d99", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0?package-id=effae35195de6bdc", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=cce21925e89f7714", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3?package-id=62a82ae1018d5e0a", + "type": "library", + "name": "github.com/hashicorp/go-uuid", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=532bc775bf64d785", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=9b92ec7386ae8b3b", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=d0c1b095648c2aa8", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99?package-id=0cab81f04ac1d96b", + "type": "library", + "name": "github.com/jbenet/go-context", + "version": "v0.0.0-20150711004518-d14ea06fba99", + "cpe": "cpe:2.3:a:jbenet:go-context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbenet:go_context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0?package-id=b3a8b988e57b37ab", + "type": "library", + "name": "github.com/jcmturner/aescts/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:aescts\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0?package-id=18ade5b1e743847e", + "type": "library", + "name": "github.com/jcmturner/dnsutils/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:dnsutils\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gofork@v1.7.6?package-id=1bea267700e2506a", + "type": "library", + "name": "github.com/jcmturner/gofork", + "version": "v1.7.6", + "cpe": "cpe:2.3:a:jcmturner:gofork:v1.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gofork@v1.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1?package-id=47938a74ff271497", + "type": "library", + "name": "github.com/jcmturner/goidentity/v6", + "version": "v6.0.1", + "cpe": "cpe:2.3:a:jcmturner:goidentity\\/v6:v6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4?package-id=5654b6fb60bb5483", + "type": "library", + "name": "github.com/jcmturner/gokrb5/v8", + "version": "v8.4.4", + "cpe": "cpe:2.3:a:jcmturner:gokrb5\\/v8:v8.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3?package-id=39d9e36bc7a7e26e", + "type": "library", + "name": "github.com/jcmturner/rpc/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:jcmturner:rpc\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=65a6f7befcc8d3f5", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=6a51314f6afd9ec9", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=42355d2f0db0bc84", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kevinburke/ssh_config@v1.2.0?package-id=f23fe2dad56236fc", + "type": "library", + "name": "github.com/kevinburke/ssh_config", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:kevinburke:ssh-config:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kevinburke/ssh_config@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kevinburke:ssh_config:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.7?package-id=d0c4ff8e7f1bf122", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.16.7", + "cpe": "cpe:2.3:a:klauspost:compress:v1.16.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.16.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.5?package-id=b753f1078631150c", + "type": "library", + "name": "github.com/klauspost/cpuid/v2", + "version": "v2.2.5", + "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/pgzip@v1.2.6?package-id=bf09ed3e9877a603", + "type": "library", + "name": "github.com/klauspost/pgzip", + "version": "v1.2.6", + "cpe": "cpe:2.3:a:klauspost:pgzip:v1.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/pgzip@v1.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kylelemons/godebug@v1.1.0?package-id=9e2e743882c798aa", + "type": "library", + "name": "github.com/kylelemons/godebug", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:kylelemons:godebug:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kylelemons/godebug@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.4?package-id=4afcb411794ea695", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.4", + "cpe": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=8ce74d2295829b3f", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=b61ff7b80ca92f90", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=8bbaca385ccd9c61", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/md5-simd@v1.1.2?package-id=45f41c36e4c45800", + "type": "library", + "name": "github.com/minio/md5-simd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio-go/v7@v7.0.61?package-id=a07b9e3be280dac3", + "type": "library", + "name": "github.com/minio/minio-go/v7", + "version": "v7.0.61", + "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.61:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio-go/v7@v7.0.61", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.61:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sha256-simd@v1.0.1?package-id=cc95e963975888da", + "type": "library", + "name": "github.com/minio/sha256-simd", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=b391716fa3907336", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=2f9cb22e1dd40c90", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=591262d3c235219c", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=9525e8e7c5fe3871", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=946c2253ed2ff98e", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=7e8cb8c2a5d71a76", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=8396f25acf54402a", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=f2d25fce2be25daf", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852?package-id=03502e7e4bb0a232", + "type": "library", + "name": "github.com/oliveagle/jsonpath", + "version": "v0.0.0-20180606110733-2e52cf6e6852", + "cpe": "cpe:2.3:a:oliveagle:jsonpath:v0.0.0-20180606110733-2e52cf6e6852:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Yl0tPBa8QPjGmesFh1D0rDy+q1Twx6FyU7VWHi8wZbI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6?package-id=de54d0ea1abaf3bc", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8?package-id=05fccf88cf90cbb6", + "type": "library", + "name": "github.com/pkg/browser", + "version": "v0.0.0-20210911075715-681adbf594b8", + "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20210911075715-681adbf594b8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=a3a0e0a3aed8912a", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=3f8e4da222118231", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=147d526ac62fe6a5", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.42.0?package-id=a9792102f5ebb397", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.42.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.42.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.42.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=71fc51aa872fb692", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/robfig/cron/v3@v3.0.1?package-id=df1f5c8e60f855a6", + "type": "library", + "name": "github.com/robfig/cron/v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:robfig:cron\\/v3:v3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/robfig/cron/v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/xid@v1.5.0?package-id=99dd25b11ac000c7", + "type": "library", + "name": "github.com/rs/xid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/xid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sergi/go-diff@v1.1.0?package-id=9150c03de0f067e3", + "type": "library", + "name": "github.com/sergi/go-diff", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:sergi:go-diff:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sergi/go-diff@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sergi:go_diff:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sethvargo/go-limiter@v0.7.2?package-id=53a860523ce1b059", + "type": "library", + "name": "github.com/sethvargo/go-limiter", + "version": "v0.7.2", + "cpe": "cpe:2.3:a:sethvargo:go-limiter:v0.7.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sethvargo/go-limiter@v0.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sethvargo:go_limiter:v0.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FgC4N7RMpV5gMrUdda15FaFTkQ/L4fEqM7seXMs4oO8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=967db988f2b4d45e", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=7925d15dfcac62dd", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966?package-id=558692d7ce9e47f9", + "type": "library", + "name": "github.com/skratchdot/open-golang", + "version": "v0.0.0-20200116055534-eef842397966", + "cpe": "cpe:2.3:a:skratchdot:open-golang:v0.0.0-20200116055534-eef842397966:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:skratchdot:open_golang:v0.0.0-20200116055534-eef842397966:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/soheilhy/cmux@v0.1.5?package-id=941aa423d0434d45", + "type": "library", + "name": "github.com/soheilhy/cmux", + "version": "v0.1.5", + "cpe": "cpe:2.3:a:soheilhy:cmux:v0.1.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/soheilhy/cmux@v0.1.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.9.3?package-id=a23cbb48b69f3335", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:spf13:afero:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=4e4961cd562fddb2", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.5.0?package-id=683f191a00834346", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=d4b472fa478b9499", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=894b957a6592de28", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.15.0?package-id=c0798055975a0238", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.4.2?package-id=770dc3c5ef2d0991", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=ac697ef9eef59991", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2?package-id=3e00d82c4b073c78", + "type": "library", + "name": "github.com/valyala/fasttemplate", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:valyala:fasttemplate:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/whilp/git-urls@v1.0.0?package-id=a4f4e8906b56ce0f", + "type": "library", + "name": "github.com/whilp/git-urls", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:whilp:git-urls:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/whilp/git-urls@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:whilp:git_urls:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:95f6UMWN5FKW71ECsXRUd3FVYiXdrE7aX4NZKcPmIjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1?package-id=4c164e6b445b5df4", + "type": "library", + "name": "github.com/xanzy/ssh-agent", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:xanzy:ssh-agent:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xanzy:ssh_agent:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opencensus.io@v0.24.0?package-id=8ca03a99eeab319c", + "type": "library", + "name": "go.opencensus.io", + "version": "v0.24.0", + "purl": "pkg:golang/go.opencensus.io@v0.24.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.12.0?package-id=fc85ff255e28889c", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f?package-id=a2c48f443b0f22d6", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20220602145555-4a0574d9293f", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20220602145555-4a0574d9293f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KK6mxegmt5hGJRcAnEDjSNLxIRhZxDcgwMbcO/lMCRM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.14.0?package-id=41fe496b95d972b8", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.11.0?package-id=03dbac1e95a8f83c", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.11.0?package-id=4bec2207fda7b362", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.11.0?package-id=0018cd16373222c1", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.12.0?package-id=5340eb96425bb74e", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=17ad20a851fc366b", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2?package-id=e7851d734e6e2f48", + "type": "library", + "name": "golang.org/x/xerrors", + "version": "v0.0.0-20220907171357-04be3eba64a2", + "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/api@v0.133.0?package-id=a4e938024cc7b1fb", + "type": "library", + "name": "google.golang.org/api", + "version": "v0.133.0", + "cpe": "cpe:2.3:a:google:api:v0.133.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/api@v0.133.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:N7Ym5Hl0Dpn0I0o7R1z4UpVA1GCDyS8vbPu1/ObV73A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/appengine@v1.6.7?package-id=61d7056a0c97bb93", + "type": "library", + "name": "google.golang.org/appengine", + "version": "v1.6.7", + "cpe": "cpe:2.3:a:google:appengine:v1.6.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/appengine@v1.6.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130?package-id=5e5cb2c2eb519014", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Au6te5hbKUV8pIYWHqOUZ1pva5qK/rwbIhoXEUB9Lu8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130?package-id=c311c18beabeece9", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XVeBY8d/FaK4848myy41HBqnDwvxeV3zMZhwN1TvAMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771?package-id=4057d4945e6d847e", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20230720185612-659f7aaaa771", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230720185612-659f7aaaa771:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z8qdAF9GFsmcUuWQ5KVYIpP3PCKydn/YKORnghIalu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.56.2?package-id=a7426e33e5bec264", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.56.2", + "cpe": "cpe:2.3:a:google:grpc:v1.56.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.56.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fVRFRnXvU+x6C4IlHZewvJOVHoOv1TUuQyoRsYnB4bI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=3024deac25ed7e3c", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/go-playground/webhooks.v5@v5.17.0?package-id=a77c0718b564ac6b", + "type": "library", + "name": "gopkg.in/go-playground/webhooks.v5", + "version": "v5.17.0", + "purl": "pkg:golang/gopkg.in/go-playground/webhooks.v5@v5.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:truBced5ZmkiNKK47cM8bMe86wUSjNks7SFMuNKwzlc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=70bd483a40a8a411", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=6afc7fd77520d8ed", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/warnings.v0@v0.1.2?package-id=99ede65c7307150c", + "type": "library", + "name": "gopkg.in/warnings.v0", + "version": "v0.1.2", + "purl": "pkg:golang/gopkg.in/warnings.v0@v0.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=2db29a49ed4877d2", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=d2744e412e205164", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.24.3?package-id=001d361c5d572d14", + "type": "library", + "name": "k8s.io/api", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/api@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tt55QEmKd6L2k5DP6G/ZzdMQKvG5ro4H4teClqm0sTY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.24.3?package-id=4182f42e294ad938", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/apimachinery@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrFiNSA2cBZqllakVYyH/VyEh4B581bQRmqATJSeQTg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.24.3?package-id=e598282887fe55d6", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/client-go@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Nl1840+6p4JqkFWEW2LnMKU667BUxw03REfLAVhuKQY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.60.1?package-id=57f4d18a5a9d3a0a", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.60.1", + "cpe": "cpe:2.3:a:klog:v2:v2.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8?package-id=ff03c599a6b6e8e2", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20220627174259-011e075b9cb8", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yEQKdMCjzAOvGeiTwG4hO/hNVNtDOuUFvMUZ0OlaIzs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9?package-id=a6fd2627b26bf55f", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20220210201930-3a6ce19ff2f9", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11&package-id=dc6036fa60ec7385", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/netbase" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/netbase.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2?package-id=1af415b4b47ce216", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20211208200746-9f7c6b3444d2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=d0c8006e1f16375d", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=50635cb07a9f4a96", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=b5e65d160035a289", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/tzdata" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/tzdata.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible?package-id=48a95a066d03eebb", + "type": "library", + "name": "upper.io/db.v3", + "version": "v3.8.0+incompatible", + "purl": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:827ced9afd1c7e57e2eec26a6e21c691fae3eb3e8c017616d962c8f2e61f7f1b" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argo" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XNeEO2vQRVqq70M98ghzq6M30F5Bzo+99ess5v+eVYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Distroless", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://github.com/GoogleContainerTools/distroless/issues/new", + "type": "issue-tracker" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless", + "type": "website" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless/blob/master/README.md", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Distroless" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx.json b/release-notes/2024-01/sbom/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx.json new file mode 100644 index 00000000..242ac301 --- /dev/null +++ b/release-notes/2024-01/sbom/argoproj-argoexec-v3.4.11-linux-amd64.syft.cdx.json @@ -0,0 +1,10304 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:eb12656f-6588-4de8-98c2-2bd860c8cf58", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:06-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "5cc187eb5e74f533", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/argoproj/argoexec", + "version": "v3.4.11-linux-amd64" + } + }, + "components": [ + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11&package-id=d459a17da976b16d", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/base-files" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.110.4?package-id=4760ac2fc21f9924", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.110.4", + "purl": "pkg:golang/cloud.google.com/go@v0.110.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=fbcb0736ca02da6b", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/iam@v1.1.0?package-id=efe397f335dc9030", + "type": "library", + "name": "cloud.google.com/go/iam", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:go:iam:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:67gSqaPukx7O8WLLHMa0PNs3EBGd2eE4d+psbO/CO94=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/storage@v1.30.1?package-id=82fb4362d5f45bf0", + "type": "library", + "name": "cloud.google.com/go/storage", + "version": "v1.30.1", + "cpe": "cpe:2.3:a:go:storage:v1.30.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/storage@v1.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azcore@v1.6.0?package-id=5598132e7bb518c3", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azcore", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azcore:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azcore:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8kDqDngH+DmVBiCtIjCFTGa7MBnsIOkF9IccInFEbjk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azidentity@v1.2.2?package-id=8fd01c797fe257a3", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azidentity:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azidentity:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uqM+VoHjVH6zdlkLF2b6O0ZANcHoj3rO0PoQ3jglUJA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/internal@v1.3.0?package-id=e1cc60d2c175d0c3", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/internal", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/internal@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/storage/azblob@v0.4.1?package-id=689f6d97325f01c0", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/storage\\/azblob:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/storage\\/azblob:v0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QSdcrd/UFJv6Bp/CfoVf2SrENpFn9P6Yh8yb+xNhYMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.24?package-id=ed17bab2b3c5aa6a", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.24", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.18?package-id=307932871afd9c85", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.18", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=bd9b7d4e0fa861fa", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=3584517c9d83a28d", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=8307db3bee2a9b23", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azuread/microsoft-authentication-library-for-go@v0.9.0?package-id=8c60b49863c0738c", + "type": "library", + "name": "github.com/AzureAD/microsoft-authentication-library-for-go", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:AzureAD:microsoft-authentication-library-for-go:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/AzureAD/microsoft-authentication-library-for-go@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:AzureAD:microsoft_authentication_library_for_go:v0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UE9n9rkJF62ArLb1F3DEjRt8O3jLwMWdSoypKV4f3MU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v0.0.0-20170808103936-bb23615498cd?package-id=0c9bf43f7f4b8b31", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v0.0.0-20170808103936-bb23615498cd", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v0.0.0-20170808103936-bb23615498cd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v0.0.0-20170808103936-bb23615498cd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=82229968a1ca0e9e", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=6d57e965d20a6a39", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=604466d400b90032", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/protonmail/go-crypto@v0.0.0-20210428141323-04723f9f07d7?package-id=7d0a995fc69eb2cf", + "type": "library", + "name": "github.com/ProtonMail/go-crypto", + "version": "v0.0.0-20210428141323-04723f9f07d7", + "cpe": "cpe:2.3:a:ProtonMail:go-crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ProtonMail/go-crypto@v0.0.0-20210428141323-04723f9f07d7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ProtonMail:go_crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.7+incompatible?package-id=c4eb050ebf19dd55", + "type": "library", + "name": "github.com/aliyun/aliyun-oss-go-sdk", + "version": "v2.2.7+incompatible", + "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v2.2.7\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.7+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v2.2.7\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KpbJFXwhVeuxNtBJ74MCGbIoaBok2uZvkD7QXp2+Wis=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/antonmedv/expr@v1.12.5?package-id=f5c6a21740216d83", + "type": "library", + "name": "github.com/antonmedv/expr", + "version": "v1.12.5", + "cpe": "cpe:2.3:a:antonmedv:expr:v1.12.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antonmedv/expr@v1.12.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Fq4okale9swwL3OeLLs9WD9H6GbgBLJyN/NUHRv+n0E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj-labs/go-git/v5@v5.4.6?package-id=5fd1a7e120b622b3", + "type": "library", + "name": "github.com/argoproj-labs/go-git/v5", + "version": "v5.4.6", + "cpe": "cpe:2.3:a:argoproj-labs:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj-labs/go-git/v5@v5.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj-labs:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj_labs:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj_labs:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:go-git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:go_git\\/v5:v5.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qSXJlgYSkDvpCFMN647SSUoUmB6LtPmair3iW9xWSfo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-events@v1.7.3?package-id=1ce8c765fc56812f", + "type": "library", + "name": "github.com/argoproj/argo-events", + "version": "v1.7.3", + "cpe": "cpe:2.3:a:argoproj:argo-events:v1.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-events@v1.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_events:v1.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XiGnKCzRRQCI7sFCKw3RoeFUOR6IupfAJI9uUK7pnG8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11?package-id=927b3f91391f96cb", + "type": "library", + "name": "github.com/argoproj/argo-workflows/v3", + "version": "v3.4.11", + "cpe": "cpe:2.3:a:argoproj:argo-workflows\\/v3:v3.4.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_workflows\\/v3:v3.4.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X github.com/argoproj/argo-workflows/v3.version=v3.4.11 -X github.com/argoproj/argo-workflows/v3.buildDate=2023-09-08T00:05:56Z -X github.com/argoproj/argo-workflows/v3.gitCommit=ee939bbd2d8950a2fa1badd7cfad3b88c039da26 -X github.com/argoproj/argo-workflows/v3.gitTreeState=clean -X github.com/argoproj/argo-workflows/v3.gitTag=v3.4.11 -extldflags -static" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/pkg@v0.13.6?package-id=c293460766d41e91", + "type": "library", + "name": "github.com/argoproj/pkg", + "version": "v0.13.6", + "cpe": "cpe:2.3:a:argoproj:pkg:v0.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/pkg@v0.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:36WPD9MNYECHcO1/R1pj6teYspiK7uMQLCgLGft2abM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.105?package-id=b776cb972f06008d", + "type": "library", + "name": "github.com/aws/aws-sdk-go", + "version": "v1.44.105", + "cpe": "cpe:2.3:a:aws:aws-sdk-go:v1.44.105:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.105", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go:v1.44.105:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UUwoD1PRKIj3ltrDUYTDQj5fOTK3XsnqolLpRTMmSEM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=94e15bd26137de64", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=807587980d72e80f", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5?package-id=8e1729c9db4dc71b", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v0.0.0-20160711120539-c6fed771bfd5", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0?package-id=1812a4713bd88341", + "type": "library", + "name": "github.com/colinmarc/hdfs/v2", + "version": "v2.4.0", + "cpe": "cpe:2.3:a:colinmarc:hdfs\\/v2:v2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v6R8oBx/Wu9fHpdPoJJjpGSUxo8NhHIwrwsfhFvU9W0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0?package-id=3660f9ac7c35dc5f", + "type": "library", + "name": "github.com/coreos/go-oidc/v3", + "version": "v3.5.0", + "cpe": "cpe:2.3:a:coreos:go-oidc\\/v3:v3.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_oidc\\/v3:v3.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VxKtbccHZxs8juq7RdJntSqtXFtde9YpNpGn0yqgEHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/creack/pty@v1.1.18?package-id=80cb83b1ae5243da", + "type": "library", + "name": "github.com/creack/pty", + "version": "v1.1.18", + "cpe": "cpe:2.3:a:creack:pty:v1.1.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/creack/pty@v1.1.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=bc741f0b7e388cce", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/daviddengcn/go-colortext@v0.0.0-20160507010035-511bcaf42ccd?package-id=f6e3f39ff9e42bd8", + "type": "library", + "name": "github.com/daviddengcn/go-colortext", + "version": "v0.0.0-20160507010035-511bcaf42ccd", + "cpe": "cpe:2.3:a:daviddengcn:go-colortext:v0.0.0-20160507010035-511bcaf42ccd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/daviddengcn/go-colortext@v0.0.0-20160507010035-511bcaf42ccd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daviddengcn:go_colortext:v0.0.0-20160507010035-511bcaf42ccd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible?package-id=e4442c134d847b85", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.2+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3?package-id=6a11fafcdf8e6d48", + "type": "library", + "name": "github.com/doublerebel/bellows", + "version": "v0.0.0-20160303004610-f177d92a03d3", + "cpe": "cpe:2.3:a:doublerebel:bellows:v0.0.0-20160303004610-f177d92a03d3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7nllYTGLnq4CqBL27lV6oNfXzM2tJ2mrKF8E+aBXOV0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0?package-id=4b29d9b4441c19f8", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.10.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X4gma4HM7hFm6WMeAsTfqA0GOfdNoCzBIkHGoRLGXuM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emirpasic/gods@v1.12.0?package-id=58da08421896d90c", + "type": "library", + "name": "github.com/emirpasic/gods", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:emirpasic:gods:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emirpasic/gods@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=98fbd1ef698c6e83", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=152bf1a1e9685b91", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=2e0401c652d55124", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=f34088711ca038ca", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=9651e6bc85d2aa76", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=da114e095faa8822", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/gcfg@v1.5.0?package-id=c05f9830919fa44e", + "type": "library", + "name": "github.com/go-git/gcfg", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:go-git:gcfg:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/gcfg@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1?package-id=479745d7b7d3ffa0", + "type": "library", + "name": "github.com/go-git/go-billy/v5", + "version": "v5.3.1", + "cpe": "cpe:2.3:a:go-git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CPiOUAzKtMRvolEKw+bG1PLRpT7D3LIs3/3ey4Aiu34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0?package-id=d906805b5a6bb88b", + "type": "library", + "name": "github.com/go-jose/go-jose/v3", + "version": "v3.0.0", + "cpe": "cpe:2.3:a:go-jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=efb8ea06b6019003", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=4eaafc5fcc0cbf28", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=d057d81b8bc42dd1", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=dc1cb11d3101a22d", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0?package-id=173883ab18a5a39d", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=dbb75dd6fa5a602b", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=459e65bc1541d8ed", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=62bf6e68b5fe05af", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=b03ce713bc12a23a", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=5b3ae49a57b0e27a", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=8e18d07fe1817fd8", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=1e372f5e9bedb598", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=3bea1c4e36f8fe75", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/s2a-go@v0.1.4?package-id=12e859040869e77f", + "type": "library", + "name": "github.com/google/s2a-go", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:google:s2a-go:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/s2a-go@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:s2a_go:v0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=bb0de342db7e2458", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=1d870ca3a79ff062", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5?package-id=e15a9b793013c2a0", + "type": "library", + "name": "github.com/googleapis/enterprise-certificate-proxy", + "version": "v0.2.5", + "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0?package-id=b3d43de2e59d9932", + "type": "library", + "name": "github.com/googleapis/gax-go/v2", + "version": "v2.12.0", + "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=52db6fba88256c0e", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20190611155906-901d90724c79?package-id=efaa0d4f63251f75", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20190611155906-901d90724c79", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20190611155906-901d90724c79:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20190611155906-901d90724c79", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=1359ab1eee0ad45d", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3?package-id=5700999a8433794b", + "type": "library", + "name": "github.com/hashicorp/go-uuid", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=4f96047c265feb9c", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=a46f5a42c3e506a0", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/itchyny/gojq@v0.12.13?package-id=4b69a0a334b24ad4", + "type": "library", + "name": "github.com/itchyny/gojq", + "version": "v0.12.13", + "cpe": "cpe:2.3:a:itchyny:gojq:v0.12.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/itchyny/gojq@v0.12.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IxyYlHYIlspQHHTE0f3cJF0NKDMfajxViuhBLnHd/QU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/itchyny/timefmt-go@v0.1.5?package-id=bc6b9411057feb93", + "type": "library", + "name": "github.com/itchyny/timefmt-go", + "version": "v0.1.5", + "cpe": "cpe:2.3:a:itchyny:timefmt-go:v0.1.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/itchyny/timefmt-go@v0.1.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:itchyny:timefmt_go:v0.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99?package-id=5608b42bd8e84e23", + "type": "library", + "name": "github.com/jbenet/go-context", + "version": "v0.0.0-20150711004518-d14ea06fba99", + "cpe": "cpe:2.3:a:jbenet:go-context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbenet:go_context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0?package-id=e3069985d1d64ee5", + "type": "library", + "name": "github.com/jcmturner/aescts/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:aescts\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0?package-id=b351a55dcf49e8df", + "type": "library", + "name": "github.com/jcmturner/dnsutils/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:dnsutils\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gofork@v1.7.6?package-id=717d673ae87e735a", + "type": "library", + "name": "github.com/jcmturner/gofork", + "version": "v1.7.6", + "cpe": "cpe:2.3:a:jcmturner:gofork:v1.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gofork@v1.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1?package-id=8eebd331f23f5665", + "type": "library", + "name": "github.com/jcmturner/goidentity/v6", + "version": "v6.0.1", + "cpe": "cpe:2.3:a:jcmturner:goidentity\\/v6:v6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4?package-id=fb9c04712ab4ff17", + "type": "library", + "name": "github.com/jcmturner/gokrb5/v8", + "version": "v8.4.4", + "cpe": "cpe:2.3:a:jcmturner:gokrb5\\/v8:v8.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3?package-id=4a72c64150fd7d6c", + "type": "library", + "name": "github.com/jcmturner/rpc/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:jcmturner:rpc\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=a8f3ddefb44d9b14", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2?package-id=56ed22f8ec345015", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=d8e1c983714779fd", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=a2f1e953b6564943", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kevinburke/ssh_config@v1.2.0?package-id=4587ccc5ebce1226", + "type": "library", + "name": "github.com/kevinburke/ssh_config", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:kevinburke:ssh-config:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kevinburke/ssh_config@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kevinburke:ssh_config:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.7?package-id=f9ac53aecc403b68", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.16.7", + "cpe": "cpe:2.3:a:klauspost:compress:v1.16.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.16.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.5?package-id=3a9c60512f1580f2", + "type": "library", + "name": "github.com/klauspost/cpuid/v2", + "version": "v2.2.5", + "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/pgzip@v1.2.6?package-id=ed80ca7f80465cab", + "type": "library", + "name": "github.com/klauspost/pgzip", + "version": "v1.2.6", + "cpe": "cpe:2.3:a:klauspost:pgzip:v1.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/pgzip@v1.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kylelemons/godebug@v1.1.0?package-id=e3d568011e099a83", + "type": "library", + "name": "github.com/kylelemons/godebug", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:kylelemons:godebug:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kylelemons/godebug@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.4?package-id=84534a9c0ddfb888", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.4", + "cpe": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=6fdfc5dbff966f4a", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/dedent@v1.1.0?package-id=ce19dbfb50730451", + "type": "library", + "name": "github.com/lithammer/dedent", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/dedent@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=d1cd68fbd9eb792c", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=0e7bb9357088c878", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/md5-simd@v1.1.2?package-id=f1cdde0578342414", + "type": "library", + "name": "github.com/minio/md5-simd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio-go/v7@v7.0.61?package-id=8a409e58962a7713", + "type": "library", + "name": "github.com/minio/minio-go/v7", + "version": "v7.0.61", + "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.61:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio-go/v7@v7.0.61", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.61:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sha256-simd@v1.0.1?package-id=95059b100f6a491a", + "type": "library", + "name": "github.com/minio/sha256-simd", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=218a761896b0847d", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=9cdb8e885d238d84", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=b887beafa626955c", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=4372a4a86e58b074", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=aa3ca9a9f2be6059", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20210619224110-3f7ff695adc6?package-id=64c062f6a76b7e89", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20210619224110-3f7ff695adc6", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20210619224110-3f7ff695adc6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20210619224110-3f7ff695adc6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=742d6b695d827501", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=614bf30b1e9bc2c8", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=571e86c5b0cb440c", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=b7320dcf12488dd1", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=76f2a38334ccc7d8", + "type": "library", + "name": "github.com/mxk/go-flowrate", + "version": "v0.0.0-20140419014527-cca7078d478f", + "cpe": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852?package-id=f5f55f104c55a3da", + "type": "library", + "name": "github.com/oliveagle/jsonpath", + "version": "v0.0.0-20180606110733-2e52cf6e6852", + "cpe": "cpe:2.3:a:oliveagle:jsonpath:v0.0.0-20180606110733-2e52cf6e6852:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Yl0tPBa8QPjGmesFh1D0rDy+q1Twx6FyU7VWHi8wZbI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=17065a93211a6280", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=3370856e5a4a080a", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8?package-id=4150c613256c84a1", + "type": "library", + "name": "github.com/pkg/browser", + "version": "v0.0.0-20210911075715-681adbf594b8", + "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20210911075715-681adbf594b8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=e03a4e2667de1342", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=56fe851239e05aea", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=756123e4210c2912", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=7f15f3658c873c7c", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.42.0?package-id=23b874484d7746ce", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.42.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.42.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.42.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=f8b145286a43f6b0", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/robfig/cron/v3@v3.0.1?package-id=64c042cb6f4c2334", + "type": "library", + "name": "github.com/robfig/cron/v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:robfig:cron\\/v3:v3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/robfig/cron/v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/xid@v1.5.0?package-id=92cbd1d096332807", + "type": "library", + "name": "github.com/rs/xid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/xid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday@v1.6.0?package-id=0629e3e5d1ad8c3f", + "type": "library", + "name": "github.com/russross/blackfriday", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:russross:blackfriday:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sergi/go-diff@v1.1.0?package-id=3fce7be997e9b189", + "type": "library", + "name": "github.com/sergi/go-diff", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:sergi:go-diff:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sergi/go-diff@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sergi:go_diff:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sethvargo/go-limiter@v0.7.2?package-id=095c8a55fb6ef485", + "type": "library", + "name": "github.com/sethvargo/go-limiter", + "version": "v0.7.2", + "cpe": "cpe:2.3:a:sethvargo:go-limiter:v0.7.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sethvargo/go-limiter@v0.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sethvargo:go_limiter:v0.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FgC4N7RMpV5gMrUdda15FaFTkQ/L4fEqM7seXMs4oO8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=7bd03f0dfe75e8b8", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=fc14f6d77eb1a355", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=c28d89f982cb96a9", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.5.0?package-id=7486873e3ba46328", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=a2c5e162edd664fc", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.4?package-id=7efa5e637b7df7cc", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.4", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/gjson@v1.15.0?package-id=c1b5f6a149e9737e", + "type": "library", + "name": "github.com/tidwall/gjson", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:tidwall:gjson:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/gjson@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5n/pM+v3r5ujuNl4YLZLsQ+UE5jlkLVm7jMzT5Mpolw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=13037633f8f441bb", + "type": "library", + "name": "github.com/tidwall/match", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:tidwall:match:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/match@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/pretty@v1.2.0?package-id=3bce230243e425fc", + "type": "library", + "name": "github.com/tidwall/pretty", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:tidwall:pretty:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/pretty@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=0e495ad12805ed69", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2?package-id=67df424229da7df6", + "type": "library", + "name": "github.com/valyala/fasttemplate", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:valyala:fasttemplate:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/whilp/git-urls@v1.0.0?package-id=717cd6fb9a0712bc", + "type": "library", + "name": "github.com/whilp/git-urls", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:whilp:git-urls:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/whilp/git-urls@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:whilp:git_urls:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:95f6UMWN5FKW71ECsXRUd3FVYiXdrE7aX4NZKcPmIjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1?package-id=249d45b51a127b66", + "type": "library", + "name": "github.com/xanzy/ssh-agent", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:xanzy:ssh-agent:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xanzy:ssh_agent:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca?package-id=a602774024f786d3", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v0.0.0-20181112141820-a009c3971eca", + "cpe": "cpe:2.3:a:xlab:treeprint:v0.0.0-20181112141820-a009c3971eca:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opencensus.io@v0.24.0?package-id=d5ac23dbc23edc2b", + "type": "library", + "name": "go.opencensus.io", + "version": "v0.24.0", + "purl": "pkg:golang/go.opencensus.io@v0.24.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=45b43fcf2b8d9b51", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.12.0?package-id=68c36abf650993a1", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f?package-id=a725c510fa0eb5bf", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20220602145555-4a0574d9293f", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20220602145555-4a0574d9293f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KK6mxegmt5hGJRcAnEDjSNLxIRhZxDcgwMbcO/lMCRM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.14.0?package-id=6723fffae783b59f", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.11.0?package-id=c4f7fa16f2d25172", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.11.0?package-id=00bd930f5e9f6cd2", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.11.0?package-id=55c614af105ccdfc", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.12.0?package-id=7916dc26cd970a03", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=6afad80056d2cf3d", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2?package-id=ef54cc61f75531e8", + "type": "library", + "name": "golang.org/x/xerrors", + "version": "v0.0.0-20220907171357-04be3eba64a2", + "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/api@v0.133.0?package-id=4c25e39e6dda3f45", + "type": "library", + "name": "google.golang.org/api", + "version": "v0.133.0", + "cpe": "cpe:2.3:a:google:api:v0.133.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/api@v0.133.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:N7Ym5Hl0Dpn0I0o7R1z4UpVA1GCDyS8vbPu1/ObV73A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/appengine@v1.6.7?package-id=3e75097fba65b1c9", + "type": "library", + "name": "google.golang.org/appengine", + "version": "v1.6.7", + "cpe": "cpe:2.3:a:google:appengine:v1.6.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/appengine@v1.6.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130?package-id=0a5de97cb412a8f1", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Au6te5hbKUV8pIYWHqOUZ1pva5qK/rwbIhoXEUB9Lu8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130?package-id=d8a4fe21ae37ebfb", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XVeBY8d/FaK4848myy41HBqnDwvxeV3zMZhwN1TvAMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771?package-id=b40bc11c3e6a0ded", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20230720185612-659f7aaaa771", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230720185612-659f7aaaa771:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z8qdAF9GFsmcUuWQ5KVYIpP3PCKydn/YKORnghIalu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.56.2?package-id=25a25c0cd0fe128a", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.56.2", + "cpe": "cpe:2.3:a:google:grpc:v1.56.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.56.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fVRFRnXvU+x6C4IlHZewvJOVHoOv1TUuQyoRsYnB4bI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=ba1987db89ce41c6", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=a1f0e017f040091e", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=0e200ea878eb8a29", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/warnings.v0@v0.1.2?package-id=9ec90b6c511e05c3", + "type": "library", + "name": "gopkg.in/warnings.v0", + "version": "v0.1.2", + "purl": "pkg:golang/gopkg.in/warnings.v0@v0.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=51b39747092e8563", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b648a7e7f65f57f3", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.24.3?package-id=cd824b4a02cc023c", + "type": "library", + "name": "k8s.io/api", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/api@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tt55QEmKd6L2k5DP6G/ZzdMQKvG5ro4H4teClqm0sTY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.24.3?package-id=ca0112cb667474e5", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/apimachinery@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrFiNSA2cBZqllakVYyH/VyEh4B581bQRmqATJSeQTg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.24.3?package-id=ea4f3a0c01ba77d4", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O9YvUHrDSCQUPlsqVmaqDrueqjpJ7IO6Yas9B6xGSoo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.24.3?package-id=2b0710ad6ebbae77", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/client-go@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Nl1840+6p4JqkFWEW2LnMKU667BUxw03REfLAVhuKQY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.24.3?package-id=bad8e1a8cc4fa4c5", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/component-base@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:u99WjuHYCRJjS1xeLOx72DdRaghuDnuMgueiGMFy1ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-helpers@v0.24.3?package-id=fc462229222ebd7e", + "type": "library", + "name": "k8s.io/component-helpers", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/component-helpers@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HKZTNf77K96StY2+FAgKvsXvHwoLvexeGDJatyuWlyI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/gengo@v0.0.0-20220613173612-397b4ae3bce7?package-id=a33ef7afc62e8f7d", + "type": "library", + "name": "k8s.io/gengo", + "version": "v0.0.0-20220613173612-397b4ae3bce7", + "purl": "pkg:golang/k8s.io/gengo@v0.0.0-20220613173612-397b4ae3bce7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RGb68G3yotdQggcyenx9y0+lnVJCXXcLa6geXOMlf5o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.60.1?package-id=cc131a70e29aeb93", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.60.1", + "cpe": "cpe:2.3:a:klog:v2:v2.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8?package-id=1f025b853e078420", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20220627174259-011e075b9cb8", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yEQKdMCjzAOvGeiTwG4hO/hNVNtDOuUFvMUZ0OlaIzs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.24.3?package-id=73e4ec3e17984431", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/kubectl@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PqY8ho/S/KuE2/hCC3Iee7X+lOtARYo0LQsNzvV/edE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/metrics@v0.24.3?package-id=666524f138dd62ce", + "type": "library", + "name": "k8s.io/metrics", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/metrics@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pXzh+PG8L8ANg0PD3Ce8+yG5oj8BLvzBgsz8yCVEXyg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9?package-id=4b09b83730e94af6", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20220210201930-3a6ce19ff2f9", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11&package-id=dc6036fa60ec7385", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/netbase" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/netbase.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2?package-id=8a3811111719fd25", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20211208200746-9f7c6b3444d2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.11.4?package-id=71f5152370ab216e", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.11.4", + "cpe": "cpe:2.3:a:kustomize:api:v0.11.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/0Mr3kfBBNcNPOW5Qwk/3eb8zkswCwnqQxxKtmrTkRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.4?package-id=5f72f635e7930dd8", + "type": "library", + "name": "sigs.k8s.io/kustomize/kustomize/v4", + "version": "v4.5.4", + "cpe": "cpe:2.3:a:kustomize:kustomize\\/v4:v4.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rzGrL+DA4k8bT6SMz7/U+2z3iiZf1t2RaYJWx8OeTmE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.6?package-id=78d16132a74240e1", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.6", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eF+wsn4J7GOAXlvajv6OknSunxpcOBQQqsnPxObtkGs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=6218826ecac4e526", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=c913259053c1b00f", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=b5e65d160035a289", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/tzdata" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/tzdata.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible?package-id=6448c84101ab4a4e", + "type": "library", + "name": "upper.io/db.v3", + "version": "v3.8.0+incompatible", + "purl": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3ba78216fbdef1cc0e3ed970302b0a62e302fdb586f05574d4ba4552394cd640" + }, + { + "name": "syft:location:0:path", + "value": "/bin/argoexec" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XNeEO2vQRVqq70M98ghzq6M30F5Bzo+99ess5v+eVYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Distroless", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://github.com/GoogleContainerTools/distroless/issues/new", + "type": "issue-tracker" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless", + "type": "website" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless/blob/master/README.md", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Distroless" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx.json b/release-notes/2024-01/sbom/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx.json new file mode 100644 index 00000000..bafa159d --- /dev/null +++ b/release-notes/2024-01/sbom/argoproj-workflow-controller-v3.4.11-linux-amd64.syft.cdx.json @@ -0,0 +1,8298 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:22328c63-b388-45a6-9b11-07e8ae1f9cc3", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:59-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "5a0de0d9e8b3eb1f", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/argoproj/workflow-controller", + "version": "v3.4.11-linux-amd64" + } + }, + "components": [ + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11&package-id=d459a17da976b16d", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/base-files" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=48d62a9258c2af17", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go@v62.0.0+incompatible?package-id=411072c31adfc615", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go", + "version": "v62.0.0+incompatible", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go:v62.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v62.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go:v62.0.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8N2k27SYtc12qj5nTsuFMFJPZn5CGmgMWqTy4y9I7Jw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.24?package-id=c88d29e07f1edd43", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.24", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.18?package-id=7063f85de3e5d665", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.18", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/azure/auth@v0.5.11?package-id=61e1b1f655c8b44d", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/azure/auth", + "version": "v0.5.11", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/azure\\/auth:v0.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/azure/auth@v0.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/azure\\/auth:v0.5.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6bYXFoao05z5uhOQzbC3Qd8JqF3jUoocoTeIxkp2cA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/azure/cli@v0.4.5?package-id=0123b28e5829b00d", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/azure/cli", + "version": "v0.4.5", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/azure\\/cli:v0.4.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/azure/cli@v0.4.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/azure\\/cli:v0.4.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0W/yGmFdTIT77fvdlGZ0LMISoLHFJ7Tx4U0yeB+uFs4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=b930ca3b52e64071", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=fdcd43eb7a7c0aed", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=f69ff8412c0a310c", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible?package-id=0af37711a2421aa4", + "type": "library", + "name": "github.com/Knetic/govaluate", + "version": "v3.0.1-0.20171022003610-9aa49832a739+incompatible", + "cpe": "cpe:2.3:a:Knetic:govaluate:v3.0.1-0.20171022003610-9aa49832a739\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=80347306f140f6fc", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=b13d94c4502abc2c", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=41655db8739d1215", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/antonmedv/expr@v1.12.5?package-id=57618fe48bbc3acc", + "type": "library", + "name": "github.com/antonmedv/expr", + "version": "v1.12.5", + "cpe": "cpe:2.3:a:antonmedv:expr:v1.12.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antonmedv/expr@v1.12.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Fq4okale9swwL3OeLLs9WD9H6GbgBLJyN/NUHRv+n0E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-events@v1.7.3?package-id=4f8cf09f019029d0", + "type": "library", + "name": "github.com/argoproj/argo-events", + "version": "v1.7.3", + "cpe": "cpe:2.3:a:argoproj:argo-events:v1.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-events@v1.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_events:v1.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XiGnKCzRRQCI7sFCKw3RoeFUOR6IupfAJI9uUK7pnG8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11?package-id=abb4be6af601e4b6", + "type": "library", + "name": "github.com/argoproj/argo-workflows/v3", + "version": "v3.4.11", + "cpe": "cpe:2.3:a:argoproj:argo-workflows\\/v3:v3.4.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/argo-workflows/v3@v3.4.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argoproj:argo_workflows\\/v3:v3.4.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X github.com/argoproj/argo-workflows/v3.version=v3.4.11 -X github.com/argoproj/argo-workflows/v3.buildDate=2023-09-08T00:05:32Z -X github.com/argoproj/argo-workflows/v3.gitCommit=ee939bbd2d8950a2fa1badd7cfad3b88c039da26 -X github.com/argoproj/argo-workflows/v3.gitTreeState=clean -X github.com/argoproj/argo-workflows/v3.gitTag=v3.4.11 -extldflags -static" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/argoproj/pkg@v0.13.6?package-id=c7b934680610658e", + "type": "library", + "name": "github.com/argoproj/pkg", + "version": "v0.13.6", + "cpe": "cpe:2.3:a:argoproj:pkg:v0.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/argoproj/pkg@v0.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:36WPD9MNYECHcO1/R1pj6teYspiK7uMQLCgLGft2abM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.2?package-id=516b4bdfadcbe911", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2", + "version": "v1.16.2", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fqlCk6Iy3bnCumtrLz9r3mJ/2gUT0pJ0wLFVIdWh+JA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.3?package-id=de602dd75d252dbe", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/config", + "version": "v1.15.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5AlQD0jhVXlGzwo+VORKiUuogkG7pQcLJNzIzK7eodw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.11.2?package-id=b598ec4174d9d618", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RQQ5fzclAKJyY5TvF+fkjJEwzK4hnxQCLOu5JXzDmQo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.3?package-id=2d4f5e46a2138647", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "version": "v1.12.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LWPg5zjHV9oz/myQr4wMs0gi4CjnDN/ILmyZUFYXZsU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.9?package-id=5df0e42349b6969a", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "version": "v1.1.9", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:onz/VaaxZ7Z4V+WIN9Txly9XLTmoOh1oJ8XcAC3pako=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.3?package-id=b62dcf589f9e0fb3", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "version": "v2.4.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9stUQR/u2KXU6HkFJYlqnZEjBnbgrVbG6I5HN09xZh0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.10?package-id=f31a302dd2903cd1", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "version": "v1.3.10", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:by9P+oy3P/CwggN4ClnW2D4oL91QV7pBzBICi1chZvQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/ecr@v1.15.0?package-id=73c2c6c5af6ce763", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/ecr", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/ecr:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/ecr@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/ecr:v1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lY2Z2sBP+zSbJ6CvvmnFgPcgknoQ0OJV88AwVetRRFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/ecrpublic@v1.12.0?package-id=255ca9a6941c0645", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/ecrpublic", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/ecrpublic:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/ecrpublic@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/ecrpublic:v1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LsqBpyRofMG6eDs6YGud6FhdGyIyXelAasPOZ6wWLro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.3?package-id=80e890a274ef3645", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gh1Gpyh01Yvn7ilO/b/hr01WgNpaszfbKMUgqM186xQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.3?package-id=920f24c5fad1e1f4", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "version": "v1.11.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:frW4ikGcxfAEDfmQqWgMLp+F1n4nRo9sF39OcIb5BkQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.3?package-id=2f5a5597a0031fae", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "version": "v1.16.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cJGRyzCSVwZC7zZZ1xbx9m32UnrKydRYhOvcD1NYP9Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/smithy-go@v1.11.2?package-id=e42c294d99a4d2ba", + "type": "library", + "name": "github.com/aws/smithy-go", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG/N+CcUMAvsdffgMvjMKwfyDzIkjM6pfxMJ8Mzc6mE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/awslabs/amazon-ecr-credential-helper/ecr-login@v0.0.0-20220228164355-396b2034c795?package-id=61ce601366d30a11", + "type": "library", + "name": "github.com/awslabs/amazon-ecr-credential-helper/ecr-login", + "version": "v0.0.0-20220228164355-396b2034c795", + "cpe": "cpe:2.3:a:awslabs:amazon-ecr-credential-helper\\/ecr-login:v0.0.0-20220228164355-396b2034c795:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/awslabs/amazon-ecr-credential-helper/ecr-login@v0.0.0-20220228164355-396b2034c795", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:amazon_ecr_credential_helper\\/ecr_login:v0.0.0-20220228164355-396b2034c795:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IWeCJzU+IYaO2rVEBlGPTBfe90cmGXFTLdhUFlzDGsY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=737e84dce50c1f4b", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=143de63853a78c4c", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chrismellard/docker-credential-acr-env@v0.0.0-20220119192733-fe33c00cee21?package-id=b64f63047e800546", + "type": "library", + "name": "github.com/chrismellard/docker-credential-acr-env", + "version": "v0.0.0-20220119192733-fe33c00cee21", + "cpe": "cpe:2.3:a:chrismellard:docker-credential-acr-env:v0.0.0-20220119192733-fe33c00cee21:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chrismellard/docker-credential-acr-env@v0.0.0-20220119192733-fe33c00cee21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrismellard:docker_credential_acr_env:v0.0.0-20220119192733-fe33c00cee21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XlpL9EHrPOBJMLDDOf35/G4t5rGAFNNAZQ3cDcWavtc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0?package-id=63b7157c58d38e70", + "type": "library", + "name": "github.com/colinmarc/hdfs/v2", + "version": "v2.4.0", + "cpe": "cpe:2.3:a:colinmarc:hdfs\\/v2:v2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/colinmarc/hdfs/v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v6R8oBx/Wu9fHpdPoJJjpGSUxo8NhHIwrwsfhFvU9W0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0?package-id=a9100542935b5667", + "type": "library", + "name": "github.com/coreos/go-oidc/v3", + "version": "v3.5.0", + "cpe": "cpe:2.3:a:coreos:go-oidc\\/v3:v3.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-oidc/v3@v3.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_oidc\\/v3:v3.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VxKtbccHZxs8juq7RdJntSqtXFtde9YpNpGn0yqgEHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=db73af3b70c3d66a", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1?package-id=d4b17341e1c0fec9", + "type": "library", + "name": "github.com/dimchansky/utfbom", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.17+incompatible?package-id=b9d0d0700e607109", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.17+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.17\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.17+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eO2KS7ZFeov5UJeaDmIs1NFEDRf32PaqRpvoEkKBy5M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible?package-id=30169170cb1d7a81", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.2+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.24+incompatible?package-id=88f98bede314681f", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.24+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.24\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.24+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ugvxm7a8+Gz6vqQYQQ2W7GYq5EUPaAiuPgIfVyI3dYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4?package-id=e4e0b0f55eaf9530", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.6.4", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.6.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3?package-id=b75a7fea1bad6a99", + "type": "library", + "name": "github.com/doublerebel/bellows", + "version": "v0.0.0-20160303004610-f177d92a03d3", + "cpe": "cpe:2.3:a:doublerebel:bellows:v0.0.0-20160303004610-f177d92a03d3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/doublerebel/bellows@v0.0.0-20160303004610-f177d92a03d3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7nllYTGLnq4CqBL27lV6oNfXzM2tJ2mrKF8E+aBXOV0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dustin/go-humanize@v1.0.1?package-id=572f7d6dc8c8ffcb", + "type": "library", + "name": "github.com/dustin/go-humanize", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0?package-id=b5b33246a08d0fed", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.10.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X4gma4HM7hFm6WMeAsTfqA0GOfdNoCzBIkHGoRLGXuM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=b67541f1a0dce990", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=353b57774aa11cd5", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=4b3ba336435ba7fb", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0?package-id=9af3c6551b784e1b", + "type": "library", + "name": "github.com/go-jose/go-jose/v3", + "version": "v3.0.0", + "cpe": "cpe:2.3:a:go-jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=9ef0f010ed7e8bca", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=f6fdc7d9c94fab22", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=f3aab42827c1cb34", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5d493e7d5457b3df", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0?package-id=ab1398ac63aebb4c", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=93ee0f68a97df004", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=599b674e1e41b8a7", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=5a76c18c75366e1a", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=a66181f7580f1955", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=da40edc73745d4e7", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=856a6cfa9f60cba9", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-containerregistry@v0.11.0?package-id=3f73703180426fa0", + "type": "library", + "name": "github.com/google/go-containerregistry", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:google:go-containerregistry:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-containerregistry@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_containerregistry:v0.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Xt8x1adcREjFcmDoDK8OdOsjxu90PHkGuwNP8GiHMLM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-containerregistry/pkg/authn/k8schain@v0.0.0-20220411142604-2042cc9d6401?package-id=c72d756a6b11a0bf", + "type": "library", + "name": "github.com/google/go-containerregistry/pkg/authn/k8schain", + "version": "v0.0.0-20220411142604-2042cc9d6401", + "cpe": "cpe:2.3:a:google:go-containerregistry\\/pkg\\/authn\\/k8schain:v0.0.0-20220411142604-2042cc9d6401:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-containerregistry/pkg/authn/k8schain@v0.0.0-20220411142604-2042cc9d6401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_containerregistry\\/pkg\\/authn\\/k8schain:v0.0.0-20220411142604-2042cc9d6401:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ojEm+gWlwYBNWfpQeIizE+6zy6GfghjnE0o+y7JQhGg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-containerregistry/pkg/authn/kubernetes@v0.0.0-20220301182634-bfe2ffc6b6bd?package-id=c358a927f248be04", + "type": "library", + "name": "github.com/google/go-containerregistry/pkg/authn/kubernetes", + "version": "v0.0.0-20220301182634-bfe2ffc6b6bd", + "cpe": "cpe:2.3:a:google:go-containerregistry\\/pkg\\/authn\\/kubernetes:v0.0.0-20220301182634-bfe2ffc6b6bd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-containerregistry/pkg/authn/kubernetes@v0.0.0-20220301182634-bfe2ffc6b6bd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_containerregistry\\/pkg\\/authn\\/kubernetes:v0.0.0-20220301182634-bfe2ffc6b6bd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DVnBwEU/77+h/Celwk8RLwnYiuaIdBv2gguN3xHfcJM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=1e02ffd37c9b4b00", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=2cdc294e080eb339", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=c4bf370a5e641ce3", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=35e202fd3ce61e7b", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3?package-id=c972512ed3b1b4bb", + "type": "library", + "name": "github.com/hashicorp/go-uuid", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=50d713c717c38695", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=b9df99cb43a901a1", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=d2e8ce62ff8a4156", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0?package-id=03e2ad504d82dbf3", + "type": "library", + "name": "github.com/jcmturner/aescts/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:aescts\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0?package-id=67ac2457f8eb0485", + "type": "library", + "name": "github.com/jcmturner/dnsutils/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:dnsutils\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gofork@v1.7.6?package-id=e941882d8b3a95d9", + "type": "library", + "name": "github.com/jcmturner/gofork", + "version": "v1.7.6", + "cpe": "cpe:2.3:a:jcmturner:gofork:v1.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gofork@v1.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1?package-id=bfe330baf2afaac0", + "type": "library", + "name": "github.com/jcmturner/goidentity/v6", + "version": "v6.0.1", + "cpe": "cpe:2.3:a:jcmturner:goidentity\\/v6:v6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/goidentity/v6@v6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4?package-id=df09568dc4482e0c", + "type": "library", + "name": "github.com/jcmturner/gokrb5/v8", + "version": "v8.4.4", + "cpe": "cpe:2.3:a:jcmturner:gokrb5\\/v8:v8.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3?package-id=1bada3ea30363a9e", + "type": "library", + "name": "github.com/jcmturner/rpc/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:jcmturner:rpc\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=97602615acd5495d", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=f5ea01a618cd7515", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=e69bf7d96a14c3ce", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.7?package-id=1c8d1dad0c891f71", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.16.7", + "cpe": "cpe:2.3:a:klauspost:compress:v1.16.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.16.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/pgzip@v1.2.6?package-id=2ff382b94391a96d", + "type": "library", + "name": "github.com/klauspost/pgzip", + "version": "v1.2.6", + "cpe": "cpe:2.3:a:klauspost:pgzip:v1.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/pgzip@v1.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.4?package-id=eb42c6ff48747388", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.4", + "cpe": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=c911432736cde2ba", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=f80861add7434ab6", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=b4879dee21c2a4ab", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=a27cba3555bf1277", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=82b580047928b2c1", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=4cc38d1f6ac36c50", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=c7de08d83288cb26", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=001a7139c336980f", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=f16b385eabd12821", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c360468a32fdf379", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=954ac239c13d6d88", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852?package-id=625c6c53e60c9c02", + "type": "library", + "name": "github.com/oliveagle/jsonpath", + "version": "v0.0.0-20180606110733-2e52cf6e6852", + "cpe": "cpe:2.3:a:oliveagle:jsonpath:v0.0.0-20180606110733-2e52cf6e6852:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oliveagle/jsonpath@v0.0.0-20180606110733-2e52cf6e6852", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Yl0tPBa8QPjGmesFh1D0rDy+q1Twx6FyU7VWHi8wZbI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=44c1ae70e430497c", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220114050600-8b9d41f48198?package-id=928c1d8e7d97b2cc", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20220114050600-8b9d41f48198", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20220114050600-8b9d41f48198:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220114050600-8b9d41f48198", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20220114050600-8b9d41f48198:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+czc/J8SlhPKLOtVLMQc+xDCFBT73ZStMsRhSsUhsSg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6?package-id=cfa27e922d31e0f5", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=b9ac057dbfbf1c2f", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=2fd48b3e9cf01516", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=912f8e608a1a10bb", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.42.0?package-id=0a5e0ee0a25ddf41", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.42.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.42.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.42.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=c0742bbfdaaad032", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/robfig/cron/v3@v3.0.1?package-id=542a048608a17961", + "type": "library", + "name": "github.com/robfig/cron/v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:robfig:cron\\/v3:v3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/robfig/cron/v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=0ba1ad715dc18972", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=2d5cbd4c03238cf8", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.9.3?package-id=e7ebb31f2d0f6aab", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:spf13:afero:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=6fdf941e406e4e61", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.5.0?package-id=fe6efe356d60d471", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=23f0f0cb859445c8", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=b9908540212a7b3c", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.15.0?package-id=f09af37ebf00ba87", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.4.2?package-id=15684f0756c125eb", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=4746b694616de7b1", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2?package-id=e2957cb6e77fb402", + "type": "library", + "name": "github.com/valyala/fasttemplate", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:valyala:fasttemplate:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/fasttemplate@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.12.0?package-id=3e4d3ddec13bf0a8", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f?package-id=63a6a85b02d96814", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20220602145555-4a0574d9293f", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20220602145555-4a0574d9293f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20220602145555-4a0574d9293f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KK6mxegmt5hGJRcAnEDjSNLxIRhZxDcgwMbcO/lMCRM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.14.0?package-id=2ffc687e8f8e8c7c", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.11.0?package-id=19a60bf42625670b", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.3.0?package-id=b1101c4a85f313c1", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.11.0?package-id=1c34f66c6851b39d", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.11.0?package-id=d6523003e6202692", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.12.0?package-id=bce6dc17d51ad771", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=7787eea842a403d5", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130?package-id=68d5d41a1aeda868", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Au6te5hbKUV8pIYWHqOUZ1pva5qK/rwbIhoXEUB9Lu8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130?package-id=390e742c0d141121", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20230706204954-ccb25ca9f130", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230706204954-ccb25ca9f130:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20230706204954-ccb25ca9f130", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XVeBY8d/FaK4848myy41HBqnDwvxeV3zMZhwN1TvAMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771?package-id=d7e2d24aee5dbd29", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20230720185612-659f7aaaa771", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230720185612-659f7aaaa771:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230720185612-659f7aaaa771", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z8qdAF9GFsmcUuWQ5KVYIpP3PCKydn/YKORnghIalu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.56.2?package-id=0e457e23d5c33ef2", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.56.2", + "cpe": "cpe:2.3:a:google:grpc:v1.56.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.56.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fVRFRnXvU+x6C4IlHZewvJOVHoOv1TUuQyoRsYnB4bI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=1fe629fa24eb2ef6", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=817c229cc3df882d", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=b249e3f975839353", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=dce72e66e54fc632", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=a8619c12a05faed8", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.24.3?package-id=151d05ffc09cb85c", + "type": "library", + "name": "k8s.io/api", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/api@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tt55QEmKd6L2k5DP6G/ZzdMQKvG5ro4H4teClqm0sTY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.24.3?package-id=72219e998886519d", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/apimachinery@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrFiNSA2cBZqllakVYyH/VyEh4B581bQRmqATJSeQTg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.24.3?package-id=3ba79d7e70f9d15d", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.24.3", + "purl": "pkg:golang/k8s.io/client-go@v0.24.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Nl1840+6p4JqkFWEW2LnMKU667BUxw03REfLAVhuKQY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.60.1?package-id=45ecb3b7afbf9d7e", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.60.1", + "cpe": "cpe:2.3:a:klog:v2:v2.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8?package-id=6eb70ead06b7e9fa", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20220627174259-011e075b9cb8", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20220627174259-011e075b9cb8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yEQKdMCjzAOvGeiTwG4hO/hNVNtDOuUFvMUZ0OlaIzs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9?package-id=35c6d32da185a2a1", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20220210201930-3a6ce19ff2f9", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11&package-id=dc6036fa60ec7385", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/netbase" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/netbase.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2?package-id=3b5abdc90f4c8f7c", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20211208200746-9f7c6b3444d2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=a134d341870bbe50", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=e9043bcdd538f161", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=b5e65d160035a289", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/tzdata" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/tzdata.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible?package-id=f76feac04efe3e94", + "type": "library", + "name": "upper.io/db.v3", + "version": "v3.8.0+incompatible", + "purl": "pkg:golang/upper.io/db.v3@v3.8.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8a25f232d2962c8e9d472c4dd07b8728f8bd5a1e740e175a32553ed627715bb" + }, + { + "name": "syft:location:0:path", + "value": "/bin/workflow-controller" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XNeEO2vQRVqq70M98ghzq6M30F5Bzo+99ess5v+eVYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/argoproj/argo-workflows/v3" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Distroless", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://github.com/GoogleContainerTools/distroless/issues/new", + "type": "issue-tracker" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless", + "type": "website" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless/blob/master/README.md", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Distroless" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx.json b/release-notes/2024-01/sbom/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx.json new file mode 100644 index 00000000..7fbb090a --- /dev/null +++ b/release-notes/2024-01/sbom/bitnami-kubectl-1.28.2-debian-11-r16.syft.cdx.json @@ -0,0 +1,17996 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:8091e127-77fd-4b5f-ad94-62a635cd2764", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:22-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "46953e61305757aa", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/bitnami/kubectl", + "version": "1.28.2-debian-11-r16" + } + }, + "components": [ + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/api@(devel)?package-id=193a41fbc3be4c2b", + "type": "library", + "name": "./staging/src/k8s.io/api", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/api@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/api@(devel)?package-id=f092cf331d3288af", + "type": "library", + "name": "./staging/src/k8s.io/api", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/api@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)?package-id=31984aa5415a37f5", + "type": "library", + "name": "./staging/src/k8s.io/apimachinery", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)?package-id=f0cab1d35874c3da", + "type": "library", + "name": "./staging/src/k8s.io/apimachinery", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)?package-id=d2a97a58a1667a6b", + "type": "library", + "name": "./staging/src/k8s.io/cli-runtime", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/cli-runtime:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/cli_runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)?package-id=881113a0a020c05b", + "type": "library", + "name": "./staging/src/k8s.io/cli-runtime", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/cli-runtime:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/cli_runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/client-go@(devel)?package-id=981c4d872d27feb9", + "type": "library", + "name": "./staging/src/k8s.io/client-go", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/client-go@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/client-go@(devel)?package-id=1a8bf752a60abbde", + "type": "library", + "name": "./staging/src/k8s.io/client-go", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/client-go@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-base@(devel)?package-id=7539c46b3d269012", + "type": "library", + "name": "./staging/src/k8s.io/component-base", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-base@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-base@(devel)?package-id=0892ff874d178456", + "type": "library", + "name": "./staging/src/k8s.io/component-base", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-base@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)?package-id=dc872ccfdab2aed7", + "type": "library", + "name": "./staging/src/k8s.io/component-helpers", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)?package-id=756dc691a7f89997", + "type": "library", + "name": "./staging/src/k8s.io/component-helpers", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)?package-id=2c0747acdf643a4e", + "type": "library", + "name": "./staging/src/k8s.io/kubectl", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/kubectl:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)?package-id=ff75e7366399f5a9", + "type": "library", + "name": "./staging/src/k8s.io/kubectl", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/kubectl:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/metrics@(devel)?package-id=92ddc445a0fb1018", + "type": "library", + "name": "./staging/src/k8s.io/metrics", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/metrics:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/metrics@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/metrics@(devel)?package-id=a5b3b5dfc37e2f67", + "type": "library", + "name": "./staging/src/k8s.io/metrics", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/metrics:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/metrics@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:bitnami/kubectl@1.28.2?arch=amd64&package-id=14e653e0324e3c43", + "type": "library", + "name": "Kubectl", + "version": "1.28.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:kubectl:kubectl:1.28.2:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/kubectl@1.28.2?arch=amd64", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Kubectl:Kubectl:1.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/git@1:2.30.2-1+deb11u2?arch=amd64&distro=debian-11&package-id=790b48e78f19c087", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "git", + "version": "1:2.30.2-1+deb11u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/git@1:2.30.2-1+deb11u2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35084" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/git-man@1:2.30.2-1+deb11u2?arch=all&upstream=git&distro=debian-11&package-id=c07a5f20175e2a50", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "git-man", + "version": "1:2.30.2-1+deb11u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/git-man@1:2.30.2-1+deb11u2?arch=all&upstream=git&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1877" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=d9e9f5b22edb94d0", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=cc5f0e6c6b710e30", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=b041de7fc4255264", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=192d58efd1cddf4f", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver/v4@v4.0.0?package-id=eac60cd2e8ffdb01", + "type": "library", + "name": "github.com/blang/semver/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver/v4@v4.0.0?package-id=d012aad2e437a511", + "type": "library", + "name": "github.com/blang/semver/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=0db079752b8a5dd1", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=3652d54be2d95d00", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=8d939c45d0a6f701", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=fbaa569746806223", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=d2803b8a791626e0", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=bbe30c4e34568123", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0?package-id=a8c3f66e66d27676", + "type": "library", + "name": "github.com/daviddengcn/go-colortext", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:daviddengcn:go-colortext:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daviddengcn:go_colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0?package-id=542e52724a37880a", + "type": "library", + "name": "github.com/daviddengcn/go-colortext", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:daviddengcn:go-colortext:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daviddengcn:go_colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible?package-id=eb85041b0493c68b", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.2+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible?package-id=0b4a639f92c810e0", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.2+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=385c4160d01066a7", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=4d47ef2e05cfd4ee", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=27170dcf1e6fb6b8", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=c36699c1f6d5a8a3", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=d1e042f232562da4", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=fb2f428fdf223b5c", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=62df39dd6f5b68fe", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=403e01d82bf6db6a", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=f965cad48393a339", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=a97d3acdb5b200be", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=274c4cc0baa8721d", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=ee62b5e3f2b59266", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.4?package-id=4f68ae6a7309156b", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.4", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.4?package-id=f0475ff46e974f6d", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.4", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=8664068fe915411c", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=cb402aa178f50646", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=1aecc59d00e9b0cf", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=2d48dfd874c4b8ec", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5fe1392390fe032b", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=bbd291a73fed4243", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=53e48c051fc83bf8", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=65cbea06560aac0e", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=6100fc9c4ec3604e", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=38e365c420f6aadb", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=4e8b039d9f6b2c2b", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=91877e93837a4d4b", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=3f0c2da5998176b1", + "type": "library", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=dc88827f33439bb8", + "type": "library", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=eaf3f2d76e4ca8f7", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=431e0c1bae70eb8f", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=e15a4b50d73a70a5", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=36193ab54f1a096d", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=2855daa4905fc59a", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=3c81c2a749a86ad5", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=c0bd2fc4a75740d6", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=02ceeedd96ee0f69", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=4fa931bd17bd7411", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=8e42393e7378cbad", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.6?package-id=10a15cb7974ee861", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.6?package-id=222bc336b3b7337e", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2?package-id=6e4d0c654c79ee6c", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2?package-id=c88ece130990de88", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=79618b1f05b51885", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=a951d575609d4cb9", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=40889554ee2fbc76", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=764a788ab8574117", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=3099e75035c22a6a", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=e6b987cdab703fe1", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/dedent@v1.1.0?package-id=a60b085a8549dd13", + "type": "library", + "name": "github.com/lithammer/dedent", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/dedent@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/dedent@v1.1.0?package-id=45670b64d0cfcd56", + "type": "library", + "name": "github.com/lithammer/dedent", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/dedent@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=2ff33f3a65f991e3", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=3b7a55f3321e1416", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=b42fe9b291cbe864", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=d708167a4268b666", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=bccbf44163ad196c", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=b6e310d5726896e0", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=ac23f306a4c202a9", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=a03ed13b8c0b0c9e", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=bf9ef6d19832403c", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=6f504f0136de3689", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=ccb45c8b143f35ce", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=c92286fc3d6674b7", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c575e18d1e2c2921", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=3df6316b9568ed8e", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=32a08382094c7422", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=ad1c993427a0a01d", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=43356a10a6a5e774", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=f5ad97edc2bb1661", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=32f7cac19bc126fb", + "type": "library", + "name": "github.com/mxk/go-flowrate", + "version": "v0.0.0-20140419014527-cca7078d478f", + "cpe": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=0aea7af9e2823eef", + "type": "library", + "name": "github.com/mxk/go-flowrate", + "version": "v0.0.0-20140419014527-cca7078d478f", + "cpe": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=51fd9a6bb3f9c43e", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=340082c823b666d9", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=dd0db40cfd7b0d6e", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=53a5cd19db0f8f1e", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=e88937a3159f1233", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=707f08cfee9aaf83", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=1fcbef02f87924be", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=6e810336db32da1e", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=2a8cceccc756c53c", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=4e7e1e2d6acd2696", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=6e9776c36e28141f", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.44.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=bd323c6cfa5c7792", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.44.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=3be39aef482d38ae", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=620bdc7c557e00ba", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=a445cb18991c7980", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=abb53ab7877f509b", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.7.0?package-id=c722943bbb95c69a", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.7.0?package-id=973fe1c4e8a64827", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=c835b6e1f2292e9f", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=3d737635846d4075", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=038d79507a311882", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=8cb34ca6e2b76a31", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=29356de9655f2b0d", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20230525235612-a134d8f9ddca", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=e467174861d6a134", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20230525235612-a134d8f9ddca", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "9d77424bb35b1fc1", + "type": "library", + "name": "gobinary", + "cpe": "cpe:2.3:a:gobinary:gobinary:*:*:*:*:*:*:*:*", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.13.0?package-id=7887e7fea36d779a", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.13.0?package-id=6af739aa00b9536b", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.8.0?package-id=bee496e40bd61993", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.8.0?package-id=c8b9b3bf269ccbd4", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.2.0?package-id=f2ac04dca901e591", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.2.0?package-id=265b7b3f2053d1f5", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.10.0?package-id=59f752b936f8238f", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.10.0?package-id=d5a2e8a82fec69c1", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.10.0?package-id=edcea440173452dd", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.10.0?package-id=764b1e8387099189", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.11.0?package-id=cbe35976288625fc", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.11.0?package-id=471889ad8757c2f9", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=ce7a33c9524a0e0c", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=03029350872ff4a9", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.30.0?package-id=9a16482dcf8ee6c2", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.30.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.30.0?package-id=0bb1a0e94707ad9d", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.30.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=d0dbf3e1a3655382", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=8a49af35289bcbc7", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=09a6091f2ef3d3e7", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=cd0647a67865bc27", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b1295e881a7db74d", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b66d08f4e27a4377", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11&package-id=bc0f0389a5772692", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "insserv", + "version": "1.21.0-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:insserv:insserv:1.21.0-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/insserv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/insserv.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/insserv.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/jq@1.6-2.1?arch=amd64&distro=debian-11&package-id=c6ea8216683bb446", + "type": "library", + "publisher": "ChangZhuo Chen (陳昌倬) ", + "name": "jq", + "version": "1.6-2.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:jq:jq:1.6-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/jq@1.6-2.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/jq/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/jq.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.100.1?package-id=0d02c0a489c60449", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.100.1", + "cpe": "cpe:2.3:a:klog:v2:v2.100.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.100.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.100.1?package-id=6eea3c3e595bc734", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.100.1", + "cpe": "cpe:2.3:a:klog:v2:v2.100.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.100.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20230717233707-2695361300d9?package-id=bd09af16d4dad68e", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20230717233707-2695361300d9", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20230717233707-2695361300d9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20230717233707-2695361300d9?package-id=6229bb40cd2b6e86", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20230717233707-2695361300d9", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20230717233707-2695361300d9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubernetes@v1.28.2?package-id=deaa1274a29848e4", + "type": "library", + "name": "k8s.io/kubernetes", + "version": "v1.28.2", + "purl": "pkg:golang/k8s.io/kubernetes@v1.28.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=-trimpath=/bitnami/blacksmith-sandox/kubectl-1.28.2/src/github.com/kubernetes/kubernetes/_output/local/go/src/k8s.io/kubernetes" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=-trimpath=/bitnami/blacksmith-sandox/kubectl-1.28.2/src/github.com/kubernetes/kubernetes/_output/local/go/src/k8s.io/kubernetes " + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "all=-X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=2023-10-10T20:42:52Z' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=2023-10-10T20:42:52Z' -X 'k8s.io/client-go/pkg/version.buildDate=2023-10-10T20:42:52Z' -X 'k8s.io/component-base/version.buildDate=2023-10-10T20:42:52Z' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitCommit=89a4ea3e1e4ddd7f7572286090359983e0387b2f' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitCommit=89a4ea3e1e4ddd7f7572286090359983e0387b2f' -X 'k8s.io/client-go/pkg/version.gitCommit=89a4ea3e1e4ddd7f7572286090359983e0387b2f' -X 'k8s.io/component-base/version.gitCommit=89a4ea3e1e4ddd7f7572286090359983e0387b2f' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=v1.28.2' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=v1.28.2' -X 'k8s.io/client-go/pkg/version.gitVersion=v1.28.2' -X 'k8s.io/component-base/version.gitVersion=v1.28.2' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=28' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=28' -X 'k8s.io/client-go/pkg/version.gitMinor=28' -X 'k8s.io/component-base/version.gitMinor=28' -s -w" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "selinux,notest" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "89a4ea3e1e4ddd7f7572286090359983e0387b2f" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-09-13T09:29:06Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230406110748-d93618cff8a2?package-id=59792188c708342e", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230406110748-d93618cff8a2", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230406110748-d93618cff8a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230406110748-d93618cff8a2?package-id=5c4c0ce3bb290ed4", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230406110748-d93618cff8a2", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230406110748-d93618cff8a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11&package-id=41d66adc43e811cd", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl3-gnutls@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11&package-id=42eb16f38cbd30b7", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl3-gnutls", + "version": "7.74.0-1.3+deb11u10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl3-gnutls@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "736" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liberror-perl@0.17029-1?arch=all&distro=debian-11&package-id=7ef7c3903fe8c79a", + "type": "library", + "publisher": "Debian Perl Group ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liberror-perl@0.17029-1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "75" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.2.10-2+deb11u5?arch=amd64&upstream=expat&distro=debian-11&package-id=484ef1dfb24e7bf8", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.2.10-2+deb11u5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.2.10-2\\+deb11u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.2.10-2+deb11u5?arch=amd64&upstream=expat&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "411" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm-compat4@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11&package-id=98fa48a08238f295", + "type": "library", + "publisher": "Dmitry Bogatov ", + "name": "libgdbm-compat4", + "version": "1.19-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm-compat4@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm6@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11&package-id=d7f801589b15b9df", + "type": "library", + "publisher": "Dmitry Bogatov ", + "name": "libgdbm6", + "version": "1.19-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.19-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm6@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libjq1@1.6-2.1?arch=amd64&upstream=jq&distro=debian-11&package-id=79c9acb477df3788", + "type": "library", + "publisher": "ChangZhuo Chen (陳昌倬) ", + "name": "libjq1", + "version": "1.6-2.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjq1:libjq1:1.6-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libjq1@1.6-2.1?arch=amd64&upstream=jq&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjq1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjq1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "362" + }, + { + "name": "syft:metadata:source", + "value": "jq" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11&package-id=796a192b709a2a2b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.4-2", + "version": "2.4.57+dfsg-3+deb11u1", + "cpe": "cpe:2.3:a:libldap-2.4-2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4-2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.4-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.4-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "539" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.43.0-1?arch=amd64&upstream=nghttp2&distro=debian-11&package-id=25e33002a452ea93", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.43.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.43.0-1?arch=amd64&upstream=nghttp2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "217" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libonig5@6.9.6-1.1?arch=amd64&upstream=libonig&distro=debian-11&package-id=b7f75a3debfdb16e", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libonig5", + "version": "6.9.6-1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libonig5:libonig5:6.9.6-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libonig5@6.9.6-1.1?arch=amd64&upstream=libonig&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libonig5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libonig5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "649" + }, + { + "name": "syft:metadata:source", + "value": "libonig" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libperl5.32@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=29966d9900fe3710", + "type": "library", + "publisher": "Niko Tyni ", + "name": "libperl5.32", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.32:libperl5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libperl5.32@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.32/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.32:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "27869" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11&package-id=d6dc874ba13201bc", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.0-1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=7ff31700c5d9381e", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=6330cbd0c45b6a44", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11&package-id=4228335ce25053eb", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.9.0-2", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl@5.32.1-4+deb11u2?arch=amd64&distro=debian-11&package-id=e9d9452c6bebeca9", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl@5.32.1-4+deb11u2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "705" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-modules-5.32@5.32.1-4+deb11u2?arch=all&upstream=perl&distro=debian-11&package-id=ab118ec2f814b8d9", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-modules-5.32", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.32:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-modules-5.32@5.32.1-4+deb11u2?arch=all&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.32:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.32:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.32:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.32/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.32.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17455" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd?package-id=77abdc3fb4bada83", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20221116044647-bc3834ca7abd", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd?package-id=e1d67135342ade57", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20221116044647-bc3834ca7abd", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.13.5-0.20230601165947-6ce0bf390ce3?package-id=f3a60458f74dad83", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.13.5-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:api:v0.13.5-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.13.5-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.13.5-0.20230601165947-6ce0bf390ce3?package-id=6ff6206249c50edd", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.13.5-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:api:v0.13.5-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.13.5-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v5@v5.0.4-0.20230601165947-6ce0bf390ce3?package-id=1a1da245d8fc25ec", + "type": "library", + "name": "sigs.k8s.io/kustomize/kustomize/v5", + "version": "v5.0.4-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:kustomize\\/v5:v5.0.4-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v5@v5.0.4-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v5@v5.0.4-0.20230601165947-6ce0bf390ce3?package-id=29174eaac3c0ca18", + "type": "library", + "name": "sigs.k8s.io/kustomize/kustomize/v5", + "version": "v5.0.4-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:kustomize\\/v5:v5.0.4-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v5@v5.0.4-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.14.3-0.20230601165947-6ce0bf390ce3?package-id=18c22639556891a8", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.14.3-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.14.3-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.14.3-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.14.3-0.20230601165947-6ce0bf390ce3?package-id=6350348486183fb7", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.14.3-0.20230601165947-6ce0bf390ce3", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.14.3-0.20230601165947-6ce0bf390ce3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.14.3-0.20230601165947-6ce0bf390ce3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=ca736d53a87f5032", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=11e669fd60584031", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=d3fcf6d3068ce817", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/.spdx-kubectl.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=3fe6fbd5c6da7ea2", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/kubectl/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11&package-id=92185c9dea888247", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "startpar", + "version": "0.64-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:startpar:startpar:0.64-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/startpar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/startpar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11&package-id=e5a100eb1e30f20e", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysv-rc", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysv-rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv-rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysv-rc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysv-rc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "81" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=e76ddff1c7eab5a8", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:08e7fa780686415d0f6ece436bea2da65a5624bf65813a511d20fcaa6c60edf8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx.json b/release-notes/2024-01/sbom/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx.json new file mode 100644 index 00000000..170da27a --- /dev/null +++ b/release-notes/2024-01/sbom/bitnami-minio-2023.12.23-debian-11-r3.syft.cdx.json @@ -0,0 +1,37079 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:90d05af2-83ee-4e07-8e7c-d672fc2ac585", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:19-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "a9780081abc301cf", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/bitnami/minio", + "version": "2023.12.23-debian-11-r3" + } + }, + "components": [ + { + "bom-ref": "pkg:bitnami/minio@2023.12.23-1?arch=amd64&distro=debian-11&package-id=eafc879a7e76980f", + "type": "library", + "name": "MinIO", + "version": "2023.12.23-1", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:*:minio:minio:2023.12.23:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/minio@2023.12.23-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MinIO:MinIO:2023.12.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:bitnami/minio-client@2023.12.29-1?arch=amd64&distro=debian-11&package-id=b74b93d0cffd0fc1", + "type": "library", + "name": "MinIO Client", + "version": "2023.12.29-1", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:*:minio-client:minio-client:2023.12.29:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/minio-client@2023.12.29-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MinIO_Client:MinIO_Client:2023.12.29-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:golang/aead.dev/mem@v0.2.0?package-id=aff0baec3f552b68", + "type": "library", + "name": "aead.dev/mem", + "version": "v0.2.0", + "purl": "pkg:golang/aead.dev/mem@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/aead.dev/mem@v0.2.0?package-id=4704cb00a3296fa4", + "type": "library", + "name": "aead.dev/mem", + "version": "v0.2.0", + "purl": "pkg:golang/aead.dev/mem@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ufgkESS9+lHV/GUjxgc2ObF43FLZGSemh+W+y27QFMI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/aead.dev/minisign@v0.2.1?package-id=9bf5788376bdf60f", + "type": "library", + "name": "aead.dev/minisign", + "version": "v0.2.1", + "purl": "pkg:golang/aead.dev/minisign@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/aead.dev/minisign@v0.2.1?package-id=4ad8a7145e21aff6", + "type": "library", + "name": "aead.dev/minisign", + "version": "v0.2.1", + "purl": "pkg:golang/aead.dev/minisign@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z+7HA9dsY/eGycYj6kpWHpcJpHtjAwGiJFvbiuO9o+M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/aead.dev/minisign@v0.2.1?package-id=4343adc27075c371", + "type": "library", + "name": "aead.dev/minisign", + "version": "v0.2.1", + "purl": "pkg:golang/aead.dev/minisign@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z+7HA9dsY/eGycYj6kpWHpcJpHtjAwGiJFvbiuO9o+M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.111.0?package-id=adf161eabb725385", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.111.0", + "purl": "pkg:golang/cloud.google.com/go@v0.111.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.111.0?package-id=1e655929f2b212b4", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.111.0", + "purl": "pkg:golang/cloud.google.com/go@v0.111.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YHLKNupSD1KqjDbQ3+LVdQ81h/UJbJyZG203cEfnQgM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=db788d479856dc0d", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=89396d85c6661edd", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/iam@v1.1.5?package-id=c0a070d7d85ba0a8", + "type": "library", + "name": "cloud.google.com/go/iam", + "version": "v1.1.5", + "cpe": "cpe:2.3:a:go:iam:v1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/iam@v1.1.5?package-id=c031aff632881858", + "type": "library", + "name": "cloud.google.com/go/iam", + "version": "v1.1.5", + "cpe": "cpe:2.3:a:go:iam:v1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jTsCu4bcsNsE4iiqNT5SHwrDRCfRmIaaaVFhRveTJI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/storage@v1.36.0?package-id=8017a4a46d036e06", + "type": "library", + "name": "cloud.google.com/go/storage", + "version": "v1.36.0", + "cpe": "cpe:2.3:a:go:storage:v1.36.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/storage@v1.36.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/storage@v1.36.0?package-id=d50d20173f4b59a0", + "type": "library", + "name": "cloud.google.com/go/storage", + "version": "v1.36.0", + "cpe": "cpe:2.3:a:go:storage:v1.36.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/storage@v1.36.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P0mOkAcaJxhCTvAkMhxMfrTKiNcub4YmmPBtlhAyTr8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/curl@7.74.0-1.3+deb11u11?arch=amd64&distro=debian-11&package-id=543f66d962a28850", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "curl", + "version": "7.74.0-1.3+deb11u11", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.74.0-1.3\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/curl@7.74.0-1.3+deb11u11?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "430" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-pipeline-go@v0.2.3?package-id=294d41460526a0be", + "type": "library", + "name": "github.com/Azure/azure-pipeline-go", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:Azure:azure-pipeline-go:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/azure-pipeline-go@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_pipeline_go:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-pipeline-go@v0.2.3?package-id=8600bc9feacb7c91", + "type": "library", + "name": "github.com/Azure/azure-pipeline-go", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:Azure:azure-pipeline-go:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-pipeline-go@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_pipeline_go:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-storage-blob-go@v0.15.0?package-id=19849ae7b3949959", + "type": "library", + "name": "github.com/Azure/azure-storage-blob-go", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:Azure:azure-storage-blob-go:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/azure-storage-blob-go@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_storage_blob_go:v0.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-storage-blob-go@v0.15.0?package-id=a4907db87a131bab", + "type": "library", + "name": "github.com/Azure/azure-storage-blob-go", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:Azure:azure-storage-blob-go:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-storage-blob-go@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_storage_blob_go:v0.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rXtgp8tN1p29GvpGgfJetavIG0V7OgcSXPpwp3tx6qk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.29?package-id=b76061789c740cf6", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.29", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.29:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.29?package-id=0524fde752aa6102", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.29", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.29:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.23?package-id=2067b9682ff6cdd6", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.23", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.23:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.23", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.23?package-id=9104ef171c1ce030", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.23", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.23:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.23", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=d0cc5d6aa73910f5", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=a2f25656c53a0ee4", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=b1d725b00289c6c8", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=6542cd1ff8b39abd", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=c3b0e68458fa3e92", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=d5e797b20fb945b0", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358?package-id=9091d214f0df17fb", + "type": "library", + "name": "github.com/Azure/go-ntlmssp", + "version": "v0.0.0-20221128193559-754e69321358", + "cpe": "cpe:2.3:a:Azure:go-ntlmssp:v0.0.0-20221128193559-754e69321358:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_ntlmssp:v0.0.0-20221128193559-754e69321358:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358?package-id=3a28a1d9a2cd4012", + "type": "library", + "name": "github.com/Azure/go-ntlmssp", + "version": "v0.0.0-20221128193559-754e69321358", + "cpe": "cpe:2.3:a:Azure:go-ntlmssp:v0.0.0-20221128193559-754e69321358:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_ntlmssp:v0.0.0-20221128193559-754e69321358:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ibm/sarama@v1.42.1?package-id=f0607123728dfafe", + "type": "library", + "name": "github.com/IBM/sarama", + "version": "v1.42.1", + "cpe": "cpe:2.3:a:IBM:sarama:v1.42.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ibm/sarama@v1.42.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ibm/sarama@v1.42.1?package-id=7e2da5f21738895b", + "type": "library", + "name": "github.com/IBM/sarama", + "version": "v1.42.1", + "cpe": "cpe:2.3:a:IBM:sarama:v1.42.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/IBM/sarama@v1.42.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wugyWa15TDEHh2kvq2gAy1IHLjEjuYOYgXz/ruC/OSQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vividcortex/ewma@v1.2.0?package-id=3db6e6095f12458f", + "type": "library", + "name": "github.com/VividCortex/ewma", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:VividCortex:ewma:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vividcortex/ewma@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vividcortex/ewma@v1.2.0?package-id=d581e4bf202da4ba", + "type": "library", + "name": "github.com/VividCortex/ewma", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:VividCortex:ewma:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/VividCortex/ewma@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vividcortex/ewma@v1.2.0?package-id=dd056cb534b4a55f", + "type": "library", + "name": "github.com/VividCortex/ewma", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:VividCortex:ewma:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/VividCortex/ewma@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d?package-id=148b465f13ec6737", + "type": "library", + "name": "github.com/acarl005/stripansi", + "version": "v0.0.0-20180116102854-5a71ef0e047d", + "cpe": "cpe:2.3:a:acarl005:stripansi:v0.0.0-20180116102854-5a71ef0e047d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d?package-id=7ee53d4a5ab4c575", + "type": "library", + "name": "github.com/acarl005/stripansi", + "version": "v0.0.0-20180116102854-5a71ef0e047d", + "cpe": "cpe:2.3:a:acarl005:stripansi:v0.0.0-20180116102854-5a71ef0e047d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d?package-id=93ef64a449eef70d", + "type": "library", + "name": "github.com/acarl005/stripansi", + "version": "v0.0.0-20180116102854-5a71ef0e047d", + "cpe": "cpe:2.3:a:acarl005:stripansi:v0.0.0-20180116102854-5a71ef0e047d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/acarl005/stripansi@v0.0.0-20180116102854-5a71ef0e047d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecthomas/participle@v0.7.1?package-id=6c92348ea83007a3", + "type": "library", + "name": "github.com/alecthomas/participle", + "version": "v0.7.1", + "cpe": "cpe:2.3:a:alecthomas:participle:v0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/alecthomas/participle@v0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecthomas/participle@v0.7.1?package-id=dbf202d21e6c750f", + "type": "library", + "name": "github.com/alecthomas/participle", + "version": "v0.7.1", + "cpe": "cpe:2.3:a:alecthomas:participle:v0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/alecthomas/participle@v0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2bN7reTw//5f0cugJcTOnY/NYZcWQOaajW+BwZB5xWs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apache/thrift@v0.19.0?package-id=65468f0f3f6d5931", + "type": "library", + "name": "github.com/apache/thrift", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:apache:thrift:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apache/thrift@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apache/thrift@v0.19.0?package-id=49f2f5de886997e5", + "type": "library", + "name": "github.com/apache/thrift", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:apache:thrift:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apache/thrift@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sOqkWPzMj7w6XaYbJQG7m4sGqVolaW/0D28Ln7yPzMk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2?package-id=4e964b348573f327", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20230301143203-a9d515a09cc2", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20230301143203-a9d515a09cc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2?package-id=b1263387eccc430f", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20230301143203-a9d515a09cc2", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20230301143203-a9d515a09cc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1?package-id=ca180b823df188f1", + "type": "library", + "name": "github.com/aymanbagabas/go-osc52/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:aymanbagabas:go-osc52\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymanbagabas:go_osc52\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1?package-id=c5de3037ec811045", + "type": "library", + "name": "github.com/aymanbagabas/go-osc52/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:aymanbagabas:go-osc52\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymanbagabas:go_osc52\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1?package-id=18b122ebeaa8c5a5", + "type": "library", + "name": "github.com/aymanbagabas/go-osc52/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:aymanbagabas:go-osc52\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aymanbagabas/go-osc52/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymanbagabas:go_osc52\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bcicen/jstream@v1.0.1?package-id=1ec7cef2947f3571", + "type": "library", + "name": "github.com/bcicen/jstream", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:bcicen:jstream:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bcicen/jstream@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bcicen/jstream@v1.0.1?package-id=289a1eba1df89978", + "type": "library", + "name": "github.com/bcicen/jstream", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:bcicen:jstream:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bcicen/jstream@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BXY7Cu4rdmc0rhyTVyT3UkxAiX3bnLpKLas9btbH5ck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beevik/ntp@v1.3.0?package-id=0561e23035cd6661", + "type": "library", + "name": "github.com/beevik/ntp", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:beevik:ntp:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beevik/ntp@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beevik/ntp@v1.3.0?package-id=d9934a608b7ff95f", + "type": "library", + "name": "github.com/beevik/ntp", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:beevik:ntp:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beevik/ntp@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/w5VhpW5BGKS37vFm1p9oVk/t4HnnkKZAZIubHM6F7Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=b041de7fc4255264", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=779b0170aca8fb50", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=58579528286e22a3", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bitnami/wait-for-port@(devel)?package-id=4174efe5dfb8afb9", + "type": "library", + "name": "github.com/bitnami/wait-for-port", + "version": "(devel)", + "cpe": "cpe:2.3:a:bitnami:wait-for-port:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bitnami/wait-for-port@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bitnami:wait_for_port:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-s -w" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/buger/jsonparser@v1.1.1?package-id=0d3e63c439088423", + "type": "library", + "name": "github.com/buger/jsonparser", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:buger:jsonparser:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/buger/jsonparser@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/buger/jsonparser@v1.1.1?package-id=49945b71105aaacb", + "type": "library", + "name": "github.com/buger/jsonparser", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:buger:jsonparser:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/buger/jsonparser@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=0db079752b8a5dd1", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=2fd1df9b9e93f7fe", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=5504cee0a8a2ef7c", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1?package-id=faedc10bc6ba1026", + "type": "library", + "name": "github.com/charmbracelet/bubbles", + "version": "v0.17.1", + "cpe": "cpe:2.3:a:charmbracelet:bubbles:v0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1?package-id=5160571b485bed40", + "type": "library", + "name": "github.com/charmbracelet/bubbles", + "version": "v0.17.1", + "cpe": "cpe:2.3:a:charmbracelet:bubbles:v0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0SIyjOnkrsfDo88YvPgAWvZMwXe26TP6drRvmkjyUu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1?package-id=1c0dc883569765c1", + "type": "library", + "name": "github.com/charmbracelet/bubbles", + "version": "v0.17.1", + "cpe": "cpe:2.3:a:charmbracelet:bubbles:v0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbles@v0.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0SIyjOnkrsfDo88YvPgAWvZMwXe26TP6drRvmkjyUu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0?package-id=2e8361fcc8316ed7", + "type": "library", + "name": "github.com/charmbracelet/bubbletea", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:charmbracelet:bubbletea:v0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0?package-id=c050a9c928a45447", + "type": "library", + "name": "github.com/charmbracelet/bubbletea", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:charmbracelet:bubbletea:v0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bAfwk7jRz7FKFl9RzlIULPkStffg5k6pNt5dywy4TcM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0?package-id=dad15d170ce04903", + "type": "library", + "name": "github.com/charmbracelet/bubbletea", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:charmbracelet:bubbletea:v0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/bubbletea@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bAfwk7jRz7FKFl9RzlIULPkStffg5k6pNt5dywy4TcM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1?package-id=030f817c26ddb275", + "type": "library", + "name": "github.com/charmbracelet/lipgloss", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:charmbracelet:lipgloss:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1?package-id=a7d360c690458f01", + "type": "library", + "name": "github.com/charmbracelet/lipgloss", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:charmbracelet:lipgloss:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PNyd3jvaJbg4jRHKWXnCj1akQm4rh8dbEzN1p/u1KWg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1?package-id=9e2a7c2d245cf5ef", + "type": "library", + "name": "github.com/charmbracelet/lipgloss", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:charmbracelet:lipgloss:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/charmbracelet/lipgloss@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PNyd3jvaJbg4jRHKWXnCj1akQm4rh8dbEzN1p/u1KWg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cheggaaa/pb@v1.0.29?package-id=097eb9c76d911b0a", + "type": "library", + "name": "github.com/cheggaaa/pb", + "version": "v1.0.29", + "cpe": "cpe:2.3:a:cheggaaa:pb:v1.0.29:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cheggaaa/pb@v1.0.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cheggaaa/pb@v1.0.29?package-id=29de4fb434174df8", + "type": "library", + "name": "github.com/cheggaaa/pb", + "version": "v1.0.29", + "cpe": "cpe:2.3:a:cheggaaa:pb:v1.0.29:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cheggaaa/pb@v1.0.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cheggaaa/pb@v1.0.29?package-id=c9fab9fe22d72ef8", + "type": "library", + "name": "github.com/cheggaaa/pb", + "version": "v1.0.29", + "cpe": "cpe:2.3:a:cheggaaa:pb:v1.0.29:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cheggaaa/pb@v1.0.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81?package-id=14a22667a43fe19e", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.4-0.20230313162750-1ae8d489ac81", + "cpe": "cpe:2.3:a:containerd:console:v1.0.4-0.20230313162750-1ae8d489ac81:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81?package-id=acd18171d4b24348", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.4-0.20230313162750-1ae8d489ac81", + "cpe": "cpe:2.3:a:containerd:console:v1.0.4-0.20230313162750-1ae8d489ac81:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q2hJAaP1k2wIvVRd/hEHD7lacgqrCPS+k8g1MndzfWY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81?package-id=2f8e30a55bcbb693", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.4-0.20230313162750-1ae8d489ac81", + "cpe": "cpe:2.3:a:containerd:console:v1.0.4-0.20230313162750-1ae8d489ac81:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.4-0.20230313162750-1ae8d489ac81", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q2hJAaP1k2wIvVRd/hEHD7lacgqrCPS+k8g1MndzfWY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coredns/coredns@v1.11.1?package-id=069bd418ba46e4d1", + "type": "library", + "name": "github.com/coredns/coredns", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:coredns:coredns:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coredns/coredns@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coredns/coredns@v1.11.1?package-id=c79166d3c96786e5", + "type": "library", + "name": "github.com/coredns/coredns", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:coredns:coredns:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coredns/coredns@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IYBM+j/Xx3nTV4HE1s626G9msmJZSdKL9k0ZagYcZFQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-oidc@v2.2.1+incompatible?package-id=9136a53f08861de4", + "type": "library", + "name": "github.com/coreos/go-oidc", + "version": "v2.2.1+incompatible", + "cpe": "cpe:2.3:a:coreos:go-oidc:v2.2.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-oidc@v2.2.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_oidc:v2.2.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-oidc@v2.2.1+incompatible?package-id=109cdb174b485d31", + "type": "library", + "name": "github.com/coreos/go-oidc", + "version": "v2.2.1+incompatible", + "cpe": "cpe:2.3:a:coreos:go-oidc:v2.2.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-oidc@v2.2.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_oidc:v2.2.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-semver@v0.3.1?package-id=fb6ec130cabd5583", + "type": "library", + "name": "github.com/coreos/go-semver", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:coreos:go-semver:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-semver@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_semver:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-semver@v0.3.1?package-id=f7328e0f35f7ba94", + "type": "library", + "name": "github.com/coreos/go-semver", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:coreos:go-semver:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-semver@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_semver:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-semver@v0.3.1?package-id=ed7bace00c57bc76", + "type": "library", + "name": "github.com/coreos/go-semver", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:coreos:go-semver:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-semver@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_semver:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0?package-id=463b9a410aab58f8", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.5.0", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0?package-id=62a35c8c7697d9d1", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.5.0", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0?package-id=2be3e0c65c6d4921", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.5.0", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cosnicolaou/pbzip2@v1.0.3?package-id=6c7cb37f670d202e", + "type": "library", + "name": "github.com/cosnicolaou/pbzip2", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:cosnicolaou:pbzip2:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cosnicolaou/pbzip2@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cosnicolaou/pbzip2@v1.0.3?package-id=ce04a59556a6fd64", + "type": "library", + "name": "github.com/cosnicolaou/pbzip2", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:cosnicolaou:pbzip2:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cosnicolaou/pbzip2@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CebGEQSYOg9uFDfTgIXNDI3cuaQovlnBUcdB614dQws=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?package-id=5b7624eacc192195", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.2-0.20180830191138-d8f796af33cc", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?package-id=bba103e7b91bdff1", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.2-0.20180830191138-d8f796af33cc", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dchest/siphash@v1.2.3?package-id=66c258662d9ab154", + "type": "library", + "name": "github.com/dchest/siphash", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:dchest:siphash:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dchest/siphash@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dchest/siphash@v1.2.3?package-id=51b5cd9dac6e2918", + "type": "library", + "name": "github.com/dchest/siphash", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:dchest:siphash:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dchest/siphash@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QXwFc8cFOR2dSa/gE6o/HokBMWtLUaNDVd+22aKHeEA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=d93d4363c011867a", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=2657d6d9cbbdb75b", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dustin/go-humanize@v1.0.1?package-id=1b07efce7317df42", + "type": "library", + "name": "github.com/dustin/go-humanize", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dustin/go-humanize@v1.0.1?package-id=7f20ca74410b8446", + "type": "library", + "name": "github.com/dustin/go-humanize", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dustin/go-humanize@v1.0.1?package-id=ad03cdc9f88ef7cd", + "type": "library", + "name": "github.com/dustin/go-humanize", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/go-resiliency@v1.5.0?package-id=2060424b6162f173", + "type": "library", + "name": "github.com/eapache/go-resiliency", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:eapache:go-resiliency:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/go-resiliency@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eapache:go_resiliency:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/go-resiliency@v1.5.0?package-id=6313b1fe18adf695", + "type": "library", + "name": "github.com/eapache/go-resiliency", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:eapache:go-resiliency:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/go-resiliency@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eapache:go_resiliency:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dRsaR00whmQD+SgVKlq/vCRFNgtEb5yppyeVos3Yce0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/go-xerial-snappy@v0.0.0-20230731223053-c322873962e3?package-id=8aa25c84bdb8a614", + "type": "library", + "name": "github.com/eapache/go-xerial-snappy", + "version": "v0.0.0-20230731223053-c322873962e3", + "cpe": "cpe:2.3:a:eapache:go-xerial-snappy:v0.0.0-20230731223053-c322873962e3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/go-xerial-snappy@v0.0.0-20230731223053-c322873962e3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eapache:go_xerial_snappy:v0.0.0-20230731223053-c322873962e3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/go-xerial-snappy@v0.0.0-20230731223053-c322873962e3?package-id=a21f1e7f447b17fb", + "type": "library", + "name": "github.com/eapache/go-xerial-snappy", + "version": "v0.0.0-20230731223053-c322873962e3", + "cpe": "cpe:2.3:a:eapache:go-xerial-snappy:v0.0.0-20230731223053-c322873962e3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/go-xerial-snappy@v0.0.0-20230731223053-c322873962e3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eapache:go_xerial_snappy:v0.0.0-20230731223053-c322873962e3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Oy0F4ALJ04o5Qqpdz8XLIpNA3WM/iSIXqxtqo7UGVws=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/queue@v1.1.0?package-id=3d34117d5c62ee9f", + "type": "library", + "name": "github.com/eapache/queue", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:eapache:queue:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/queue@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eapache/queue@v1.1.0?package-id=4a508794d675c7e4", + "type": "library", + "name": "github.com/eapache/queue", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:eapache:queue:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eapache/queue@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eclipse/paho.mqtt.golang@v1.4.3?package-id=1386f20451bb2409", + "type": "library", + "name": "github.com/eclipse/paho.mqtt.golang", + "version": "v1.4.3", + "cpe": "cpe:2.3:a:eclipse:paho.mqtt.golang:v1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eclipse/paho.mqtt.golang@v1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/eclipse/paho.mqtt.golang@v1.4.3?package-id=979123754593b26f", + "type": "library", + "name": "github.com/eclipse/paho.mqtt.golang", + "version": "v1.4.3", + "cpe": "cpe:2.3:a:eclipse:paho.mqtt.golang:v1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/eclipse/paho.mqtt.golang@v1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2kwcUGn8seMUfWndX0hGbvH8r7crgcJguQNCyp70xik=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/elastic/go-elasticsearch/v7@v7.17.10?package-id=089bac2688a29931", + "type": "library", + "name": "github.com/elastic/go-elasticsearch/v7", + "version": "v7.17.10", + "cpe": "cpe:2.3:a:elastic:go-elasticsearch\\/v7:v7.17.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/elastic/go-elasticsearch/v7@v7.17.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elastic:go_elasticsearch\\/v7:v7.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/elastic/go-elasticsearch/v7@v7.17.10?package-id=6e0d4bbb89ff4fe7", + "type": "library", + "name": "github.com/elastic/go-elasticsearch/v7", + "version": "v7.17.10", + "cpe": "cpe:2.3:a:elastic:go-elasticsearch\\/v7:v7.17.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/elastic/go-elasticsearch/v7@v7.17.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elastic:go_elasticsearch\\/v7:v7.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.16.0?package-id=7704e848efd987fa", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:fatih:color:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.16.0?package-id=4aea6bad2cf9f1f3", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:fatih:color:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.16.0?package-id=7c7c96a470381e86", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:fatih:color:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/structs@v1.1.0?package-id=6ffc91f7eec361e5", + "type": "library", + "name": "github.com/fatih/structs", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fatih:structs:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/structs@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/structs@v1.1.0?package-id=4c20d9c7bed1d3b6", + "type": "library", + "name": "github.com/fatih/structs", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fatih:structs:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/structs@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/structs@v1.1.0?package-id=b6d8f1d66632d1f7", + "type": "library", + "name": "github.com/fatih/structs", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fatih:structs:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/structs@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/fgprof@v0.9.3?package-id=a12c5db24c28d272", + "type": "library", + "name": "github.com/felixge/fgprof", + "version": "v0.9.3", + "cpe": "cpe:2.3:a:felixge:fgprof:v0.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/fgprof@v0.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/fgprof@v0.9.3?package-id=ad52efa95982f6e3", + "type": "library", + "name": "github.com/felixge/fgprof", + "version": "v0.9.3", + "cpe": "cpe:2.3:a:felixge:fgprof:v0.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/fgprof@v0.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VvyZxILNuCiUCSXtPtYmmtGvb65nqXh2QFWc0Wpf2/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.4?package-id=12ec49835b9cac7b", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.4?package-id=3223dd3d6b59e4ad", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fraugster/parquet-go@v0.12.0?package-id=154266d0aa1b10c8", + "type": "library", + "name": "github.com/fraugster/parquet-go", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:fraugster:parquet-go:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fraugster/parquet-go@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fraugster:parquet_go:v0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fraugster/parquet-go@v0.12.0?package-id=8b5c81ddffc838fc", + "type": "library", + "name": "github.com/fraugster/parquet-go", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:fraugster:parquet-go:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fraugster/parquet-go@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fraugster:parquet_go:v0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1slnC5y2VWEOUSlzbeXatM0BvSWcLUDsR/EcZsXXCZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/encoding@v1.0.0?package-id=34fc7da7bc7c23a4", + "type": "library", + "name": "github.com/gdamore/encoding", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/encoding@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/encoding@v1.0.0?package-id=b0100a41773c5151", + "type": "library", + "name": "github.com/gdamore/encoding", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/encoding@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/encoding@v1.0.0?package-id=6a796162c9f5c1f7", + "type": "library", + "name": "github.com/gdamore/encoding", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/encoding@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0?package-id=71b1d60b8ba28f64", + "type": "library", + "name": "github.com/gdamore/tcell/v2", + "version": "v2.7.0", + "cpe": "cpe:2.3:a:gdamore:tcell\\/v2:v2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0?package-id=94ea07ab99256aee", + "type": "library", + "name": "github.com/gdamore/tcell/v2", + "version": "v2.7.0", + "cpe": "cpe:2.3:a:gdamore:tcell\\/v2:v2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I5LiGTQuwrysAt1KS9wg1yFfOI3arI3ucFrxtd/xqaA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0?package-id=513d0bc6b18772d8", + "type": "library", + "name": "github.com/gdamore/tcell/v2", + "version": "v2.7.0", + "cpe": "cpe:2.3:a:gdamore:tcell\\/v2:v2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/tcell/v2@v2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I5LiGTQuwrysAt1KS9wg1yFfOI3arI3ucFrxtd/xqaA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.5?package-id=cd89069b3ca447a9", + "type": "library", + "name": "github.com/go-asn1-ber/asn1-ber", + "version": "v1.5.5", + "cpe": "cpe:2.3:a:go-asn1-ber:asn1-ber:v1.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1-ber:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.5?package-id=471c77c227b4e719", + "type": "library", + "name": "github.com/go-asn1-ber/asn1-ber", + "version": "v1.5.5", + "cpe": "cpe:2.3:a:go-asn1-ber:asn1-ber:v1.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1-ber:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1-ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1_ber:v1.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MNHlNMBDgEKD4TcKr36vQN68BA00aDfjIt3/bD50WnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.6?package-id=8c79f14b075ebe06", + "type": "library", + "name": "github.com/go-ldap/ldap/v3", + "version": "v3.4.6", + "cpe": "cpe:2.3:a:go-ldap:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_ldap:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.6?package-id=8ea20bf949a5a2ad", + "type": "library", + "name": "github.com/go-ldap/ldap/v3", + "version": "v3.4.6", + "cpe": "cpe:2.3:a:go-ldap:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_ldap:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:ldap\\/v3:v3.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ert95MdbiG7aWo/oPYp9btL3KJlMPKnP58r09rI8T+A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.3.0?package-id=ed4ecd82df18cf54", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:go-logr:logr:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.3.0?package-id=6f6bc9430ad45860", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:go-logr:logr:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=d1cf99e85c490f6b", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=beb8317781bf6eca", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/analysis@v0.21.5?package-id=4d145132d9b39a59", + "type": "library", + "name": "github.com/go-openapi/analysis", + "version": "v0.21.5", + "cpe": "cpe:2.3:a:go-openapi:analysis:v0.21.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/analysis@v0.21.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:analysis:v0.21.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:analysis:v0.21.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/analysis@v0.21.5?package-id=951757b3ec77a256", + "type": "library", + "name": "github.com/go-openapi/analysis", + "version": "v0.21.5", + "cpe": "cpe:2.3:a:go-openapi:analysis:v0.21.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/analysis@v0.21.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:analysis:v0.21.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:analysis:v0.21.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3tHfEBh6Ia8eKc4M7khOGjPOAlWKJ10d877Cr9teujI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/errors@v0.21.0?package-id=6e785eb1ca141104", + "type": "library", + "name": "github.com/go-openapi/errors", + "version": "v0.21.0", + "cpe": "cpe:2.3:a:go-openapi:errors:v0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/errors@v0.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:errors:v0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/errors@v0.21.0?package-id=485a9e0e5752a33a", + "type": "library", + "name": "github.com/go-openapi/errors", + "version": "v0.21.0", + "cpe": "cpe:2.3:a:go-openapi:errors:v0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/errors@v0.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:errors:v0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhChC/duCnfoLj1gZ0BgaBmzhJC2SL/sJr8a2vAobSY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.1?package-id=9cc6ce8fc29bb20a", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.20.1", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.1?package-id=5943fdd516d07e1e", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.20.1", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MkK4VEIEZMj4wT9PmjaUmGflVBr9nvud4Q4UVFbDoBE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.3?package-id=237736b1a6cdc253", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.3", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.3?package-id=bade7243b6d2fd33", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.3", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EjGcjTW8pD1mRis6+w/gmoBdqv5+RbE9B85D1NgDOVQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/loads@v0.21.3?package-id=0c0a5377c2d56232", + "type": "library", + "name": "github.com/go-openapi/loads", + "version": "v0.21.3", + "cpe": "cpe:2.3:a:go-openapi:loads:v0.21.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/loads@v0.21.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:loads:v0.21.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:loads:v0.21.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/loads@v0.21.3?package-id=d9549a5b15038c48", + "type": "library", + "name": "github.com/go-openapi/loads", + "version": "v0.21.3", + "cpe": "cpe:2.3:a:go-openapi:loads:v0.21.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/loads@v0.21.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:loads:v0.21.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:loads:v0.21.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8sSH2FIm/SnbDUGv572md4YqVMFne/a9Eubvcd3anew=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/runtime@v0.26.2?package-id=f4e6718ff639e6f9", + "type": "library", + "name": "github.com/go-openapi/runtime", + "version": "v0.26.2", + "cpe": "cpe:2.3:a:go-openapi:runtime:v0.26.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/runtime@v0.26.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:runtime:v0.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:runtime:v0.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/runtime@v0.26.2?package-id=85344cec3be245f1", + "type": "library", + "name": "github.com/go-openapi/runtime", + "version": "v0.26.2", + "cpe": "cpe:2.3:a:go-openapi:runtime:v0.26.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/runtime@v0.26.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:runtime:v0.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:runtime:v0.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:elWyB9MacRzvIVgAZCBJmqTi7hBzU0hlKD4IvfX0Zl0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/spec@v0.20.12?package-id=6f0a3388f3aa9ec1", + "type": "library", + "name": "github.com/go-openapi/spec", + "version": "v0.20.12", + "cpe": "cpe:2.3:a:go-openapi:spec:v0.20.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/spec@v0.20.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:spec:v0.20.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:spec:v0.20.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/spec@v0.20.12?package-id=13571f5b76167823", + "type": "library", + "name": "github.com/go-openapi/spec", + "version": "v0.20.12", + "cpe": "cpe:2.3:a:go-openapi:spec:v0.20.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/spec@v0.20.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:spec:v0.20.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:spec:v0.20.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cgSLbrsmziAP2iais+Vz7kSazwZ8rsUZd6TUzdDgkVI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/strfmt@v0.21.10?package-id=a8037f20ee6c4fd0", + "type": "library", + "name": "github.com/go-openapi/strfmt", + "version": "v0.21.10", + "cpe": "cpe:2.3:a:go-openapi:strfmt:v0.21.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/strfmt@v0.21.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:strfmt:v0.21.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:strfmt:v0.21.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/strfmt@v0.21.10?package-id=b7c869614f2a803a", + "type": "library", + "name": "github.com/go-openapi/strfmt", + "version": "v0.21.10", + "cpe": "cpe:2.3:a:go-openapi:strfmt:v0.21.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/strfmt@v0.21.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:strfmt:v0.21.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:strfmt:v0.21.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIsly3KXZB/Qf4UzvzJpg4OELH/0ASDQsyk//TTBDDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.5?package-id=6e25a35732ccb17d", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.5", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.5?package-id=4b69fec0cc193d6f", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.5", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fVS63IE3M0lsuWRzuom3RLwUMVI2peDH01s6M70ugys=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/validate@v0.22.4?package-id=b74654ce5d8fe1c4", + "type": "library", + "name": "github.com/go-openapi/validate", + "version": "v0.22.4", + "cpe": "cpe:2.3:a:go-openapi:validate:v0.22.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/validate@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:validate:v0.22.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:validate:v0.22.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/validate@v0.22.4?package-id=ac885e6f84f0a182", + "type": "library", + "name": "github.com/go-openapi/validate", + "version": "v0.22.4", + "cpe": "cpe:2.3:a:go-openapi:validate:v0.22.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/validate@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:validate:v0.22.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:validate:v0.22.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5v3jmMyIPKTR8Lv9syBAIRxG6lY0RqeBPB1LKEijzk8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.1?package-id=f516ca6b40b8527e", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.7.1", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.1?package-id=7f92779aaa901221", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.7.1", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/httphead@v0.1.0?package-id=8a72cced7f997439", + "type": "library", + "name": "github.com/gobwas/httphead", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:gobwas:httphead:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/httphead@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/httphead@v0.1.0?package-id=a738760fa876615d", + "type": "library", + "name": "github.com/gobwas/httphead", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:gobwas:httphead:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/httphead@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/pool@v0.2.1?package-id=c5dd28fef9cfc05a", + "type": "library", + "name": "github.com/gobwas/pool", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:gobwas:pool:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/pool@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/pool@v0.2.1?package-id=4a56cdf244d570e3", + "type": "library", + "name": "github.com/gobwas/pool", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:gobwas:pool:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/pool@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/ws@v1.3.1?package-id=11a83c981868451d", + "type": "library", + "name": "github.com/gobwas/ws", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:gobwas:ws:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/ws@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/ws@v1.3.1?package-id=b06ac375fb02edd6", + "type": "library", + "name": "github.com/gobwas/ws", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:gobwas:ws:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/ws@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qi34dfLMWJbiKaNbDVzM9x27nZBjmkaW6i4+Ku+pGVU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=53e48c051fc83bf8", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=ed1bc58d034a49c3", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=33f1453dbeee8354", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=7c2836f899dc77e9", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=3c31579763a1f354", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=773814013987602f", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=9f3b4b1255fca169", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=f87a830426ff1dee", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=6100fc9c4ec3604e", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=cdb3dbc4028c7332", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=80824b94a78fec82", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=51ce281f188198a7", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=4e555fdab15aa09e", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gomodule/redigo@v1.8.9?package-id=30e34e6c14de9d64", + "type": "library", + "name": "github.com/gomodule/redigo", + "version": "v1.8.9", + "cpe": "cpe:2.3:a:gomodule:redigo:v1.8.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gomodule/redigo@v1.8.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gomodule/redigo@v1.8.9?package-id=68dabfb1848aa9b1", + "type": "library", + "name": "github.com/gomodule/redigo", + "version": "v1.8.9", + "cpe": "cpe:2.3:a:gomodule:redigo:v1.8.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gomodule/redigo@v1.8.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/pprof@v0.0.0-20231212022811-ec68065c825e?package-id=f2cdbfb5eed4af1a", + "type": "library", + "name": "github.com/google/pprof", + "version": "v0.0.0-20231212022811-ec68065c825e", + "cpe": "cpe:2.3:a:google:pprof:v0.0.0-20231212022811-ec68065c825e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/pprof@v0.0.0-20231212022811-ec68065c825e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/pprof@v0.0.0-20231212022811-ec68065c825e?package-id=05539fea83bbf03b", + "type": "library", + "name": "github.com/google/pprof", + "version": "v0.0.0-20231212022811-ec68065c825e", + "cpe": "cpe:2.3:a:google:pprof:v0.0.0-20231212022811-ec68065c825e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/pprof@v0.0.0-20231212022811-ec68065c825e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bwOy7hAFd0C91URzMIEBfr6BAz29yk7Qj0cy6S7DJlU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/s2a-go@v0.1.7?package-id=f95f38b81c697a45", + "type": "library", + "name": "github.com/google/s2a-go", + "version": "v0.1.7", + "cpe": "cpe:2.3:a:google:s2a-go:v0.1.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/s2a-go@v0.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:s2a_go:v0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/s2a-go@v0.1.7?package-id=ae78c716156a4468", + "type": "library", + "name": "github.com/google/s2a-go", + "version": "v0.1.7", + "cpe": "cpe:2.3:a:google:s2a-go:v0.1.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/s2a-go@v0.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:s2a_go:v0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=2855daa4905fc59a", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=2121b8c7652e6ee1", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=ff55f05e99c0615f", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.5.0?package-id=a7fedc631557dd9f", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:google:uuid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.5.0?package-id=35f3545ff50cd9b3", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:google:uuid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.5.0?package-id=7069bc5c8b250650", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:google:uuid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.2?package-id=0de90c92f95db12f", + "type": "library", + "name": "github.com/googleapis/enterprise-certificate-proxy", + "version": "v0.3.2", + "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.2?package-id=14f87fe744c6fa6c", + "type": "library", + "name": "github.com/googleapis/enterprise-certificate-proxy", + "version": "v0.3.2", + "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0?package-id=318a8bfe26e2a592", + "type": "library", + "name": "github.com/googleapis/gax-go/v2", + "version": "v2.12.0", + "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0?package-id=af2cadd0d5a1dacb", + "type": "library", + "name": "github.com/googleapis/gax-go/v2", + "version": "v2.12.0", + "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gax-go/v2@v2.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.1?package-id=7367c1966886e494", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.1?package-id=a0d88639fbdb0a74", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=04c8767d6b889961", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=71b45ca9cb39b54e", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=842230b29773d116", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=096f3e548764ae4f", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=948b799fdc65410f", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=ccbd76167be358ce", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3?package-id=9cad1715c76eefb1", + "type": "library", + "name": "github.com/hashicorp/go-uuid", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3?package-id=5addce13fba3053a", + "type": "library", + "name": "github.com/hashicorp/go-uuid", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?package-id=834e62584fcd0adf", + "type": "library", + "name": "github.com/hashicorp/golang-lru", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:hashicorp:golang-lru:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:golang_lru:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?package-id=9a3dddc469be84b1", + "type": "library", + "name": "github.com/hashicorp/golang-lru", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:hashicorp:golang-lru:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:golang_lru:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?package-id=edc65b2f0bd7474e", + "type": "library", + "name": "github.com/inconshreveable/mousetrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:inconshreveable:mousetrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?package-id=8e38e5183c81a8ed", + "type": "library", + "name": "github.com/inconshreveable/mousetrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:inconshreveable:mousetrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?package-id=79a651da84d59542", + "type": "library", + "name": "github.com/inconshreveable/mousetrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:inconshreveable:mousetrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0?package-id=367bf0f0b4d40b38", + "type": "library", + "name": "github.com/jcmturner/aescts/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:aescts\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0?package-id=854ea1cc2bda2270", + "type": "library", + "name": "github.com/jcmturner/aescts/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:aescts\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/aescts/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0?package-id=c4616873a386a2fc", + "type": "library", + "name": "github.com/jcmturner/dnsutils/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:dnsutils\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0?package-id=c7ff4dfeb633abd1", + "type": "library", + "name": "github.com/jcmturner/dnsutils/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:jcmturner:dnsutils\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/dnsutils/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gofork@v1.7.6?package-id=6209825c6bc3a27d", + "type": "library", + "name": "github.com/jcmturner/gofork", + "version": "v1.7.6", + "cpe": "cpe:2.3:a:jcmturner:gofork:v1.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gofork@v1.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gofork@v1.7.6?package-id=06c990751a01e835", + "type": "library", + "name": "github.com/jcmturner/gofork", + "version": "v1.7.6", + "cpe": "cpe:2.3:a:jcmturner:gofork:v1.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gofork@v1.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4?package-id=141fcf71431b4a03", + "type": "library", + "name": "github.com/jcmturner/gokrb5/v8", + "version": "v8.4.4", + "cpe": "cpe:2.3:a:jcmturner:gokrb5\\/v8:v8.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4?package-id=43c71a65dee8db19", + "type": "library", + "name": "github.com/jcmturner/gokrb5/v8", + "version": "v8.4.4", + "cpe": "cpe:2.3:a:jcmturner:gokrb5\\/v8:v8.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/gokrb5/v8@v8.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3?package-id=42912366a9be86ab", + "type": "library", + "name": "github.com/jcmturner/rpc/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:jcmturner:rpc\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3?package-id=39ec19af345fd075", + "type": "library", + "name": "github.com/jcmturner/rpc/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:jcmturner:rpc\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jcmturner/rpc/v2@v2.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9?package-id=678ede20b7854e3a", + "type": "library", + "name": "github.com/jedib0t/go-pretty/v6", + "version": "v6.4.9", + "cpe": "cpe:2.3:a:jedib0t:go-pretty\\/v6:v6.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedib0t:go_pretty\\/v6:v6.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9?package-id=74703dbe0053d2a6", + "type": "library", + "name": "github.com/jedib0t/go-pretty/v6", + "version": "v6.4.9", + "cpe": "cpe:2.3:a:jedib0t:go-pretty\\/v6:v6.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedib0t:go_pretty\\/v6:v6.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vZ6bjGg2eBSrJn365qlxGcaWu09Id+LHtrfDWlB2Usc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9?package-id=4b83f81b75cc5b91", + "type": "library", + "name": "github.com/jedib0t/go-pretty/v6", + "version": "v6.4.9", + "cpe": "cpe:2.3:a:jedib0t:go-pretty\\/v6:v6.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedib0t:go_pretty\\/v6:v6.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vZ6bjGg2eBSrJn365qlxGcaWu09Id+LHtrfDWlB2Usc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=ae95a7b6228cbd9b", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=c6eb6fbc5c2c3e59", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=0bb06efdaf513bbd", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=79618b1f05b51885", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=0a843a9d748c2940", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=40889554ee2fbc76", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=bff33f501d92bd54", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=a69a93c17bc8f4ce", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/juju/ratelimit@v1.0.2?package-id=b1e7bc0049eda8ef", + "type": "library", + "name": "github.com/juju/ratelimit", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:juju:ratelimit:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/juju/ratelimit@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/juju/ratelimit@v1.0.2?package-id=bfa0d78523777f68", + "type": "library", + "name": "github.com/juju/ratelimit", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:juju:ratelimit:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/juju/ratelimit@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sRxmtRiajbvrcLQT7S+JbqU0ntsb9W2yhSdNN8tWfaI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/juju/ratelimit@v1.0.2?package-id=1005512a4985e7ba", + "type": "library", + "name": "github.com/juju/ratelimit", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:juju:ratelimit:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/juju/ratelimit@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sRxmtRiajbvrcLQT7S+JbqU0ntsb9W2yhSdNN8tWfaI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.17.4?package-id=3acf12152e4cf4af", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.17.4", + "cpe": "cpe:2.3:a:klauspost:compress:v1.17.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.17.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.17.4?package-id=e53a5126ff7f873a", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.17.4", + "cpe": "cpe:2.3:a:klauspost:compress:v1.17.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.17.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.17.4?package-id=8a9a1d0963138010", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.17.4", + "cpe": "cpe:2.3:a:klauspost:compress:v1.17.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.17.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6?package-id=38bb6f935a81e2d6", + "type": "library", + "name": "github.com/klauspost/cpuid/v2", + "version": "v2.2.6", + "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6?package-id=d8df22f7b34623ec", + "type": "library", + "name": "github.com/klauspost/cpuid/v2", + "version": "v2.2.6", + "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6?package-id=65ed962e999f93f4", + "type": "library", + "name": "github.com/klauspost/cpuid/v2", + "version": "v2.2.6", + "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/cpuid/v2@v2.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/filepathx@v1.1.1?package-id=f508a47af074f89c", + "type": "library", + "name": "github.com/klauspost/filepathx", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:klauspost:filepathx:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/filepathx@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/filepathx@v1.1.1?package-id=a772d782c167c39f", + "type": "library", + "name": "github.com/klauspost/filepathx", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:klauspost:filepathx:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/filepathx@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:201zvAsL1PhZvmXTP+QLer3AavWrO3U1NILWpniHK4w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/pgzip@v1.2.6?package-id=5ef5831984b5f4b9", + "type": "library", + "name": "github.com/klauspost/pgzip", + "version": "v1.2.6", + "cpe": "cpe:2.3:a:klauspost:pgzip:v1.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/pgzip@v1.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/pgzip@v1.2.6?package-id=63cd8f74f37f9a8d", + "type": "library", + "name": "github.com/klauspost/pgzip", + "version": "v1.2.6", + "cpe": "cpe:2.3:a:klauspost:pgzip:v1.2.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/pgzip@v1.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/readahead@v1.4.0?package-id=52880fbf90659e0b", + "type": "library", + "name": "github.com/klauspost/readahead", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:klauspost:readahead:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/readahead@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/readahead@v1.4.0?package-id=6c59d89c6600dc08", + "type": "library", + "name": "github.com/klauspost/readahead", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:klauspost:readahead:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/readahead@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w4hQ3BpdLjBnRQkZyNi+nwdHU7eGP9buTexWK9lU7gY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/reedsolomon@v1.12.0?package-id=e8ee248fcd85c44a", + "type": "library", + "name": "github.com/klauspost/reedsolomon", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:klauspost:reedsolomon:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/reedsolomon@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/reedsolomon@v1.12.0?package-id=e161a5915a6548c9", + "type": "library", + "name": "github.com/klauspost/reedsolomon", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:klauspost:reedsolomon:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/reedsolomon@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I5FEp3xSwVCcEh3F5A7dofEfhXdF/bWhQWPH+XwBFno=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kr/fs@v0.1.0?package-id=8cbe169f76306b74", + "type": "library", + "name": "github.com/kr/fs", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:kr:fs:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kr/fs@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kr/fs@v0.1.0?package-id=a25d760038715b69", + "type": "library", + "name": "github.com/kr/fs", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:kr:fs:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kr/fs@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8?package-id=5ae82673c83fa2dd", + "type": "library", + "name": "github.com/lestrrat-go/backoff/v2", + "version": "v2.0.8", + "cpe": "cpe:2.3:a:lestrrat-go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8?package-id=d19c6b31276a0095", + "type": "library", + "name": "github.com/lestrrat-go/backoff/v2", + "version": "v2.0.8", + "cpe": "cpe:2.3:a:lestrrat-go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8?package-id=245320ad5539fe4b", + "type": "library", + "name": "github.com/lestrrat-go/backoff/v2", + "version": "v2.0.8", + "cpe": "cpe:2.3:a:lestrrat-go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/backoff/v2@v2.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:backoff\\/v2:v2.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2?package-id=643a59dfb4e328b4", + "type": "library", + "name": "github.com/lestrrat-go/blackmagic", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:blackmagic:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2?package-id=ca09215542a08c1d", + "type": "library", + "name": "github.com/lestrrat-go/blackmagic", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:blackmagic:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Cg2gVSc9h7sz9NOByczrbUvLopQmXrfFx//N+AkAr5k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2?package-id=7d6288b7453249a5", + "type": "library", + "name": "github.com/lestrrat-go/blackmagic", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:blackmagic:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/blackmagic@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:blackmagic:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Cg2gVSc9h7sz9NOByczrbUvLopQmXrfFx//N+AkAr5k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1?package-id=00f2d35abac25997", + "type": "library", + "name": "github.com/lestrrat-go/httpcc", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:httpcc:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1?package-id=6851aab350059ac5", + "type": "library", + "name": "github.com/lestrrat-go/httpcc", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:httpcc:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1?package-id=e8448a59986e66a3", + "type": "library", + "name": "github.com/lestrrat-go/httpcc", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:httpcc:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/httpcc@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:httpcc:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2?package-id=45662491f373678c", + "type": "library", + "name": "github.com/lestrrat-go/iter", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:iter:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2?package-id=22b33f29ddb03558", + "type": "library", + "name": "github.com/lestrrat-go/iter", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:iter:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2?package-id=9313e4706dd8b628", + "type": "library", + "name": "github.com/lestrrat-go/iter", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:lestrrat-go:iter:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/iter@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:iter:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27?package-id=1dcf6bfcb9172f5d", + "type": "library", + "name": "github.com/lestrrat-go/jwx", + "version": "v1.2.27", + "cpe": "cpe:2.3:a:lestrrat-go:jwx:v1.2.27:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27?package-id=4b62fb16f64f25ff", + "type": "library", + "name": "github.com/lestrrat-go/jwx", + "version": "v1.2.27", + "cpe": "cpe:2.3:a:lestrrat-go:jwx:v1.2.27:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cvnTnda/YzdyFuWdEAMkI6BsLtItSrASEVCI3C/IUEQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27?package-id=1bd900181af82145", + "type": "library", + "name": "github.com/lestrrat-go/jwx", + "version": "v1.2.27", + "cpe": "cpe:2.3:a:lestrrat-go:jwx:v1.2.27:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/jwx@v1.2.27", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:jwx:v1.2.27:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cvnTnda/YzdyFuWdEAMkI6BsLtItSrASEVCI3C/IUEQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/option@v1.0.1?package-id=4ec8f9cb86f344ea", + "type": "library", + "name": "github.com/lestrrat-go/option", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:option:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/option@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/option@v1.0.1?package-id=82ddee4a796b256b", + "type": "library", + "name": "github.com/lestrrat-go/option", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:option:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/option@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lestrrat-go/option@v1.0.1?package-id=faa954e198e995ac", + "type": "library", + "name": "github.com/lestrrat-go/option", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:lestrrat-go:option:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lestrrat-go/option@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat_go:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lestrrat:option:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=1025e753feecb723", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.9", + "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=50825fc1cc5ce68a", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.9", + "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/shortuuid/v4@v4.0.0?package-id=be8c9fe265335b15", + "type": "library", + "name": "github.com/lithammer/shortuuid/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:lithammer:shortuuid\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/shortuuid/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/shortuuid/v4@v4.0.0?package-id=a04331c26aa60e5c", + "type": "library", + "name": "github.com/lithammer/shortuuid/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:lithammer:shortuuid\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/shortuuid/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QRbbVkfgNippHOS8PXDkti4NaWeyYfcBTHtw7k08o4c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0?package-id=45b6186649468dca", + "type": "library", + "name": "github.com/lucasb-eyer/go-colorful", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0?package-id=953ee155f01a9ffe", + "type": "library", + "name": "github.com/lucasb-eyer/go-colorful", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0?package-id=47cc8049c8ade8a6", + "type": "library", + "name": "github.com/lucasb-eyer/go-colorful", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=2ff33f3a65f991e3", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=ee9519d5e5698880", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=a341a3449a0245a2", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=0a6aed150b5ace56", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=dcb00e8e84d16fb7", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11?package-id=42a6038176ade0e1", + "type": "library", + "name": "github.com/mattn/go-ieproxy", + "version": "v0.0.11", + "cpe": "cpe:2.3:a:mattn:go-ieproxy:v0.0.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_ieproxy:v0.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11?package-id=7316282e2f6be421", + "type": "library", + "name": "github.com/mattn/go-ieproxy", + "version": "v0.0.11", + "cpe": "cpe:2.3:a:mattn:go-ieproxy:v0.0.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_ieproxy:v0.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MQ/5BuGSgDAHZOJe6YY80IF2UVCfGkwfo6AeD7HtHYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11?package-id=7326981e7911e68f", + "type": "library", + "name": "github.com/mattn/go-ieproxy", + "version": "v0.0.11", + "cpe": "cpe:2.3:a:mattn:go-ieproxy:v0.0.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_ieproxy:v0.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MQ/5BuGSgDAHZOJe6YY80IF2UVCfGkwfo6AeD7HtHYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.20?package-id=01b3240566dab7a6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.20", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.20:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.20?package-id=29a58791d752cbe2", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.20", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.20:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.20?package-id=60485881b9551b89", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.20", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.20:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-localereader@v0.0.1?package-id=e825c62ebf9eee3c", + "type": "library", + "name": "github.com/mattn/go-localereader", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:mattn:go-localereader:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-localereader@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_localereader:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-localereader@v0.0.1?package-id=92d5c0a41483b584", + "type": "library", + "name": "github.com/mattn/go-localereader", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:mattn:go-localereader:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-localereader@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_localereader:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-localereader@v0.0.1?package-id=e89a94b8e4e71bf6", + "type": "library", + "name": "github.com/mattn/go-localereader", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:mattn:go-localereader:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-localereader@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_localereader:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15?package-id=326fc91c583c4236", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.15", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15?package-id=251aa9b72d716b8b", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.15", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15?package-id=28e7cb6e55073438", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.15", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=b42fe9b291cbe864", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=608efbb72df4fd8f", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=9f216dde849b258d", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0?package-id=db0e5b179b1bb9b7", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0?package-id=5b7e8901780d8009", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0?package-id=4031dd44ee608afb", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/miekg/dns@v1.1.57?package-id=7e0b42c112c45506", + "type": "library", + "name": "github.com/miekg/dns", + "version": "v1.1.57", + "cpe": "cpe:2.3:a:miekg:dns:v1.1.57:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/miekg/dns@v1.1.57", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/miekg/dns@v1.1.57?package-id=5a94421598c35da1", + "type": "library", + "name": "github.com/miekg/dns", + "version": "v1.1.57", + "cpe": "cpe:2.3:a:miekg:dns:v1.1.57:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/miekg/dns@v1.1.57", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/cli@v1.24.2?package-id=148cb0d0a0d1699c", + "type": "library", + "name": "github.com/minio/cli", + "version": "v1.24.2", + "cpe": "cpe:2.3:a:minio:cli:v1.24.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/cli@v1.24.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/cli@v1.24.2?package-id=23f0125544cbac49", + "type": "library", + "name": "github.com/minio/cli", + "version": "v1.24.2", + "cpe": "cpe:2.3:a:minio:cli:v1.24.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/cli@v1.24.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J+fCUh9mhPLjN3Lj/YhklXvxj8mnyE/D6FpFduXJ2jg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/cli@v1.24.2?package-id=0314e68e78d6e949", + "type": "library", + "name": "github.com/minio/cli", + "version": "v1.24.2", + "cpe": "cpe:2.3:a:minio:cli:v1.24.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/cli@v1.24.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J+fCUh9mhPLjN3Lj/YhklXvxj8mnyE/D6FpFduXJ2jg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/colorjson@v1.0.6?package-id=b4abaa54dcfee18e", + "type": "library", + "name": "github.com/minio/colorjson", + "version": "v1.0.6", + "cpe": "cpe:2.3:a:minio:colorjson:v1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/colorjson@v1.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/colorjson@v1.0.6?package-id=56ab556a646589be", + "type": "library", + "name": "github.com/minio/colorjson", + "version": "v1.0.6", + "cpe": "cpe:2.3:a:minio:colorjson:v1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/colorjson@v1.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:m7TUvpvt0u7FBmVIEQNIa0T4NBQlxrcMBp4wJKsg2Ik=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/colorjson@v1.0.6?package-id=ce5f59832cf0ace2", + "type": "library", + "name": "github.com/minio/colorjson", + "version": "v1.0.6", + "cpe": "cpe:2.3:a:minio:colorjson:v1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/colorjson@v1.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:m7TUvpvt0u7FBmVIEQNIa0T4NBQlxrcMBp4wJKsg2Ik=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/console@v0.43.1?package-id=2d4158e6efc802da", + "type": "library", + "name": "github.com/minio/console", + "version": "v0.43.1", + "cpe": "cpe:2.3:a:minio:console:v0.43.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/console@v0.43.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/console@v0.43.1?package-id=ed97f8a6b7082a94", + "type": "library", + "name": "github.com/minio/console", + "version": "v0.43.1", + "cpe": "cpe:2.3:a:minio:console:v0.43.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/console@v0.43.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z4dfVov1ysjzNGqV+NDJFa4F1jcF9cFT/Bkt2/oxKCA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/csvparser@v1.0.0?package-id=f2712bc0f366753b", + "type": "library", + "name": "github.com/minio/csvparser", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:minio:csvparser:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/csvparser@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/csvparser@v1.0.0?package-id=bb70c74dc5c2810f", + "type": "library", + "name": "github.com/minio/csvparser", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:minio:csvparser:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/csvparser@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xJEHcYK8ZAjeW4hNV9Zu30u+/2o4UyPnYgyjWp8b7ZU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/dnscache@v0.1.1?package-id=14fd9a8c7ab42740", + "type": "library", + "name": "github.com/minio/dnscache", + "version": "v0.1.1", + "cpe": "cpe:2.3:a:minio:dnscache:v0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/dnscache@v0.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/dnscache@v0.1.1?package-id=2fd36fd2d22a9172", + "type": "library", + "name": "github.com/minio/dnscache", + "version": "v0.1.1", + "cpe": "cpe:2.3:a:minio:dnscache:v0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/dnscache@v0.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AMYLqomzskpORiUA1ciN9k7bZT1oB3YZN4cEIi88W5o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/dperf@v0.5.3?package-id=a8e3ab4eeed74660", + "type": "library", + "name": "github.com/minio/dperf", + "version": "v0.5.3", + "cpe": "cpe:2.3:a:minio:dperf:v0.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/dperf@v0.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/dperf@v0.5.3?package-id=67abebc975abe463", + "type": "library", + "name": "github.com/minio/dperf", + "version": "v0.5.3", + "cpe": "cpe:2.3:a:minio:dperf:v0.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/dperf@v0.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D58ZrMfxrRw83EvAhr4FggvRT0DwWXsWrvsM8Xne+EM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/filepath@v1.0.0?package-id=19bfbf68fef28e1c", + "type": "library", + "name": "github.com/minio/filepath", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:minio:filepath:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/filepath@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/filepath@v1.0.0?package-id=b6a7b456a9326d90", + "type": "library", + "name": "github.com/minio/filepath", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:minio:filepath:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/filepath@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fvkJu1+6X+ECRA6G3+JJETj4QeAYO9sV43I79H8ubDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/filepath@v1.0.0?package-id=fd99570377303107", + "type": "library", + "name": "github.com/minio/filepath", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:minio:filepath:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/filepath@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fvkJu1+6X+ECRA6G3+JJETj4QeAYO9sV43I79H8ubDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/highwayhash@v1.0.2?package-id=0067e51abf00e58b", + "type": "library", + "name": "github.com/minio/highwayhash", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:minio:highwayhash:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/highwayhash@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/highwayhash@v1.0.2?package-id=e6d8f95b55fb38cc", + "type": "library", + "name": "github.com/minio/highwayhash", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:minio:highwayhash:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/highwayhash@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/kes-go@v0.2.0?package-id=b6105775c7ee5a7b", + "type": "library", + "name": "github.com/minio/kes-go", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:minio:kes-go:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/kes-go@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:kes_go:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/kes-go@v0.2.0?package-id=cd3f06b2e11944d0", + "type": "library", + "name": "github.com/minio/kes-go", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:minio:kes-go:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/kes-go@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:kes_go:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HA33arq9s3MErbsj3PAXFVfFo4U4yw7lTKQ5kWFrpCA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.37?package-id=1d03fd8b4b8d4cf2", + "type": "library", + "name": "github.com/minio/madmin-go/v3", + "version": "v3.0.37", + "cpe": "cpe:2.3:a:minio:madmin-go\\/v3:v3.0.37:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.37", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:madmin_go\\/v3:v3.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.37?package-id=c9223adcbef229ed", + "type": "library", + "name": "github.com/minio/madmin-go/v3", + "version": "v3.0.37", + "cpe": "cpe:2.3:a:minio:madmin-go\\/v3:v3.0.37:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.37", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:madmin_go\\/v3:v3.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:u8gl6xg6Vt+LLwes/8rJhAq2wtpIRWRULptNVQtH9JE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.38-0.20231221010728-743d3caa32cf?package-id=e182ecd5ab462a15", + "type": "library", + "name": "github.com/minio/madmin-go/v3", + "version": "v3.0.38-0.20231221010728-743d3caa32cf", + "cpe": "cpe:2.3:a:minio:madmin-go\\/v3:v3.0.38-0.20231221010728-743d3caa32cf:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.38-0.20231221010728-743d3caa32cf", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:madmin_go\\/v3:v3.0.38-0.20231221010728-743d3caa32cf:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.38-0.20231221010728-743d3caa32cf?package-id=57152ecaf834606a", + "type": "library", + "name": "github.com/minio/madmin-go/v3", + "version": "v3.0.38-0.20231221010728-743d3caa32cf", + "cpe": "cpe:2.3:a:minio:madmin-go\\/v3:v3.0.38-0.20231221010728-743d3caa32cf:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/madmin-go/v3@v3.0.38-0.20231221010728-743d3caa32cf", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:madmin_go\\/v3:v3.0.38-0.20231221010728-743d3caa32cf:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JlSWDteG4F4Q9rpTxLctWv/r6+wd0TTlevXtPd1Ecg8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/mc@v0.0.0-20231215213629-9ad4ee9d08f0?package-id=835a24f69e5f46de", + "type": "library", + "name": "github.com/minio/mc", + "version": "v0.0.0-20231215213629-9ad4ee9d08f0", + "cpe": "cpe:2.3:a:minio:mc:v0.0.0-20231215213629-9ad4ee9d08f0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/mc@v0.0.0-20231215213629-9ad4ee9d08f0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/mc@v0.0.0-20231215213629-9ad4ee9d08f0?package-id=389cf7648f1fe769", + "type": "library", + "name": "github.com/minio/mc", + "version": "v0.0.0-20231215213629-9ad4ee9d08f0", + "cpe": "cpe:2.3:a:minio:mc:v0.0.0-20231215213629-9ad4ee9d08f0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/mc@v0.0.0-20231215213629-9ad4ee9d08f0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YotPzCeUJfGclBcVhnVONeeBTrg/zhyP3ygulU3Svrg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/mc@v0.0.0-20231229201529-5386533bb912?package-id=ee69426b70e49b8a", + "type": "library", + "name": "github.com/minio/mc", + "version": "v0.0.0-20231229201529-5386533bb912", + "cpe": "cpe:2.3:a:minio:mc:v0.0.0-20231229201529-5386533bb912:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/mc@v0.0.0-20231229201529-5386533bb912", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "kqueue" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "5386533bb912918ed4a045154072bda15cdf8b65" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-12-29T20:15:29Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/md5-simd@v1.1.2?package-id=26d4a556e045eafb", + "type": "library", + "name": "github.com/minio/md5-simd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/md5-simd@v1.1.2?package-id=da2d060a287f5d67", + "type": "library", + "name": "github.com/minio/md5-simd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/md5-simd@v1.1.2?package-id=dd63a3fa516772fe", + "type": "library", + "name": "github.com/minio/md5-simd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio@v0.0.0-20231223071911-496027b589c2?package-id=aa9e2dcf258c92b1", + "type": "library", + "name": "github.com/minio/minio", + "version": "v0.0.0-20231223071911-496027b589c2", + "cpe": "cpe:2.3:a:minio:minio:v0.0.0-20231223071911-496027b589c2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio@v0.0.0-20231223071911-496027b589c2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "kqueue" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:DefaultGODEBUG", + "value": "panicnil=1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "496027b589c2e23aa022751b6fc7c6c6f7b2766d" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-12-23T07:19:11Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66?package-id=561468db9e4be8d2", + "type": "library", + "name": "github.com/minio/minio-go/v7", + "version": "v7.0.66", + "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.66:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66?package-id=16d6507dd32baadd", + "type": "library", + "name": "github.com/minio/minio-go/v7", + "version": "v7.0.66", + "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.66:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bnTOXOHjOqv/gcMuiVbN9o2ngRItvqE774dG9nq0Dzw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66?package-id=62168f9f2e0fe395", + "type": "library", + "name": "github.com/minio/minio-go/v7", + "version": "v7.0.66", + "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.66:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/minio-go/v7@v7.0.66", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bnTOXOHjOqv/gcMuiVbN9o2ngRItvqE774dG9nq0Dzw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/mux@v1.9.0?package-id=f7f0c1bb6051c8e5", + "type": "library", + "name": "github.com/minio/mux", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:minio:mux:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/mux@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/mux@v1.9.0?package-id=84503ce697e10caa", + "type": "library", + "name": "github.com/minio/mux", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:minio:mux:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/mux@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dWafQFyEfGhJvK6AwLOt83bIG5bxKxKJnKMCi0XAaoA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/pkg/v2@v2.0.6?package-id=b74730acdc030dc6", + "type": "library", + "name": "github.com/minio/pkg/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:minio:pkg\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/pkg/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/pkg/v2@v2.0.6?package-id=471b17132da05946", + "type": "library", + "name": "github.com/minio/pkg/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:minio:pkg\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/pkg/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+PpbSMaJK1FfQkP55l1y0wj5Hi9R5w2DtGhxiGdP9I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/pkg/v2@v2.0.7?package-id=e7da3a4a3c786779", + "type": "library", + "name": "github.com/minio/pkg/v2", + "version": "v2.0.7", + "cpe": "cpe:2.3:a:minio:pkg\\/v2:v2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/pkg/v2@v2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/pkg/v2@v2.0.7?package-id=2c72fa6434f5cf46", + "type": "library", + "name": "github.com/minio/pkg/v2", + "version": "v2.0.7", + "cpe": "cpe:2.3:a:minio:pkg\\/v2:v2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/pkg/v2@v2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vJZ+XUTDeUe/cHpPZSyG/+54252dg6RQKU5K1jXfy/A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/selfupdate@v0.6.0?package-id=590d5f343ccb9522", + "type": "library", + "name": "github.com/minio/selfupdate", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:minio:selfupdate:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/selfupdate@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/selfupdate@v0.6.0?package-id=021f9bb3056f786e", + "type": "library", + "name": "github.com/minio/selfupdate", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:minio:selfupdate:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/selfupdate@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/selfupdate@v0.6.0?package-id=22e926cf058898c4", + "type": "library", + "name": "github.com/minio/selfupdate", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:minio:selfupdate:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/selfupdate@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sha256-simd@v1.0.1?package-id=cf9dc49787e5b4e1", + "type": "library", + "name": "github.com/minio/sha256-simd", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sha256-simd@v1.0.1?package-id=3c784fbf0f43ca6a", + "type": "library", + "name": "github.com/minio/sha256-simd", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sha256-simd@v1.0.1?package-id=a907272e59a726fc", + "type": "library", + "name": "github.com/minio/sha256-simd", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/simdjson-go@v0.4.5?package-id=2ec898e630264d06", + "type": "library", + "name": "github.com/minio/simdjson-go", + "version": "v0.4.5", + "cpe": "cpe:2.3:a:minio:simdjson-go:v0.4.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/simdjson-go@v0.4.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:simdjson_go:v0.4.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/simdjson-go@v0.4.5?package-id=70b44749d2e0207f", + "type": "library", + "name": "github.com/minio/simdjson-go", + "version": "v0.4.5", + "cpe": "cpe:2.3:a:minio:simdjson-go:v0.4.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/simdjson-go@v0.4.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minio:simdjson_go:v0.4.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:r4IQwjRGmWCQ2VeMc7fGiilu1z5du0gJ/I/FsKwgo5A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sio@v0.3.1?package-id=c2399aca79debc0c", + "type": "library", + "name": "github.com/minio/sio", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:minio:sio:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sio@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/sio@v0.3.1?package-id=ecf803875687fb21", + "type": "library", + "name": "github.com/minio/sio", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:minio:sio:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/sio@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d59r5RTHb1OsQaSl1EaTWurzMMDRLA5fgNmjzD4eVu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/websocket@v1.6.0?package-id=de5e2e4445913b30", + "type": "library", + "name": "github.com/minio/websocket", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:minio:websocket:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/websocket@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/websocket@v1.6.0?package-id=2c0b1380e79fefe5", + "type": "library", + "name": "github.com/minio/websocket", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:minio:websocket:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/websocket@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CPvnQvNvlVaQmvw5gtJNyYQhg4+xRmrPNhBbv8BdpAE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/xxml@v0.0.3?package-id=8709c2c4bf8b402f", + "type": "library", + "name": "github.com/minio/xxml", + "version": "v0.0.3", + "cpe": "cpe:2.3:a:minio:xxml:v0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/xxml@v0.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/xxml@v0.0.3?package-id=b96aad8cdab56901", + "type": "library", + "name": "github.com/minio/xxml", + "version": "v0.0.3", + "cpe": "cpe:2.3:a:minio:xxml:v0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/xxml@v0.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ZIpPQpfyG5uZQnqqC0LZuWtPk/WT8G/qkxvO6jb7zMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/zipindex@v0.3.0?package-id=b850e71636214bee", + "type": "library", + "name": "github.com/minio/zipindex", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:minio:zipindex:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/zipindex@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/minio/zipindex@v0.3.0?package-id=d8435c874c2b812c", + "type": "library", + "name": "github.com/minio/zipindex", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:minio:zipindex:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/minio/zipindex@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9alMPe9K5X19zCqC7bJfLya5Opy5FjcYVlkuZom0MX0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=3786ed5e647e398b", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=d803fbe4c36dd811", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=e237277b44446939", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=e141536c63866404", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=e8e54f188028ecfc", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=ccb45c8b143f35ce", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=a55c55aee854f280", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=3be4ac277af0e6a4", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c575e18d1e2c2921", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=40931e6054bcdd92", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=a86acfb34d946f4f", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.7.1?package-id=72c46ca4e1d111a4", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.7.1", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.7.1?package-id=fa9349ad9672984e", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.7.1", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6?package-id=6ffba6465030e61d", + "type": "library", + "name": "github.com/muesli/ansi", + "version": "v0.0.0-20230316100256-276c6243b2f6", + "cpe": "cpe:2.3:a:muesli:ansi:v0.0.0-20230316100256-276c6243b2f6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6?package-id=61dcef1d2d66870a", + "type": "library", + "name": "github.com/muesli/ansi", + "version": "v0.0.0-20230316100256-276c6243b2f6", + "cpe": "cpe:2.3:a:muesli:ansi:v0.0.0-20230316100256-276c6243b2f6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6?package-id=d8b92e29f4b663e4", + "type": "library", + "name": "github.com/muesli/ansi", + "version": "v0.0.0-20230316100256-276c6243b2f6", + "cpe": "cpe:2.3:a:muesli:ansi:v0.0.0-20230316100256-276c6243b2f6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/cancelreader@v0.2.2?package-id=3d6e95a2f51aa358", + "type": "library", + "name": "github.com/muesli/cancelreader", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:muesli:cancelreader:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/cancelreader@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/cancelreader@v0.2.2?package-id=4eddc7de9c1273a6", + "type": "library", + "name": "github.com/muesli/cancelreader", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:muesli:cancelreader:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/cancelreader@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/cancelreader@v0.2.2?package-id=4853e51af3aa01a3", + "type": "library", + "name": "github.com/muesli/cancelreader", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:muesli:cancelreader:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/cancelreader@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/reflow@v0.3.0?package-id=19b5bbfd40f36f10", + "type": "library", + "name": "github.com/muesli/reflow", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:muesli:reflow:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/reflow@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/reflow@v0.3.0?package-id=ebef6bf7810254a7", + "type": "library", + "name": "github.com/muesli/reflow", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:muesli:reflow:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/reflow@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/reflow@v0.3.0?package-id=5808e5da94da001f", + "type": "library", + "name": "github.com/muesli/reflow", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:muesli:reflow:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/reflow@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/termenv@v0.15.2?package-id=4be006fba0b2f4c0", + "type": "library", + "name": "github.com/muesli/termenv", + "version": "v0.15.2", + "cpe": "cpe:2.3:a:muesli:termenv:v0.15.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/termenv@v0.15.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/termenv@v0.15.2?package-id=bb0ee351aa1d0273", + "type": "library", + "name": "github.com/muesli/termenv", + "version": "v0.15.2", + "cpe": "cpe:2.3:a:muesli:termenv:v0.15.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/termenv@v0.15.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/muesli/termenv@v0.15.2?package-id=24911f36556ac075", + "type": "library", + "name": "github.com/muesli/termenv", + "version": "v0.15.2", + "cpe": "cpe:2.3:a:muesli:termenv:v0.15.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/muesli/termenv@v0.15.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nats.go@v1.31.0?package-id=db54cbc171d5d5ac", + "type": "library", + "name": "github.com/nats-io/nats.go", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:nats-io:nats.go:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nats.go@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nats.go:v1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nats.go:v1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nats.go@v1.31.0?package-id=ce4f0b04f5fb2579", + "type": "library", + "name": "github.com/nats-io/nats.go", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:nats-io:nats.go:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nats.go@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nats.go:v1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nats.go:v1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/WFBHEc/dOKBF6qf1TZhrdEfTmOZ5JzdJ+Y3m6Y/p7E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nkeys@v0.4.6?package-id=6376830fce540f68", + "type": "library", + "name": "github.com/nats-io/nkeys", + "version": "v0.4.6", + "cpe": "cpe:2.3:a:nats-io:nkeys:v0.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nkeys@v0.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nkeys:v0.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nkeys:v0.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nkeys@v0.4.6?package-id=b135413c0d99316d", + "type": "library", + "name": "github.com/nats-io/nkeys", + "version": "v0.4.6", + "cpe": "cpe:2.3:a:nats-io:nkeys:v0.4.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nkeys@v0.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nkeys:v0.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nkeys:v0.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IzVe95ru2CT6ta874rt9saQRkWfe2nFj1NtvYSLqMzY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nuid@v1.0.1?package-id=bff7719304d9ed85", + "type": "library", + "name": "github.com/nats-io/nuid", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:nats-io:nuid:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nuid@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nuid:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nuid:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/nuid@v1.0.1?package-id=35c9b722c1bee73d", + "type": "library", + "name": "github.com/nats-io/nuid", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:nats-io:nuid:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/nuid@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:nuid:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:nuid:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/stan.go@v0.10.4?package-id=4c8dc2643381a376", + "type": "library", + "name": "github.com/nats-io/stan.go", + "version": "v0.10.4", + "cpe": "cpe:2.3:a:nats-io:stan.go:v0.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/stan.go@v0.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:stan.go:v0.10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:stan.go:v0.10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nats-io/stan.go@v0.10.4?package-id=a175f88dadfabf0b", + "type": "library", + "name": "github.com/nats-io/stan.go", + "version": "v0.10.4", + "cpe": "cpe:2.3:a:nats-io:stan.go:v0.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nats-io/stan.go@v0.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats_io:stan.go:v0.10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nats:stan.go:v0.10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1?package-id=be446509198d6879", + "type": "library", + "name": "github.com/navidys/tvxwidgets", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:navidys:tvxwidgets:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1?package-id=e4c2912876bb18ba", + "type": "library", + "name": "github.com/navidys/tvxwidgets", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:navidys:tvxwidgets:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abITHN2R0AN1G5XYBDCeTBfR+E1FRsDKN5j1FKI8ags=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1?package-id=2351ef3469d13303", + "type": "library", + "name": "github.com/navidys/tvxwidgets", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:navidys:tvxwidgets:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/navidys/tvxwidgets@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abITHN2R0AN1G5XYBDCeTBfR+E1FRsDKN5j1FKI8ags=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ncw/directio@v1.0.5?package-id=5689ea8848333a07", + "type": "library", + "name": "github.com/ncw/directio", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:ncw:directio:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ncw/directio@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ncw/directio@v1.0.5?package-id=bf9e8c4ec1b78997", + "type": "library", + "name": "github.com/ncw/directio", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:ncw:directio:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ncw/directio@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JSUBhdjEvVaJvOoyPAbcW0fnd0tvRXD76wEfZ1KcQz4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nsqio/go-nsq@v1.1.0?package-id=4218d580250797f0", + "type": "library", + "name": "github.com/nsqio/go-nsq", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:nsqio:go-nsq:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nsqio/go-nsq@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nsqio:go_nsq:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nsqio/go-nsq@v1.1.0?package-id=cbe7a197c5166e1f", + "type": "library", + "name": "github.com/nsqio/go-nsq", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:nsqio:go-nsq:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nsqio/go-nsq@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nsqio:go_nsq:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PQg+xxiUjA7V+TLdXw7nVrJ5Jbl3sN86EhGCQj4+FYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oklog/ulid@v1.3.1?package-id=437eddccf6eb31e8", + "type": "library", + "name": "github.com/oklog/ulid", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:oklog:ulid:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oklog/ulid@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oklog/ulid@v1.3.1?package-id=679acdaefb9fd7e0", + "type": "library", + "name": "github.com/oklog/ulid", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:oklog:ulid:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oklog/ulid@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=0331bbcfa5bba7fe", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=59764b98e65c070e", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=14fff56a7d498ee1", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/philhofer/fwd@v1.1.2?package-id=975c66ee9d83fe3a", + "type": "library", + "name": "github.com/philhofer/fwd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:philhofer:fwd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/philhofer/fwd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/philhofer/fwd@v1.1.2?package-id=5398be2353afe805", + "type": "library", + "name": "github.com/philhofer/fwd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:philhofer:fwd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/philhofer/fwd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/philhofer/fwd@v1.1.2?package-id=4a741129696450de", + "type": "library", + "name": "github.com/philhofer/fwd", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:philhofer:fwd:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/philhofer/fwd@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pierrec/lz4@v2.6.1+incompatible?package-id=384c68f7d1960b19", + "type": "library", + "name": "github.com/pierrec/lz4", + "version": "v2.6.1+incompatible", + "cpe": "cpe:2.3:a:pierrec:lz4:v2.6.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pierrec/lz4@v2.6.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pierrec/lz4@v2.6.1+incompatible?package-id=0838bfad780a1b90", + "type": "library", + "name": "github.com/pierrec/lz4", + "version": "v2.6.1+incompatible", + "cpe": "cpe:2.3:a:pierrec:lz4:v2.6.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pierrec/lz4@v2.6.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.19?package-id=9bc486e254a9fa7e", + "type": "library", + "name": "github.com/pierrec/lz4/v4", + "version": "v4.1.19", + "cpe": "cpe:2.3:a:pierrec:lz4\\/v4:v4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.19?package-id=678059950dc12e7e", + "type": "library", + "name": "github.com/pierrec/lz4/v4", + "version": "v4.1.19", + "cpe": "cpe:2.3:a:pierrec:lz4\\/v4:v4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tYLzDnjDXh9qIxSTKHwXwOYmm9d887Y7Y1ZkyXYHAN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=e88937a3159f1233", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=354cdb6a550686e3", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=da95ca43af035307", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/sftp@v1.13.6?package-id=e2e82e52f380629d", + "type": "library", + "name": "github.com/pkg/sftp", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:pkg:sftp:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/sftp@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/sftp@v1.13.6?package-id=186cabfc6c717a61", + "type": "library", + "name": "github.com/pkg/sftp", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:pkg:sftp:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/sftp@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/xattr@v0.4.9?package-id=8f01485bd2cda899", + "type": "library", + "name": "github.com/pkg/xattr", + "version": "v0.4.9", + "cpe": "cpe:2.3:a:pkg:xattr:v0.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/xattr@v0.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/xattr@v0.4.9?package-id=9da428cafcb6548a", + "type": "library", + "name": "github.com/pkg/xattr", + "version": "v0.4.9", + "cpe": "cpe:2.3:a:pkg:xattr:v0.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/xattr@v0.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/xattr@v0.4.9?package-id=f217354783f25e64", + "type": "library", + "name": "github.com/pkg/xattr", + "version": "v0.4.9", + "cpe": "cpe:2.3:a:pkg:xattr:v0.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/xattr@v0.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/posener/complete@v1.2.3?package-id=972356e9bc1690a4", + "type": "library", + "name": "github.com/posener/complete", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:posener:complete:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/posener/complete@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/posener/complete@v1.2.3?package-id=f4677981c48c6609", + "type": "library", + "name": "github.com/posener/complete", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:posener:complete:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/posener/complete@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/posener/complete@v1.2.3?package-id=4ea4458528c3c923", + "type": "library", + "name": "github.com/posener/complete", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:posener:complete:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/posener/complete@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pquerna/cachecontrol@v0.2.0?package-id=7a859673822e482d", + "type": "library", + "name": "github.com/pquerna/cachecontrol", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:pquerna:cachecontrol:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pquerna/cachecontrol@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pquerna/cachecontrol@v0.2.0?package-id=aae54e868a636354", + "type": "library", + "name": "github.com/pquerna/cachecontrol", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:pquerna:cachecontrol:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pquerna/cachecontrol@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEnkRx9k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.17.0?package-id=87a081e4a0d8f803", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.17.0?package-id=17b8082f55f3cfd0", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.17.0?package-id=7c08905643df52dc", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.5.0?package-id=d4aa2dcd121e29c6", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.5.0?package-id=25c2008a49880002", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.5.0?package-id=7723226979202255", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.45.0?package-id=d51571867ec33764", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.45.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.45.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.45.0?package-id=dac01cb9e168ee73", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.45.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.45.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.45.0?package-id=55fd96aad6b3ba16", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.45.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.45.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=6ddb3f9c5d81736e", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=7a5ab3e8e14b14e3", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=0e0729c11a0a380e", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/prom2json@v1.3.3?package-id=740d716e57b2ebd4", + "type": "library", + "name": "github.com/prometheus/prom2json", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:prometheus:prom2json:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/prom2json@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/prom2json@v1.3.3?package-id=72b7d40c7cc9e77f", + "type": "library", + "name": "github.com/prometheus/prom2json", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:prometheus:prom2json:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/prom2json@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IYfSMiZ7sSOfliBoo89PcufjWO4eAR0gznGcETyaUgo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/prom2json@v1.3.3?package-id=92cde970b7205401", + "type": "library", + "name": "github.com/prometheus/prom2json", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:prometheus:prom2json:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/prom2json@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IYfSMiZ7sSOfliBoo89PcufjWO4eAR0gznGcETyaUgo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rabbitmq/amqp091-go@v1.9.0?package-id=625f8e6f75a448bc", + "type": "library", + "name": "github.com/rabbitmq/amqp091-go", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:rabbitmq:amqp091-go:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rabbitmq/amqp091-go@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rabbitmq:amqp091_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rabbitmq/amqp091-go@v1.9.0?package-id=29725f45fc72f8a8", + "type": "library", + "name": "github.com/rabbitmq/amqp091-go", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:rabbitmq:amqp091-go:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rabbitmq/amqp091-go@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rabbitmq:amqp091_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qrQtyzB4H8BQgEuJwhmVQqVHB9O4+MNDJCCAcpc3Aoo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475?package-id=9dc9a8a19fc78c75", + "type": "library", + "name": "github.com/rcrowley/go-metrics", + "version": "v0.0.0-20201227073835-cf1acfcdf475", + "cpe": "cpe:2.3:a:rcrowley:go-metrics:v0.0.0-20201227073835-cf1acfcdf475:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rcrowley:go_metrics:v0.0.0-20201227073835-cf1acfcdf475:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475?package-id=58502c75b629187e", + "type": "library", + "name": "github.com/rcrowley/go-metrics", + "version": "v0.0.0-20201227073835-cf1acfcdf475", + "cpe": "cpe:2.3:a:rcrowley:go-metrics:v0.0.0-20201227073835-cf1acfcdf475:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rcrowley:go_metrics:v0.0.0-20201227073835-cf1acfcdf475:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e?package-id=d7156399c77d8c2c", + "type": "library", + "name": "github.com/rivo/tview", + "version": "v0.0.0-20231206124440-5f078138442e", + "cpe": "cpe:2.3:a:rivo:tview:v0.0.0-20231206124440-5f078138442e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e?package-id=643bd43723c4e0c4", + "type": "library", + "name": "github.com/rivo/tview", + "version": "v0.0.0-20231206124440-5f078138442e", + "cpe": "cpe:2.3:a:rivo:tview:v0.0.0-20231206124440-5f078138442e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mPy47VW9tkqImnSPgcjnEHJuG3XHDBtXj2hDb1qBrRs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e?package-id=c1c8360b4c592b36", + "type": "library", + "name": "github.com/rivo/tview", + "version": "v0.0.0-20231206124440-5f078138442e", + "cpe": "cpe:2.3:a:rivo:tview:v0.0.0-20231206124440-5f078138442e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/tview@v0.0.0-20231206124440-5f078138442e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mPy47VW9tkqImnSPgcjnEHJuG3XHDBtXj2hDb1qBrRs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.4.4?package-id=b31388912f8edd50", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.4.4", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.4.4?package-id=f68d48d73823e1b4", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.4.4", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.4.4?package-id=77343d41546a7b41", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.4.4", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rjeczalik/notify@v0.9.3?package-id=65549570b54981d8", + "type": "library", + "name": "github.com/rjeczalik/notify", + "version": "v0.9.3", + "cpe": "cpe:2.3:a:rjeczalik:notify:v0.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rjeczalik/notify@v0.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rjeczalik/notify@v0.9.3?package-id=6cfc5dd0ce7bb135", + "type": "library", + "name": "github.com/rjeczalik/notify", + "version": "v0.9.3", + "cpe": "cpe:2.3:a:rjeczalik:notify:v0.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rjeczalik/notify@v0.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6rJAzHTGKXGj76sbRgDiDcYj/HniypXmSJo1SWakZeY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rjeczalik/notify@v0.9.3?package-id=dd8b47a5f3914ec0", + "type": "library", + "name": "github.com/rjeczalik/notify", + "version": "v0.9.3", + "cpe": "cpe:2.3:a:rjeczalik:notify:v0.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rjeczalik/notify@v0.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6rJAzHTGKXGj76sbRgDiDcYj/HniypXmSJo1SWakZeY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/cors@v1.10.1?package-id=defb0d0fe1e0037c", + "type": "library", + "name": "github.com/rs/cors", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:rs:cors:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/cors@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/cors@v1.10.1?package-id=4408f0757f278540", + "type": "library", + "name": "github.com/rs/cors", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:rs:cors:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/cors@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/xid@v1.5.0?package-id=fa9e0408fcdfa8c4", + "type": "library", + "name": "github.com/rs/xid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/xid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/xid@v1.5.0?package-id=8f2282f64c4aad74", + "type": "library", + "name": "github.com/rs/xid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/xid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/xid@v1.5.0?package-id=f1fd7850b67d80e3", + "type": "library", + "name": "github.com/rs/xid", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/xid@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/safchain/ethtool@v0.3.0?package-id=26da562b8e842efb", + "type": "library", + "name": "github.com/safchain/ethtool", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:safchain:ethtool:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/safchain/ethtool@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/safchain/ethtool@v0.3.0?package-id=019956374dfa3f88", + "type": "library", + "name": "github.com/safchain/ethtool", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:safchain:ethtool:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/safchain/ethtool@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/safchain/ethtool@v0.3.0?package-id=162c600f7fabbaac", + "type": "library", + "name": "github.com/safchain/ethtool", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:safchain:ethtool:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/safchain/ethtool@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/secure-io/sio-go@v0.3.1?package-id=4e253b814e21ab54", + "type": "library", + "name": "github.com/secure-io/sio-go", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:secure-io:sio-go:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/secure-io/sio-go@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure-io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/secure-io/sio-go@v0.3.1?package-id=4ad9922376c68684", + "type": "library", + "name": "github.com/secure-io/sio-go", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:secure-io:sio-go:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/secure-io/sio-go@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure-io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dNvY9awjabXTYGsTF1PiCySl9Ltofk9GA3VdWlo7rRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/secure-io/sio-go@v0.3.1?package-id=e8d421e99b631a11", + "type": "library", + "name": "github.com/secure-io/sio-go", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:secure-io:sio-go:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/secure-io/sio-go@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure-io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure_io:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio-go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:secure:sio_go:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dNvY9awjabXTYGsTF1PiCySl9Ltofk9GA3VdWlo7rRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11?package-id=844f521fce5d6b34", + "type": "library", + "name": "github.com/shirou/gopsutil/v3", + "version": "v3.23.11", + "cpe": "cpe:2.3:a:shirou:gopsutil\\/v3:v3.23.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11?package-id=d526243db9a99e1f", + "type": "library", + "name": "github.com/shirou/gopsutil/v3", + "version": "v3.23.11", + "cpe": "cpe:2.3:a:shirou:gopsutil\\/v3:v3.23.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i3jP9NjCPUz7FiZKxlMnODZkdSIp2gnzfrvsu9CuWEQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11?package-id=9859db4adbe7a3c0", + "type": "library", + "name": "github.com/shirou/gopsutil/v3", + "version": "v3.23.11", + "cpe": "cpe:2.3:a:shirou:gopsutil\\/v3:v3.23.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shirou/gopsutil/v3@v3.23.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i3jP9NjCPUz7FiZKxlMnODZkdSIp2gnzfrvsu9CuWEQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/gjson@v1.17.0?package-id=c655d3d24e53276e", + "type": "library", + "name": "github.com/tidwall/gjson", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:tidwall:gjson:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/gjson@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/gjson@v1.17.0?package-id=0535f5b92cda9d9a", + "type": "library", + "name": "github.com/tidwall/gjson", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:tidwall:gjson:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/gjson@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Jocvlh98kcTfpN2+JzGQWQcqrPQwDrVEMApx/M5ZwM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/gjson@v1.17.0?package-id=1ba68fe90ff9ab5b", + "type": "library", + "name": "github.com/tidwall/gjson", + "version": "v1.17.0", + "cpe": "cpe:2.3:a:tidwall:gjson:v1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/gjson@v1.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Jocvlh98kcTfpN2+JzGQWQcqrPQwDrVEMApx/M5ZwM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=0543f5f09fb82b94", + "type": "library", + "name": "github.com/tidwall/match", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:tidwall:match:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/match@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=3ac24214984a9fbb", + "type": "library", + "name": "github.com/tidwall/match", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:tidwall:match:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/match@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=d1646be2c61af505", + "type": "library", + "name": "github.com/tidwall/match", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:tidwall:match:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/match@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/pretty@v1.2.1?package-id=2f561a3bc2b2bf08", + "type": "library", + "name": "github.com/tidwall/pretty", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:tidwall:pretty:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/pretty@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/pretty@v1.2.1?package-id=1fa759a6947ad88e", + "type": "library", + "name": "github.com/tidwall/pretty", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:tidwall:pretty:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/pretty@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tidwall/pretty@v1.2.1?package-id=42f2bc6674deab00", + "type": "library", + "name": "github.com/tidwall/pretty", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:tidwall:pretty:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tidwall/pretty@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tinylib/msgp@v1.1.9?package-id=eb4f20af3f9ce6ab", + "type": "library", + "name": "github.com/tinylib/msgp", + "version": "v1.1.9", + "cpe": "cpe:2.3:a:tinylib:msgp:v1.1.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tinylib/msgp@v1.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tinylib/msgp@v1.1.9?package-id=723187f0f689510f", + "type": "library", + "name": "github.com/tinylib/msgp", + "version": "v1.1.9", + "cpe": "cpe:2.3:a:tinylib:msgp:v1.1.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tinylib/msgp@v1.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SHf3yoO2sGA0veCJeCBYLHuttAVFHGm2RHgNodW7wQU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tinylib/msgp@v1.1.9?package-id=50a05bfd1597a95e", + "type": "library", + "name": "github.com/tinylib/msgp", + "version": "v1.1.9", + "cpe": "cpe:2.3:a:tinylib:msgp:v1.1.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tinylib/msgp@v1.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SHf3yoO2sGA0veCJeCBYLHuttAVFHGm2RHgNodW7wQU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13?package-id=4674c027f920f354", + "type": "library", + "name": "github.com/tklauser/go-sysconf", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tklauser:go_sysconf:v0.3.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13?package-id=1824da35e633f118", + "type": "library", + "name": "github.com/tklauser/go-sysconf", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tklauser:go_sysconf:v0.3.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GBUpcahXSpR2xN01jhkNAbTLRk2Yzgggk8IM08lq3r4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13?package-id=76c7b1919a82725d", + "type": "library", + "name": "github.com/tklauser/go-sysconf", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tklauser:go_sysconf:v0.3.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GBUpcahXSpR2xN01jhkNAbTLRk2Yzgggk8IM08lq3r4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/numcpus@v0.7.0?package-id=9bc73d25a31d2408", + "type": "library", + "name": "github.com/tklauser/numcpus", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:tklauser:numcpus:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/numcpus@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/numcpus@v0.7.0?package-id=e5fe15c9efc776dc", + "type": "library", + "name": "github.com/tklauser/numcpus", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:tklauser:numcpus:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/numcpus@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yjuerZP127QG9m5Zh/mSO4wqurYil27tHrqwRoRjpr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/numcpus@v0.7.0?package-id=a3509676aa0e6dd4", + "type": "library", + "name": "github.com/tklauser/numcpus", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:tklauser:numcpus:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/numcpus@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yjuerZP127QG9m5Zh/mSO4wqurYil27tHrqwRoRjpr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/unrolled/secure@v1.13.0?package-id=494bca150ff4598d", + "type": "library", + "name": "github.com/unrolled/secure", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:unrolled:secure:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/unrolled/secure@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/unrolled/secure@v1.13.0?package-id=a87bcc849e373392", + "type": "library", + "name": "github.com/unrolled/secure", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:unrolled:secure:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/unrolled/secure@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sdr3Phw2+f8Px8HE5sd1EHdj1aV3yUwed/uZXChLFsk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=23cee6d8ec5df0e8", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=a9db5e7a8a265d1b", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1?package-id=841099d096bf7a73", + "type": "library", + "name": "github.com/vbauerster/mpb/v8", + "version": "v8.7.1", + "cpe": "cpe:2.3:a:vbauerster:mpb\\/v8:v8.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1?package-id=5ff11e747d5c2228", + "type": "library", + "name": "github.com/vbauerster/mpb/v8", + "version": "v8.7.1", + "cpe": "cpe:2.3:a:vbauerster:mpb\\/v8:v8.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bQoSMMTFAg/gjsLrBYmO8gbRcZt7aDq6WI2IMa9BTqM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1?package-id=67d2e20f25456cf9", + "type": "library", + "name": "github.com/vbauerster/mpb/v8", + "version": "v8.7.1", + "cpe": "cpe:2.3:a:vbauerster:mpb\\/v8:v8.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vbauerster/mpb/v8@v8.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bQoSMMTFAg/gjsLrBYmO8gbRcZt7aDq6WI2IMa9BTqM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg/scram@v1.0.5?package-id=2e917923557588dc", + "type": "library", + "name": "github.com/xdg/scram", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:xdg:scram:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg/scram@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg/scram@v1.0.5?package-id=5e4e65b63acb2048", + "type": "library", + "name": "github.com/xdg/scram", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:xdg:scram:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg/scram@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TuS0RFmt5Is5qm9Tm2SoD89OPqe4IRiFtyFY4iwWXsw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg/stringprep@v1.0.3?package-id=49b2dfcff6c03cdc", + "type": "library", + "name": "github.com/xdg/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg/stringprep@v1.0.3?package-id=5ae2462f507a2383", + "type": "library", + "name": "github.com/xdg/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cmL5Enob4W83ti/ZHuZLuKD/xqJfus4fVPwE+/BDm+4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/zeebo/xxh3@v1.0.2?package-id=a7845f3fd5060a53", + "type": "library", + "name": "github.com/zeebo/xxh3", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:zeebo:xxh3:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/zeebo/xxh3@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/zeebo/xxh3@v1.0.2?package-id=f00e189f0e871245", + "type": "library", + "name": "github.com/zeebo/xxh3", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:zeebo:xxh3:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/zeebo/xxh3@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11?package-id=b6cdbcac2c23aaae", + "type": "library", + "name": "go.etcd.io/etcd/api/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:api\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11?package-id=c1e28d8a050432bf", + "type": "library", + "name": "go.etcd.io/etcd/api/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:api\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:B54KwXbWDHyD3XYAwprxNzTe7vlhR69LuBgZnMVvS7E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11?package-id=34169d9a6764bb35", + "type": "library", + "name": "go.etcd.io/etcd/api/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:api\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:B54KwXbWDHyD3XYAwprxNzTe7vlhR69LuBgZnMVvS7E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11?package-id=4de90feaeaf2fca3", + "type": "library", + "name": "go.etcd.io/etcd/client/pkg/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/pkg\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11?package-id=0800719dd44ecb8e", + "type": "library", + "name": "go.etcd.io/etcd/client/pkg/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/pkg\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bT2xVspdiCj2910T0V+/KHcVKjkUrCZVtk8J2JF2z1A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11?package-id=047f39b9154c4c2f", + "type": "library", + "name": "go.etcd.io/etcd/client/pkg/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/pkg\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bT2xVspdiCj2910T0V+/KHcVKjkUrCZVtk8J2JF2z1A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11?package-id=785facf63de887ea", + "type": "library", + "name": "go.etcd.io/etcd/client/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11?package-id=b48a44fc69c927a0", + "type": "library", + "name": "go.etcd.io/etcd/client/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ajWtgoNSZJ1gmS8k+icvPtqsqEav+iUorF7b0qozgUU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11?package-id=15a907084f2601bf", + "type": "library", + "name": "go.etcd.io/etcd/client/v3", + "version": "v3.5.11", + "cpe": "cpe:2.3:a:etcd:client\\/v3:v3.5.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ajWtgoNSZJ1gmS8k+icvPtqsqEav+iUorF7b0qozgUU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.13.1?package-id=2a8c73f35de84989", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.13.1", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.13.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.13.1?package-id=c3be2fa6784f09b0", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.13.1", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.13.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YIc7HTYsKndGK4RFzJ3covLz1byri52x0IoMB0Pt/vk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opencensus.io@v0.24.0?package-id=1ac4f7828aa81072", + "type": "library", + "name": "go.opencensus.io", + "version": "v0.24.0", + "purl": "pkg:golang/go.opencensus.io@v0.24.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opencensus.io@v0.24.0?package-id=0f9c987317461043", + "type": "library", + "name": "go.opencensus.io", + "version": "v0.24.0", + "purl": "pkg:golang/go.opencensus.io@v0.24.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.1?package-id=c47b986894944bef", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.46.1", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.46.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.1?package-id=6f13bf8d2042b6ea", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.46.1", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.46.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SpGay3w+nEwMpfVnbqOLH5gY52/foP8RE8UzTZ1pdSE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.46.1?package-id=39fba16bd394e65b", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.46.1", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.46.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.46.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.46.1?package-id=f85fb127a04d098e", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.46.1", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.46.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.46.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aFJWCqJMNjENlcleuuOkGAPH82y0yULBScfXcIEdS24=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.21.0?package-id=b095668dd5c219d6", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.21.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.21.0?package-id=3069e523eb60793a", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.21.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.21.0?package-id=908f74ef70d34c3d", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v1.21.0", + "cpe": "cpe:2.3:a:otel:metric:v1.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.21.0?package-id=a0c48f95f33ba915", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v1.21.0", + "cpe": "cpe:2.3:a:otel:metric:v1.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.21.0?package-id=fad479898c9e0e08", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.21.0", + "cpe": "cpe:2.3:a:otel:trace:v1.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.21.0?package-id=ce8da55b369cbc3c", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.21.0", + "cpe": "cpe:2.3:a:otel:trace:v1.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/atomic@v1.11.0?package-id=e7d8a8c995596eb8", + "type": "library", + "name": "go.uber.org/atomic", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/atomic@v1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/atomic@v1.11.0?package-id=613f2d5b23592be1", + "type": "library", + "name": "go.uber.org/atomic", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/atomic@v1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=84a7df17aea8e916", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=909ef0c26e515fc1", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=3d0962de91cd17de", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=dd1b65235197c1f3", + "type": "library", + "name": "go.uber.org/zap", + "version": "v1.26.0", + "purl": "pkg:golang/go.uber.org/zap@v1.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=83697f766e30a949", + "type": "library", + "name": "go.uber.org/zap", + "version": "v1.26.0", + "purl": "pkg:golang/go.uber.org/zap@v1.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=00df73a7c7ae2877", + "type": "library", + "name": "go.uber.org/zap", + "version": "v1.26.0", + "purl": "pkg:golang/go.uber.org/zap@v1.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "9d77424bb35b1fc1", + "type": "library", + "name": "gobinary", + "cpe": "cpe:2.3:a:gobinary:gobinary:*:*:*:*:*:*:*:*", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/goftp.io/server/v2@v2.0.1?package-id=54ffc8db7c8c85ed", + "type": "library", + "name": "goftp.io/server/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:server:v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/goftp.io/server/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/goftp.io/server/v2@v2.0.1?package-id=594387e3dacd3b93", + "type": "library", + "name": "goftp.io/server/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:server:v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/goftp.io/server/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H+9UbCX2N206ePDSVNCjBftOKOgil6kQ5RAQNx5hJwE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.17.0?package-id=0b29f4eefa12049e", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.17.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.17.0?package-id=65bf896cb68cf407", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.17.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.17.0?package-id=ed7ceeaa3a9b4884", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.17.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20231214170342-aacd6d4b4611?package-id=f1fcb088d58a0b03", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20231214170342-aacd6d4b4611", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20231214170342-aacd6d4b4611:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20231214170342-aacd6d4b4611", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20231214170342-aacd6d4b4611?package-id=ffca3409292e908d", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20231214170342-aacd6d4b4611", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20231214170342-aacd6d4b4611:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20231214170342-aacd6d4b4611", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qCEDpW1G+vcj3Y7Fy52pEM1AWm3abj8WimGYejI3SC4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.19.0?package-id=7d00d62ffed275b1", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.19.0?package-id=910f769e8fcc17c4", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.19.0?package-id=6aa4a3f34d0a76d2", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.15.0?package-id=135a091aaae56b25", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.15.0?package-id=1abe14ceaf949019", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s8pnnxNVzjWyrvYdFUQq5llS1PX2zhPXmccZv99h7uQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.5.0?package-id=0f9565e51cab12a6", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.5.0?package-id=d13afd54e8a8dd1f", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.5.0?package-id=1812861e372a2f9c", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.15.0?package-id=c4894ce11aa06f3a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.15.0?package-id=bb9b589610e0e2b2", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.15.0?package-id=c48636dd31751d33", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.2.0?package-id=b012e4e9dc34d91e", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.2.0?package-id=f71b14ee7b8e2648", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.15.0?package-id=d4d5243d96df4939", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.15.0?package-id=16082dd2a88b3f08", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.15.0?package-id=6fb3bd25bbb78aa3", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=891a71c545a8508b", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=f66f10eeb23775a4", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=5803a6b6869a4536", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=364218b93ddeab1b", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=ee8782df5830aa65", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/api@v0.154.0?package-id=111bf48aa05031f7", + "type": "library", + "name": "google.golang.org/api", + "version": "v0.154.0", + "cpe": "cpe:2.3:a:google:api:v0.154.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/api@v0.154.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/api@v0.154.0?package-id=a3fdd6038d0021e3", + "type": "library", + "name": "google.golang.org/api", + "version": "v0.154.0", + "cpe": "cpe:2.3:a:google:api:v0.154.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/api@v0.154.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X7QkVKZBskztmpPKWQXgjJRPA2dJYrL6r+sYPRLj050=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20231212172506-995d672761c0?package-id=bfc175eb7d549090", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20231212172506-995d672761c0?package-id=81949455e99d253e", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YJ5pD9rF8o9Qtta0Cmy9rdBwkSjrTCT6XTiUQVOtIos=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0?package-id=2e4613a28eafd2fe", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0?package-id=20dad2318ef6c70f", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s1w3X6gQxwrLEpxnLd/qXTVLgQE2yXwaOaoa6IlY/+o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0?package-id=c3e6b45e312e4db4", + "type": "library", + "name": "google.golang.org/genproto/googleapis/api", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/api@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s1w3X6gQxwrLEpxnLd/qXTVLgQE2yXwaOaoa6IlY/+o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0?package-id=6f88753db753ff9e", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0?package-id=51e88d3381ec945b", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/jFB8jK5R3Sq3i/lmeZO0cATSzFfZaJq1J2Euan3XKU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0?package-id=2fdfb2ff12331d73", + "type": "library", + "name": "google.golang.org/genproto/googleapis/rpc", + "version": "v0.0.0-20231212172506-995d672761c0", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20231212172506-995d672761c0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231212172506-995d672761c0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/jFB8jK5R3Sq3i/lmeZO0cATSzFfZaJq1J2Euan3XKU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.60.1?package-id=0aede5b84f095bfc", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.60.1", + "cpe": "cpe:2.3:a:google:grpc:v1.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.60.1?package-id=8a76a7607966999c", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.60.1", + "cpe": "cpe:2.3:a:google:grpc:v1.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.60.1?package-id=4cdba747ab685fa2", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.60.1", + "cpe": "cpe:2.3:a:google:grpc:v1.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=999f138e0a7dd3b8", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=e168f5c464468a5c", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=0f3097105accbdd5", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.31.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5?package-id=2a1ea473d820eaf6", + "type": "library", + "name": "gopkg.in/h2non/filetype.v1", + "version": "v1.0.5", + "purl": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5?package-id=8c1ef3fb3ece4474", + "type": "library", + "name": "gopkg.in/h2non/filetype.v1", + "version": "v1.0.5", + "purl": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CC1jjJjoEhNVbMhXYalmGBhOBK2V70Q1N850wt/98/Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5?package-id=3d77c75b79e94df4", + "type": "library", + "name": "gopkg.in/h2non/filetype.v1", + "version": "v1.0.5", + "purl": "pkg:golang/gopkg.in/h2non/filetype.v1@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CC1jjJjoEhNVbMhXYalmGBhOBK2V70Q1N850wt/98/Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=8a3e10cbeb796a82", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=524b2c868f1dfdc9", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=172d651ffc0ce61e", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/square/go-jose.v2@v2.6.0?package-id=1e0c31904255d0d4", + "type": "library", + "name": "gopkg.in/square/go-jose.v2", + "version": "v2.6.0", + "purl": "pkg:golang/gopkg.in/square/go-jose.v2@v2.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/square/go-jose.v2@v2.6.0?package-id=9870fe84d347c478", + "type": "library", + "name": "gopkg.in/square/go-jose.v2", + "version": "v2.6.0", + "purl": "pkg:golang/gopkg.in/square/go-jose.v2@v2.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=09a6091f2ef3d3e7", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/.spdx-minio-client.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=cc329e77b81def8c", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio-client/bin/mc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.13" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/mc" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=bf3736e9b9ac62a4", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b1295e881a7db74d", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/.spdx-minio.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=5248c566f3ffe91a", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/minio/bin/minio" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/minio/minio" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11&package-id=bc0f0389a5772692", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "insserv", + "version": "1.21.0-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:insserv:insserv:1.21.0-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/insserv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/insserv.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/insserv.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/jq@1.6-2.1?arch=amd64&distro=debian-11&package-id=c6ea8216683bb446", + "type": "library", + "publisher": "ChangZhuo Chen (陳昌倬) ", + "name": "jq", + "version": "1.6-2.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:jq:jq:1.6-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/jq@1.6-2.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/jq/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/jq.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11&package-id=41d66adc43e811cd", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11&package-id=75f45da3bb820b59", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl4", + "version": "7.74.0-1.3+deb11u11", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.74.0-1.3\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "740" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libjq1@1.6-2.1?arch=amd64&upstream=jq&distro=debian-11&package-id=79c9acb477df3788", + "type": "library", + "publisher": "ChangZhuo Chen (陳昌倬) ", + "name": "libjq1", + "version": "1.6-2.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjq1:libjq1:1.6-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libjq1@1.6-2.1?arch=amd64&upstream=jq&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjq1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjq1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "362" + }, + { + "name": "syft:metadata:source", + "value": "jq" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11&package-id=796a192b709a2a2b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.4-2", + "version": "2.4.57+dfsg-3+deb11u1", + "cpe": "cpe:2.3:a:libldap-2.4-2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4-2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.4-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.4-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "539" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11&package-id=e734cb23d4cd528a", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.43.0-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libonig5@6.9.6-1.1?arch=amd64&upstream=libonig&distro=debian-11&package-id=b7f75a3debfdb16e", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libonig5", + "version": "6.9.6-1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libonig5:libonig5:6.9.6-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libonig5@6.9.6-1.1?arch=amd64&upstream=libonig&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libonig5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libonig5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "649" + }, + { + "name": "syft:metadata:source", + "value": "libonig" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11&package-id=d6dc874ba13201bc", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.0-1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=7ff31700c5d9381e", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=6330cbd0c45b6a44", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11&package-id=4228335ce25053eb", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.9.0-2", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11&package-id=92185c9dea888247", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "startpar", + "version": "0.64-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:startpar:startpar:0.64-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/startpar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/startpar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11&package-id=e5a100eb1e30f20e", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysv-rc", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysv-rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv-rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysv-rc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysv-rc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "81" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:bitnami/wait-for-port@1.0.7-5?arch=amd64&distro=debian-11&package-id=a8ed877459e0fe44", + "type": "library", + "name": "wait-for-port", + "version": "1.0.7-5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:wait-for-port:wait-for-port:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/wait-for-port@1.0.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for-port:wait-for-port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for-port:wait_for_port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for_port:wait-for-port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for_port:wait_for_port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for:wait-for-port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for:wait_for_port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for:wait-for-port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for:wait_for_port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait:wait-for-port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait:wait_for_port:1.0.7-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2d92a6dead0091e8e341f0a5e9652a751b1c735f9f9d2152d1bf98a7087a95c8" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx.json b/release-notes/2024-01/sbom/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx.json new file mode 100644 index 00000000..6a8d19e7 --- /dev/null +++ b/release-notes/2024-01/sbom/bitnami-mongodb-5.0.23-debian-11-r5.syft.cdx.json @@ -0,0 +1,21187 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:ed91b142-2432-4f0d-9301-9a28c83a5d79", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:44-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "c07e50beb7c3f9a3", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/bitnami/mongodb", + "version": "5.0.23-debian-11-r5" + } + }, + "components": [ + { + "bom-ref": "pkg:bitnami/mongodb@5.0.23?arch=amd64&distro=debian-11&package-id=742ee47c0dd6c885", + "type": "library", + "name": "MongoDB (R)", + "version": "5.0.23", + "licenses": [ + { + "license": { + "id": "SSPL-1.0" + } + } + ], + "cpe": "cpe:2.3:*:mongodb:mongodb:5.0.23:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/mongodb@5.0.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MongoDB_\\(R\\):MongoDB_\\(R\\):5.0.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:bitnami/mongodb-database-tools@100.9.4?arch=amd64&distro=debian-11&package-id=db28ef3a1e31ea30", + "type": "library", + "name": "MongoDB Database Tools", + "version": "100.9.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:mongodb-database-tools:mongodb-database-tools:100.9.4:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/mongodb-database-tools@100.9.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MongoDB_Database_Tools:MongoDB_Database_Tools:100.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=0cfb169f7292b7c3", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=f5e390c9fe2dbe7b", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=98465e4717ace493", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=3f838a0423354fee", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=58b28a43d0cc7b50", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=e0a2d31881065329", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=e178c7c31970432c", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/command-line-arguments@(devel)?package-id=e7a3e40d343f8b62", + "type": "library", + "name": "command-line-arguments", + "version": "(devel)", + "purl": "pkg:golang/command-line-arguments@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "pie" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X main.VersionStr=100.9.4 -X main.GitCommit=ce6af0fefca324ad5d9cb689d335130f48c99699" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "ssl,sasl,gssapi,failpoints" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/a8m/envsubst@v1.4.2?package-id=abc8cd605ae11985", + "type": "library", + "name": "github.com/a8m/envsubst", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:a8m:envsubst:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/a8m/envsubst@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/a8m/envsubst@v1.4.2?package-id=fd5dadce8ad83b81", + "type": "library", + "name": "github.com/a8m/envsubst", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:a8m:envsubst:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/a8m/envsubst@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecthomas/participle/v2@v2.1.1?package-id=07a0b344382b3677", + "type": "library", + "name": "github.com/alecthomas/participle/v2", + "version": "v2.1.1", + "cpe": "cpe:2.3:a:alecthomas:participle\\/v2:v2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/alecthomas/participle/v2@v2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecthomas/participle/v2@v2.1.1?package-id=a7f7390dbe366a38", + "type": "library", + "name": "github.com/alecthomas/participle/v2", + "version": "v2.1.1", + "cpe": "cpe:2.3:a:alecthomas:participle\\/v2:v2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/alecthomas/participle/v2@v2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrjKESvSqGHzRb4yW1ciisFJ4p3MGYih6icjJvbsmV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aymerick/raymond@v2.0.2+incompatible?package-id=6ab81168deb4ba84", + "type": "library", + "name": "github.com/aymerick/raymond", + "version": "v2.0.2+incompatible", + "cpe": "cpe:2.3:a:aymerick:raymond:v2.0.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aymerick/raymond@v2.0.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aymerick/raymond@v2.0.2+incompatible?package-id=1b4511fd680e0ff3", + "type": "library", + "name": "github.com/aymerick/raymond", + "version": "v2.0.2+incompatible", + "cpe": "cpe:2.3:a:aymerick:raymond:v2.0.2\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aymerick/raymond@v2.0.2+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/render-template" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VEp3GpgdAnv9B2GFyTvqgcKvY+mfKMjPOA3SbKLtnU0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/render-template" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bitnami/render-template@(devel)?package-id=f2a97c9a4a89c0f4", + "type": "library", + "name": "github.com/bitnami/render-template", + "version": "(devel)", + "cpe": "cpe:2.3:a:bitnami:render-template:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bitnami/render-template@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bitnami:render_template:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/render-template" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X 'main.buildDate=2023-12-06 12:42:01 UTC' -X main.commit= -s -w" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/render-template" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bitnami/wait-for-port@(devel)?package-id=94ca79a3a7918452", + "type": "library", + "name": "github.com/bitnami/wait-for-port", + "version": "(devel)", + "cpe": "cpe:2.3:a:bitnami:wait-for-port:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bitnami/wait-for-port@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bitnami:wait_for_port:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-s -w" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1?package-id=2975e579334bd71c", + "type": "library", + "name": "github.com/dimchansky/utfbom", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1?package-id=0e55534fda532b22", + "type": "library", + "name": "github.com/dimchansky/utfbom", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/elliotchance/orderedmap@v1.5.1?package-id=3d4a781aee944d56", + "type": "library", + "name": "github.com/elliotchance/orderedmap", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:elliotchance:orderedmap:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/elliotchance/orderedmap@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/elliotchance/orderedmap@v1.5.1?package-id=c8c7b1baa76de820", + "type": "library", + "name": "github.com/elliotchance/orderedmap", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:elliotchance:orderedmap:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/elliotchance/orderedmap@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G1X4PYlljzimbdQ3RXmtIZiQ9d6aRQ3sH1nzjq5mECE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.16.0?package-id=7704e848efd987fa", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:fatih:color:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.16.0?package-id=39094808198bc158", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:fatih:color:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goccy/go-json@v0.10.2?package-id=8f50f6801beff7b7", + "type": "library", + "name": "github.com/goccy/go-json", + "version": "v0.10.2", + "cpe": "cpe:2.3:a:goccy:go-json:v0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goccy/go-json@v0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goccy:go_json:v0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goccy/go-json@v0.10.2?package-id=b621893721b25737", + "type": "library", + "name": "github.com/goccy/go-json", + "version": "v0.10.2", + "cpe": "cpe:2.3:a:goccy:go-json:v0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goccy/go-json@v0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goccy:go_json:v0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goccy/go-yaml@v1.11.2?package-id=b8fc19357c750203", + "type": "library", + "name": "github.com/goccy/go-yaml", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:goccy:go-yaml:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goccy/go-yaml@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goccy:go_yaml:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goccy/go-yaml@v1.11.2?package-id=f61e9baecb777685", + "type": "library", + "name": "github.com/goccy/go-yaml", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:goccy:go-yaml:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goccy/go-yaml@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goccy:go_yaml:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:joq77SxuyIs9zzxEjgyLBugMQ9NEgTWxXfz2wVqwAaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=51ce281f188198a7", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=a30cc2926dfeaa49", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=4cea83894fb44655", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=e7b648342a07d81c", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=4226c57837d6d5e4", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=8b3522f2c87b9b19", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=b48155bc8f7afc7a", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=35368abac8b00196", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=b11cd098f3d3652e", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=ae95a7b6228cbd9b", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=efb8dfa2ac5c206d", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/render-template" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/render-template" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=e973b3504888a016", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=906f1d29ee97a3e7", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=7a96423de0989a1d", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=63334ecbf250d0a8", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=6e6327bf1d59f421", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=b81495b0bb581db3", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=c89b43238f6d20d8", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=a03198eec814ed32", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=6ae9f4e1b361476d", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jinzhu/copier@v0.4.0?package-id=1853f79b402af977", + "type": "library", + "name": "github.com/jinzhu/copier", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jinzhu:copier:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jinzhu/copier@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jinzhu/copier@v0.4.0?package-id=fbabaf5185d8a87a", + "type": "library", + "name": "github.com/jinzhu/copier", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jinzhu:copier:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jinzhu/copier@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=7b3c671ff5a9de1e", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=ed3c93bd11913eea", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=118ffa963c3ae279", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=e3460d6d1a955234", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=8e6d7252f04dfaec", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=b19b0a0b5a562200", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=7a14680a7dfcd451", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=36044e6768c7c3cd", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=456f6604b474304e", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=e0abbf0a72c5d0d5", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=7c86541c7ff4f8ee", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=a341a3449a0245a2", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=bb6327808f7e5b18", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.20?package-id=01b3240566dab7a6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.20", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.20:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.20?package-id=99b671616022e795", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.20", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.20:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=57f6e14dd478de3a", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=f1584d861a234e07", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mikefarah/yq/v4@v0.0.0-20231212003515-dd648994340a?package-id=68a854a018d74b05", + "type": "library", + "name": "github.com/mikefarah/yq/v4", + "version": "v0.0.0-20231212003515-dd648994340a", + "cpe": "cpe:2.3:a:mikefarah:yq\\/v4:v0.0.0-20231212003515-dd648994340a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mikefarah/yq/v4@v0.0.0-20231212003515-dd648994340a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "dd648994340a5d03225d97abf19c9bf1086c3f07" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-12-12T00:35:15Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mmikulicic/multierror@v0.0.0-20170428094957-c1ad6b5ecd26?package-id=f5593ab0e415b8b3", + "type": "library", + "name": "github.com/mmikulicic/multierror", + "version": "v0.0.0-20170428094957-c1ad6b5ecd26", + "cpe": "cpe:2.3:a:mmikulicic:multierror:v0.0.0-20170428094957-c1ad6b5ecd26:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mmikulicic/multierror@v0.0.0-20170428094957-c1ad6b5ecd26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mmikulicic/multierror@v0.0.0-20170428094957-c1ad6b5ecd26?package-id=acd6e809d8e33fcb", + "type": "library", + "name": "github.com/mmikulicic/multierror", + "version": "v0.0.0-20170428094957-c1ad6b5ecd26", + "cpe": "cpe:2.3:a:mmikulicic:multierror:v0.0.0-20170428094957-c1ad6b5ecd26:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mmikulicic/multierror@v0.0.0-20170428094957-c1ad6b5ecd26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/render-template" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Sk/rGhRF3TAxGR8Ldp3lAUw8GJehJct+5LVU79F13DI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/render-template" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=471a16c69422c8bc", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=5c249a467365cf40", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=abfdb11e670ceed0", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=fb81014a38ec8cfd", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=c8f8d1fd3b7d305e", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=e376c1c32af527c2", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=ae977c7656a2ae4e", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=a11f2ddb2012aeda", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mongodb/mongo-tools@(devel)?package-id=2d8aa74075227401", + "type": "library", + "name": "github.com/mongodb/mongo-tools", + "version": "(devel)", + "cpe": "cpe:2.3:a:mongodb:mongo-tools:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mongodb/mongo-tools@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongo_tools:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=9476ec12a7ecab5b", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=d49f383270c1cbbc", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=0ea97938da819918", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=e812b7bbfe447ad6", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=59caa04c4eb153ce", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=04bbee8b54346423", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=7ebde7bf786d9ebd", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=92f3caec5ec23fb1", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/montanaflynn/stats@v0.6.6?package-id=e9125e0244c0ea65", + "type": "library", + "name": "github.com/montanaflynn/stats", + "version": "v0.6.6", + "cpe": "cpe:2.3:a:montanaflynn:stats:v0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/montanaflynn/stats@v0.6.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nsf/termbox-go@v1.1.1?package-id=2f9f2c24656dc331", + "type": "library", + "name": "github.com/nsf/termbox-go", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:nsf:termbox-go:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nsf/termbox-go@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nsf:termbox_go:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nsf/termbox-go@v1.1.1?package-id=db4b266cefd30bfb", + "type": "library", + "name": "github.com/nsf/termbox-go", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:nsf:termbox-go:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/nsf/termbox-go@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nsf:termbox_go:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.1.0?package-id=085e1f435c1f9646", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.1.0?package-id=42c008779c760406", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=e88937a3159f1233", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=50ba965d43a1edc4", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=135cad14017462da", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=80c675ca7d2ec59b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=879c2d7acb4daeba", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=ae8177c5e051b471", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=d0c709d1ba7d0f1b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=f684a3a2ec392a64", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=4f3f696a4c6f7e3b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.2.0?package-id=204cb92003487678", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.2.0?package-id=b0cfaa296c3ebf21", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=3e661c41df8e5695", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=6736c0c67d0e9abc", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=c835b6e1f2292e9f", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=5a8a31f34e5021e8", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=e58499a35cead348", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=8d6d4cdff7dd2583", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=e2122f954d274d94", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=6f079138544c891c", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=16550e0071b691bc", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=ffb6d2ceab38a60f", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=5bf74cece3dd7ba5", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=4cd8a92d3d82fb78", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0?package-id=89402c6c5cce66a1", + "type": "library", + "name": "github.com/xdg-go/pbkdf2", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:xdg-go:pbkdf2:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/pbkdf2@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:pbkdf2:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=274a6a82d50be7d2", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=8fb71bc2ca674be8", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=d4b58701dd8be899", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=5172d57cd18bc032", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=e8e363f5328991e6", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=fc701a0675259c75", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=bca90ce1e81eb0e4", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=90bbba8154ca7653", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/scram@v1.1.1?package-id=3299328497536919", + "type": "library", + "name": "github.com/xdg-go/scram", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:xdg-go:scram:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/scram@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:scram:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=5f036fbdac764f76", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=0c6a0538ee6f13e3", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=60b57c55029fdc1a", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=760b556047d04553", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=cd9c1485e78cff52", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=099d9a4d8c2147d4", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=d0da583abc5fa326", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=36438868dec37f7c", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3?package-id=df0405350868a8db", + "type": "library", + "name": "github.com/xdg-go/stringprep", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:xdg-go:stringprep:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xdg-go/stringprep@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_go:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:stringprep:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=28b3b336975bada3", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=a262e2bbcead4e32", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=1e7c389f955797a4", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=dc08f7b0c661dc7e", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=7e31f3816043f527", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=48d64da24d35ffce", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=d882933718fa06bf", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=3a26b903844cc5c0", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a?package-id=23d76c2f977fc66d", + "type": "library", + "name": "github.com/youmark/pkcs8", + "version": "v0.0.0-20201027041543-1326539a0a0a", + "cpe": "cpe:2.3:a:youmark:pkcs8:v0.0.0-20201027041543-1326539a0a0a:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/yuin/gopher-lua@v1.1.1?package-id=e0a38442ae0389b9", + "type": "library", + "name": "github.com/yuin/gopher-lua", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:yuin:gopher-lua:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/yuin/gopher-lua@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuin:gopher_lua:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/yuin/gopher-lua@v1.1.1?package-id=6144a38cb525f498", + "type": "library", + "name": "github.com/yuin/gopher-lua", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:yuin:gopher-lua:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/yuin/gopher-lua@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuin:gopher_lua:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=25c3a654d6d43cdd", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=1ec68562785d0eba", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=6f84ec6a3cf279e7", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=e3059b776cf98fe1", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=6d2ab05eed15506b", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=f535e439ba3112f1", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=d3cdc8c2cb2716b0", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=f5ec0a90464874b3", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3?package-id=e82170819b7b21a9", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.10.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "9d77424bb35b1fc1", + "type": "library", + "name": "gobinary", + "cpe": "cpe:2.3:a:gobinary:gobinary:*:*:*:*:*:*:*:*", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=59f04e7c497efd82", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=32d8fccfae74d90f", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=2669680007f29fdb", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=e98e71a64df8fb91", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=0231b3b678ce35cc", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=c6a55752106b2cc7", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=ff29036db01f7501", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=b46734ec219a7cb1", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=f0e6bf85033017df", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29?package-id=c992af92ec3a69cf", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20230321023759-10a507213a29", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230321023759-10a507213a29:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29?package-id=31c60e1b51c70a98", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20230321023759-10a507213a29", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230321023759-10a507213a29:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29?package-id=aea523ff6dd8b79d", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20230321023759-10a507213a29", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230321023759-10a507213a29:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230321023759-10a507213a29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.19.0?package-id=7d00d62ffed275b1", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.19.0?package-id=6623210cb64473be", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=c5157f173dee0bc6", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=ba3045385a795d85", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=68f705f711456d3c", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=53e34a89ce776ccc", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=6ed35a98bb7bffd5", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=f252eee64a5fd94f", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=40542a686cea4e8c", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=5a68ec8d15633d73", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=eb1306289a99f996", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=f25d364df94df86d", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=2b2456f0fe981f9b", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=a877869691286b73", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=3145d8fb33ffbc97", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=cf34da31f6a7785c", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=c8f8e1fcca9de2aa", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=378a51211e69c7a4", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=a180fa369cf5860e", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=eef271966f619e4e", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.15.0?package-id=c4894ce11aa06f3a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.15.0?package-id=36874fd48cdd9f92", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.2.0?package-id=b012e4e9dc34d91e", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.2.0?package-id=dd8666e334dfc6b4", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/render-template" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/render-template" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.2.0?package-id=f9795ec907f867f4", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/wait-for-port" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/bitnami/wait-for-port" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=9e29a2e6fcce8353", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=0ebe39f1eea4cde5", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=c82cec00d72cb539", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=03f5f0d065981166", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=55d3840038a79fb9", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=94972e069fbfa584", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=52a0555807e1122b", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=39406c9b3307a8cd", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.13.0?package-id=364bafc33eef3cd9", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=b9db3533ee09a0d4", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=b57f490b45e31ef7", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=424402c245ce4f54", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=76e00e6a8a18e1f6", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=ed0ad7fefb3be1b3", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=6c9c249b760ef38a", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=ab8fab58278d2909", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=9af351a16455f0e2", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=0940dbb46d75b029", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=891a71c545a8508b", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=4c36519316a6cb45", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2?package-id=046bcbc3c3a05795", + "type": "library", + "name": "golang.org/x/xerrors", + "version": "v0.0.0-20220907171357-04be3eba64a2", + "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2?package-id=e72ad3fb4958b2b8", + "type": "library", + "name": "golang.org/x/xerrors", + "version": "v0.0.0-20220907171357-04be3eba64a2", + "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/op/go-logging.v1@v1.0.0-20160211212156-b2cb9fa56473?package-id=a46f01f90800cf60", + "type": "library", + "name": "gopkg.in/op/go-logging.v1", + "version": "v1.0.0-20160211212156-b2cb9fa56473", + "purl": "pkg:golang/gopkg.in/op/go-logging.v1@v1.0.0-20160211212156-b2cb9fa56473", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/op/go-logging.v1@v1.0.0-20160211212156-b2cb9fa56473?package-id=a0233aeb82f02535", + "type": "library", + "name": "gopkg.in/op/go-logging.v1", + "version": "v1.0.0-20160211212156-b2cb9fa56473", + "purl": "pkg:golang/gopkg.in/op/go-logging.v1@v1.0.0-20160211212156-b2cb9fa56473", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6D+BvnJ/j6e222UW8s2qTSe3wGBtvo0MbVQG/c5k8RE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637?package-id=44debdaa5b86d639", + "type": "library", + "name": "gopkg.in/tomb.v2", + "version": "v2.0.0-20161208151619-d5d1b5820637", + "purl": "pkg:golang/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637?package-id=0c5ef771355ccec5", + "type": "library", + "name": "gopkg.in/tomb.v2", + "version": "v2.0.0-20161208151619-d5d1b5820637", + "purl": "pkg:golang/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=09a6091f2ef3d3e7", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=e5a0c4d793b7b27d", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/bsondump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=6adc85532510f697", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongodump" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=b4152fc7b9a34656", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoexport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=b880319a22c4916c", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongofiles" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=c441f4c63aded1d1", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongoimport" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=ce215aa6ba781dbf", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongorestore" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=13ec2b620d50d553", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongostat" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=1eb0158407b8a602", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/bin/mongotop" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.12" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "command-line-arguments" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b1295e881a7db74d", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=ba2ff0492400e2d8", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/bin/yq" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.21.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/mikefarah/yq/v4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11&package-id=bc0f0389a5772692", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "insserv", + "version": "1.21.0-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:insserv:insserv:1.21.0-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/insserv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/insserv.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/insserv.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11&package-id=41d66adc43e811cd", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11&package-id=75f45da3bb820b59", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl4", + "version": "7.74.0-1.3+deb11u11", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.74.0-1.3\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "740" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11&package-id=796a192b709a2a2b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.4-2", + "version": "2.4.57+dfsg-3+deb11u1", + "cpe": "cpe:2.3:a:libldap-2.4-2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4-2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.4-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.4-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "539" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11&package-id=e734cb23d4cd528a", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.43.0-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnuma1@2.0.12-1+b1?arch=amd64&upstream=numactl%402.0.12-1&distro=debian-11&package-id=dcff94c53d15d335", + "type": "library", + "publisher": "Ian Wienand ", + "name": "libnuma1", + "version": "2.0.12-1+b1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libnuma1:libnuma1:2.0.12-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnuma1@2.0.12-1+b1?arch=amd64&upstream=numactl%402.0.12-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnuma1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnuma1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "78" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.0.12-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11&package-id=d6dc874ba13201bc", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.0-1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=7ff31700c5d9381e", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=6330cbd0c45b6a44", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11&package-id=4228335ce25053eb", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.9.0-2", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:bitnami/mongodb-shell@2.1.1?arch=amd64&distro=debian-11&package-id=b6dee2dc943db912", + "type": "library", + "name": "mongodb-shell", + "version": "2.1.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:mongodb-shell:mongodb-shell:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/mongodb-shell@2.1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-shell:mongodb-shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-shell:mongodb_shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_shell:mongodb-shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_shell:mongodb_shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb-shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb_shell:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/mongodb/.spdx-mongodb-shell.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/numactl@2.0.12-1+b1?arch=amd64&upstream=numactl%402.0.12-1&distro=debian-11&package-id=5c91c3dd2508ef44", + "type": "library", + "publisher": "Ian Wienand ", + "name": "numactl", + "version": "2.0.12-1+b1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:numactl:numactl:2.0.12-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/numactl@2.0.12-1+b1?arch=amd64&upstream=numactl%402.0.12-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/numactl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/numactl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.0.12-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:bitnami/render-template@1.0.6?arch=amd64&distro=debian-11&package-id=f79110a524558a29", + "type": "library", + "name": "render-template", + "version": "1.0.6", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:render-template:render-template:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/render-template@1.0.6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render-template:render-template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render-template:render_template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render_template:render-template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render_template:render_template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render:render-template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:render:render_template:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-render-template.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11&package-id=92185c9dea888247", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "startpar", + "version": "0.64-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:startpar:startpar:0.64-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/startpar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/startpar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11&package-id=e5a100eb1e30f20e", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysv-rc", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysv-rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv-rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysv-rc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysv-rc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "81" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:bitnami/wait-for-port@1.0.7?arch=amd64&distro=debian-11&package-id=9e17e58ea408b5a4", + "type": "library", + "name": "wait-for-port", + "version": "1.0.7", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:wait-for-port:wait-for-port:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/wait-for-port@1.0.7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for-port:wait-for-port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for-port:wait_for_port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for_port:wait-for-port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for_port:wait_for_port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for:wait-for-port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait-for:wait_for_port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for:wait-for-port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait_for:wait_for_port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait:wait-for-port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wait:wait_for_port:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-wait-for-port.spdx" + } + ] + }, + { + "bom-ref": "pkg:bitnami/yq@4.40.5?arch=amd64&distro=debian-11&package-id=688255f0761fe832", + "type": "library", + "name": "yq", + "version": "4.40.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:*:yq:yq:4.40.5:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/yq@4.40.5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yq:yq:4.40.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/common/.spdx-yq.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7188e030a1f665d5da9bfa5e7866c15ec8c3905aa4adac4a5004a4a1abc05072" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/bitnami-rabbitmq-3.12.12-debian-11-r0.syft.cdx.json b/release-notes/2024-01/sbom/bitnami-rabbitmq-3.12.12-debian-11-r0.syft.cdx.json new file mode 100644 index 00000000..01856159 --- /dev/null +++ b/release-notes/2024-01/sbom/bitnami-rabbitmq-3.12.12-debian-11-r0.syft.cdx.json @@ -0,0 +1,9738 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:ff8c983b-96b5-44b4-a965-61c519b944e0", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:34-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "c720d00b4ac722ad", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/bitnami/rabbitmq", + "version": "3.12.12-debian-11-r0" + } + }, + "components": [ + { + "bom-ref": "pkg:bitnami/erlang@26.2.1?arch=amd64&distro=debian-11&package-id=81b9caf632389a53", + "type": "library", + "name": "Erlang", + "version": "26.2.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:*:erlang:crypto:26.2.1:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/erlang@26.2.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Erlang:Erlang:26.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/erlang/.spdx-erlang.spdx" + } + ] + }, + { + "bom-ref": "pkg:bitnami/rabbitmq@3.12.12-0?arch=amd64&distro=debian-11&package-id=423457b9cbedaa20", + "type": "library", + "name": "RabbitMQ", + "version": "3.12.12-0", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:*:vmware:rabbitmq:3.12.12-0:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/rabbitmq@3.12.12-0?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RabbitMQ:RabbitMQ:3.12.12-0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/rabbitmq/.spdx-rabbitmq.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/curl@7.74.0-1.3+deb11u11?arch=amd64&distro=debian-11&package-id=543f66d962a28850", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "curl", + "version": "7.74.0-1.3+deb11u11", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.74.0-1.3\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/curl@7.74.0-1.3+deb11u11?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "430" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11&package-id=bc0f0389a5772692", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "insserv", + "version": "1.21.0-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:insserv:insserv:1.21.0-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/insserv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/insserv.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/insserv.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11&package-id=41d66adc43e811cd", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-l10n@2.31-13+deb11u7?arch=all&upstream=glibc&distro=debian-11&package-id=d8cf1ead1d798eea", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-l10n", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-l10n:libc-l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-l10n@2.31-13+deb11u7?arch=all&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-l10n:libc_l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_l10n:libc-l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_l10n:libc_l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_l10n:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-l10n/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-l10n.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4398" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11&package-id=75f45da3bb820b59", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl4", + "version": "7.74.0-1.3+deb11u11", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.74.0-1.3\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u11?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "740" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11&package-id=796a192b709a2a2b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.4-2", + "version": "2.4.57+dfsg-3+deb11u1", + "cpe": "cpe:2.3:a:libldap-2.4-2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4-2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.4-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.4-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "539" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11&package-id=e734cb23d4cd528a", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.43.0-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.43.0-1+deb11u1?arch=amd64&upstream=nghttp2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11&package-id=d6dc874ba13201bc", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.0-1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=7ff31700c5d9381e", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=6330cbd0c45b6a44", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11&package-id=4228335ce25053eb", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.9.0-2", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/locales@2.31-13+deb11u7?arch=all&upstream=glibc&distro=debian-11&package-id=a0469f9274ca737b", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "locales", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/locales@2.31-13+deb11u7?arch=all&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16015" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11&package-id=92185c9dea888247", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "startpar", + "version": "0.64-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:startpar:startpar:0.64-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/startpar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/startpar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11&package-id=e5a100eb1e30f20e", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysv-rc", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysv-rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv-rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysv-rc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysv-rc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "81" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9442507b223f418c8fefe0471e46af0d0d09fcab9d30662269b7a30e4f22705c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/bitnami-redis-cluster-7.2.3-debian-11-r2.syft.cdx.json b/release-notes/2024-01/sbom/bitnami-redis-cluster-7.2.3-debian-11-r2.syft.cdx.json new file mode 100644 index 00000000..02987cbe --- /dev/null +++ b/release-notes/2024-01/sbom/bitnami-redis-cluster-7.2.3-debian-11-r2.syft.cdx.json @@ -0,0 +1,8763 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:04e621a3-0e58-432a-8969-d20dc7268e8a", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "fe97c87fcea40940", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/bitnami/redis-cluster", + "version": "7.2.3-debian-11-r2" + } + }, + "components": [ + { + "bom-ref": "pkg:bitnami/redis@7.2.3?arch=amd64&package-id=be82e0395b5bc41b", + "type": "library", + "name": "Redis (TM)", + "version": "7.2.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:*:redis:redis:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:bitnami/redis@7.2.3?arch=amd64", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "sbom-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "UnknownMetadata" + }, + { + "name": "syft:package:type", + "value": "UnknownPackage" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Redis_\\(TM\\):Redis_\\(TM\\):7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/opt/bitnami/redis/.spdx-redis.spdx" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11&package-id=bc0f0389a5772692", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "insserv", + "version": "1.21.0-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:insserv:insserv:1.21.0-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/insserv@1.21.0-1.1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/insserv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/insserv.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/insserv.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgomp1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=559a7b0de6722668", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgomp1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgomp1:libgomp1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgomp1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgomp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "278" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11&package-id=92185c9dea888247", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "startpar", + "version": "0.64-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:startpar:startpar:0.64-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/startpar@0.64-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/startpar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/startpar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11&package-id=e5a100eb1e30f20e", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysv-rc", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysv-rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysv-rc@2.96-7+deb11u1?arch=all&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv-rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv_rc:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv-rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysv:sysv_rc:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysv-rc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysv-rc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "81" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=e76ddff1c7eab5a8", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd67492b197f38ae6bae7cdc7b027eab7c6ec42b765ed0f2ecf80e87ef672e6f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx.json b/release-notes/2024-01/sbom/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx.json new file mode 100644 index 00000000..90b0edd8 --- /dev/null +++ b/release-notes/2024-01/sbom/jupyterhub-k8s-image-awaiter-3.1.0.syft.cdx.json @@ -0,0 +1,207 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:372bd514-53c1-4ff8-9f10-b9ee9e69ac13", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:52-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "51302827fbf15b84", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/jupyterhub/k8s-image-awaiter", + "version": "3.1.0" + } + }, + "components": [ + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.1?package-id=783711b6374a545f", + "type": "library", + "name": "github.com/hashicorp/go-cleanhttp", + "version": "v0.5.1", + "cpe": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d0abb792095f964546f43f2bb2348f7bc89d005d278657a6391dcb294c9036f4" + }, + { + "name": "syft:location:0:path", + "value": "/image-awaiter" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.1?package-id=5663efb7f22b6ef4", + "type": "library", + "name": "github.com/hashicorp/go-retryablehttp", + "version": "v0.7.1", + "cpe": "cpe:2.3:a:hashicorp:go-retryablehttp:v0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_retryablehttp:v0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d0abb792095f964546f43f2bb2348f7bc89d005d278657a6391dcb294c9036f4" + }, + { + "name": "syft:location:0:path", + "value": "/image-awaiter" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sUiuQAnLlbvmExtFQs72iFW/HXeUn8Z1aJLQ4LJJbTQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter@(devel)?package-id=ecbd0481b31b9da2", + "type": "library", + "name": "github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter", + "version": "(devel)", + "cpe": "cpe:2.3:a:jupyterhub:zero-to-jupyterhub-k8s\\/image-awaiter:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:zero_to_jupyterhub_k8s\\/image_awaiter:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d0abb792095f964546f43f2bb2348f7bc89d005d278657a6391dcb294c9036f4" + }, + { + "name": "syft:location:0:path", + "value": "/image-awaiter" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -s" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/jupyterhub/zero-to-jupyterhub-k8s/image-awaiter" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/kiwigrid-k8s-sidecar-1.25.3.syft.cdx.json b/release-notes/2024-01/sbom/kiwigrid-k8s-sidecar-1.25.3.syft.cdx.json new file mode 100644 index 00000000..e98f9cd4 --- /dev/null +++ b/release-notes/2024-01/sbom/kiwigrid-k8s-sidecar-1.25.3.syft.cdx.json @@ -0,0 +1,8547 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:5a83dc81-a1e2-42d8-9491-245a2fa880e6", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:06-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d162dd845d1bd805", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/kiwigrid/k8s-sidecar", + "version": "1.25.3" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/.python-rundeps@20231019.051826?arch=noarch&distro=alpine-3.18.4&package-id=28fcff7dc676fe73", + "type": "library", + "name": ".python-rundeps", + "version": "20231019.051826", + "description": "virtual meta package", + "cpe": "cpe:2.3:a:.python-rundeps:.python-rundeps:20231019.051826:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/.python-rundeps@20231019.051826?arch=noarch&distro=alpine-3.18.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python-rundeps:.python_rundeps:20231019.051826:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python-rundeps:20231019.051826:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python_rundeps:20231019.051826:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python-rundeps:20231019.051826:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python_rundeps:20231019.051826:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vir2s+hWOhWHeshpJ8qJcBU28Og=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libbz2.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libpanelw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "so:libsqlite3.so.0" + }, + { + "name": "syft:metadata:pullDependencies:13", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:14", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:pullDependencies:15", + "value": "so:libuuid.so.1" + }, + { + "name": "syft:metadata:pullDependencies:16", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libexpat.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libffi.so.8" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libgdbm.so.6" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libgdbm_compat.so.4" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:liblzma.so.5" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libnsl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "0" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=ac9a3f591a93ca3d", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "6.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=4440cc8b5235cbfb", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=7ef27ca18faf49ba", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=26ea06a10c3f060e", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=15de07308267aa97", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=8c81d8d4c7e8bb28", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=191a92a2f7d2154e", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=7438fd8a4636d3e3", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=5a3fef386da41f8b", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=f0f9f621d82bf1f1", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=09b7f2a5be35b0ac", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=8e8387ff71cad89e", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=94c5dd5c43e0b9df", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.4&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.4&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.4&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.4&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.4&package-id=61bb87e3256c7521", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r2", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1gQ/L3UBnSjgkFWEHQaUkUDubqdI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510086" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=337ecb49f16db0b4", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r2", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ng9K4zeuARW5It8leWhwxor0cRQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r2" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.4&package-id=f7f20b055f90d4f7", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FG8M+7w+dkjV9Vy0mGFWW2t4+Do=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157021" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.4&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:pypi/cachetools@5.3.2?package-id=c6671eadc527f5e6", + "type": "library", + "author": "Thomas Kemmer ", + "name": "cachetools", + "version": "5.3.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cachetools@5.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cachetools:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cachetools:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cachetools:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cachetools:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer_project:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmerproject:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cachetools:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tkemmer:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cachetools:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/cachetools-5.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/cachetools-5.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/cachetools-5.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.11.17?package-id=7ff2cb243a13c84d", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.11.17", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.11.17:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.11.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/certifi-2023.11.17.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/certifi-2023.11.17.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/certifi-2023.11.17.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.3.2?package-id=db6fedf3bd8a0da8", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.3.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5695dee3f09cd7f0", + "type": "library", + "publisher": "Natanael Copa ", + "name": "gdbm", + "version": "1.23-r1", + "description": "GNU dbm is a set of database routines that use extensible hashing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gdbm:gdbm:1.23-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gdbm/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:gdbm:1.23-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "gdbm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgdbm.so.6=6.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgdbm_compat.so.4=4.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1LJ16wY8axQA000s8vbuD1ZTVDiE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32308" + } + ] + }, + { + "bom-ref": "pkg:pypi/google-auth@2.23.4?package-id=5942f774ecdceb78", + "type": "library", + "author": "Google Cloud Platform ", + "name": "google-auth", + "version": "2.23.4", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:google_cloud_platform_project:python-google-auth:2.23.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/google-auth@2.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform_project:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platformproject:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platformproject:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform_project:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform_project:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platformproject:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platformproject:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google-auth:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google-auth:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google_auth:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google_auth:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_platform:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google-auth:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google-auth:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google_auth:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google_auth:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-google:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:google-auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:google_auth:2.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/google_auth-2.23.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/google_auth-2.23.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/google_auth-2.23.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.6?package-id=c830730c45556f59", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.6", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "keyutils-libs", + "version": "1.6.3-r3", + "description": "Key utilities library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:keyutils-libs:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://people.redhat.com/~dhowells/keyutils/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils-libs:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "keyutils" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libkeyutils.so.1=1.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q169EXh6T3Gsex3BmvC91FPFbZPD8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "8084" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.4&package-id=ff111bf3f55c965d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-conf", + "version": "1.0-r2", + "description": "Shared krb5.conf for both MIT krb5 and heimdal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4a46b2cb955e25fd6d6f913794d35bc6d876aea9" + }, + { + "name": "syft:metadata:installedSize", + "value": "12288" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1q3Zh7lCMzdYPnyTuQclztivao2M=" + }, + { + "name": "syft:metadata:size", + "value": "1771" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.4&package-id=742b3b6abf611e31", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-libs", + "version": "1.20.1-r1", + "description": "The shared libraries used by Kerberos 5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1912832" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgssapi_krb5.so.2=2.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgssrpc.so.4=4.2" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libk5crypto.so.3=3.1" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libkadm5clnt_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libkadm5srv_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:5", + "value": "so:libkdb5.so.10=10.0" + }, + { + "name": "syft:metadata:provides:6", + "value": "so:libkrad.so.0=0.0" + }, + { + "name": "syft:metadata:provides:7", + "value": "so:libkrb5.so.3=3.3" + }, + { + "name": "syft:metadata:provides:8", + "value": "so:libkrb5support.so.0=0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ttrAtHO+y9TyCt7Tu4dHasAd480=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcom_err.so.2" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libkeyutils.so.1" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libverto.so.1" + }, + { + "name": "syft:metadata:size", + "value": "792001" + } + ] + }, + { + "bom-ref": "pkg:pypi/kubernetes@28.1.0?package-id=d898d3614116b091", + "type": "library", + "author": "Kubernetes", + "name": "kubernetes", + "version": "28.1.0", + "licenses": [ + { + "license": { + "name": "Apache License Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kubernetes_project:python-kubernetes:28.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/kubernetes@28.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/kubernetes-28.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/kubernetes-28.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/kubernetes-28.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.4&package-id=05aa2bbc69f17181", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libbz2", + "version": "1.0.8-r5", + "description": "Shared library for bz2", + "licenses": [ + { + "license": { + "id": "bzip2-1.0.6" + } + } + ], + "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://sourceware.org/bzip2/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "bzip2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbz2.so.1=1.0.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1v13gWmLEhB4wJ6i0S77ZTIkSSDU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "33557" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.4&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.4&package-id=623d7ebf7cada75d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcom_err", + "version": "1.47.0-r2", + "description": "Common error description library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND MIT" + } + ], + "cpe": "cpe:2.3:a:libcom-err:libcom-err:1.47.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://e2fsprogs.sourceforge.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom-err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f795d18f2f028733a4a0cb0cddf582da77d5cd6c" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "e2fsprogs" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcom_err.so.2=2.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JtioCUgk/Ig2kemAEwFP5ZC5CZ8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "6497" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.3-r0", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9bb5ef035c4b50c9d9da0ec98a3935f17276e75a" + }, + { + "name": "syft:metadata:installedSize", + "value": "4575232" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1+hLHhXUQEYytDHHiaVNhV0493Ts=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1740783" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.4&package-id=09ea6e3540cc1da0", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libexpat", + "version": "2.5.0-r1", + "description": "XML Parser library written in C (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat:libexpat:2.5.0-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://libexpat.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "147456" + }, + { + "name": "syft:metadata:originPackage", + "value": "expat" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexpat.so.1=1.8.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1HckygN+FaPOKMnPm/G6nsK7Ddvw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "58531" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=2d759b4ca3e335ed", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libffi", + "version": "3.4.4-r2", + "description": "portable, high level programming interface to various calling conventions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libffi:libffi:3.4.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://sourceware.org/libffi/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "53248" + }, + { + "name": "syft:metadata:originPackage", + "value": "libffi" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libffi.so.8=8.1.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1xtictLb2KgBtjl6nDymcUhtVZy8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "18623" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.4&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=8a7651c429bdae53", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1dD0p75kd/SeiqiNdbcrVT0ZTiOY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "161980" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.4&package-id=4a1de3dc5b37b070", + "type": "library", + "publisher": "Valery Kartel ", + "name": "libnsl", + "version": "2.0.0-r0", + "description": "Public client interface for NIS(YP) and NIS+ in a IPv6 ready version", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:thkukuk:libnsl:2.0.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://github.com/thkukuk/libnsl", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl:2.0.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "35fa189025e04e300ea9d2627661460e3c40394b" + }, + { + "name": "syft:metadata:installedSize", + "value": "45056" + }, + { + "name": "syft:metadata:originPackage", + "value": "libnsl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnsl.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q116M0vyFzWk2D7bxxooklbRhnwtU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libintl.so.8" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:size", + "value": "12039" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=708313fe8e002a17", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libpanelw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libpanelw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libpanelw:libpanelw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "32768" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpanelw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nmQyhXWGB+MYddbEFQl1GzvQoIc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "5878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.3-r0", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9bb5ef035c4b50c9d9da0ec98a3935f17276e75a" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zrNyIdDwInJ5HULlg7lSAxvLeVc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "236647" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.4&package-id=618be9fd1848c691", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc", + "version": "1.3.3-r2", + "description": "Transport Independent RPC library (SunRPC replacement)", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc:libtirpc:1.3.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "184320" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libtirpc.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d1TWQjNfUkUo43SL5ECJTWcyHgs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libtirpc-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libgssapi_krb5.so.2" + }, + { + "name": "syft:metadata:size", + "value": "78558" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.4&package-id=f0585e8bbaf33a47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc-conf", + "version": "1.3.3-r2", + "description": "Configuration files for TI-RPC", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-conf:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-conf:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "16384" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ED22CTrY6e0j2oLj7prv0hD7kfQ=" + }, + { + "name": "syft:metadata:size", + "value": "2236" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.4&package-id=f10d8be03030a4c9", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libuuid", + "version": "2.38.1-r8", + "description": "DCE compatible Universally Unique Identifier library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libuuid:libuuid:2.38.1-r8:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://git.kernel.org/cgit/utils/util-linux/util-linux.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c7de7fac9ae57f268781a733984e74a36f867d1c" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "util-linux" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libuuid.so.1=1.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ThHPty++vvhFwUhrDrYD7CmyUBI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "13567" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.4&package-id=892c2b575b667d2c", + "type": "library", + "publisher": "Francesco Colista ", + "name": "libverto", + "version": "0.3.2-r2", + "description": "Main loop abstraction library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:latchset:libverto:0.3.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://github.com/latchset/libverto", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libverto:libverto:0.3.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "libverto" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libverto.so.1=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1cSuPMAxDY/t44Tj5ltH6h6xeYvU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "9600" + } + ] + }, + { + "bom-ref": "pkg:pypi/logfmter@0.0.6?package-id=607d4bdfefe2bd5a", + "type": "library", + "author": "Joshua Taylor Eppinette ", + "name": "logfmter", + "version": "0.0.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:joshua_taylor_eppinette_project:python-logfmter:0.0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/logfmter@0.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinette_project:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinetteproject:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinetteproject:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinette_project:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinette:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinette:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinetteproject:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette_project:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette_project:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinetteproject:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinetteproject:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_taylor_eppinette:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-logfmter:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-logfmter:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_logfmter:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_logfmter:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette_project:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinetteproject:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logfmter:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logfmter:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-logfmter:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_logfmter:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jteppinette:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logfmter:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:logfmter:0.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/logfmter-0.0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/logfmter-0.0.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/logfmter-0.0.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.4&package-id=46559effae417e39", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r1", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a6e14d1837131339f85ff337fbd4ecb8886945ae" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1x4sUHXjWjUzYP5FPvJL1HWBjL1M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36691" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=22610cd6c710c459", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20230506-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10a6n6U74hqvF5n9KAe2AjnhuN9g=" + }, + { + "name": "syft:metadata:size", + "value": "22927" + } + ] + }, + { + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=bef723c1fc35069f", + "type": "library", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.2.1?package-id=1abe57829d70e0e4", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.3.1?package-id=e5d72d7fee9b098d", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip-23.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip-23.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/pip-23.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyasn1@0.5.1?package-id=7d18b2ffdc8295f9", + "type": "library", + "author": "Ilya Etingof ", + "name": "pyasn1", + "version": "0.5.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1@0.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyasn1:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1-0.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1-0.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1-0.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyasn1-modules@0.3.0?package-id=5253a0a54e88a988", + "type": "library", + "author": "Ilya Etingof ", + "name": "pyasn1-modules", + "version": "0.3.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1-modules@0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1-modules:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1_modules:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1-modules:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1-modules:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1_modules:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1_modules:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyasn1-modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyasn1_modules:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1_modules-0.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1_modules-0.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/pyasn1_modules-0.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.12.0?package-id=9c808e4a725d5418", + "type": "application", + "name": "python", + "version": "3.12.0", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.12.0:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.12" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.12.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=ec273449c94feeb3", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-json-logger@2.0.7?package-id=a3634c5d36a9aff2", + "type": "library", + "author": "Zakaria Zajac ", + "name": "python-json-logger", + "version": "2.0.7", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:zakaria_zajac_project:python-json-logger:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-json-logger@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_json_logger-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_json_logger-2.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/python_json_logger-2.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5b6c9855c9ada0d6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r1", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nCcvep9N4MNO9aY8W8z6c3YV+eQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "124162" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=8feca6be6b588172", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests-oauthlib@1.3.1?package-id=4ac2783fb902124b", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests-oauthlib", + "version": "1.3.1", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-oauthlib@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests_oauthlib-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests_oauthlib-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/requests_oauthlib-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rsa@4.9?package-id=1d95526cdb620ad7", + "type": "library", + "author": "Sybren A. Stüvel ", + "name": "rsa", + "version": "4.9", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python:rsa:4.9:*:*:*:*:python:*:*", + "purl": "pkg:pypi/rsa@4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.4&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@68.2.2?package-id=34b700a8881b85eb", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "68.2.2", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:68.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@68.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-68.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-68.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bb48a55de616dbc796c48c9a8b9564cd2e11a56654d84261a180572b6c11aa2c" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-68.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@69.0.2?package-id=688d47e5285788cd", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "69.0.2", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:69.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@69.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:69.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/setuptools-69.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/setuptools-69.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/setuptools-69.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=58f528d07e624cbe", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.4&package-id=826c3642af1247cf", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "sqlite-libs", + "version": "3.41.2-r2", + "description": "C library that implements an SQL database engine (libraries)", + "licenses": [ + { + "license": { + "id": "blessing" + } + } + ], + "cpe": "cpe:2.3:a:sqlite-libs:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.sqlite.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite-libs:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "20e9f157887d6c71320553e280014b14e51c6ba9" + }, + { + "name": "syft:metadata:installedSize", + "value": "999424" + }, + { + "name": "syft:metadata:originPackage", + "value": "sqlite" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsqlite3.so.0=0.8.6" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1eYSiWp105sYtd/e6O7kKszgQrss=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "537591" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=be4d03c312d3b54e", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r2", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1j6LHWpavmnFtpYjzQkH7apSIVOc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4944" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.4&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@1.26.18?package-id=2c64c57768471ab9", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "1.26.18", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:urllib3:1.26.18:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/urllib3-1.26.18.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/urllib3-1.26.18.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/urllib3-1.26.18.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/websocket-client@1.6.4?package-id=4b5eb539194bd19b", + "type": "library", + "author": "liris ", + "name": "websocket-client", + "version": "1.6.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/websocket-client@1.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:0:path", + "value": "/app/.venv/lib/python3.12/site-packages/websocket_client-1.6.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:1:path", + "value": "/app/.venv/lib/python3.12/site-packages/websocket_client-1.6.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:dd0120e2dc3e99f9872ab6478925d21c365f29a7769b06d177885fe5ecd512f9" + }, + { + "name": "syft:location:2:path", + "value": "/app/.venv/lib/python3.12/site-packages/websocket_client-1.6.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.41.2?package-id=246783b6b1ec1547", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.41.2", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "xz-libs", + "version": "5.4.3-r0", + "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://tukaani.org/xz", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "abed75d9bafbb3548ce40d77daa90d84d55d762e" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "xz" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:liblzma.so.5=5.4.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mtV1/ZRayPbsAAEYrhTsWQTMuho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "114313" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.4&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.4", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a39d21c2f00ca3a5e66b1d6f9c2f17f668c50b979fda8459025b851aaade0914" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.4", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.4" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.4" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/.python-rundeps@20231019.051826?arch=noarch&distro=alpine-3.18.4&package-id=28fcff7dc676fe73", + "dependsOn": [ + "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5695dee3f09cd7f0", + "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.4&package-id=05aa2bbc69f17181", + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.4&package-id=09ea6e3540cc1da0", + "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=2d759b4ca3e335ed", + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=8a7651c429bdae53", + "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.4&package-id=4a1de3dc5b37b070", + "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=708313fe8e002a17", + "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.4&package-id=618be9fd1848c691", + "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.4&package-id=f10d8be03030a4c9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5b6c9855c9ada0d6", + "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.4&package-id=826c3642af1247cf", + "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.4&package-id=ed7ddde066604e66", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.4&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.4&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.4&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=337ecb49f16db0b4" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.4&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.4&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.4&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=337ecb49f16db0b4", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.4&package-id=61bb87e3256c7521" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.4&package-id=61bb87e3256c7521", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.4&package-id=f7f20b055f90d4f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=337ecb49f16db0b4", + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5695dee3f09cd7f0", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.4&package-id=0227e0ec375d942e", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.4&package-id=742b3b6abf611e31", + "dependsOn": [ + "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.4&package-id=0227e0ec375d942e", + "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.4&package-id=ff111bf3f55c965d", + "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.4&package-id=623d7ebf7cada75d", + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.4&package-id=892c2b575b667d2c", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.4&package-id=05aa2bbc69f17181", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.4&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.4&package-id=46559effae417e39" + ] + }, + { + "ref": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.4&package-id=623d7ebf7cada75d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.4&package-id=09ea6e3540cc1da0", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=2d759b4ca3e335ed", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.4&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=8a7651c429bdae53", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.4&package-id=4a1de3dc5b37b070", + "dependsOn": [ + "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.4&package-id=79d17c7603caf1fd", + "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.4&package-id=618be9fd1848c691", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=708313fe8e002a17", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.4&package-id=618be9fd1848c691", + "dependsOn": [ + "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.4&package-id=742b3b6abf611e31", + "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.4&package-id=f0585e8bbaf33a47", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.4&package-id=f10d8be03030a4c9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.4&package-id=892c2b575b667d2c", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.4&package-id=46559effae417e39", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.4&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.4&package-id=5b6c9855c9ada0d6", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.4&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.4&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.4&package-id=826c3642af1247cf", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.4&package-id=be4d03c312d3b54e", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=d460b5fabd01fbc9", + "pkg:apk/alpine/libssl3@3.1.3-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.4&package-id=f2780a60460c8e9e", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.4&package-id=ed7ddde066604e66", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.4&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.4&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/kube-scheduler-v1.26.9.syft.cdx.json b/release-notes/2024-01/sbom/kube-scheduler-v1.26.9.syft.cdx.json new file mode 100644 index 00000000..983e45e5 --- /dev/null +++ b/release-notes/2024-01/sbom/kube-scheduler-v1.26.9.syft.cdx.json @@ -0,0 +1,5263 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:8523cdc9-7863-44f3-8318-453d44a88dcf", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:58-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "72028cab0426d99e", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/kube-scheduler", + "version": "v1.26.9" + } + }, + "components": [ + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/api@(devel)?package-id=1a900214dbbf82b1", + "type": "library", + "name": "./staging/src/k8s.io/api", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/api@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)?package-id=bdff99a2359bc4f2", + "type": "library", + "name": "./staging/src/k8s.io/apimachinery", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/apiserver@(devel)?package-id=5f92ce7e9e02bbd8", + "type": "library", + "name": "./staging/src/k8s.io/apiserver", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/apiserver:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/apiserver@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/client-go@(devel)?package-id=95ad66c4e2b63bc9", + "type": "library", + "name": "./staging/src/k8s.io/client-go", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/client-go@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/cloud-provider@(devel)?package-id=0b7059c658df524e", + "type": "library", + "name": "./staging/src/k8s.io/cloud-provider", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/cloud-provider:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/cloud-provider@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/cloud_provider:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-base@(devel)?package-id=54deacd8e82504ba", + "type": "library", + "name": "./staging/src/k8s.io/component-base", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-base@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)?package-id=2239eabe8f273d68", + "type": "library", + "name": "./staging/src/k8s.io/component-helpers", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/csi-translation-lib@(devel)?package-id=7e7e7be3d4513737", + "type": "library", + "name": "./staging/src/k8s.io/csi-translation-lib", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/csi-translation-lib:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/csi-translation-lib@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/csi_translation_lib:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/dynamic-resource-allocation@(devel)?package-id=1f9fb7d4c218f629", + "type": "library", + "name": "./staging/src/k8s.io/dynamic-resource-allocation", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/dynamic-resource-allocation:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/dynamic-resource-allocation@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/dynamic_resource_allocation:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/kms@(devel)?package-id=fd3b57ae05100f76", + "type": "library", + "name": "./staging/src/k8s.io/kms", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/kms:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/kms@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/kube-scheduler@(devel)?package-id=26d3368e940bffee", + "type": "library", + "name": "./staging/src/k8s.io/kube-scheduler", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/kube-scheduler:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/kube-scheduler@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/kube_scheduler:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/mount-utils@(devel)?package-id=46bf541c84ba3c3d", + "type": "library", + "name": "./staging/src/k8s.io/mount-utils", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/mount-utils:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/mount-utils@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/mount_utils:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11&package-id=d459a17da976b16d", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/base-files" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e023e0e48e6e29e90e519f4dd356d058ff2bffbd16e28b802f3b8f93aa4ccb17" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/nytimes/gziphandler@v1.1.1?package-id=01dc9c7e7a915b74", + "type": "library", + "name": "github.com/NYTimes/gziphandler", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:NYTimes:gziphandler:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/NYTimes/gziphandler@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/antlr/antlr4/runtime/go/antlr@v1.4.10?package-id=4f426a20c812bc65", + "type": "library", + "name": "github.com/antlr/antlr4/runtime/Go/antlr", + "version": "v1.4.10", + "cpe": "cpe:2.3:a:antlr:antlr4\\/runtime\\/Go\\/antlr:v1.4.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antlr/antlr4/runtime/Go/antlr@v1.4.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=e13807925381d6bc", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver/v4@v4.0.0?package-id=2b49bdff537235fb", + "type": "library", + "name": "github.com/blang/semver/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.3?package-id=819df5e0587645b5", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.3", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=ed5cc673550b5d05", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-semver@v0.3.0?package-id=1918519d329e4aed", + "type": "library", + "name": "github.com/coreos/go-semver", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:coreos:go-semver:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-semver@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_semver:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=c8c98936023c74ef", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=3594e5ecf6141c79", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=79384bb1f4f3b3a4", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=b1fa14c4805b2536", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=e85c648decc8549c", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=9b1e2d7ea1d43de7", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=fa928a7bd0cdd5f2", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=426e00b8e159ba39", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=c22c939c350be170", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/zapr@v1.2.3?package-id=eb52929f59da9af5", + "type": "library", + "name": "github.com/go-logr/zapr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:zapr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/zapr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:zapr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:zapr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=395ccf7dcc4802d3", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=9e6bfd4885515cac", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=d2bf86e28d3bf94d", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=2ad9072ffb65fefe", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=4e255e23163952cd", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=e4f7339798321c7d", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/cel-go@v0.12.7?package-id=83d8bf0d6d0cdf3c", + "type": "library", + "name": "github.com/google/cel-go", + "version": "v0.12.7", + "cpe": "cpe:2.3:a:google:cel-go:v0.12.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/cel-go@v0.12.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:cel_go:v0.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=404c256a84d881de", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=9cec1c2eaa0517ce", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.1.0?package-id=2d888a8a7f0fd273", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=408b939e1e871334", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0?package-id=a537e99e6f566157", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.7.0?package-id=704cb80bad9046da", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway/v2", + "version": "v2.7.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway\\/v2:v2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.6?package-id=16e5c37537636802", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=92f424c0262a12ae", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=fc9a911bfbddf1c5", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=ceb59c5442811060", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2?package-id=02b0ec8dbb8abee6", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=8701d9eb1279a3e7", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae?package-id=0bedd11d1a4c829b", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20220808134915-39b0c02b01ae", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20220808134915-39b0c02b01ae:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=994b64b4024a5fa1", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=97d65adcf80bd3f3", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=411956d53b146598", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=f5502900b47974ff", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.0?package-id=f36f51507412630e", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=5a78b0b28a1a6f53", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=5d1ada39a18cb6ea", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=bb9bc029170f43a4", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=fa1e68319280158b", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=41ec44943a971815", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.0?package-id=959948083ab060d9", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=9c9af3e63f07e64d", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stoewer/go-strcase@v1.2.0?package-id=3826cb845fad0b86", + "type": "library", + "name": "github.com/stoewer/go-strcase", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:stoewer:go-strcase:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stoewer/go-strcase@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stoewer:go_strcase:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.5?package-id=6abbb38f55383395", + "type": "library", + "name": "go.etcd.io/etcd/api/v3", + "version": "v3.5.5", + "cpe": "cpe:2.3:a:etcd:api\\/v3:v3.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/api/v3@v3.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.5?package-id=98fc0bfcaf747f6e", + "type": "library", + "name": "go.etcd.io/etcd/client/pkg/v3", + "version": "v3.5.5", + "cpe": "cpe:2.3:a:etcd:client\\/pkg\\/v3:v3.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/pkg/v3@v3.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.5?package-id=191a4d6d1c7a6070", + "type": "library", + "name": "go.etcd.io/etcd/client/v3", + "version": "v3.5.5", + "cpe": "cpe:2.3:a:etcd:client\\/v3:v3.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.etcd.io/etcd/client/v3@v3.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.35.0?package-id=ac3f13819c305435", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.35.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.35.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.35.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.35.1?package-id=f1a7009795a52a67", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.35.1", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.35.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.35.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.10.0?package-id=23bd0e2384a019fd", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.10.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.10.0?package-id=314c6672660aeb04", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.10.0?package-id=9ce277036463e4e9", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.10.0?package-id=5c23eec4beee6fc5", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.31.0?package-id=3b71af83cfbadcd8", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.31.0", + "cpe": "cpe:2.3:a:otel:metric:v0.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.10.0?package-id=b483aa74a47fcf21", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:otel:sdk:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.10.0?package-id=0b17fecee6d43197", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:otel:trace:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.19.0?package-id=2cf222673f234f16", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/atomic@v1.7.0?package-id=9955197917eb2bc4", + "type": "library", + "name": "go.uber.org/atomic", + "version": "v1.7.0", + "purl": "pkg:golang/go.uber.org/atomic@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.6.0?package-id=d1fbcbb69c709bd0", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.6.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/zap@v1.19.0?package-id=d85c9180f4473aa4", + "type": "library", + "name": "go.uber.org/zap", + "version": "v1.19.0", + "purl": "pkg:golang/go.uber.org/zap@v1.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.1.0?package-id=2e7673ce3c1131d4", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.8.0?package-id=94377300f0d5aa59", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=f9bb4db86e26cb83", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=3542c39194da3b5c", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.6.0?package-id=5ce6008ad9923e27", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.6.0?package-id=fbb02a2d35361bc3", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.8.0?package-id=f16e8e6414f11f2c", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=9cd5d2520ac8e5c5", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21?package-id=e0df7e110b8e5d93", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220502173005-c8bf987b8c21", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.49.0?package-id=5ebfb7b086182ce8", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.49.0", + "cpe": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.49.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=9dd42a9ad57d11cb", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=b5128a16e6e5d54b", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/natefinch/lumberjack.v2@v2.0.0?package-id=ba25bcce50f20e9b", + "type": "library", + "name": "gopkg.in/natefinch/lumberjack.v2", + "version": "v2.0.0", + "purl": "pkg:golang/gopkg.in/natefinch/lumberjack.v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=2665f60944aebbef", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=a24c212299e14353", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.80.1?package-id=b8c3339e90007b76", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.80.1", + "cpe": "cpe:2.3:a:klog:v2:v2.80.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.80.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=7942853eb47f7cf8", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubernetes@v1.26.9?package-id=db5061587e7b2871", + "type": "library", + "name": "k8s.io/kubernetes", + "version": "v1.26.9", + "purl": "pkg:golang/k8s.io/kubernetes@v1.26.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes " + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "all=-X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=2023-09-13T11:25:26Z' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=2023-09-13T11:25:26Z' -X 'k8s.io/client-go/pkg/version.buildDate=2023-09-13T11:25:26Z' -X 'k8s.io/component-base/version.buildDate=2023-09-13T11:25:26Z' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitCommit=d1483fdf7a0578c83523bc1e2212a606a44fd71d' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitCommit=d1483fdf7a0578c83523bc1e2212a606a44fd71d' -X 'k8s.io/client-go/pkg/version.gitCommit=d1483fdf7a0578c83523bc1e2212a606a44fd71d' -X 'k8s.io/component-base/version.gitCommit=d1483fdf7a0578c83523bc1e2212a606a44fd71d' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=v1.26.9' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=v1.26.9' -X 'k8s.io/client-go/pkg/version.gitVersion=v1.26.9' -X 'k8s.io/component-base/version.gitVersion=v1.26.9' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=26' -X 'k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/component-base/version.gitMinor=26' -s -w" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "selinux,notest" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "d1483fdf7a0578c83523bc1e2212a606a44fd71d" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-09-13T11:25:25Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/release/images/build/go-runner@(devel)?package-id=57e38f566714c146", + "type": "library", + "name": "k8s.io/release/images/build/go-runner", + "version": "(devel)", + "cpe": "cpe:2.3:a:release:images\\/build\\/go-runner:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/release/images/build/go-runner@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:release:images\\/build\\/go_runner:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:47c446271f8d086d7904005642b26f124ec18279f4b95d5332f7980c6c2061e3" + }, + { + "name": "syft:location:0:path", + "value": "/go-runner" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-s -w -buildid= -extldflags \"-static\"" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/release/images/build/go-runner" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=5015c8ff7a91e2b9", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11&package-id=dc6036fa60ec7385", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/netbase" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6fbdf253bbc2490dcfede5bdb58ca0db63ee8aff565f6ea9f918f3bce9e2d5aa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/netbase.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.37?package-id=07e9737f5870ca1e", + "type": "library", + "name": "sigs.k8s.io/apiserver-network-proxy/konnectivity-client", + "version": "v0.0.37", + "cpe": "cpe:2.3:a:apiserver-network-proxy:konnectivity-client:v0.0.37:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.37", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver-network-proxy:konnectivity_client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver_network_proxy:konnectivity-client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver_network_proxy:konnectivity_client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver-network:konnectivity-client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver-network:konnectivity_client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver_network:konnectivity-client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver_network:konnectivity_client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver:konnectivity-client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apiserver:konnectivity_client:v0.0.37:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=5078f0440e1814cb", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=5260fd392b7ede4b", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=7b5ae216225e2449", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0f31e2464eb0edbd7e04d11bf547db5ec5312171c84368cede5fe5e307fab94a" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/kube-scheduler" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=b5e65d160035a289", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/tzdata" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7bea6b893187b14fc0a759fe5f8972d1292a9c0554c87cbf485f0947c26b8a05" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/tzdata.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Distroless", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://github.com/GoogleContainerTools/distroless/issues/new", + "type": "issue-tracker" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless", + "type": "website" + }, + { + "url": "https://github.com/GoogleContainerTools/distroless/blob/master/README.md", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Distroless" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-assetservice-0.7.54.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-assetservice-0.7.54.syft.cdx.json new file mode 100644 index 00000000..f50908aa --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-assetservice-0.7.54.syft.cdx.json @@ -0,0 +1,19582 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:84fb942f-bb1f-463f-8ee0-bea0a92eb4c6", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:34-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "f83cd2b600fbab25", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/assetservice", + "version": "0.7.54" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper@12.0.1.0?package-id=e764ca892d6a409d", + "type": "library", + "name": "AutoMapper", + "version": "12.0.1.0", + "cpe": "cpe:2.3:a:AutoMapper:AutoMapper:12.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper@12.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/CsvHelper@30.0.1.0?package-id=9fa83eaad3c4df21", + "type": "library", + "name": "CsvHelper", + "version": "30.0.1.0", + "cpe": "cpe:2.3:a:CsvHelper:CsvHelper:30.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/CsvHelper@30.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/CsvHelper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DataStore@21.8.0.0?package-id=3c3d203220c3a6ff", + "type": "library", + "name": "DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:DataStore:DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/LibGit2Sharp@0.27.2.0?package-id=f6e5b2afae8743e4", + "type": "library", + "name": "LibGit2Sharp", + "version": "0.27.2.0", + "cpe": "cpe:2.3:a:LibGit2Sharp:LibGit2Sharp:0.27.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/LibGit2Sharp@0.27.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/LibGit2Sharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=93fcf6344595ea71", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506?package-id=a9288de590992612", + "type": "library", + "name": "Microsoft.Extensions.Http.Polly", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http.Polly:Microsoft.Extensions.Http.Polly:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0?package-id=b4332d45a14a6226", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.AssetService.Model@21.8.0.0?package-id=7476af8e843cd473", + "type": "library", + "name": "NationalInstruments.AssetService.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.AssetService.Model:NationalInstruments.AssetService.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.AssetService.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.AssetService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.AssetService.WebApi@21.8.0.0?package-id=567af313d4fa69c0", + "type": "library", + "name": "NationalInstruments.AssetService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.AssetService.WebApi:NationalInstruments.AssetService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.AssetService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.AssetService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ErrorHandling@21.8.0.0?package-id=46354668f8fd6ac8", + "type": "library", + "name": "NationalInstruments.SystemLink.ErrorHandling", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ErrorHandling:NationalInstruments.SystemLink.ErrorHandling:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ErrorHandling@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ErrorHandling.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0?package-id=0e1ea8e25d674716", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus.RabbitMQ", + "version": "1.0.57.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus.RabbitMQ:NationalInstruments.SystemLink.EventBus.RabbitMQ:1.0.57.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.RabbitMQ.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4?package-id=3c518d604662cd41", + "type": "library", + "name": "libgit2 - the Git linkable library", + "version": "1.6.4", + "cpe": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-arm64/native/git2-e632535.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4?package-id=f448556aa531fa11", + "type": "library", + "name": "libgit2 - the Git linkable library", + "version": "1.6.4", + "cpe": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/git2-e632535.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4?package-id=6c3c3c9488d97a2b", + "type": "library", + "name": "libgit2 - the Git linkable library", + "version": "1.6.4", + "cpe": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:nuget/libgit2%20-%20the%20Git%20linkable%20library@1.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_-_the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2___the_Git_linkable_library:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2_-_the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgit2_:libgit2___the_Git_linkable_library:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1be02a82b2fbaaf1aa6ba8b79339e0b29a363403b57bbb6babb7fa2231c9a53" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/git2-e632535.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-assetui-0.6.47.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-assetui-0.6.47.syft.cdx.json new file mode 100644 index 00000000..b13710ba --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-assetui-0.6.47.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:508d8961-da92-47c0-8031-dd2dc0c95ab3", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:53-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "749d30d2000345d6", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/assetui", + "version": "0.6.47" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:dd731ddf52bebac1d332cb7f6557931015cb4672ca25153b2245fe67e5700fae" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-comments-0.5.17.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-comments-0.5.17.syft.cdx.json new file mode 100644 index 00000000..841d1321 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-comments-0.5.17.syft.cdx.json @@ -0,0 +1,19252 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:b50f63fd-73fc-415f-850f-4deacf92d19c", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:36-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "4012761be2e9a5f5", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/comments", + "version": "0.5.17" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper@12.0.1.0?package-id=e764ca892d6a409d", + "type": "library", + "name": "AutoMapper", + "version": "12.0.1.0", + "cpe": "cpe:2.3:a:AutoMapper:AutoMapper:12.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper@12.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0?package-id=778ac2feba1fb20f", + "type": "library", + "name": "AutoMapper.Extensions.ExpressionMapping", + "version": "6.0.4.0", + "cpe": "cpe:2.3:a:AutoMapper.Extensions.ExpressionMapping:AutoMapper.Extensions.ExpressionMapping:6.0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.Extensions.ExpressionMapping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@7.0.1523.60110?package-id=85a19899ec115c64", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@7.0.1523.60110?package-id=a620f99c47bbb667", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@7.0.1523.60110?package-id=07ce2ea435b69a47", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@7.0.1523.60110?package-id=e620a0c78c2aab8f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@7.0.1523.60110?package-id=99eb95acecdaf82e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@7.0.1523.60110?package-id=bda10f8db17b7c19", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@7.0.1523.60110?package-id=4bbc6e5f3674d1f4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@7.0.1523.60110?package-id=d392cb260989685d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@7.0.1523.60110?package-id=15ee1ba2b45c1228", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@7.0.1523.60110?package-id=34bfea0c6b70cfae", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@7.0.1523.60110?package-id=0a8415f138cceec6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@7.0.1523.60110?package-id=5547fc38976aa2e1", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@7.0.1523.60110?package-id=f0b42015bfa132ce", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@7.0.1523.60110?package-id=110757e1ef71df24", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@7.0.1523.60110?package-id=7d51db08533050d7", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@7.0.1523.60110?package-id=e00c5af3a6fb42f3", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@7.0.1523.60110?package-id=41d104b50d5c4068", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@7.0.1523.60110?package-id=5e46fa83a06b7b98", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@7.0.1523.60110?package-id=251224769cfe5801", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@7.0.1523.60110?package-id=8c507eade0ae3ca5", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@7.0.1523.60110?package-id=0d21b9bd50a61852", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@7.0.1523.60110?package-id=f52d8416c0402d40", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@7.0.1523.60110?package-id=0192a6cdb1377272", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@7.0.1523.60110?package-id=35042d7fefb23b2f", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@7.0.1523.60110?package-id=b773d8d1fd8973e7", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@7.0.1523.60110?package-id=46d81f16dede1093", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@7.0.1523.60110?package-id=9c84a2facd7b0a9a", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@7.0.1523.60110?package-id=ece2adc8795887b0", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@7.0.1523.60110?package-id=8c56d42e32d8011d", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@7.0.1523.60110?package-id=128646be3120a71c", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@7.0.1523.60110?package-id=d1f5780c19d5a914", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@7.0.1523.60110?package-id=fa6f8bf8e3e2ae79", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@7.0.1523.60110?package-id=b99e82709068fd64", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@7.0.1523.60110?package-id=79c619b7dbb6fdcf", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@7.0.1523.60110?package-id=e74b59afa2f1744a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@7.0.1523.60110?package-id=3f801dab20cf73a7", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@7.0.1523.60110?package-id=78de70f5d3453122", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@7.0.1523.60110?package-id=acd8dbc4e1ea2655", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@7.0.1523.60110?package-id=a80e8877080bb873", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@7.0.1523.60110?package-id=108ce32ed6b0bc86", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@7.0.1523.60110?package-id=51aad40d64aae050", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@7.0.1523.60110?package-id=22eb2d0b07b785c2", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@7.0.1523.60110?package-id=9ec0491ac3b10dfb", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@7.0.1523.60110?package-id=fdf356881753ab30", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@7.0.1523.60110?package-id=cc066aa7a8d3a6fc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@7.0.1523.60110?package-id=a90e0d26b59966bf", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@7.0.1523.60110?package-id=2df23766be69a1af", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@7.0.1523.60110?package-id=e697b72387492933", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@7.0.1523.60110?package-id=fe85d826b6c39c84", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@7.0.1523.60110?package-id=68f28611d237f38c", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@7.0.1523.60110?package-id=6cfd70c7aa502ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@7.0.1523.60110?package-id=c7556e14be100c0d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@7.0.1523.60110?package-id=a4e98d89818c3e92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@7.0.1523.60110?package-id=bebed5bd2d12e8a0", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@7.0.1523.60110?package-id=3008a47783c3590d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@7.0.1523.60110?package-id=316b821f07a3e356", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@7.0.1523.60110?package-id=797f77e40a3219b2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@7.0.1523.60110?package-id=4e1d2863652b0bd7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@7.0.1523.60110?package-id=ac52e4bb5b814b1a", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@7.0.1523.60110?package-id=0ab496a07ca17465", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@7.0.1523.60110?package-id=028f8bc56a56dd34", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@7.0.1523.60110?package-id=8f2cd9967c7f806c", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@7.0.1523.60110?package-id=738fb8cf351083ae", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@7.0.1523.60110?package-id=e821b8b08a6d2378", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@7.0.1523.60110?package-id=b75a8f4721ea26b7", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@7.0.1523.60110?package-id=3dba8bb77a019ee5", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@7.0.1523.60110?package-id=1d4a75a76f69f719", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@7.0.1523.60110?package-id=7d347ccc6601adf7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@7.0.1523.60110?package-id=e38fc81820bde3e7", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@7.0.1523.60110?package-id=37fbf5c599a17f27", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@7.0.1523.60110?package-id=9b391b0c2382a1c2", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@7.0.1523.60110?package-id=e69821f4c3f172ec", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@7.0.1523.60110?package-id=39541875879cf90d", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@7.0.1523.60110?package-id=d927982488f6091b", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@7.0.1523.60110?package-id=4bbe253cd4cc2cc8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@7.0.1523.60110?package-id=7a77b32b77bec441", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@7.0.1523.60110?package-id=eb2e02471a93e5be", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@7.0.1523.60110?package-id=296823cda93d4903", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@7.0.1523.60110?package-id=dfc5adec9fe1432f", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@7.0.1523.60110?package-id=bcd0386a61d1be95", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@7.0.1523.60110?package-id=469050a1dcdd8172", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@7.0.1523.60110?package-id=414b01a3af3b0123", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@7.0.1523.60110?package-id=2c0040d98f610e3f", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@7.0.1523.57226?package-id=161434a0ebe427cb", + "type": "library", + "name": "Microsoft.CSharp", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@7.0.22.51805?package-id=38473d0fd2ec614f", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@7.0.22.51805?package-id=4bfa6208f1509b68", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@7.0.22.51805?package-id=70d39a38cf56d9d5", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@7.0.22.51805?package-id=ad16a3baee8dac33", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@7.0.423.11508?package-id=d54e6487a49d1504", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "7.0.423.11508", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:7.0.423.11508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@7.0.423.11508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@7.0.22.51805?package-id=222917e3118d5043", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@7.0.22.51805?package-id=25eaf7feb2848c6e", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@7.0.22.51805?package-id=bffdd27793ce968f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@7.0.22.51805?package-id=d9e0ea6171d5ef4f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@7.0.22.51805?package-id=e8c1ae1d12f345ed", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@7.0.1523.60110?package-id=c214453498f033d4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@7.0.22.51805?package-id=29b6ad92c2a84f26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@7.0.22.51805?package-id=c336e86602037f7f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@7.0.22.51805?package-id=695b8bf1749f3926", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@7.0.22.51805?package-id=b1d2419d19403ad3", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@7.0.1523.60110?package-id=c590c498bfce8652", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@7.0.1523.60110?package-id=ae30d2c014af34ed", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@7.0.1523.60110?package-id=2cc0a2c7ae9054e3", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@7.0.22.51805?package-id=f2c0eaf7989bb89e", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@7.0.22.51805?package-id=24d5200626e9b1bc", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@7.0.1523.60110?package-id=f220a9312357bb90", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@7.0.22.51805?package-id=4fb7fe90cac36a67", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@7.0.22.51805?package-id=4098b8626a101d30", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@7.0.323.6910?package-id=a29cd462742fb82b", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "7.0.323.6910", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:7.0.323.6910:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@7.0.323.6910", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@7.0.22.51805?package-id=a972c1a05b13be04", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@7.0.22.51805?package-id=97f04c1659168d83", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@7.0.1523.60110?package-id=34aebbb80533d8ff", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@7.0.1523.60110?package-id=42686cb6104af75d", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@7.0.1523.60110?package-id=e53ff0de33c0bf84", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@7.0.1523.60110?package-id=1c76ee1f02b6eb14", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@7.0.22.51805?package-id=566a4234ed46eef8", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@7.0.723.27404?package-id=971b78af831c0ff2", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "7.0.723.27404", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:7.0.723.27404:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@7.0.723.27404", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@7.0.22.51805?package-id=e37f66f39bef438b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@7.0.22.51805?package-id=615d8fca62553f27", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@7.0.22.51805?package-id=ca2e7b4de9f06de6", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@7.0.22.51805?package-id=7e910fcd3567107e", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@7.0.22.51805?package-id=037fb3947047793d", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@7.0.22.51805?package-id=79da24b7b6a16e32", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@7.0.1523.60110?package-id=6cc6a05c4c68babc", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@7.0.323.6910?package-id=bf13d854b7b9dad1", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "7.0.323.6910", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:7.0.323.6910:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@7.0.323.6910", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@7.0.22.51805?package-id=2c00755d7173a653", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@7.0.22.51805?package-id=fe3623a2706e9e79", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@7.0.22.51805?package-id=95fba2a94cdd3790", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@7.0.1523.60110?package-id=95c5f29625bab935", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@7.0.1523.60110?package-id=fddce7d62914fe4b", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@7.0.1523.60110?package-id=6c99071fdffa1fb0", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@7.0.1523.57226?package-id=72ab0d5a1dd05ba6", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@12.0.1523.57226?package-id=0c6741f26d69dbab", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "12.0.1523.57226", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:12.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@12.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@7.0.1523.57226?package-id=6e7e2c54cadf71cd", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@7.0.1523.57226?package-id=4bbb66abee46f4e6", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.Comments.Model@21.8.0.0?package-id=2b0f41479fed5e2a", + "type": "library", + "name": "NationalInstruments.Comments.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.Comments.Model:NationalInstruments.Comments.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.Comments.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.Comments.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.Comments.WebApi@21.8.0.0?package-id=1a7fd2f152122078", + "type": "library", + "name": "NationalInstruments.Comments.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.Comments.WebApi:NationalInstruments.Comments.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.Comments.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.Comments.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0?package-id=0d3c0704f75afe7a", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0?package-id=0cf9e6fe6bd082cb", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0?package-id=b677a8eebea190f0", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0?package-id=ce3fe274f1d99f69", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.3.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@7.0.1523.57226?package-id=a544b8a54119ced2", + "type": "library", + "name": "System", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System:System:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@7.0.1523.57226?package-id=0c83c7aaff36a0d7", + "type": "library", + "name": "System.AppContext", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@7.0.1523.57226?package-id=bb33fd4c0e67be86", + "type": "library", + "name": "System.Buffers", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@7.0.1523.57226?package-id=cb0d2a31703ba44e", + "type": "library", + "name": "System.Collections", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@7.0.1523.57226?package-id=ce680c083a2f10a8", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@7.0.1523.57226?package-id=97e089f2cfc5858e", + "type": "library", + "name": "System.Collections.Immutable", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@7.0.1523.57226?package-id=955fddf7b59a8a81", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@7.0.1523.57226?package-id=d2752d37fbe0bab8", + "type": "library", + "name": "System.Collections.Specialized", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@7.0.1523.57226?package-id=fbfd2a9ed5fdde89", + "type": "library", + "name": "System.ComponentModel", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@7.0.1523.57226?package-id=dce1a7a85365796e", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@7.0.1523.57226?package-id=9c1117859e24a224", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@7.0.1523.57226?package-id=3cd3398b7ce501df", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@7.0.1523.57226?package-id=df99999ca71d6e64", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@7.0.1523.57226?package-id=03eccf61f634e42a", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@7.0.1523.57226?package-id=272eb84995518214", + "type": "library", + "name": "System.Configuration", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@7.0.1523.57226?package-id=e3f07ebea2d0819e", + "type": "library", + "name": "System.Console", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Console:System.Console:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@7.0.1523.57226?package-id=c32909e5832b7aef", + "type": "library", + "name": "System.Core", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Core:System.Core:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@7.0.1523.57226?package-id=e8fa423fc7a86f39", + "type": "library", + "name": "System.Data", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Data:System.Data:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@7.0.1523.57226?package-id=4718c16e0948a1ed", + "type": "library", + "name": "System.Data.Common", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@7.0.1523.57226?package-id=04586a6030d62abe", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@7.0.1523.57226?package-id=1e407225d233d6a7", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@7.0.1523.57226?package-id=d31dcec394985956", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.1523.57226?package-id=5f51690b20156e90", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@7.0.22.51805?package-id=7777a5a8a4e49219", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@7.0.1523.57226?package-id=e24e05504bb7d15c", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@7.0.1523.57226?package-id=6c8d6dcad2819d54", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@7.0.1523.57226?package-id=cbad752d494ef884", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@7.0.1523.57226?package-id=9f845a608679dc89", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@7.0.1523.57226?package-id=bbfecd061329fe80", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@7.0.1523.57226?package-id=71d1e42d89d5fe4c", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@7.0.1523.57226?package-id=26fe01fe0407cbc3", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@7.0.1523.57226?package-id=71f2fc8f48c75c6a", + "type": "library", + "name": "System.Drawing", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@7.0.1523.57226?package-id=6f180e1d522e3fc5", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@7.0.1523.57226?package-id=5fb1410d6ab745fd", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@7.0.1523.57226?package-id=62b532084197d2cf", + "type": "library", + "name": "System.Formats.Asn1", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@7.0.1523.57226?package-id=7c4e0895d7b01134", + "type": "library", + "name": "System.Formats.Tar", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@7.0.1523.57226?package-id=b69544dce4aecf01", + "type": "library", + "name": "System.Globalization", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@7.0.1523.57226?package-id=223184deed2fd110", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@7.0.1523.57226?package-id=db434b78ac66de92", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@7.0.1523.57226?package-id=d6c09a2db3baf949", + "type": "library", + "name": "System.IO", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO:System.IO:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@7.0.1523.57226?package-id=9f235671330bddfd", + "type": "library", + "name": "System.IO.Compression", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@7.0.1523.57226?package-id=9eaeb29327b801ae", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@7.0.1523.57226?package-id=939cb3c9f0cef2df", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@7.0.1523.57226?package-id=f41ef3050ffad5ae", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@7.0.1523.57226?package-id=7bb56314c9efefe2", + "type": "library", + "name": "System.IO.FileSystem", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@7.0.1523.57226?package-id=f0b33a43fa32ecf8", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@7.0.1523.57226?package-id=7da62d673abd8e3c", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@7.0.1523.57226?package-id=750745b057affe4e", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@7.0.1523.57226?package-id=8e8a8b5f39314887", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@7.0.1523.57226?package-id=4920e2d5aae60a74", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@7.0.1523.57226?package-id=f12d719cbb158a40", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@7.0.22.51805?package-id=bf2eee16b0b76763", + "type": "library", + "name": "System.IO.Pipelines", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@7.0.1523.57226?package-id=b60117cd732242b5", + "type": "library", + "name": "System.IO.Pipes", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@7.0.1523.57226?package-id=a66dc41d3f42c859", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@7.0.1523.57226?package-id=e794c25379c5af7e", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@7.0.1523.57226?package-id=0c23ea988b1c718f", + "type": "library", + "name": "System.Linq", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@7.0.1523.57226?package-id=d26ba4215ffe44a9", + "type": "library", + "name": "System.Linq.Expressions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@7.0.1523.57226?package-id=dab8f14ff49258e9", + "type": "library", + "name": "System.Linq.Parallel", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@7.0.1523.57226?package-id=80aa36607c3a9499", + "type": "library", + "name": "System.Linq.Queryable", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@7.0.1523.57226?package-id=f2df85edbcc9641b", + "type": "library", + "name": "System.Memory", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@7.0.1523.57226?package-id=eabc0edf4b5f9b97", + "type": "library", + "name": "System.Net", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net:System.Net:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@7.0.1523.57226?package-id=83a42e8e8a5b7f4b", + "type": "library", + "name": "System.Net.Http", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@7.0.1523.57226?package-id=7bb7d11ed9d7320b", + "type": "library", + "name": "System.Net.Http.Json", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@7.0.1523.57226?package-id=e24852a5fbc5c61f", + "type": "library", + "name": "System.Net.HttpListener", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@7.0.1523.57226?package-id=4afd1ce93a9dc0c3", + "type": "library", + "name": "System.Net.Mail", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@7.0.1523.57226?package-id=e00879e65cd5b676", + "type": "library", + "name": "System.Net.NameResolution", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@7.0.1523.57226?package-id=d8b4a4f29e26612b", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@7.0.1523.57226?package-id=500d30cdcb2af46f", + "type": "library", + "name": "System.Net.Ping", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@7.0.1523.57226?package-id=17d8958b2ac8aae7", + "type": "library", + "name": "System.Net.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@7.0.1523.57226?package-id=fbf6c32526dcfb07", + "type": "library", + "name": "System.Net.Quic", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@7.0.1523.57226?package-id=dbc8d7c1c29ce694", + "type": "library", + "name": "System.Net.Requests", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@7.0.1523.57226?package-id=5be7da5ee2e2d27d", + "type": "library", + "name": "System.Net.Security", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@7.0.1523.57226?package-id=70d406350c7c832e", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@7.0.1523.57226?package-id=0ee7c878cbe17986", + "type": "library", + "name": "System.Net.Sockets", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@7.0.1523.57226?package-id=676746e829c9037b", + "type": "library", + "name": "System.Net.WebClient", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@7.0.1523.57226?package-id=fe0cbf36c35df0c7", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@7.0.1523.57226?package-id=73633803dfbb352e", + "type": "library", + "name": "System.Net.WebProxy", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@7.0.1523.57226?package-id=a3fc2de9e127f3d3", + "type": "library", + "name": "System.Net.WebSockets", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@7.0.1523.57226?package-id=ddd4e31e8d18d192", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@7.0.1523.57226?package-id=4a87ad23355627c8", + "type": "library", + "name": "System.Numerics", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@7.0.1523.57226?package-id=0b0ccfb25a87e04d", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@7.0.1523.57226?package-id=a4264a67921a40b1", + "type": "library", + "name": "System.ObjectModel", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@7.0.1523.57226?package-id=76dad6fe01093118", + "type": "library", + "name": "System.Private.CoreLib", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@7.0.1523.57226?package-id=03d67b57d273133f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@7.0.1523.57226?package-id=492686c5701895a7", + "type": "library", + "name": "System.Private.Uri", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@7.0.1523.57226?package-id=552d43b4f30cd1bd", + "type": "library", + "name": "System.Private.Xml", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@7.0.1523.57226?package-id=04af6a0b11609b49", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@7.0.1523.57226?package-id=c6f65a22c93e508c", + "type": "library", + "name": "System.Reflection", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@7.0.1523.57226?package-id=277b1be6d153a3a4", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@7.0.1523.57226?package-id=e12375d44790d16e", + "type": "library", + "name": "System.Reflection.Emit", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@7.0.1523.57226?package-id=febd0e91fc767c0a", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@7.0.1523.57226?package-id=3a0ca21d0b197102", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@7.0.1523.57226?package-id=9b84d6adcd2cc2f8", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@7.0.1523.57226?package-id=9923e09facc5c0b5", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@7.0.1523.57226?package-id=84fd653a14d96bd9", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@7.0.1523.57226?package-id=9323b18c75e72a83", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@7.0.1523.57226?package-id=09747ceb37921a19", + "type": "library", + "name": "System.Resources.Reader", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@7.0.1523.57226?package-id=0940764b203e9e04", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@7.0.1523.57226?package-id=9848ebec4865b399", + "type": "library", + "name": "System.Resources.Writer", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@7.0.1523.57226?package-id=47c3efbce8d47aec", + "type": "library", + "name": "System.Runtime", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@7.0.1523.57226?package-id=dd96605860261807", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@7.0.1523.57226?package-id=57ac3673883b3c8e", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@7.0.1523.57226?package-id=7651f4c709b680c1", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@7.0.1523.57226?package-id=a88f53bfc8c5fca9", + "type": "library", + "name": "System.Runtime.Handles", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@7.0.1523.57226?package-id=c3d0eb4345347255", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@7.0.1523.57226?package-id=c55fe7dd6705471b", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@7.0.1523.57226?package-id=ebdbc7d6708997d2", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@7.0.1523.57226?package-id=0bd61123c5295690", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@7.0.1523.57226?package-id=d55c553bb6d1e416", + "type": "library", + "name": "System.Runtime.Loader", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@7.0.1523.57226?package-id=f43f7e066546ff76", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@7.0.1523.57226?package-id=29e0f81d1aeb81da", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@7.0.1523.57226?package-id=7d08df6d27948b32", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@7.0.1523.57226?package-id=5780591e82b0dfe7", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@7.0.1523.57226?package-id=64bdc1dfd72c6522", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@7.0.1523.57226?package-id=cc787b8e45e335a9", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@7.0.1523.57226?package-id=f3d14387d0c73ddc", + "type": "library", + "name": "System.Security", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security:System.Security:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@7.0.1523.57226?package-id=3705ac7d28967864", + "type": "library", + "name": "System.Security.AccessControl", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@7.0.1523.57226?package-id=2207891fec86f375", + "type": "library", + "name": "System.Security.Claims", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@7.0.1523.57226?package-id=bce0feaabc2fb277", + "type": "library", + "name": "System.Security.Cryptography", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@7.0.1523.57226?package-id=042a2c9a55ae0f5a", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@7.0.1523.57226?package-id=b2efd1dc4ae2de12", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@7.0.1523.57226?package-id=1e533d852c8cbd31", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@7.0.1523.57226?package-id=b471f6d9be6941af", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@7.0.1523.57226?package-id=b0e1087197c678b8", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@7.0.723.27404?package-id=d52bfa56111099de", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "7.0.723.27404", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:7.0.723.27404:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@7.0.723.27404", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@7.0.1523.57226?package-id=3137cb0ae749706b", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@7.0.1523.57226?package-id=8be526875c863ddd", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@7.0.222.60605?package-id=a8e01d715d1c14eb", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "7.0.222.60605", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:7.0.222.60605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@7.0.222.60605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@7.0.1523.57226?package-id=443ab45f7ce61d4a", + "type": "library", + "name": "System.Security.Principal", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@7.0.1523.57226?package-id=c74aa11e14372a80", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@7.0.1523.57226?package-id=18fdeefea86fa167", + "type": "library", + "name": "System.Security.SecureString", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@7.0.1523.57226?package-id=a13c10715a23d207", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@7.0.1523.57226?package-id=61b9c21eabc3ec64", + "type": "library", + "name": "System.ServiceProcess", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@7.0.1523.57226?package-id=a0d857a93e584e74", + "type": "library", + "name": "System.Text.Encoding", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@7.0.1523.57226?package-id=39285eb804ff2347", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@7.0.1523.57226?package-id=baf008bec659f5ad", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@7.0.1523.57226?package-id=1f85e558ab6c4ac3", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@7.0.1523.57226?package-id=54db5b1c31046cf0", + "type": "library", + "name": "System.Text.Json", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@7.0.1523.57226?package-id=0480a3ae3f69663e", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@7.0.1523.57226?package-id=7b4ca1b423fb5e8b", + "type": "library", + "name": "System.Threading", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.1523.57226?package-id=66474dfe60bcd67e", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@7.0.1523.57226?package-id=c9fa9d7ff08ebbc3", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@7.0.1123.42427?package-id=96fef42915525256", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "7.0.1123.42427", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:7.0.1123.42427:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@7.0.1123.42427", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:50418081a425c22ce4408a13c84513b0c4dc279cdab231227697b92b7437d5d1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/7.0.15/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@7.0.1523.57226?package-id=f2c0a156c75a2377", + "type": "library", + "name": "System.Threading.Tasks", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@7.0.1523.57226?package-id=14d6d94733d40e60", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@7.0.1523.57226?package-id=fc5e99668f5e6daf", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@7.0.1523.57226?package-id=f1173d7ea3c86b1f", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@7.0.1523.57226?package-id=2098c62d81c6d727", + "type": "library", + "name": "System.Threading.Thread", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@7.0.1523.57226?package-id=7c284ec69969303d", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@7.0.1523.57226?package-id=bdc2e3acf31950a7", + "type": "library", + "name": "System.Threading.Timer", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@7.0.1523.57226?package-id=378ea28226a7bbb4", + "type": "library", + "name": "System.Transactions", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@7.0.1523.57226?package-id=37f92d5e25c9f730", + "type": "library", + "name": "System.Transactions.Local", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@7.0.1523.57226?package-id=621a7cf854508ce3", + "type": "library", + "name": "System.ValueTuple", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@7.0.1523.57226?package-id=f19cde97e5abd841", + "type": "library", + "name": "System.Web", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Web:System.Web:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@7.0.1523.57226?package-id=f28047db3eecbecb", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@7.0.1523.57226?package-id=458fa43710eb3ddb", + "type": "library", + "name": "System.Windows", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@7.0.1523.57226?package-id=fc44780ca4f0affa", + "type": "library", + "name": "System.Xml", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@7.0.1523.57226?package-id=ac89b88279ab1bcd", + "type": "library", + "name": "System.Xml.Linq", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@7.0.1523.57226?package-id=fdaef3a366674eec", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@7.0.1523.57226?package-id=9addb4f5d1ed943a", + "type": "library", + "name": "System.Xml.Serialization", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@7.0.1523.57226?package-id=2e6e1f0081ce97a3", + "type": "library", + "name": "System.Xml.XDocument", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@7.0.1523.57226?package-id=8a7cf80ee2a2b10e", + "type": "library", + "name": "System.Xml.XPath", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@7.0.1523.57226?package-id=8a5e8c9820bf46f3", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@7.0.1523.57226?package-id=a20105d9e40bd992", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@7.0.1523.57226?package-id=c1fe0bcd227555a2", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@7.0.1523.57226?package-id=72974d0419038f3a", + "type": "library", + "name": "WindowsBase", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d5261026aa3c86cfc26ba7902d5c5ddd1e05265719e09b47f261641e95282a9" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@7.0.1523.57226?package-id=931d5cf86759c59c", + "type": "library", + "name": "mscorlib", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@7.0.1523.57226?package-id=9752d2c4fc52ca35", + "type": "library", + "name": "netstandard", + "version": "7.0.1523.57226", + "cpe": "cpe:2.3:a:netstandard:netstandard:7.0.1523.57226:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@7.0.1523.57226", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8d9f8cc0c805a7162ef91f97d3293c382b2a8f49e4a74246bd4e260cf3e6f4e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.15/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-dashboardsui-0.9.31.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-dashboardsui-0.9.31.syft.cdx.json new file mode 100644 index 00000000..6e1868ca --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-dashboardsui-0.9.31.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:87143aec-bbae-4484-8dba-41b0f1cef0ce", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:56-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d442efc3d78682a9", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/dashboardsui", + "version": "0.9.31" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-dataframeservice-1.1.43.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-dataframeservice-1.1.43.syft.cdx.json new file mode 100644 index 00000000..98ab6c6e --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-dataframeservice-1.1.43.syft.cdx.json @@ -0,0 +1,13077 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:b56a006d-76f5-4974-a6d0-c4cd00f6543b", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:13-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "6e8340304701dbb7", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/dataframeservice", + "version": "1.1.43" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/%20@0.0.0.0?package-id=4077caff4327132e", + "type": "library", + "name": " ", + "version": "0.0.0.0", + "cpe": "cpe:2.3:a:_:_:0.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/%20@0.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Nanoid.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.301.3?package-id=e440623c14886bbd", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.301.3", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.301.3:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.301.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.S3@3.7.305.8?package-id=b710656db138dffb", + "type": "library", + "name": "AWSSDK.S3", + "version": "3.7.305.8", + "cpe": "cpe:2.3:a:AWSSDK.S3:AWSSDK.S3:3.7.305.8:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.S3@3.7.305.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.S3.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Apache.Arrow@14.0.2.0?package-id=24d075119d2811fd", + "type": "library", + "name": "Apache.Arrow", + "version": "14.0.2.0", + "cpe": "cpe:2.3:a:Apache.Arrow:Apache.Arrow:14.0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Apache.Arrow@14.0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Apache.Arrow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Apache.Arrow.Flight@14.0.2.0?package-id=ca90f462a655da8d", + "type": "library", + "name": "Apache.Arrow.Flight", + "version": "14.0.2.0", + "cpe": "cpe:2.3:a:Apache.Arrow.Flight:Apache.Arrow.Flight:14.0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Apache.Arrow.Flight@14.0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Apache.Arrow.Flight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper@12.0.1.0?package-id=e764ca892d6a409d", + "type": "library", + "name": "AutoMapper", + "version": "12.0.1.0", + "cpe": "cpe:2.3:a:AutoMapper:AutoMapper:12.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper@12.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0?package-id=778ac2feba1fb20f", + "type": "library", + "name": "AutoMapper.Extensions.ExpressionMapping", + "version": "6.0.4.0", + "cpe": "cpe:2.3:a:AutoMapper.Extensions.ExpressionMapping:AutoMapper.Extensions.ExpressionMapping:6.0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.Extensions.ExpressionMapping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/CommunityToolkit.HighPerformance@8.2.2.1?package-id=baf1e18096fd41eb", + "type": "library", + "name": "CommunityToolkit.HighPerformance", + "version": "8.2.2.1", + "cpe": "cpe:2.3:a:CommunityToolkit.HighPerformance:CommunityToolkit.HighPerformance:8.2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/CommunityToolkit.HighPerformance@8.2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/CommunityToolkit.HighPerformance.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/CsvHelper@30.0.1.0?package-id=9fa83eaad3c4df21", + "type": "library", + "name": "CsvHelper", + "version": "30.0.1.0", + "cpe": "cpe:2.3:a:CsvHelper:CsvHelper:30.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/CsvHelper@30.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/CsvHelper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.24.4.0?package-id=037578bbc12be714", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.24.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.24.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.24.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.57.0.0?package-id=24b855d0b0f9d6b6", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.57.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.57.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.57.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.57.0.0?package-id=02e0369808292c0b", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.57.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.57.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.57.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.57.0.0?package-id=035085392c9117bd", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.57.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.57.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.57.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/IronCompress@1.5.1?package-id=317c093ca07c176e", + "type": "library", + "name": "IronCompress", + "version": "1.5.1", + "cpe": "cpe:2.3:a:IronCompress:IronCompress:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/IronCompress@1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/IronCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008?package-id=3588796a6da42faf", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008?package-id=1912341f710d81e6", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008?package-id=27f74be433595cd1", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008?package-id=98a6e6f8a716285f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008?package-id=ea6279516d28fd4d", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.BearerToken", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.BearerToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008?package-id=8f53ed851f9ed6b9", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008?package-id=885309182af9b383", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008?package-id=ce2af8bb0a7dded4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008?package-id=a809b21f759bf939", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008?package-id=c7a39e5caf107711", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008?package-id=7bd858dfba25144e", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008?package-id=69ee58d6b8c215fe", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008?package-id=ddf14e9528b064d9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Endpoints", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Endpoints.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008?package-id=aeb9fb77b714cda9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008?package-id=5268eab6b676f56c", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008?package-id=a99b6399c453cde4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008?package-id=de98f302cfa0e08a", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008?package-id=229358f09eb5c429", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008?package-id=c12736aa25559238", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008?package-id=c2cd4d66e0b28948", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008?package-id=a460efc7ae16377b", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008?package-id=2a0dae4daac8bfa4", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008?package-id=33b7693381590ccd", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008?package-id=4ea466ad2f826370", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008?package-id=d0656b71ce789eb0", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008?package-id=b7151a04d1e5ac5b", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008?package-id=072a3ecfc3d07438", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008?package-id=525345cdece95a4b", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008?package-id=edd724307be640ae", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008?package-id=60cbdcbca91c3033", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008?package-id=cbe1fb229c3aa30f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008?package-id=c4f4af1da08e0acb", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008?package-id=815bffd030402230", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008?package-id=4a1192f701a77b8a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008?package-id=89947ac6810f32f1", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008?package-id=6bb723ad75a51a08", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008?package-id=76c2cda6e7f2f683", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008?package-id=611aecf705cb7324", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008?package-id=2ac37e37f1d3e79a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008?package-id=a7f0779d7cfe943b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008?package-id=4fce8a14e65e1e24", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008?package-id=1e8a5e37885af297", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008?package-id=2948aa39ce091378", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008?package-id=d5d55de83bf6b335", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008?package-id=3721650f41cb0d61", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008?package-id=abc74eee1aaf39a2", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008?package-id=671bcc7503cd4d4d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008?package-id=becaf399e5ee45a3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008?package-id=bd7842bbdc62309f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008?package-id=047bdf788eb2dbc4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008?package-id=d38abc5909fac21b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008?package-id=f64b0cbc99fca187", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008?package-id=f0ba54f95837410e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008?package-id=2492290423496ef9", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008?package-id=dda16f2fc3376946", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008?package-id=0cef7aaa931b518d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008?package-id=b347b55f315499d8", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008?package-id=a3848961231da9a2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008?package-id=3acfad1cb5a0a4d3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008?package-id=b92fecf7b63016b7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008?package-id=5e2cec9960fca093", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008?package-id=a05f980f775244cb", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008?package-id=a59976dda257fdd2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008?package-id=66091a6e9c12ba22", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008?package-id=39a8118babd3547f", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008?package-id=623e1ee0fbff64e9", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008?package-id=eaaecd7332d4ea9e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008?package-id=8e0a70417972f514", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008?package-id=2d2735b624a4cfb3", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008?package-id=a72dbe0c39ee7152", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008?package-id=dfa998c0431c259e", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008?package-id=f1d17253bdfadf81", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008?package-id=3681eb2d2887f7be", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008?package-id=066928fc95dd87a4", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008?package-id=813a837210ff5689", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008?package-id=a4e57bf8b1508b49", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008?package-id=dfdbee6a4b920446", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008?package-id=b81f6f7c8177dfb5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008?package-id=2b1402b6aa65040b", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008?package-id=5f8d9d61c98582c4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008?package-id=17fd27da7f2ee0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008?package-id=fab9042df79cc8d2", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008?package-id=8313be10e68dd79d", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008?package-id=ee75ac115215714b", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008?package-id=f7f7e0659bd32a95", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008?package-id=023f346842298e49", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces@6.0.21.52210?package-id=770fae95c4fc72b9", + "type": "library", + "name": "Microsoft.Bcl.AsyncInterfaces", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Bcl.AsyncInterfaces:Microsoft.Bcl.AsyncInterfaces:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Bcl.AsyncInterfaces.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@8.0.123.58001?package-id=0db53bf0dd82fc1f", + "type": "library", + "name": "Microsoft.CSharp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Data.Analysis@0.2000.123.8101?package-id=97000934ec230510", + "type": "library", + "name": "Microsoft.Data.Analysis", + "version": "0.2000.123.8101", + "cpe": "cpe:2.3:a:Microsoft.Data.Analysis:Microsoft.Data.Analysis:0.2000.123.8101:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Data.Analysis@0.2000.123.8101", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Data.Analysis.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103?package-id=cf47f8c66176202c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103?package-id=eb690ddc3e979316", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103?package-id=8d2865c8f2a5f41e", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103?package-id=7f47ed9e00a64dd4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001?package-id=80914633f21440a8", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103?package-id=d256d59985a88c41", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103?package-id=8ae8575b7a914cd9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103?package-id=170dc25eea921493", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103?package-id=214eb8fa5366659f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103?package-id=70ffb9ae7282e3a6", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008?package-id=9e4886552b3e8c3f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103?package-id=15846c53679a28bf", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103?package-id=cf364f191a66de65", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103?package-id=10d6c2d6bdaecfa5", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103?package-id=618089a9e4b08963", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103?package-id=df9a18b6f7a7355f", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics:Microsoft.Extensions.Diagnostics:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103?package-id=abaf81d14bb1de11", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.Abstractions:Microsoft.Extensions.Diagnostics.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008?package-id=e92d18dc55f662bf", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008?package-id=6157e0c508dca4e8", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008?package-id=e6297de111f7ac10", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103?package-id=11e910a387c34b0c", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103?package-id=e69ca248a69eb408", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008?package-id=134df41f2fb6f185", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103?package-id=836cb8bb97718441", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103?package-id=005564d170be15ed", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103?package-id=86e89c5c72c92100", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103?package-id=bddc29905356f45d", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103?package-id=8f45d9b604db666d", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008?package-id=e81021edf9f7a152", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008?package-id=04f33df254d78be6", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008?package-id=609c651111c57918", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008?package-id=4cf286a70c077ec3", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103?package-id=fecd57eb154d0781", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103?package-id=ebaa43b71aa2f173", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103?package-id=3871484f337aa896", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103?package-id=0ebc08f5ea84e259", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103?package-id=2471bd50e4ae6db7", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103?package-id=cdb791e0118bb1f4", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103?package-id=28ff2f8de9d76ec6", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103?package-id=cb0efb9807ca83da", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008?package-id=70895de971807d0b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001?package-id=9d89b115ab8d437c", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103?package-id=4248548c37b8c26c", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103?package-id=9c313d1e5039930b", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103?package-id=31519f1d68104202", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008?package-id=dca2cc1b580d5f6d", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@2.3.2.0?package-id=13b668d0c4cf80b5", + "type": "library", + "name": "Microsoft.IO.RecyclableMemoryStream", + "version": "2.3.2.0", + "cpe": "cpe:2.3:a:Microsoft.IO.RecyclableMemoryStream:Microsoft.IO.RecyclableMemoryStream:2.3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@2.3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.IO.RecyclableMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008?package-id=1b5b46caddb95fd7", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.ML.DataView@2.0.123.8101?package-id=dda8e942f9bd7cf6", + "type": "library", + "name": "Microsoft.ML.DataView", + "version": "2.0.123.8101", + "cpe": "cpe:2.3:a:Microsoft.ML.DataView:Microsoft.ML.DataView:2.0.123.8101:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.ML.DataView@2.0.123.8101", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.ML.DataView.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008?package-id=f6c7cf7fcbe28144", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001?package-id=4a7fe54b7276214a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001?package-id=80e4f418fd91e575", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "13.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:13.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001?package-id=a61edbe0a8bef9f9", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001?package-id=f3d2a6537c6a5dd5", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.22.0.0?package-id=77caf113c882abad", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.22.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.22.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.22.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.22.0.0?package-id=587291fe8112afec", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.22.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.22.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.22.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.22.0.0?package-id=6cb2b53b40c73df7", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.22.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.22.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.22.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0?package-id=81c1af82a16f20a2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.1.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.EventBroadcaster@1.0.0.0?package-id=6b97abb6120d9e2a", + "type": "library", + "name": "NationalInstruments.DataFrameService.EventBroadcaster", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.EventBroadcaster:NationalInstruments.DataFrameService.EventBroadcaster:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.EventBroadcaster@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.EventBroadcaster.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.MetadataStore@1.0.0.0?package-id=1b86c3a2aa9afcfd", + "type": "library", + "name": "NationalInstruments.DataFrameService.MetadataStore", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.MetadataStore:NationalInstruments.DataFrameService.MetadataStore:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.MetadataStore@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.MetadataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.Model@1.0.0.0?package-id=4ade6f9e93f0d1f3", + "type": "library", + "name": "NationalInstruments.DataFrameService.Model", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.Model:NationalInstruments.DataFrameService.Model:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.Model@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.RowDataIngestion@1.0.0.0?package-id=e66a6abaab6bfb37", + "type": "library", + "name": "NationalInstruments.DataFrameService.RowDataIngestion", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.RowDataIngestion:NationalInstruments.DataFrameService.RowDataIngestion:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.RowDataIngestion@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.RowDataIngestion.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.RowDataReader@1.0.0.0?package-id=6fa918e4c9bec505", + "type": "library", + "name": "NationalInstruments.DataFrameService.RowDataReader", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.RowDataReader:NationalInstruments.DataFrameService.RowDataReader:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.RowDataReader@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.RowDataReader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.RowDataStore@1.0.0.0?package-id=b327f8b4ba5e2f5b", + "type": "library", + "name": "NationalInstruments.DataFrameService.RowDataStore", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.RowDataStore:NationalInstruments.DataFrameService.RowDataStore:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.RowDataStore@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.RowDataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.DataFrameService.WebApi@1.0.0.0?package-id=bb52563bed50728f", + "type": "library", + "name": "NationalInstruments.DataFrameService.WebApi", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.DataFrameService.WebApi:NationalInstruments.DataFrameService.WebApi:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.DataFrameService.WebApi@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.DataFrameService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0?package-id=0d3c0704f75afe7a", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.1.0.0?package-id=d073bbda16b3ce7f", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0?package-id=0cf9e6fe6bd082cb", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0?package-id=b677a8eebea190f0", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0?package-id=ce3fe274f1d99f69", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.3.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.6.0.1006?package-id=8c691eeb122b0f29", + "type": "library", + "name": "OpenTelemetry", + "version": "1.6.0.1006", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.6.0.1006:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.6.0.1006", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.6.0.1006?package-id=b0a4a8aed77efc3c", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.6.0.1006", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.6.0.1006:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.6.0.1006", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.6.0.1006?package-id=5387bd31b5750757", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.6.0.1006", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.6.0.1006:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.6.0.1006", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.6.0.1006?package-id=8343cc86edcb7054", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.6.0.1006", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.6.0.1006:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.6.0.1006", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Extensions.Hosting@1.6.0.1006?package-id=85e81ca4f2281840", + "type": "library", + "name": "OpenTelemetry.Extensions.Hosting", + "version": "1.6.0.1006", + "cpe": "cpe:2.3:a:OpenTelemetry.Extensions.Hosting:OpenTelemetry.Extensions.Hosting:1.6.0.1006:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Extensions.Hosting@1.6.0.1006", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.5.0.908?package-id=551eae1ae0116314", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.5.0.908", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.5.0.908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.5.0.908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.GrpcNetClient@1.5.0.908?package-id=b3cb6a91a74b5363", + "type": "library", + "name": "OpenTelemetry.Instrumentation.GrpcNetClient", + "version": "1.5.0.908", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.GrpcNetClient:OpenTelemetry.Instrumentation.GrpcNetClient:1.5.0.908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.GrpcNetClient@1.5.0.908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.GrpcNetClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.5.0.908?package-id=f9ac86cb16a1e40f", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.5.0.908", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.5.0.908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.5.0.908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Parquet@4.17.0?package-id=bf28a9b9790576cb", + "type": "library", + "name": "Parquet", + "version": "4.17.0", + "cpe": "cpe:2.3:a:Parquet:Parquet:4.17.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Parquet@4.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Parquet.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.1.1.0?package-id=ebd5da8cf35b544e", + "type": "library", + "name": "Snappier", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@8.0.123.58001?package-id=0ef0e49d3445a1da", + "type": "library", + "name": "System", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System:System:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@8.0.123.58001?package-id=b58282324430cd1d", + "type": "library", + "name": "System.AppContext", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@8.0.123.58001?package-id=e13739b3f8cc6ea1", + "type": "library", + "name": "System.Buffers", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@8.0.123.58001?package-id=5eb93ee34a2af72a", + "type": "library", + "name": "System.Collections", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001?package-id=aa8584345f957e5b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@8.0.123.58001?package-id=b94472a12c4d7c49", + "type": "library", + "name": "System.Collections.Immutable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001?package-id=7fff50a7255cea2c", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@8.0.123.58001?package-id=96c7bd8f6398f9e2", + "type": "library", + "name": "System.Collections.Specialized", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@8.0.123.58001?package-id=877f2d36c325ef10", + "type": "library", + "name": "System.ComponentModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001?package-id=b18fdfabf7d0ef6a", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001?package-id=601a6e8435317404", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001?package-id=6c944b175d62e69a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001?package-id=9e319c453f1423e4", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001?package-id=0c9e48dc74d19c31", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@8.0.123.58001?package-id=5ac35d4a7367d816", + "type": "library", + "name": "System.Configuration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@8.0.123.58001?package-id=89457d1c7c511cf7", + "type": "library", + "name": "System.Console", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Console:System.Console:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@8.0.123.58001?package-id=d259a4ce3fa12653", + "type": "library", + "name": "System.Core", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Core:System.Core:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@8.0.123.58001?package-id=1266e35235718f01", + "type": "library", + "name": "System.Data", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data:System.Data:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@8.0.123.58001?package-id=e92c903774dec35c", + "type": "library", + "name": "System.Data.Common", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001?package-id=6e424fd8e2818211", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001?package-id=18f32fc9b113f3f4", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001?package-id=0635e4b864dd47fe", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001?package-id=b850d834e9f6d9d8", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103?package-id=f554cdb53c40fd1d", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001?package-id=51bee5a2c69ab281", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001?package-id=71ab6df877f0dfc0", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001?package-id=458281217897ef75", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001?package-id=8194dab95ed8cbc5", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001?package-id=fc2cc153b2063df4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001?package-id=34aa8baa82ea9c86", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001?package-id=559af732063280ee", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@8.0.123.58001?package-id=7cbd23658164f4ea", + "type": "library", + "name": "System.Drawing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=f202db43a3d231b0", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001?package-id=221a40b91de8d075", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001?package-id=afad5ec6050a4e73", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@8.0.123.58001?package-id=91dba22e29e2c8cb", + "type": "library", + "name": "System.Formats.Asn1", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@8.0.123.58001?package-id=8173f9610bfb3a49", + "type": "library", + "name": "System.Formats.Tar", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@8.0.123.58001?package-id=518a373810401270", + "type": "library", + "name": "System.Globalization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001?package-id=edff0d2dd294163b", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001?package-id=6d9b6815b162adc5", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@8.0.123.58001?package-id=de785b26898680e4", + "type": "library", + "name": "System.IO", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO:System.IO:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@8.0.123.58001?package-id=310e01ed7a7de03a", + "type": "library", + "name": "System.IO.Compression", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001?package-id=6eff00bb5824935b", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001?package-id=63ef5990f10c0f1b", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001?package-id=5bf0ca8257144402", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@8.0.123.58001?package-id=7fa60455c54be79a", + "type": "library", + "name": "System.IO.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001?package-id=3fe9ce5c789189ba", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001?package-id=9bdf32d0a19363a2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001?package-id=8e242661438f7628", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001?package-id=c545a368f3c46006", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001?package-id=5ca7ac0f96864130", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001?package-id=a655843889925488", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@8.0.23.53103?package-id=c8bf62c6deec63f5", + "type": "library", + "name": "System.IO.Pipelines", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@8.0.123.58001?package-id=cd8d4d6b9d7a7dd0", + "type": "library", + "name": "System.IO.Pipes", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001?package-id=ec9b5622aab85981", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001?package-id=813157ac636ae9a8", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@8.0.123.58001?package-id=21b692cc853f8ae3", + "type": "library", + "name": "System.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Async@6.0.1.35981?package-id=94e43911735c4529", + "type": "library", + "name": "System.Linq.Async", + "version": "6.0.1.35981", + "cpe": "cpe:2.3:a:System.Linq.Async:System.Linq.Async:6.0.1.35981:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Async@6.0.1.35981", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Async.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@8.0.123.58001?package-id=adde9553e28b7667", + "type": "library", + "name": "System.Linq.Expressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@8.0.123.58001?package-id=edd4fc0497a5c7f8", + "type": "library", + "name": "System.Linq.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@8.0.123.58001?package-id=d1313bdd4c239e7e", + "type": "library", + "name": "System.Linq.Queryable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@8.0.123.58001?package-id=69a4b90b7d9ab3bb", + "type": "library", + "name": "System.Memory", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@8.0.123.58001?package-id=63b227e62b76d46d", + "type": "library", + "name": "System.Net", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net:System.Net:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@8.0.123.58001?package-id=dd6febd2eae1c679", + "type": "library", + "name": "System.Net.Http", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@8.0.123.58001?package-id=4bdec68e1065b571", + "type": "library", + "name": "System.Net.Http.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@8.0.123.58001?package-id=d36e329cc1c697ef", + "type": "library", + "name": "System.Net.HttpListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@8.0.123.58001?package-id=95ae4b1e6a8ca2c0", + "type": "library", + "name": "System.Net.Mail", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@8.0.123.58001?package-id=7cd0d4ea47f99f7a", + "type": "library", + "name": "System.Net.NameResolution", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001?package-id=35a4a5c3516fb6cc", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@8.0.123.58001?package-id=b454ce314dc7242c", + "type": "library", + "name": "System.Net.Ping", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@8.0.123.58001?package-id=43867234b2dac2f0", + "type": "library", + "name": "System.Net.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@8.0.123.58001?package-id=9796bbafe90c8797", + "type": "library", + "name": "System.Net.Quic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@8.0.123.58001?package-id=f7fc730081b8f576", + "type": "library", + "name": "System.Net.Requests", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@8.0.123.58001?package-id=59683f6c8e4cb820", + "type": "library", + "name": "System.Net.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001?package-id=9b7a4a834cf58a76", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@8.0.123.58001?package-id=7191f210c23c1eb1", + "type": "library", + "name": "System.Net.Sockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@8.0.123.58001?package-id=faca7bca16640050", + "type": "library", + "name": "System.Net.WebClient", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001?package-id=33fc1d8b4718cab5", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@8.0.123.58001?package-id=e1510bf731d553ee", + "type": "library", + "name": "System.Net.WebProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@8.0.123.58001?package-id=858fbab56e404242", + "type": "library", + "name": "System.Net.WebSockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001?package-id=dbaec552d266feab", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@8.0.123.58001?package-id=553bdb34660407a9", + "type": "library", + "name": "System.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001?package-id=2efac66a7159c802", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@8.0.123.58001?package-id=1748874a1023c048", + "type": "library", + "name": "System.ObjectModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=e75fbd2cd2c99f94", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=4ae0c0a60a884549", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/full-composite.r2r.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001?package-id=7e9a6a1dd399a500", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@8.0.123.58001?package-id=6af37a18b6a55150", + "type": "library", + "name": "System.Private.Uri", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@8.0.123.58001?package-id=e799c5912afd9432", + "type": "library", + "name": "System.Private.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001?package-id=754df1961f8cfc16", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@8.0.123.58001?package-id=d7209956b2e5d6cc", + "type": "library", + "name": "System.Reflection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001?package-id=9233823e95e26ab7", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@8.0.123.58001?package-id=47c291aac49d84ed", + "type": "library", + "name": "System.Reflection.Emit", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001?package-id=e0c3a5596a65957d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001?package-id=05298fac10fbfdf0", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001?package-id=c61c0cf8c533517e", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001?package-id=b4754b9dcc1880ae", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001?package-id=2aedafc571bc0243", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001?package-id=50f0065c186edd7d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@8.0.123.58001?package-id=7e3f2133b0246905", + "type": "library", + "name": "System.Resources.Reader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001?package-id=cad508a508521d06", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@8.0.123.58001?package-id=92ae14b07a424f37", + "type": "library", + "name": "System.Resources.Writer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@8.0.123.58001?package-id=3488c7f0645126da", + "type": "library", + "name": "System.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001?package-id=6d34fbcdbdb437a6", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001?package-id=bb5f6a39077d4db7", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001?package-id=c45b987ab6136ca9", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@8.0.123.58001?package-id=af0444439a10f934", + "type": "library", + "name": "System.Runtime.Handles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001?package-id=c71c9bb43a0b2040", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001?package-id=b22ce455308244cc", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001?package-id=e99b2ad31798847a", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001?package-id=e4d3bf096ec0a995", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@8.0.123.58001?package-id=2aa27e86e57125a5", + "type": "library", + "name": "System.Runtime.Loader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001?package-id=cb43d95042faa608", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001?package-id=53965f0a72c16ad7", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001?package-id=b1a96cc8fb87874d", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001?package-id=94278018420c83df", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001?package-id=b7b8ac96b3232686", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001?package-id=9154cb3b41e11baf", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@8.0.123.58001?package-id=1f025bf4be394acc", + "type": "library", + "name": "System.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security:System.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@8.0.123.58001?package-id=8132816e6e17a865", + "type": "library", + "name": "System.Security.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@8.0.123.58001?package-id=5d891433f2c5edc5", + "type": "library", + "name": "System.Security.Claims", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@8.0.123.58001?package-id=3867e7f833059563", + "type": "library", + "name": "System.Security.Cryptography", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001?package-id=4d5592ac080a7760", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001?package-id=aefa1d10de61427e", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001?package-id=8561c448bf831ae5", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001?package-id=cbdaa84ef61eae6a", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001?package-id=5aafd5d811096c25", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103?package-id=51231efc738314c8", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001?package-id=5570f0279b68685c", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001?package-id=37dd2057b48956b3", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103?package-id=24092a75afebb26b", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@8.0.123.58001?package-id=708c573bc9534077", + "type": "library", + "name": "System.Security.Principal", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001?package-id=50a371c2b207a697", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@8.0.123.58001?package-id=a66e9ce67e121a8b", + "type": "library", + "name": "System.Security.SecureString", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001?package-id=4e34afb55836dc7f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@8.0.123.58001?package-id=52adb2167863adbc", + "type": "library", + "name": "System.ServiceProcess", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@8.0.123.58001?package-id=6edb09c4de918a1e", + "type": "library", + "name": "System.Text.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001?package-id=9af3d42c97f2a54a", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001?package-id=b36f215e49a21ee1", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001?package-id=ff188a8789533dc6", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@8.0.123.58001?package-id=0da2f0453b9f21aa", + "type": "library", + "name": "System.Text.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001?package-id=99e8fee216536c6a", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@8.0.123.58001?package-id=cdb1bfebaa2487de", + "type": "library", + "name": "System.Threading", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@8.0.123.58001?package-id=894a4e9e39257720", + "type": "library", + "name": "System.Threading.Channels", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001?package-id=f696bb947eaa4506", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103?package-id=de41e596cf791881", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@8.0.123.58001?package-id=ad8ac89b70a4e40b", + "type": "library", + "name": "System.Threading.Tasks", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001?package-id=71a8778c889d95f2", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001?package-id=d4df687ac783033f", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001?package-id=7be8ed61e90b7fa3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@8.0.123.58001?package-id=51e171ca5b88cf72", + "type": "library", + "name": "System.Threading.Thread", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001?package-id=088e28dc8e86df34", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@8.0.123.58001?package-id=afa4c4bbe567d62f", + "type": "library", + "name": "System.Threading.Timer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@8.0.123.58001?package-id=68d642835bea175f", + "type": "library", + "name": "System.Transactions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@8.0.123.58001?package-id=cfb224261fa01a39", + "type": "library", + "name": "System.Transactions.Local", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@8.0.123.58001?package-id=f5ee41453d9de871", + "type": "library", + "name": "System.ValueTuple", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@8.0.123.58001?package-id=00bb780f30159480", + "type": "library", + "name": "System.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web:System.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001?package-id=6ffdc1ad9890f638", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@8.0.123.58001?package-id=46589f025260c79c", + "type": "library", + "name": "System.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@8.0.123.58001?package-id=6a82ab25a7f1d96b", + "type": "library", + "name": "System.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@8.0.123.58001?package-id=0da1bdf38c294ea8", + "type": "library", + "name": "System.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001?package-id=388f75cdc1b233a9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@8.0.123.58001?package-id=2ca7bc34ee358986", + "type": "library", + "name": "System.Xml.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@8.0.123.58001?package-id=05527c8b555de588", + "type": "library", + "name": "System.Xml.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@8.0.123.58001?package-id=7ad188a1b0693257", + "type": "library", + "name": "System.Xml.XPath", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001?package-id=daa9370932217230", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001?package-id=ea1ff717e29ad193", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001?package-id=5021d9fd5ed41c6b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@8.0.123.58001?package-id=d5f15d79e38f0016", + "type": "library", + "name": "WindowsBase", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.7.2.0?package-id=37e80870618c3c5f", + "type": "library", + "name": "ZstdSharp", + "version": "0.7.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.7.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:19a6fde223f0267c278f3878881de34e216b1f2d5878ef16d9c80d957385e78e" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@8.0.123.58001?package-id=318f23c94d9ff2f1", + "type": "library", + "name": "mscorlib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@8.0.123.58001?package-id=ec2e63288bc0254f", + "type": "library", + "name": "netstandard", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:netstandard:netstandard:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ffcf7354776522fcb7d4e8c8f0cb876e3c1e6f8d73db1d171e31dfa87d93aec" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-dremio-ee-24.1.2.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-dremio-ee-24.1.2.syft.cdx.json new file mode 100644 index 00000000..13b1deb3 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-dremio-ee-24.1.2.syft.cdx.json @@ -0,0 +1,136384 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:3f098c7e-1d9b-4462-82a2-6f3b47666e53", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:40:12-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "ecb7bf53de458eef", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/dremio-ee", + "version": "24.1.2" + } + }, + "components": [ + { + "bom-ref": "pkg:maven/org.hdrhistogram/HdrHistogram@2.1.9?package-id=e6a3e3f73433ba9e", + "type": "library", + "group": "org.hdrhistogram", + "name": "HdrHistogram", + "version": "2.1.9", + "licenses": [ + { + "license": { + "name": "http://creativecommons.org/publicdomain/zero/1.0/" + } + } + ], + "cpe": "cpe:2.3:a:HdrHistogram:HdrHistogram:2.1.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.hdrhistogram/HdrHistogram@2.1.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4631ce165eb400edecfa32e03d3f1be53dee754" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hdrhistogram:HdrHistogram:2.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/HdrHistogram-2.1.9.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "HdrHistogram" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.hdrhistogram" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/HdrHistogram-2.1.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2?package-id=0f7ff7ad9eef98f7", + "type": "library", + "group": "com.googlecode.javaewah", + "name": "JavaEWAH", + "version": "0.3.2", + "cpe": "cpe:2.3:a:googlecode:JavaEWAH:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JavaEWAH:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javaewah:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "JavaEWAH" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.googlecode.javaewah" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.googlecode.javaewah:JavaEWAH" + } + ] + }, + { + "bom-ref": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2?package-id=5c493d150d769b97", + "type": "library", + "group": "com.googlecode.javaewah", + "name": "JavaEWAH", + "version": "0.3.2", + "cpe": "cpe:2.3:a:googlecode:JavaEWAH:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JavaEWAH:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javaewah:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "JavaEWAH" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.googlecode.javaewah" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.googlecode.javaewah:JavaEWAH" + } + ] + }, + { + "bom-ref": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2?package-id=a893ed7f4a36fd71", + "type": "library", + "group": "com.googlecode.javaewah", + "name": "JavaEWAH", + "version": "0.3.2", + "cpe": "cpe:2.3:a:googlecode:JavaEWAH:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@0.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JavaEWAH:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javaewah:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:JavaEWAH:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "JavaEWAH" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.googlecode.javaewah" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.googlecode.javaewah:JavaEWAH" + } + ] + }, + { + "bom-ref": "pkg:maven/org.latencyutils/LatencyUtils@2.0.3?package-id=9826b7e4c8681856", + "type": "library", + "group": "org.latencyutils", + "name": "LatencyUtils", + "version": "2.0.3", + "cpe": "cpe:2.3:a:LatencyUtils:LatencyUtils:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.latencyutils/LatencyUtils@2.0.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "769c0b82cb2421c8256300e907298a9410a2a3d3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:latencyutils:LatencyUtils:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/LatencyUtils-2.0.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "LatencyUtils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.latencyutils" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/LatencyUtils-2.0.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/RoaringBitmap/RoaringBitmap@0.9.22?package-id=b1500dc803873f1a", + "type": "library", + "name": "RoaringBitmap", + "version": "0.9.22", + "cpe": "cpe:2.3:a:RoaringBitmap:RoaringBitmap:0.9.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/RoaringBitmap/RoaringBitmap@0.9.22", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6a3ff614969a83b88760f4045abfe6d42a41bdab" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/RoaringBitmap-0.9.22.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/RoaringBitmap-0.9.22.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.zaxxer/SparseBitSet@1.2?package-id=48b3621b4a44d689", + "type": "library", + "group": "com.zaxxer", + "name": "SparseBitSet", + "version": "1.2", + "cpe": "cpe:2.3:a:SparseBitSet:SparseBitSet:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.zaxxer/SparseBitSet@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8467c813d442837fcaeddbc42cf5c5359fab4933" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zaxxer:SparseBitSet:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/SparseBitSet-1.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "SparseBitSet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.zaxxer" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/SparseBitSet-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/US_export_policy/US_export_policy?package-id=51261061787f6e69", + "type": "library", + "name": "US_export_policy", + "cpe": "cpe:2.3:a:US-export-policy:US-export-policy:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/US_export_policy/US_export_policy", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "67250b6cf25510f35b80047b3c73797b99755d59" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export-policy:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export_policy:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export_policy:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/security/policy/limited/US_export_policy.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/security/policy/limited/US_export_policy.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/US_export_policy/US_export_policy?package-id=16c280dd0d844a08", + "type": "library", + "name": "US_export_policy", + "cpe": "cpe:2.3:a:US-export-policy:US-export-policy:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/US_export_policy/US_export_policy", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "67250b6cf25510f35b80047b3c73797b99755d59" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export-policy:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export_policy:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export_policy:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US-export:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US_export:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US:US-export-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:US:US_export_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/security/policy/unlimited/US_export_policy.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/security/policy/unlimited/US_export_policy.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/accessors-smart@2.4.9?package-id=293be64976820632", + "type": "library", + "group": "net.minidev", + "name": "accessors-smart", + "version": "2.4.9", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:accessors-smart:accessors-smart:2.4.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/accessors-smart@2.4.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "32e540749224c22c9b17de8137e916aae9057e22" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors-smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/accessors-smart-2.4.9.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "accessors-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/accessors-smart-2.4.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/accessors-smart@2.4.9?package-id=6eac5f0087b73453", + "type": "library", + "group": "net.minidev", + "name": "accessors-smart", + "version": "2.4.9", + "cpe": "cpe:2.3:a:accessors-smart:accessors-smart:2.4.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/accessors-smart@2.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors-smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "accessors-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:net.minidev:accessors-smart" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/accessors-smart@2.4.9?package-id=a582940f03678a30", + "type": "library", + "group": "net.minidev", + "name": "accessors-smart", + "version": "2.4.9", + "cpe": "cpe:2.3:a:accessors-smart:accessors-smart:2.4.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/accessors-smart@2.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors-smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors_smart:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:accessors:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors-smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:accessors_smart:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "accessors-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:net.minidev:accessors-smart" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/adal4j@1.6.7?package-id=9a425325e9187d16", + "type": "library", + "group": "com.microsoft.azure", + "name": "adal4j", + "version": "1.6.7", + "cpe": "cpe:2.3:a:microsoft:adal4j:1.6.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/adal4j@1.6.7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5f103f7a9904e3fef9c6822976ffa6e07682eda1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adal4j:adal4j:1.6.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:adal4j:1.6.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/adal4j-1.6.7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "adal4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/adal4j-1.6.7.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=00a3e975e84427e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:maven/net.openhft/affinity@3.1.7?package-id=0e9972c569a0178a", + "type": "library", + "group": "net.openhft", + "name": "affinity", + "version": "3.1.7", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:affinity:affinity:3.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.openhft/affinity@3.1.7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "db62ff58081c2dc28ca48b7cb4d247fa6ae21598" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openhft:affinity:3.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/affinity-3.1.7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "affinity" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.openhft" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/affinity-3.1.7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.hydromatic/aggdesigner-algorithm@6.0?package-id=6d6478b6f1d2553d", + "type": "library", + "group": "net.hydromatic", + "name": "aggdesigner-algorithm", + "version": "6.0", + "cpe": "cpe:2.3:a:aggdesigner-algorithm:aggdesigner-algorithm:6.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.hydromatic/aggdesigner-algorithm@6.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bd0cd7ad1e3791a8a0929df0dcdbffc02fd0bab4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggdesigner-algorithm:aggdesigner_algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggdesigner_algorithm:aggdesigner-algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggdesigner_algorithm:aggdesigner_algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggdesigner:aggdesigner-algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggdesigner:aggdesigner_algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hydromatic:aggdesigner-algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hydromatic:aggdesigner_algorithm:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aggdesigner-algorithm-6.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aggdesigner-algorithm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.hydromatic" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aggdesigner-algorithm-6.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.agrona.core/agrona@1.18.1?package-id=31f0c3e376608520", + "type": "library", + "name": "agrona", + "version": "1.18.1", + "cpe": "cpe:2.3:a:real-logic-limited:agrona:1.18.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.agrona.core/agrona@1.18.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fdb25496f329457c8a40e4a060e05175f11a790d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:real_logic_limited:agrona:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:real-logic-limited:core:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:real_logic_limited:core:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agrona:agrona:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agrona:core:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:agrona:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/agrona-1.18.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/agrona-1.18.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.airlift/aircompressor@0.10?package-id=709fb46c03fa6cf5", + "type": "library", + "group": "io.airlift", + "name": "aircompressor", + "version": "0.10", + "cpe": "cpe:2.3:a:aircompressor:aircompressor:0.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.airlift/aircompressor@0.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airlift:aircompressor:0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aircompressor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.airlift" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:io.airlift:aircompressor" + } + ] + }, + { + "bom-ref": "pkg:maven/io.airlift/aircompressor@0.10?package-id=503afcab0dc5c892", + "type": "library", + "group": "io.airlift", + "name": "aircompressor", + "version": "0.10", + "cpe": "cpe:2.3:a:aircompressor:aircompressor:0.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.airlift/aircompressor@0.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airlift:aircompressor:0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aircompressor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.airlift" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.airlift:aircompressor" + } + ] + }, + { + "bom-ref": "pkg:maven/io.airlift/aircompressor@0.10?package-id=fea0bf2730432d30", + "type": "library", + "group": "io.airlift", + "name": "aircompressor", + "version": "0.10", + "cpe": "cpe:2.3:a:aircompressor:aircompressor:0.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.airlift/aircompressor@0.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airlift:aircompressor:0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aircompressor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.airlift" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.airlift:aircompressor" + } + ] + }, + { + "bom-ref": "pkg:maven/io.airlift/aircompressor@0.21?package-id=49394c26da70d291", + "type": "library", + "group": "io.airlift", + "name": "aircompressor", + "version": "0.21", + "cpe": "cpe:2.3:a:aircompressor:aircompressor:0.21:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.airlift/aircompressor@0.21", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0d1efd839d539481952a9757834054239774f057" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airlift:aircompressor:0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aircompressor-0.21.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aircompressor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.airlift" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aircompressor-0.21.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.21?package-id=8a073b42e6615fdd", + "type": "library", + "group": "org.codehaus.mojo", + "name": "animal-sniffer-annotations", + "version": "1.21", + "cpe": "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.21", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "419a9acd297cb6fe6f91b982d909f2c20e9fa5c0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:animal:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mojo:animal-sniffer-annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mojo:animal_sniffer_annotations:1.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/animal-sniffer-annotations-1.21.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "animal-sniffer-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.mojo" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/animal-sniffer-annotations-1.21.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/annotations/annotations@12.0?package-id=a66e838abaea9980", + "type": "library", + "name": "annotations", + "version": "12.0", + "cpe": "cpe:2.3:a:annotations:annotations:12.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/annotations/annotations@12.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bbcf6448f6d40abe506e2c83b70a3e8bfd2b4539" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-12.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-12.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jetbrains/annotations@13.0?package-id=2e2dd98ea7f9c809", + "type": "library", + "group": "org.jetbrains", + "name": "annotations", + "version": "13.0", + "cpe": "cpe:2.3:a:annotations:annotations:13.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jetbrains/annotations@13.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "919f0dfe192fb4e063e7dacadee7f8bb9a2672a9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:annotations:13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-13.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jetbrains" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-13.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/annotations@2.17.295?package-id=2ac4ea608aa6dbb2", + "type": "library", + "group": "software.amazon.awssdk", + "name": "annotations", + "version": "2.17.295", + "cpe": "cpe:2.3:a:annotations:annotations:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/annotations@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "319b4e54c1bc64b644a97dc6340734bb047b354d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.findbugs/annotations@3.0.1u2?package-id=48385d87d7038530", + "type": "library", + "group": "com.google.code.findbugs", + "name": "annotations", + "version": "3.0.1u2", + "licenses": [ + { + "license": { + "name": "http://www.gnu.org/licenses/lgpl.html" + } + } + ], + "cpe": "cpe:2.3:a:annotations:annotations:3.0.1u2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.findbugs/annotations@3.0.1u2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "89a670596c98e416fb2583c08ae34cc5c3ce2097" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs:annotations:3.0.1u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:annotations:3.0.1u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:annotations:3.0.1u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-3.0.1u2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-3.0.1u2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.android/annotations@4.1.1.4?package-id=0bae798d99ea02db", + "type": "library", + "group": "com.google.android", + "name": "annotations", + "version": "4.1.1.4", + "cpe": "cpe:2.3:a:annotations:annotations:4.1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.android/annotations@4.1.1.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a1678ba907bf92691d879fef34e1a187038f9259" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:android:annotations:4.1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:annotations:4.1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-4.1.1.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.android" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-4.1.1.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/antlr/antlr@2.7.7?package-id=f532df442b5502f7", + "type": "library", + "name": "antlr", + "version": "2.7.7", + "cpe": "cpe:2.3:a:antlr:antlr:2.7.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/antlr/antlr@2.7.7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "83cd2cd674a217ade95a4bb83a8a14f351f48bd0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/antlr-2.7.7.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/antlr-2.7.7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.antlr/antlr-runtime@3.4?package-id=fbd7f5d203fca359", + "type": "library", + "group": "org.antlr", + "name": "antlr-runtime", + "version": "3.4", + "cpe": "cpe:2.3:a:antlr-runtime:antlr-runtime:3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.antlr/antlr-runtime@3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8f011408269a8e42b8548687e137d8eeb56df4b4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr-runtime:antlr_runtime:3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr_runtime:antlr-runtime:3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr_runtime:antlr_runtime:3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr:antlr-runtime:3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr:antlr_runtime:3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/antlr-runtime-3.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "antlr-runtime" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.antlr" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/antlr-runtime-3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.antlr/antlr4-runtime@4.11.1?package-id=a37156def25d33e8", + "type": "library", + "group": "org.antlr", + "name": "antlr4-runtime", + "version": "4.11.1", + "cpe": "cpe:2.3:a:antlr4-runtime:antlr4-runtime:4.11.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.antlr/antlr4-runtime@4.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr4-runtime:antlr4_runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr4_runtime:antlr4-runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr4_runtime:antlr4_runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr4:antlr4-runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr4:antlr4_runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr:antlr4-runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr:antlr4_runtime:4.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-generated-antlr-0.3.12.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "antlr4-runtime" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.antlr" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-generated-antlr-0.3.12.jar:org.antlr:antlr4-runtime" + } + ] + }, + { + "bom-ref": "pkg:maven/aopalliance/aopalliance@1.0?package-id=d9776c1201fd7110", + "type": "library", + "name": "aopalliance", + "version": "1.0", + "cpe": "cpe:2.3:a:aopalliance:aopalliance:1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/aopalliance/aopalliance@1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0235ba8b489512805ac13a8f9ea77a1ca5ebe3e8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aopalliance-1.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aopalliance-1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2.external/aopalliance-repackaged@2.6.1?package-id=152f8dfe7ad00435", + "type": "library", + "group": "org.glassfish.hk2.external", + "name": "aopalliance-repackaged", + "version": "2.6.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:aopalliance-repackaged:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2.external/aopalliance-repackaged@2.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b2eb0a83bcbb44cc5d25f8b18f23be116313a638" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance-repackaged:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance_repackaged:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance_repackaged:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aopalliance-repackaged-2.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aopalliance-repackaged" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2.external" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aopalliance-repackaged-2.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2.external/aopalliance-repackaged@2.6.1?package-id=17a5b3b463c8ddba", + "type": "library", + "group": "org.glassfish.hk2.external", + "name": "aopalliance-repackaged", + "version": "2.6.1", + "cpe": "cpe:2.3:a:aopalliance-repackaged:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2.external/aopalliance-repackaged@2.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance-repackaged:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance_repackaged:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance_repackaged:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aopalliance:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:aopalliance-repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:aopalliance_repackaged:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aopalliance-repackaged" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2.external" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2.external:aopalliance-repackaged" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/apache-client@2.17.295?package-id=dd7256da64431559", + "type": "library", + "group": "software.amazon.awssdk", + "name": "apache-client", + "version": "2.17.295", + "cpe": "cpe:2.3:a:apache:apache-client:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/apache-client@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1b4cdd0f4046aec9583035837e335b488418830d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:apache_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/apache-client-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "apache-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/apache-client-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.apicommon/api-common@1.8.1?package-id=d53ff7f2b1c246db", + "type": "library", + "name": "api-common", + "version": "1.8.1", + "cpe": "cpe:2.3:a:api-common:api-common:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.apicommon/api-common@1.8.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e89befb19b08ad84b262b2f226ab79aefcaa9d7f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-common:api_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_common:api-common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_common:api_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-common:apicommon:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_common:apicommon:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apicommon:api-common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apicommon:api_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apicommon:apicommon:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api-common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:apicommon:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-common:api:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api-common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_common:api:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:apicommon:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apicommon:api:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/api-common-1.8.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/api-common-1.8.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.9?arch=amd64&distro=ubuntu-22.04&package-id=4287f12debbfd101", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.9", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.9?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/arns@2.17.295?package-id=70a7ab0232fa54b2", + "type": "library", + "group": "software.amazon.awssdk", + "name": "arns", + "version": "2.17.295", + "cpe": "cpe:2.3:a:arns:arns:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/arns@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bda774031e81f577fba689d5544a205a0732fb3f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arns-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arns-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/arrow-format@9.0.0.dev567?package-id=c9d7d14d7c4a3205", + "type": "library", + "group": "org.apache.arrow", + "name": "arrow-format", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-format:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/arrow-format@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6d11d8885ee17b906c00fcd42bc836a51c480480" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_format:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-format-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-format" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-format-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow.gandiva/arrow-gandiva@9.0.0.dev567?package-id=de45a0b2173e7c49", + "type": "library", + "group": "org.apache.arrow.gandiva", + "name": "arrow-gandiva", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-gandiva:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow.gandiva/arrow-gandiva@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1d975f938b210d941485dc9abdd72b50a3db7b8b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_gandiva:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:gandiva:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-gandiva-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-gandiva" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow.gandiva" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-gandiva-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/arrow-jdbc@9.0.0.dev567?package-id=c62ee226f8e35385", + "type": "library", + "group": "org.apache.arrow", + "name": "arrow-jdbc", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-jdbc:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/arrow-jdbc@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8760f0dd6fee81725f8b63caf63cade5d799cf58" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_jdbc:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-jdbc-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-jdbc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-jdbc-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/arrow-memory-core@9.0.0.dev567?package-id=cd0eefb5411a1634", + "type": "library", + "group": "org.apache.arrow", + "name": "arrow-memory-core", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-memory-core:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/arrow-memory-core@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "23b37cb338c21be6e3b6ce42fd9029be101b9988" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_memory_core:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-memory-core-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-memory-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-memory-core-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/arrow-memory-netty@9.0.0.dev567?package-id=b5b4c3d5a6cae18a", + "type": "library", + "group": "org.apache.arrow", + "name": "arrow-memory-netty", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-memory-netty:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/arrow-memory-netty@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5bdeab8aec357d030e349d9f114f978ae7ea4821" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_memory_netty:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-memory-netty-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-memory-netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-memory-netty-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/arrow-vector@9.0.0.dev567?package-id=9b83b70019ca93de", + "type": "library", + "group": "org.apache.arrow", + "name": "arrow-vector", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:arrow-vector:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/arrow-vector@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9f0e6c9ca4c6745f4239a5034d6caad2a51b888e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow_vector:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:arrow:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/arrow-vector-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "arrow-vector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/arrow-vector-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.vandermeer/asciilist@0.0.3?package-id=f56785fc0f974561", + "type": "library", + "group": "de.vandermeer", + "name": "asciilist", + "version": "0.0.3", + "cpe": "cpe:2.3:a:asciilist:asciilist:0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.vandermeer/asciilist@0.0.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "376c4dd76ad61d9a071e12563d40bf170c64a59c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/asciilist-0.0.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "asciilist" + }, + { + "name": "syft:metadata:-:groupID", + "value": "de.vandermeer" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/asciilist-0.0.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.vandermeer/asciitable@0.2.5?package-id=5fa33c1b2b0290ab", + "type": "library", + "group": "de.vandermeer", + "name": "asciitable", + "version": "0.2.5", + "cpe": "cpe:2.3:a:asciitable:asciitable:0.2.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.vandermeer/asciitable@0.2.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "459c280c4e464aff06116809c399923dfdde9193" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/asciitable-0.2.5.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "asciitable" + }, + { + "name": "syft:metadata:-:groupID", + "value": "de.vandermeer" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/asciitable-0.2.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.objectweb.asm/asm@9.2?package-id=df0666cae3d399d5", + "type": "library", + "name": "asm", + "version": "9.2", + "licenses": [ + { + "license": { + "name": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" + } + } + ], + "cpe": "cpe:2.3:a:objectweb:asm:9.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.objectweb.asm/asm@9.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "81a03f76019c67362299c40e0ba13405f5467bff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asm:asm:9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/asm-9.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/asm-9.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.asynchttpclient/async-http-client@2.7.0?package-id=b52f4254f529161f", + "type": "library", + "group": "org.asynchttpclient", + "name": "async-http-client", + "version": "2.7.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:async-http-client:async-http-client:2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.asynchttpclient/async-http-client@2.7.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5fb5505c0dcc97c975ef3b3b23ef5e0d57016e2a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client:async-http-client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asynchttpclient:async-http-client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asynchttpclient:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http:async-http-client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http:async-http-client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-http-client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_http_client:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/async-http-client-2.7.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "async-http-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.asynchttpclient" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/async-http-client-2.7.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.asynchttpclient/async-http-client-netty-utils@2.7.0?package-id=63276847a7586dfc", + "type": "library", + "group": "org.asynchttpclient", + "name": "async-http-client-netty-utils", + "version": "2.7.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:async-http-client-netty-utils:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.asynchttpclient/async-http-client-netty-utils@2.7.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "598a6a32ade257a5902eda7f288fe56c87ebd9d7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client-netty-utils:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client_netty_utils:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client_netty_utils:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client-netty:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client-netty:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client_netty:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client_netty:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http-client:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http_client:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asynchttpclient:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asynchttpclient:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-http:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_http:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-http-client-netty-utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_http_client_netty_utils:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/async-http-client-netty-utils-2.7.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "async-http-client-netty-utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.asynchttpclient" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/async-http-client-netty-utils-2.7.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?package-id=0f33e27a1c87dec3", + "type": "library", + "group": "org.apache.yetus", + "name": "audience-annotations", + "version": "0.13.0", + "cpe": "cpe:2.3:a:apache:audience-annotations:0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:audience_annotations:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "audience-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.yetus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.yetus:audience-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.5.0?package-id=468da414081140f5", + "type": "library", + "group": "org.apache.yetus", + "name": "audience-annotations", + "version": "0.5.0", + "cpe": "cpe:2.3:a:apache:audience-annotations:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "55762d3191a8d6610ef46d11e8cb70c7667342a3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:audience_annotations:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/audience-annotations-0.5.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "audience-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.yetus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/audience-annotations-0.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.5.0?package-id=ef3ef5dfe5845c67", + "type": "library", + "group": "org.apache.yetus", + "name": "audience-annotations", + "version": "0.5.0", + "cpe": "cpe:2.3:a:apache:audience-annotations:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:audience_annotations:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "audience-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.yetus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.yetus:audience-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/auth@2.17.295?package-id=2fb621b8c6a59888", + "type": "library", + "group": "software.amazon.awssdk", + "name": "auth", + "version": "2.17.295", + "cpe": "cpe:2.3:a:auth:auth:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/auth@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0a9eba121e23d408fc3ae84c23b4947681e9dfc7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/auth-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "auth" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/auth-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4?package-id=a853d80fdf65fd61", + "type": "library", + "group": "com.google.auto.value", + "name": "auto-value-annotations", + "version": "1.7.4", + "cpe": "cpe:2.3:a:auto-value-annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "eff48ed53995db2dadf0456426cc1f8700136f86" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/auto-value-annotations-1.7.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "auto-value-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auto.value" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/auto-value-annotations-1.7.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4?package-id=e358ce48332353a9", + "type": "library", + "group": "com.google.auto.value", + "name": "auto-value-annotations", + "version": "1.7.4", + "cpe": "cpe:2.3:a:auto-value-annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "auto-value-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auto.value" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auto.value:auto-value-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4?package-id=339ce8b9c4eef57d", + "type": "library", + "group": "com.google.auto.value", + "name": "auto-value-annotations", + "version": "1.7.4", + "cpe": "cpe:2.3:a:auto-value-annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auto.value/auto-value-annotations@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value-annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto-value-annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto_value_annotations:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value_annotations:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto-value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto_value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:value:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auto:auto:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "auto-value-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auto.value" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auto.value:auto-value-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica@1.8.0?package-id=5e0f63f8961bf17a", + "type": "library", + "group": "org.apache.calcite.avatica", + "name": "avatica", + "version": "1.8.0", + "cpe": "cpe:2.3:a:apache:avatica:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica@1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avatica" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite.avatica" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite.avatica:avatica" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica@1.8.0?package-id=418d5d2d5b181a54", + "type": "library", + "group": "org.apache.calcite.avatica", + "name": "avatica", + "version": "1.8.0", + "cpe": "cpe:2.3:a:apache:avatica:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica@1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avatica" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite.avatica" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite.avatica:avatica" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica-core@1.23.0?package-id=5c8c4ebb31c57723", + "type": "library", + "name": "avatica-core", + "version": "1.23.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:apache:avatica-core:1.23.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica-core@1.23.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e434691139bff7637983a7a5b9100393d1639d01" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica_core:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/avatica-core-1.23.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/avatica-core-1.23.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.23.0?package-id=9eab57b2b0e540d4", + "type": "library", + "name": "avatica-metrics", + "version": "1.23.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:apache:avatica-metrics:1.23.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.23.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4e3da6966845ed3c96c71382c4afc65111dd07d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica_metrics:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/avatica-metrics-1.23.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/avatica-metrics-1.23.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.8.0?package-id=9186d41bcf856936", + "type": "library", + "group": "org.apache.calcite.avatica", + "name": "avatica-metrics", + "version": "1.8.0", + "cpe": "cpe:2.3:a:apache:avatica-metrics:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica_metrics:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avatica-metrics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite.avatica" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite.avatica:avatica-metrics" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.8.0?package-id=9eea83ca74c3bd1a", + "type": "library", + "group": "org.apache.calcite.avatica", + "name": "avatica-metrics", + "version": "1.8.0", + "cpe": "cpe:2.3:a:apache:avatica-metrics:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite.avatica/avatica-metrics@1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica_metrics:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avatica:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avatica-metrics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite.avatica" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite.avatica:avatica-metrics" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro@1.10.2?package-id=84839050bdbc1054", + "type": "library", + "group": "org.apache.avro", + "name": "avro", + "version": "1.10.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:avro:1.10.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro@1.10.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a65aaa91c1aeceb3dd4859dbb9765d1c2063f5a2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/avro-1.10.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/avro-1.10.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro@1.7.7?package-id=dad59e6ceff8ce0c", + "type": "library", + "group": "org.apache.avro", + "name": "avro", + "version": "1.7.7", + "cpe": "cpe:2.3:a:apache:avro:1.7.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro@1.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro@1.8.2?package-id=916f9a79bc97a1d2", + "type": "library", + "group": "org.apache.avro", + "name": "avro", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro@1.8.2?package-id=ba2f079423c0ba4d", + "type": "library", + "group": "org.apache.avro", + "name": "avro", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro-guava-dependencies@1.8.2?package-id=a5cd72510bcb9794", + "type": "library", + "group": "org.apache.avro", + "name": "avro-guava-dependencies", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro-guava-dependencies:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro-guava-dependencies@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro_guava_dependencies:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro-guava-dependencies" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro-guava-dependencies" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro-guava-dependencies@1.8.2?package-id=5507af0e61437459", + "type": "library", + "group": "org.apache.avro", + "name": "avro-guava-dependencies", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro-guava-dependencies:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro-guava-dependencies@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro_guava_dependencies:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro-guava-dependencies" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro-guava-dependencies" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro-mapred@1.7.7?package-id=a6eeee1cf9952424", + "type": "library", + "group": "org.apache.avro", + "name": "avro-mapred", + "version": "1.7.7", + "cpe": "cpe:2.3:a:apache:avro-mapred:1.7.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro-mapred@1.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro_mapred:1.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro:1.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro-mapred" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro-mapred" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro-mapred@1.8.2?package-id=646e72b3c9346f57", + "type": "library", + "group": "org.apache.avro", + "name": "avro-mapred", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro-mapred:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro-mapred@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro_mapred:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro-mapred" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro-mapred" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.avro/avro-mapred@1.8.2?package-id=882fff548f94328e", + "type": "library", + "group": "org.apache.avro", + "name": "avro-mapred", + "version": "1.8.2", + "cpe": "cpe:2.3:a:apache:avro-mapred:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.avro/avro-mapred@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro_mapred:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:avro:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "avro-mapred" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.avro" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.avro:avro-mapred" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/aws-core@2.17.295?package-id=be03dbb130e354e2", + "type": "library", + "group": "software.amazon.awssdk", + "name": "aws-core", + "version": "2.17.295", + "cpe": "cpe:2.3:a:aws-core:aws-core:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/aws-core@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ec86b8339bdf18d0f1f8d95e81f18d38d78d5f8a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-core:aws_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_core:aws-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_core:aws_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-core-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-core-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae?package-id=0ebe7b8b2ed94734", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-client-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar:com.amazonaws.glue:aws-glue-datacatalog-client-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae?package-id=d86d959caf64bd6b", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-client-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:aws-glue-datacatalog-client-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae?package-id=2144c7c8fe1ec821", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-client-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-client-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client-common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client_common:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_client:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-client-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_client_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:aws-glue-datacatalog-client-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae?package-id=415b5dd4616d84ea", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-hive2-client", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7b68d74ba596dcd5e890f8433fe6062d286311a5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-hive2-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae?package-id=b53dd24b43908392", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-hive2-client", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-hive2-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:aws-glue-datacatalog-hive2-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae?package-id=29246adbff01b16d", + "type": "library", + "group": "com.amazonaws.glue", + "name": "aws-glue-datacatalog-hive2-client", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/aws-glue-datacatalog-hive2-client@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2-client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2_client:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog-hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog_hive2:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue-datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue_datacatalog:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-glue-datacatalog-hive2-client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_glue_datacatalog_hive2_client:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-glue-datacatalog-hive2-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:aws-glue-datacatalog-hive2-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400?package-id=9b8f57b2cc2b2071", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-core", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c7b9c92f44c03bb13dcd347cccbd1905a58fdb16" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-core-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-core-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400?package-id=6573666c77847b7e", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-core", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400?package-id=88f8864a481ae40c", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-core", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-core@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_core:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_core:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-dynamodb@1.12.400?package-id=68596a98c6360646", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-dynamodb", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-dynamodb:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-dynamodb@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c4708269c0a8e223f923549537c58918cbfa1d88" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-dynamodb:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_dynamodb:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_dynamodb:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-dynamodb-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-dynamodb" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-dynamodb-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-dynamodb@1.12.400?package-id=6b1d85135f63920c", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-dynamodb", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-dynamodb:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-dynamodb@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-dynamodb:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_dynamodb:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_dynamodb:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_dynamodb:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-dynamodb" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-dynamodb" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-glue@1.12.400?package-id=86e74168888f317d", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-glue", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-glue:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-glue@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-glue:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_glue:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_glue:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_glue:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-glue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-glue" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400?package-id=b26fe1c03ae519f4", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-kms", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a9a35470281206c752a36d614b9b47c721a1c995" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-kms-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-kms" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-kms-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400?package-id=c8334e1eff968b77", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-kms", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-kms" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-kms" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400?package-id=5d5e955ae8c5c731", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-kms", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-kms@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_kms:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_kms:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-kms" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-kms" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-lakeformation@1.12.400?package-id=7e9738a55e5f8c31", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-lakeformation", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-lakeformation:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-lakeformation@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5e53a739b45fba0876dff59c307a168390563b63" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-lakeformation:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_lakeformation:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_lakeformation:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_lakeformation:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-lakeformation-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-lakeformation" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-lakeformation-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-redshift@1.12.400?package-id=5ca561b7b4ab57ef", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-redshift", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-redshift:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-redshift@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "50a7861f3b595293061d2985cac9d3e1d5601781" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_redshift:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-redshift" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/aws-java-sdk-redshift-arcadia-internal/aws-java-sdk-redshift-arcadia-internal@1.0?package-id=ebaad415dbade00c", + "type": "library", + "name": "aws-java-sdk-redshift-arcadia-internal", + "version": "1.0", + "cpe": "cpe:2.3:a:aws-java-sdk-redshift-arcadia-internal:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/aws-java-sdk-redshift-arcadia-internal/aws-java-sdk-redshift-arcadia-internal@1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "34386d469d22268d364fe7aedd18bf779e63a4ef" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift-arcadia-internal:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_arcadia_internal:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_arcadia_internal:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift-arcadia:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift-arcadia:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_arcadia:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_arcadia:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-redshift-arcadia-internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_redshift_arcadia_internal:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-arcadia-internal-1.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-arcadia-internal-1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/aws-java-sdk-redshift-internal/aws-java-sdk-redshift-internal@1.12.x?package-id=d7171356a7aa086f", + "type": "library", + "name": "aws-java-sdk-redshift-internal", + "version": "1.12.x", + "cpe": "cpe:2.3:a:aws-java-sdk-redshift-internal:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*", + "purl": "pkg:maven/aws-java-sdk-redshift-internal/aws-java-sdk-redshift-internal@1.12.x", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "02388c8485a965817215719071dbea85ee5b23cf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift-internal:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_internal:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift_internal:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-redshift:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_redshift:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-redshift-internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_redshift_internal:1.12.x:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-internal-1.12.x.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-redshift-internal-1.12.x.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400?package-id=2615cf9fc0575684", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-s3", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4d15109a545e138f2310e9c328ddf53853d58c23" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-s3-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-s3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-s3-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400?package-id=d9f1d63a75c11e1b", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-s3", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-s3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-s3" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400?package-id=92c1baf17df1b1a0", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-s3", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-s3@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_s3:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_s3:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-s3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-s3" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-sts@1.12.400?package-id=d7f8acad1b169a11", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-sts", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-sts:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-sts@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8503c0ca7f2bb6d96b3f921b4626f8e2b6f4447e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-sts:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_sts:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_sts:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-sts-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-sts" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-java-sdk-sts-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/aws-java-sdk-sts@1.12.400?package-id=7699f5af8730d0b9", + "type": "library", + "group": "com.amazonaws", + "name": "aws-java-sdk-sts", + "version": "1.12.400", + "cpe": "cpe:2.3:a:aws-java-sdk-sts:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/aws-java-sdk-sts@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk-sts:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_sts:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk_sts:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java-sdk:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java_sdk:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-java:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_java:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-java-sdk-sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_java_sdk_sts:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-java-sdk-sts" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:aws-java-sdk-sts" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/aws-json-protocol@2.17.295?package-id=803dc0a3f702d9cb", + "type": "library", + "group": "software.amazon.awssdk", + "name": "aws-json-protocol", + "version": "2.17.295", + "cpe": "cpe:2.3:a:aws-json-protocol:aws-json-protocol:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/aws-json-protocol@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ada5705becdb7d3d48c27b84b22ec3a495c52d31" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-json-protocol:aws_json_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_json_protocol:aws-json-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_json_protocol:aws_json_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-json:aws-json-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-json:aws_json_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_json:aws-json-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_json:aws_json_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-json-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_json_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-json-protocol-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-json-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-json-protocol-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/aws-query-protocol@2.17.295?package-id=974966f4595da7cc", + "type": "library", + "group": "software.amazon.awssdk", + "name": "aws-query-protocol", + "version": "2.17.295", + "cpe": "cpe:2.3:a:aws-query-protocol:aws-query-protocol:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/aws-query-protocol@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ff41cc4d17ae4b47d8131e2c433790c08d29b79a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-query-protocol:aws_query_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_query_protocol:aws-query-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_query_protocol:aws_query_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-query:aws-query-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-query:aws_query_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_query:aws-query-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_query:aws_query_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-query-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_query_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-query-protocol-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-query-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-query-protocol-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/aws-xml-protocol@2.17.295?package-id=d4004313bb2a210d", + "type": "library", + "group": "software.amazon.awssdk", + "name": "aws-xml-protocol", + "version": "2.17.295", + "cpe": "cpe:2.3:a:aws-xml-protocol:aws-xml-protocol:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/aws-xml-protocol@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6749c6cdb42745cd6c23f94f03e0f9711d59f990" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-xml-protocol:aws_xml_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_xml_protocol:aws-xml-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_xml_protocol:aws_xml_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-xml:aws-xml-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-xml:aws_xml_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_xml:aws-xml-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_xml:aws_xml_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-xml-protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_xml_protocol:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-xml-protocol-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "aws-xml-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-xml-protocol-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.azure/azure-core@1.22.0?package-id=79daae211e9e9b54", + "type": "library", + "group": "com.azure", + "name": "azure-core", + "version": "1.22.0", + "cpe": "cpe:2.3:a:microsoft-corporation:azure-core:1.22.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.azure/azure-core@1.22.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "194b21b804c20c85f7d2a6199280075f6747e188" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure_core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure-core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure_core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core:azure-core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core:azure_core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core:azure-core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core:azure_core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_core:1.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-core-1.22.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-core-1.22.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.azure/azure-core-http-netty@1.11.2?package-id=420f2ef419a357a6", + "type": "library", + "group": "com.azure", + "name": "azure-core-http-netty", + "version": "1.11.2", + "cpe": "cpe:2.3:a:azure-core-http-netty:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.azure/azure-core-http-netty@1.11.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7d84ec31d73a7b51bc72044789768b25fb2b14f4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core-http-netty:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core_http_netty:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core_http_netty:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core-http:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core-http:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core_http:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core_http:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-core:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_core:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-core-http-netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_core_http_netty:1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-core-http-netty-1.11.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-core-http-netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-core-http-netty-1.11.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e?package-id=1d83698d6e52b44b", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-data-lake-store-sdk", + "version": "2.3.10-202208021035330109-f5bda9e", + "cpe": "cpe:2.3:a:azure-data-lake-store-sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f9fa8da4222c68f47e6f60491afa96bf0212ede6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-data-lake-store-sdk-2.3.10-202208021035330109-f5bda9e.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-data-lake-store-sdk" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-data-lake-store-sdk-2.3.10-202208021035330109-f5bda9e.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e?package-id=96ae977ec9469f65", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-data-lake-store-sdk", + "version": "2.3.10-202208021035330109-f5bda9e", + "cpe": "cpe:2.3:a:azure-data-lake-store-sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-data-lake-store-sdk" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-data-lake-store-sdk" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e?package-id=bef73fee1ceadd56", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-data-lake-store-sdk", + "version": "2.3.10-202208021035330109-f5bda9e", + "cpe": "cpe:2.3:a:azure-data-lake-store-sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-data-lake-store-sdk@2.3.10-202208021035330109-f5bda9e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store-sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-data-lake-store-sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_data_lake_store_sdk:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store_sdk:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake-store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake_store:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data-lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data_lake:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_data:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:2.3.10-202208021035330109-f5bda9e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-data-lake-store-sdk" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-data-lake-store-sdk" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0?package-id=fb70aa85ca5d1e34", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-keyvault-core", + "version": "1.0.0", + "cpe": "cpe:2.3:a:azure-keyvault-core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e89dd5e621e21b753096ec6a03f203c01482c612" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-keyvault-core-1.0.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-keyvault-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-keyvault-core-1.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0?package-id=65f82156177ffb93", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-keyvault-core", + "version": "1.0.0", + "cpe": "cpe:2.3:a:azure-keyvault-core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-keyvault-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-keyvault-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0?package-id=6bd225220c464d80", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-keyvault-core", + "version": "1.0.0", + "cpe": "cpe:2.3:a:azure-keyvault-core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-keyvault-core@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault-core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-keyvault-core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_keyvault_core:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault_core:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_keyvault:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-keyvault-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-keyvault-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0?package-id=9a1a53e97bd4d880", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-storage", + "version": "8.3.0", + "cpe": "cpe:2.3:a:azure-storage:azure-storage:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8dcb8bdd725d097b7f0fbce439dfa78f38578349" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-storage-8.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-storage-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0?package-id=31fdffc8efbb0743", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-storage", + "version": "8.3.0", + "cpe": "cpe:2.3:a:azure-storage:azure-storage:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0?package-id=c334cc39234295cd", + "type": "library", + "group": "com.microsoft.azure", + "name": "azure-storage", + "version": "8.3.0", + "cpe": "cpe:2.3:a:azure-storage:azure-storage:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.azure/azure-storage@8.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_storage:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.microsoft.azure:azure-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.azure/azure-storage-common@12.14.1?package-id=a09676660291f39a", + "type": "library", + "group": "com.azure", + "name": "azure-storage-common", + "version": "12.14.1", + "cpe": "cpe:2.3:a:microsoft-corporation:azure-storage-common:12.14.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.azure/azure-storage-common@12.14.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a578872d0b2ad169b7b091f437537a139558b10f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft-corporation:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage-common:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage-common:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage_common:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage_common:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure-storage:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure_storage:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure-storage-common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:azure:azure_storage_common:12.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/azure-storage-common-12.14.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "azure-storage-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.azure" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/azure-storage-common-12.14.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04&package-id=71f6c73001411b8d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=ecadc597883e781d", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=d88fc74d99a91dca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.1.16?package-id=83f7bfd71fef9989", + "type": "application", + "name": "bash", + "version": "5.1.16", + "cpe": "cpe:2.3:a:gnu:bash:5.1.16:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.1.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.bcel/bcel@6.7.0?package-id=dbc310564a8a0ddf", + "type": "library", + "group": "org.apache.bcel", + "name": "bcel", + "version": "6.7.0", + "cpe": "cpe:2.3:a:apache:bcel:6.7.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.bcel/bcel@6.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/xalan-2.7.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "bcel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.bcel" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/xalan-2.7.3.jar:org.apache.bcel:bcel" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.bcel/bcel@6.7.0?package-id=a7ccbf952656681d", + "type": "library", + "group": "org.apache.bcel", + "name": "bcel", + "version": "6.7.0", + "cpe": "cpe:2.3:a:apache:bcel:6.7.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.bcel/bcel@6.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "bcel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.bcel" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.bcel:bcel" + } + ] + }, + { + "bom-ref": "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.64?package-id=ed149838e201ba71", + "type": "library", + "name": "bcpkix-jdk15on", + "version": "1.64", + "cpe": "cpe:2.3:a:bouncycastle-org:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.64", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3dac163e20110817d850d17e0444852a6d7d0bd7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle-org:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix-jdk15on:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix-jdk15on:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix_jdk15on:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix_jdk15on:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle-org:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix-jdk15on:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix:bcpkix-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix:bcpkix_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix_jdk15on:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcpkix:bcpkix:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/bcpkix-jdk15on-1.64.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/bcpkix-jdk15on-1.64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.64?package-id=5b3b1de7dfc68112", + "type": "library", + "name": "bcprov-jdk15on", + "version": "1.64", + "cpe": "cpe:2.3:a:bouncycastle-org:bcprov-jdk15on:1.64:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.64", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1467dac1b787b5ad2a18201c0c281df69882259e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle-org:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov-jdk15on:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov-jdk15on:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov_jdk15on:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov_jdk15on:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle-org:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle_org:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov-jdk15on:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov_jdk15on:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprovider:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprovider:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bouncycastle:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov:bcprov-jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov:bcprov_jdk15on:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprovider:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcprov:bcprovider:1.64:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/bcprov-jdk15on-1.64.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/bcprov-jdk15on-1.64.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=348fa288edaa4aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mongodb.bson/bson@4.3.4?package-id=48c862d70c9478ff", + "type": "library", + "name": "bson", + "version": "4.3.4", + "cpe": "cpe:2.3:a:mongodb:bson:4.3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mongodb.bson/bson@4.3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5b542b658190469798bc8302fe7be18947f0ed40" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bson:bson:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/bson-4.3.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/bson-4.3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.bytebuddy/byte-buddy-dep@1.8.22?package-id=f89f382fbc60a002", + "type": "library", + "group": "net.bytebuddy", + "name": "byte-buddy-dep", + "version": "1.8.22", + "cpe": "cpe:2.3:a:byte-buddy-dep:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.bytebuddy/byte-buddy-dep@1.8.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte-buddy-dep:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte_buddy_dep:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte_buddy_dep:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte-buddy:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte-buddy:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte_buddy:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte_buddy:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytebuddy:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytebuddy:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte:byte-buddy-dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byte:byte_buddy_dep:1.8.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "byte-buddy-dep" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.bytebuddy" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar:net.bytebuddy:byte-buddy-dep" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=aebb170d0eb4297e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.9.3?package-id=c36abb8a7e0c25d6", + "type": "library", + "name": "caffeine", + "version": "2.9.3", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ben-manes:ben-manes:2.9.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.9.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b162491f768824d21487551873f9b3b374a7fe19" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben-manes:ben_manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_manes:ben-manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_manes:ben_manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben-manes:caffeine:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_manes:caffeine:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:caffeine:ben-manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:caffeine:ben_manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:caffeine:caffeine:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:ben-manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:ben_manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:caffeine:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben:ben-manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben:ben_manes:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben:caffeine:2.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/caffeine-2.9.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/caffeine-2.9.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-core@1.10.0?package-id=fc84ce2ddeb4caca", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-core", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-core:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-core@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_core:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-core@1.10.0?package-id=012e73176cc1692d", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-core", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-core:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-core@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_core:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-core@1.17.0-202305081555330806-ba52e3e7?package-id=245e92207576badc", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-core", + "version": "1.17.0-202305081555330806-ba52e3e7", + "cpe": "cpe:2.3:a:apache:calcite-core:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-core@1.17.0-202305081555330806-ba52e3e7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8400d16b900abb330bd2b4db595c8c366f775b70" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_core:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/calcite-core-1.17.0-202305081555330806-ba52e3e7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/calcite-core-1.17.0-202305081555330806-ba52e3e7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-druid@1.10.0?package-id=6eae946fda1bc2cf", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-druid", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-druid:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-druid@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_druid:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-druid" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-druid" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-druid@1.10.0?package-id=83fa25308f493c2d", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-druid", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-druid:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-druid@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_druid:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-druid" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-druid" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-linq4j@1.10.0?package-id=632c28c9eb071c17", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-linq4j", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-linq4j:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-linq4j@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_linq4j:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-linq4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-linq4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-linq4j@1.10.0?package-id=a26b93a614ad2ecf", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-linq4j", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:calcite-linq4j:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-linq4j@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_linq4j:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-linq4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.calcite:calcite-linq4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.calcite/calcite-linq4j@1.17.0-202305081555330806-ba52e3e7?package-id=5d4a27da955e7fee", + "type": "library", + "group": "org.apache.calcite", + "name": "calcite-linq4j", + "version": "1.17.0-202305081555330806-ba52e3e7", + "cpe": "cpe:2.3:a:apache:calcite-linq4j:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.calcite/calcite-linq4j@1.17.0-202305081555330806-ba52e3e7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7e778d9a4aea3aa0a6922152e9636e2bbf30d3d3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite_linq4j:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:calcite:1.17.0-202305081555330806-ba52e3e7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/calcite-linq4j-1.17.0-202305081555330806-ba52e3e7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "calcite-linq4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.calcite" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/calcite-linq4j-1.17.0-202305081555330806-ba52e3e7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.enterprise/cdi-api@2.0?package-id=c235d9b7ac7757e1", + "type": "library", + "group": "javax.enterprise", + "name": "cdi-api", + "version": "2.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:cdi-api:cdi-api:2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.enterprise/cdi-api@2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a9326c97797842f4689a50711dc8c028656d1196" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cdi-api:cdi_api:2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cdi_api:cdi-api:2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cdi_api:cdi_api:2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cdi:cdi-api:2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cdi:cdi_api:2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cdi-api-2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "cdi-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.enterprise" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cdi-api-2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cel-core/cel-core@0.3.12?package-id=7ab91078445dd7b3", + "type": "library", + "name": "cel-core", + "version": "0.3.12", + "cpe": "cpe:2.3:a:authors-of-cel-java:cel-core:0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:maven/cel-core/cel-core@0.3.12", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7bd3d902e4cd8d59f79ef9291474a57146e1ce08" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors-of-cel-java:cel_core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel-core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel_core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-core:cel-core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-core:cel_core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_core:cel-core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_core:cel_core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel-core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel_core:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-core-0.3.12.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-core-0.3.12.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cel-generated-antlr/cel-generated-antlr@0.3.12?package-id=e122ad68c4e077f7", + "type": "library", + "name": "cel-generated-antlr", + "version": "0.3.12", + "cpe": "cpe:2.3:a:authors-of-cel-java:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:maven/cel-generated-antlr/cel-generated-antlr@0.3.12", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5609693c259d1526d62dd969ca475488b6870280" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors-of-cel-java:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated-antlr:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated-antlr:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated_antlr:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated_antlr:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel-generated-antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel_generated_antlr:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-generated-antlr-0.3.12.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-generated-antlr-0.3.12.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cel-generated-pb/cel-generated-pb@0.3.12?package-id=107dd0751edeef38", + "type": "library", + "name": "cel-generated-pb", + "version": "0.3.12", + "cpe": "cpe:2.3:a:authors-of-cel-java:cel-generated-pb:0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:maven/cel-generated-pb/cel-generated-pb@0.3.12", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7a9a687cd0c7cfc505230818a67ff69c7f6556f0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors-of-cel-java:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated-pb:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated-pb:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated_pb:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated_pb:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-generated:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_generated:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel-generated-pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel_generated_pb:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-generated-pb-0.3.12.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-generated-pb-0.3.12.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cel-jackson/cel-jackson@0.3.12?package-id=1af02894346c2936", + "type": "library", + "name": "cel-jackson", + "version": "0.3.12", + "cpe": "cpe:2.3:a:authors-of-cel-java:cel-jackson:0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:maven/cel-jackson/cel-jackson@0.3.12", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d0b561bb33fa620d335911f0af9b7c1c065550ce" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors-of-cel-java:cel_jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel-jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel_jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-jackson:cel-jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-jackson:cel_jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_jackson:cel-jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_jackson:cel_jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel-jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel_jackson:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-jackson-0.3.12.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-jackson-0.3.12.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cel-tools/cel-tools@0.3.12?package-id=0d123ddbc1823110", + "type": "library", + "name": "cel-tools", + "version": "0.3.12", + "cpe": "cpe:2.3:a:authors-of-cel-java:cel-tools:0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:maven/cel-tools/cel-tools@0.3.12", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "34b149d0adac5eae974feacd88546253b6e7b199" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors-of-cel-java:cel_tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel-tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:authors_of_cel_java:cel_tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-tools:cel-tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel-tools:cel_tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_tools:cel-tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel_tools:cel_tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel-tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cel:cel_tools:0.3.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/cel-tools-0.3.12.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/cel-tools-0.3.12.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/charsets/charsets?package-id=84969a70f97650df", + "type": "library", + "name": "charsets", + "cpe": "cpe:2.3:a:charsets:charsets:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/charsets/charsets", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fbc06bf8e45f528bf2b98059bbb2962cae7f2ec7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/charsets.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/charsets.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/checker-compat-qual/checker-compat-qual@2.5.3?package-id=99418ee5d6af2fca", + "type": "library", + "name": "checker-compat-qual", + "version": "2.5.3", + "cpe": "cpe:2.3:a:checker-compat-qual:checker-compat-qual:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/checker-compat-qual/checker-compat-qual@2.5.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "045f92d2e0676d05ae9297269b8268f93a875d4a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-compat-qual:checker_compat_qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_compat_qual:checker-compat-qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_compat_qual:checker_compat_qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-compat:checker-compat-qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-compat:checker_compat_qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_compat:checker-compat-qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_compat:checker_compat_qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:checker-compat-qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:checker_compat_qual:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/checker-compat-qual-2.5.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/checker-compat-qual-2.5.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.checkerframework.checker.qual/checker-qual@3.12.0?package-id=176441181c44871d", + "type": "library", + "name": "checker-qual", + "version": "3.12.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:checkerframework:checker-qual:3.12.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.checkerframework.checker.qual/checker-qual@3.12.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d5692f0526415fcc6de94bb5bfbd3afd9dd3b3e5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkerframework:checker_qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-qual:checker-qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-qual:checker_qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_qual:checker-qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_qual:checker_qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkerframework:checker:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkerframework:qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-qual:checker:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:checker-qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:checker_qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_qual:checker:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker-qual:qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker_qual:qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qual:checker-qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qual:checker_qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:checker:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checker:qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qual:checker:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qual:qual:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/checker-qual-3.12.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/checker-qual-3.12.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml/classmate@1.5.1?package-id=afc258566c88632a", + "type": "library", + "group": "com.fasterxml", + "name": "classmate", + "version": "1.5.1", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:fasterxml-com:classmate:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml/classmate@1.5.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3fe0bed568c62df5e89f4f174c101eab25345b6c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml_com:classmate:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:classmate:classmate:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:classmate:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/classmate-1.5.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "classmate" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/classmate-1.5.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cldrdata/cldrdata?package-id=094868c7295afbc5", + "type": "library", + "name": "cldrdata", + "cpe": "cpe:2.3:a:cldrdata:cldrdata:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/cldrdata/cldrdata", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b58d37d795ec33233a3f00bf119a1f554dee7c67" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/cldrdata.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/cldrdata.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.codemodel/codemodel@2.6?package-id=f3b26590ba6400b4", + "type": "library", + "group": "com.sun.codemodel", + "name": "codemodel", + "version": "2.6", + "cpe": "cpe:2.3:a:codemodel:codemodel:2.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.codemodel/codemodel@2.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cde4647fcebedb3663bccc79e21789e8e6755a19" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:codemodel:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/codemodel-2.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "codemodel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.codemodel" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/codemodel-2.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4?package-id=57c3526ba7c4ae40", + "type": "library", + "group": "commons-beanutils", + "name": "commons-beanutils", + "version": "1.9.4", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-beanutils:1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d52b9abcd97f38c81342bb7e7ae1eee9b73cba51" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_beanutils:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-beanutils-1.9.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-beanutils-1.9.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4?package-id=17da2bb92c174036", + "type": "library", + "group": "commons-beanutils", + "name": "commons-beanutils", + "version": "1.9.4", + "cpe": "cpe:2.3:a:apache:commons-beanutils:1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_beanutils:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-beanutils:commons-beanutils" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4?package-id=8118e2bcdf555585", + "type": "library", + "group": "commons-beanutils", + "name": "commons-beanutils", + "version": "1.9.4", + "cpe": "cpe:2.3:a:apache:commons-beanutils:1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_beanutils:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-beanutils" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-beanutils:commons-beanutils" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-cli/commons-cli@1.2?package-id=f1dfd5ac17cbf432", + "type": "library", + "group": "commons-cli", + "name": "commons-cli", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-cli:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-cli/commons-cli@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2bf96b7aa8b611c177d329452af1dc933e14501c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_cli:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:cli:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-cli-1.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-cli-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-cli/commons-cli@1.2?package-id=f1d53d52902c2fbe", + "type": "library", + "group": "commons-cli", + "name": "commons-cli", + "version": "1.2", + "cpe": "cpe:2.3:a:apache:commons-cli:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-cli/commons-cli@1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_cli:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-cli:commons-cli" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-cli/commons-cli@1.2?package-id=f65b97aecc70c43a", + "type": "library", + "group": "commons-cli", + "name": "commons-cli", + "version": "1.2", + "cpe": "cpe:2.3:a:apache:commons-cli:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-cli/commons-cli@1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_cli:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-cli:commons-cli" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-codec/commons-codec@1.11?package-id=3cc65892e98d97ce", + "type": "library", + "group": "commons-codec", + "name": "commons-codec", + "version": "1.11", + "cpe": "cpe:2.3:a:apache:commons-codec:1.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-codec/commons-codec@1.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_codec:1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:commons-codec:commons-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-codec/commons-codec@1.11?package-id=e9760e5d47a3ff13", + "type": "library", + "group": "commons-codec", + "name": "commons-codec", + "version": "1.11", + "cpe": "cpe:2.3:a:apache:commons-codec:1.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-codec/commons-codec@1.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_codec:1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-codec:commons-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-codec/commons-codec@1.15?package-id=87ce91fba7c924f1", + "type": "library", + "group": "commons-codec", + "name": "commons-codec", + "version": "1.15", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache-software-foundation:commons-codec:1.15:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-codec/commons-codec@1.15", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache-software-foundation:commons_codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons-codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons_codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-codec:commons-codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-codec:commons_codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_codec:commons-codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_codec:commons_codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons-codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons_codec:1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-codec-1.15.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-codec-1.15.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-codec/commons-codec@1.4?package-id=340fb288c67a8f76", + "type": "library", + "group": "commons-codec", + "name": "commons-codec", + "version": "1.4", + "cpe": "cpe:2.3:a:apache:commons-codec:1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-codec/commons-codec@1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_codec:1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-codec:commons-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-codec/commons-codec@1.9?package-id=6edff7a31412885d", + "type": "library", + "group": "commons-codec", + "name": "commons-codec", + "version": "1.9", + "cpe": "cpe:2.3:a:apache:commons-codec:1.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-codec/commons-codec@1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_codec:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-codec" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:commons-codec:commons-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?package-id=c7bc90f7a03d6e88", + "type": "library", + "group": "commons-collections", + "name": "commons-collections", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-collections:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-collections/commons-collections@3.2.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_collections:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:collections:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-collections-3.2.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-collections-3.2.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?package-id=bc8530d3597cdcd1", + "type": "library", + "group": "commons-collections", + "name": "commons-collections", + "version": "3.2.2", + "cpe": "cpe:2.3:a:apache:commons-collections:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-collections/commons-collections@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_collections:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-collections:commons-collections" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?package-id=d39d3d7198f71aab", + "type": "library", + "group": "commons-collections", + "name": "commons-collections", + "version": "3.2.2", + "cpe": "cpe:2.3:a:apache:commons-collections:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-collections/commons-collections@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_collections:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-collections" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-collections:commons-collections" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-collections4@4.4?package-id=509b887c603f2a23", + "type": "library", + "group": "org.apache.commons", + "name": "commons-collections4", + "version": "4.4", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-collections4:4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-collections4@4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "62ebe7544cb7164d87e0637a2a6a2bdc981395e8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_collections4:4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-collections4-4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-collections4" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-collections4-4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-collections4@4.4?package-id=5d5f867e484865e8", + "type": "library", + "group": "org.apache.commons", + "name": "commons-collections4", + "version": "4.4", + "cpe": "cpe:2.3:a:apache:commons-collections4:4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-collections4@4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_collections4:4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-collections4" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-collections4" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.janino/commons-compiler@3.1.6?package-id=b7adcd41457cf498", + "type": "library", + "group": "org.codehaus.janino", + "name": "commons-compiler", + "version": "3.1.6", + "licenses": [ + { + "license": { + "name": "https://spdx.org/licenses/BSD-3-Clause.html" + } + } + ], + "cpe": "cpe:2.3:a:commons-compiler:commons-compiler:3.1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.janino/commons-compiler@3.1.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cf99b5cc71eecbc5a03b5af1616ed91630d7161f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-compiler:commons_compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_compiler:commons-compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_compiler:commons_compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:commons-compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:commons_compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons-compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons_compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:janino:commons-compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:janino:commons_compiler:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-compiler-3.1.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-compiler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.janino" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-compiler-3.1.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.22?package-id=214d4aa681e93069", + "type": "library", + "group": "org.apache.commons", + "name": "commons-compress", + "version": "1.22", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-compress:1.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-compress@1.22", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "691a8b4e6cf4248c3bc72c8b719337d5cb7359fa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_compress:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:compress:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-compress-1.22.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-compress" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-compress-1.22.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.22?package-id=eaaad3062c1d787c", + "type": "library", + "group": "org.apache.commons", + "name": "commons-compress", + "version": "1.22", + "cpe": "cpe:2.3:a:apache:commons-compress:1.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-compress@1.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_compress:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-compress" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-compress" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.22?package-id=a845ccfd7184f280", + "type": "library", + "group": "org.apache.commons", + "name": "commons-compress", + "version": "1.22", + "cpe": "cpe:2.3:a:apache:commons-compress:1.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-compress@1.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_compress:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-compress" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-compress" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-configuration/commons-configuration@1.6?package-id=ff5af6ea76e047b2", + "type": "library", + "group": "commons-configuration", + "name": "commons-configuration", + "version": "1.6", + "cpe": "cpe:2.3:a:apache:commons-configuration:1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-configuration/commons-configuration@1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_configuration:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-configuration" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-configuration" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-configuration:commons-configuration" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-configuration/commons-configuration@1.6?package-id=6fa93191927b046d", + "type": "library", + "group": "commons-configuration", + "name": "commons-configuration", + "version": "1.6", + "cpe": "cpe:2.3:a:apache:commons-configuration:1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-configuration/commons-configuration@1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_configuration:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-configuration" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-configuration" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-configuration:commons-configuration" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-configuration2@2.1.1?package-id=99ecb965f258d2fe", + "type": "library", + "group": "org.apache.commons", + "name": "commons-configuration2", + "version": "2.1.1", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-configuration2:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-configuration2@2.1.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d97d5b3f8b58c52730d47e1a63c8d3258f41ca6c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_configuration2:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-configuration2-2.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-configuration2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-configuration2-2.1.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-configuration2@2.1.1?package-id=e43dc54f3ea22ab0", + "type": "library", + "group": "org.apache.commons", + "name": "commons-configuration2", + "version": "2.1.1", + "cpe": "cpe:2.3:a:apache:commons-configuration2:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-configuration2@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_configuration2:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-configuration2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-configuration2" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-crypto@1.1.0?package-id=be15c83d0d0261dd", + "type": "library", + "group": "org.apache.commons", + "name": "commons-crypto", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:commons-crypto:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-crypto@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_crypto:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-crypto" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-crypto" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-daemon/commons-daemon@1.0.13?package-id=4dbbf86d5ccfc979", + "type": "library", + "group": "commons-daemon", + "name": "commons-daemon", + "version": "1.0.13", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-daemon:1.0.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-daemon/commons-daemon@1.0.13", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "750856a1fdb3ddf721ccf73c3518e4211cffc3a3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_daemon:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:daemon:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-daemon-1.0.13.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-daemon-1.0.13.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-daemon/commons-daemon@1.0.13?package-id=5188be7764ebebdf", + "type": "library", + "group": "commons-daemon", + "name": "commons-daemon", + "version": "1.0.13", + "cpe": "cpe:2.3:a:apache:commons-daemon:1.0.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-daemon/commons-daemon@1.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_daemon:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-daemon:commons-daemon" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-daemon/commons-daemon@1.0.13?package-id=ed903db4b5e24c9c", + "type": "library", + "group": "commons-daemon", + "name": "commons-daemon", + "version": "1.0.13", + "cpe": "cpe:2.3:a:apache:commons-daemon:1.0.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-daemon/commons-daemon@1.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_daemon:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-daemon" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-daemon:commons-daemon" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-dbcp2@2.2.0?package-id=66cc1177ece26daf", + "type": "library", + "group": "org.apache.commons", + "name": "commons-dbcp2", + "version": "2.2.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-dbcp2:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-dbcp2@2.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "88763be2c54a37dd0b2d5d735d268bd6a202a207" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_dbcp2:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:dbcp2:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-dbcp2-2.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-dbcp2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-dbcp2-2.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-io/commons-io@2.11.0?package-id=531fa6714baab503", + "type": "library", + "group": "commons-io", + "name": "commons-io", + "version": "2.11.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-io:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-io/commons-io@2.11.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a2503f302b11ebde7ebc3df41daebe0e4eea3689" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_io:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-io-2.11.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-io" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-io-2.11.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-io/commons-io@2.11.0?package-id=6d1570684953d922", + "type": "library", + "group": "commons-io", + "name": "commons-io", + "version": "2.11.0", + "cpe": "cpe:2.3:a:apache:commons-io:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-io/commons-io@2.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_io:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-io" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-io:commons-io" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-io/commons-io@2.11.0?package-id=4099c3820f20d1e0", + "type": "library", + "group": "commons-io", + "name": "commons-io", + "version": "2.11.0", + "cpe": "cpe:2.3:a:apache:commons-io:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-io/commons-io@2.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_io:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-io" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-io:commons-io" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-lang/commons-lang@2.4?package-id=99e3c0af3a7cd811", + "type": "library", + "group": "commons-lang", + "name": "commons-lang", + "version": "2.4", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-lang:2.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-lang/commons-lang@2.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "16313e02a793435009f1e458fa4af5d879f6fb11" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lang:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-lang-2.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-lang-2.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-lang/commons-lang@2.6?package-id=a7d854957efcd78f", + "type": "library", + "group": "commons-lang", + "name": "commons-lang", + "version": "2.6", + "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-lang/commons-lang@2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:commons-lang:commons-lang" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-lang/commons-lang@2.6?package-id=d719fc2008bd87a7", + "type": "library", + "group": "commons-lang", + "name": "commons-lang", + "version": "2.6", + "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-lang/commons-lang@2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-lang:commons-lang" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-lang/commons-lang@2.6?package-id=7d1870a984cf0f92", + "type": "library", + "group": "commons-lang", + "name": "commons-lang", + "version": "2.6", + "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-lang/commons-lang@2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-lang" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-lang:commons-lang" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-lang3@3.1?package-id=862737a1d2d10387", + "type": "library", + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.1", + "cpe": "cpe:2.3:a:apache:commons-lang3:3.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-lang3@3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang3:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-lang3" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-lang3@3.1?package-id=f5325eaf4d7bbeae", + "type": "library", + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.1", + "cpe": "cpe:2.3:a:apache:commons-lang3:3.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-lang3@3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang3:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-lang3" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-lang3@3.12.0?package-id=47c50cf091b9668c", + "type": "library", + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.12.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-lang3:3.12.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-lang3@3.12.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c6842c86792ff03b9f1d1fe2aab8dc23aa6c6f0e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang3:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lang3:3.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-lang3-3.12.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-lang3-3.12.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-lang3@3.2?package-id=8b789aba5b8ae7c2", + "type": "library", + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.2", + "cpe": "cpe:2.3:a:apache:commons-lang3:3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-lang3@3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_lang3:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-lang3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-lang3" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?package-id=ab2e2da4d91dc771", + "type": "library", + "group": "commons-logging", + "name": "commons-logging", + "version": "1.2", + "cpe": "cpe:2.3:a:apache:commons-logging:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-logging/commons-logging@1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-logging" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-logging" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:commons-logging:commons-logging" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?package-id=a7964b941e456123", + "type": "library", + "group": "commons-logging", + "name": "commons-logging", + "version": "1.2", + "cpe": "cpe:2.3:a:apache:commons-logging:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-logging/commons-logging@1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-logging" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-logging" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-logging:commons-logging" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-math@2.2?package-id=c6f1d7f5ad0a44ab", + "type": "library", + "group": "org.apache.commons", + "name": "commons-math", + "version": "2.2", + "cpe": "cpe:2.3:a:apache:commons-math:2.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-math@2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_math:2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-math" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-math" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-math3@3.6.1?package-id=ea17565d8eb01ead", + "type": "library", + "group": "org.apache.commons", + "name": "commons-math3", + "version": "3.6.1", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-math3:3.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-math3@3.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4ba98f1d4b3c80ec46392f25e094a6a2e58fcbf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_math3:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:math3:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-math3-3.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-math3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-math3-3.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-math3@3.6.1?package-id=4828609e8e7b0e13", + "type": "library", + "group": "org.apache.commons", + "name": "commons-math3", + "version": "3.6.1", + "cpe": "cpe:2.3:a:apache:commons-math3:3.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-math3@3.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_math3:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-math3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-math3" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-math3@3.6.1?package-id=2fd0d836f813d54b", + "type": "library", + "group": "org.apache.commons", + "name": "commons-math3", + "version": "3.6.1", + "cpe": "cpe:2.3:a:apache:commons-math3:3.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-math3@3.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_math3:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-math3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-math3" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-net/commons-net@3.1?package-id=0d1c06facfb59324", + "type": "library", + "group": "commons-net", + "name": "commons-net", + "version": "3.1", + "cpe": "cpe:2.3:a:apache:commons-net:3.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-net/commons-net@3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_net:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-net" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-net" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:commons-net:commons-net" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-net/commons-net@3.9.0?package-id=2dcb3facd8f9a6f9", + "type": "library", + "group": "commons-net", + "name": "commons-net", + "version": "3.9.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-net:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-net/commons-net@3.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5a4e26802e0a5a42938f987976b55dae4a6cc636" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_net:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-net-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-net" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-net" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-net-3.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-net/commons-net@3.9.0?package-id=8ad2232cdf7779b6", + "type": "library", + "group": "commons-net", + "name": "commons-net", + "version": "3.9.0", + "cpe": "cpe:2.3:a:apache:commons-net:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-net/commons-net@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_net:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-net" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-net" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:commons-net:commons-net" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-pool/commons-pool@1.6?package-id=1fb57d276001d717", + "type": "library", + "group": "commons-pool", + "name": "commons-pool", + "version": "1.6", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-pool:1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-pool/commons-pool@1.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4572d589699f09d866a226a14b7f4323c6d8f040" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_pool:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:pool:1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-pool-1.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-pool" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-pool" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-pool-1.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-pool2@2.5.0?package-id=3b2036ca7a2f6ad8", + "type": "library", + "group": "org.apache.commons", + "name": "commons-pool2", + "version": "2.5.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-pool2:2.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-pool2@2.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cb7d05e6308ad795decc4a12ede671113c11dd98" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_pool2:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:pool2:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-pool2-2.5.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-pool2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-pool2-2.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-text@1.10.0?package-id=a46b941b02022741", + "type": "library", + "group": "org.apache.commons", + "name": "commons-text", + "version": "1.10.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-text:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-text@1.10.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3363381aef8cef2dbc1023b3e3a9433b08b64e01" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_text:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/commons-text-1.10.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-text" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/commons-text-1.10.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.commons/commons-text@1.10.0?package-id=3463425f43efa0af", + "type": "library", + "group": "org.apache.commons", + "name": "commons-text", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:commons-text:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.commons/commons-text@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_text:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-text" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.commons" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.commons:commons-text" + } + ] + }, + { + "bom-ref": "pkg:maven/com.typesafe/config@1.4.2?package-id=d04a7957aafc1043", + "type": "library", + "name": "config", + "version": "1.4.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0;description=Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:typesafe:config:1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.typesafe/config@1.4.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4c40a633e7994cfb0354244efb6d03fcb11c3ecf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:config:config:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/config-1.4.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/config-1.4.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/content-type@2.1?package-id=c29dc61e0437517e", + "type": "library", + "group": "com.nimbusds", + "name": "content-type", + "version": "2.1", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:connect2id-ltd-:content-type:2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/content-type@2.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "66d618739859bc75ab9643b96a9839ac7802ec90" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id-ltd-:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:content-type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-type:content-type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-type:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content-type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:content-type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content-type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content_type:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/content-type-2.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "content-type" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/content-type-2.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=b54c6dfe82232d39", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-client@4.2.0?package-id=6e4ff4aac2c6eac8", + "type": "library", + "group": "org.apache.curator", + "name": "curator-client", + "version": "4.2.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:curator-client:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-client@4.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d5d50930b8dd189f92c40258a6ba97675fea3e15" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_client:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-client@4.2.0?package-id=824b14fc9c52d099", + "type": "library", + "group": "org.apache.curator", + "name": "curator-client", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-client:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-client@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_client:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-client@4.2.0?package-id=c881a9e0cb9315c9", + "type": "library", + "group": "org.apache.curator", + "name": "curator-client", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-client:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-client@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_client:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-framework@4.2.0?package-id=d38d141bb3795b06", + "type": "library", + "group": "org.apache.curator", + "name": "curator-framework", + "version": "4.2.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:curator-framework:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-framework@4.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5b1cc87e17b8fe4219b057f6025662a693538861" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_framework:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-framework-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-framework" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-framework-4.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-framework@4.2.0?package-id=0e21896ae5f565dd", + "type": "library", + "group": "org.apache.curator", + "name": "curator-framework", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-framework:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-framework@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_framework:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-framework" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-framework" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-framework@4.2.0?package-id=9c1ffe534cc979a9", + "type": "library", + "group": "org.apache.curator", + "name": "curator-framework", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-framework:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-framework@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_framework:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-framework" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-framework" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-recipes@4.2.0?package-id=24f2fa40297f0b0f", + "type": "library", + "group": "org.apache.curator", + "name": "curator-recipes", + "version": "4.2.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:curator-recipes:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-recipes@4.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7f775be5a7062c2477c51533b9d008f70411ba8e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_recipes:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-recipes-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-recipes" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-recipes-4.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-recipes@4.2.0?package-id=06472664de51d562", + "type": "library", + "group": "org.apache.curator", + "name": "curator-recipes", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-recipes:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-recipes@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_recipes:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-recipes" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-recipes" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-recipes@4.2.0?package-id=dbb3e03e533cf208", + "type": "library", + "group": "org.apache.curator", + "name": "curator-recipes", + "version": "4.2.0", + "cpe": "cpe:2.3:a:apache:curator-recipes:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-recipes@4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_recipes:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-recipes" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.curator:curator-recipes" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.curator/curator-x-discovery@4.2.0?package-id=c520e98707186ff1", + "type": "library", + "group": "org.apache.curator", + "name": "curator-x-discovery", + "version": "4.2.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:curator-x-discovery:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.curator/curator-x-discovery@4.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4185ceb1e3add87dbc86fffba6ef12c2e8b8e26a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator_x_discovery:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:curator:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-x-discovery-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curator-x-discovery" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.curator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-x-discovery-4.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=efd014c43fe64781", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "443" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.virtuald/curvesapi@1.06?package-id=9c1b6e6f9ae17cef", + "type": "library", + "group": "com.github.virtuald", + "name": "curvesapi", + "version": "1.06", + "cpe": "cpe:2.3:a:curvesapi:curvesapi:1.06:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.virtuald/curvesapi@1.06", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "159dd2e8956459a4eb0a9a6ecda9004d8d289708" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtuald:curvesapi:1.06:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:curvesapi:1.06:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curvesapi-1.06.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "curvesapi" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.virtuald" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curvesapi-1.06.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=82e0b8364c34706d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.datasketches/datasketches-java@2.0.0?package-id=97c905b54294d427", + "type": "library", + "group": "org.apache.datasketches", + "name": "datasketches-java", + "version": "2.0.0", + "cpe": "cpe:2.3:a:apache:datasketches-java:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.datasketches/datasketches-java@2.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "10ff06c342f5ca33e1834cd6f84377f700aa748d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:datasketches_java:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:datasketches:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/datasketches-java-2.0.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "datasketches-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.datasketches" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/datasketches-java-2.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.datasketches/datasketches-memory@1.3.0?package-id=d838b10575dc3c72", + "type": "library", + "group": "org.apache.datasketches", + "name": "datasketches-memory", + "version": "1.3.0", + "cpe": "cpe:2.3:a:apache:datasketches-memory:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.datasketches/datasketches-memory@1.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7f62fa6a21cfe73d9fd3c1c9d40c26a34695c759" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:datasketches_memory:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:datasketches:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/datasketches-memory-1.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "datasketches-memory" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.datasketches" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/datasketches-memory-1.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.contrib/db2-shade@24.1.2-202307070421100538-069e650d?package-id=be259b5083f83af1", + "type": "library", + "group": "com.dremio.community.contrib", + "name": "db2-shade", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:community:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.contrib/db2-shade@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d11348d0a4ddabac98823f3c695edbffed708074" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2-shade:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2-shade:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2_shade:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2_shade:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:db2-shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:db2_shade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/db2-shade-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "db2-shade" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/db2-shade-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.data.converter/de.huxhorn.lilith.data.converter@8.3.0?package-id=4eace9299c01534f", + "type": "library", + "name": "de.huxhorn.lilith.data.converter", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.data.converter:de.huxhorn.lilith.data.converter:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.data.converter/de.huxhorn.lilith.data.converter@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bb18130b16fc0fd78b0f5f0a5a767d72d4dd31dd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.converter-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.converter-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.data.eventsource/de.huxhorn.lilith.data.eventsource@8.3.0?package-id=04fd3b69360a9741", + "type": "library", + "name": "de.huxhorn.lilith.data.eventsource", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.data.eventsource:de.huxhorn.lilith.data.eventsource:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.data.eventsource/de.huxhorn.lilith.data.eventsource@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4a8d4f7b2868cfa1145935f0ea6c4b41767c18cc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.eventsource-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.eventsource-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.data.logging/de.huxhorn.lilith.data.logging@8.3.0?package-id=cffb5b237be43da3", + "type": "library", + "name": "de.huxhorn.lilith.data.logging", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.data.logging:de.huxhorn.lilith.data.logging:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.data.logging/de.huxhorn.lilith.data.logging@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3c7081d09a3a38fd4d55f94ba0642d0e0e4d037f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.logging-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.logging-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.data.logging.protobuf/de.huxhorn.lilith.data.logging.protobuf@8.3.0?package-id=d3e45041357d79ef", + "type": "library", + "name": "de.huxhorn.lilith.data.logging.protobuf", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.data.logging.protobuf:de.huxhorn.lilith.data.logging.protobuf:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.data.logging.protobuf/de.huxhorn.lilith.data.logging.protobuf@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3087605d4d122cca275af1d4cef1cfe19d5132e5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.logging.protobuf-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.data.logging.protobuf-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.logback.appender.multiplex-classic/de.huxhorn.lilith.logback.appender.multiplex-classic@8.3.0?package-id=6e0e0ddf2d97e3dc", + "type": "library", + "name": "de.huxhorn.lilith.logback.appender.multiplex-classic", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex-classic:de.huxhorn.lilith.logback.appender.multiplex-classic:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.logback.appender.multiplex-classic/de.huxhorn.lilith.logback.appender.multiplex-classic@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9cb3c95c4fc728ccdcf9edd3a2d48e37486e0477" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex-classic:de.huxhorn.lilith.logback.appender.multiplex_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex_classic:de.huxhorn.lilith.logback.appender.multiplex-classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex_classic:de.huxhorn.lilith.logback.appender.multiplex_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex:de.huxhorn.lilith.logback.appender.multiplex-classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex:de.huxhorn.lilith.logback.appender.multiplex_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.appender.multiplex-classic-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.appender.multiplex-classic-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.logback.appender.multiplex-core/de.huxhorn.lilith.logback.appender.multiplex-core@8.3.0?package-id=998387544bfe55b2", + "type": "library", + "name": "de.huxhorn.lilith.logback.appender.multiplex-core", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex-core:de.huxhorn.lilith.logback.appender.multiplex-core:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.logback.appender.multiplex-core/de.huxhorn.lilith.logback.appender.multiplex-core@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "47672a0186f64306dc7fd530ee880959ae0c38d0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex-core:de.huxhorn.lilith.logback.appender.multiplex_core:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex_core:de.huxhorn.lilith.logback.appender.multiplex-core:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex_core:de.huxhorn.lilith.logback.appender.multiplex_core:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex:de.huxhorn.lilith.logback.appender.multiplex-core:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.appender.multiplex:de.huxhorn.lilith.logback.appender.multiplex_core:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.appender.multiplex-core-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.appender.multiplex-core-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.logback.classic/de.huxhorn.lilith.logback.classic@8.3.0?package-id=87d0941794c66f1a", + "type": "library", + "name": "de.huxhorn.lilith.logback.classic", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.logback.classic:de.huxhorn.lilith.logback.classic:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.logback.classic/de.huxhorn.lilith.logback.classic@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "81ad6f13805b31b89b593a888bec80c6ea39238b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.classic-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.classic-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.logback.converter-classic/de.huxhorn.lilith.logback.converter-classic@8.3.0?package-id=93abb70c548ba917", + "type": "library", + "name": "de.huxhorn.lilith.logback.converter-classic", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.logback.converter-classic:de.huxhorn.lilith.logback.converter-classic:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.logback.converter-classic/de.huxhorn.lilith.logback.converter-classic@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "284ce7103d487d4c7022d148ad6765318ddd9ab6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.converter-classic:de.huxhorn.lilith.logback.converter_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.converter_classic:de.huxhorn.lilith.logback.converter-classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.converter_classic:de.huxhorn.lilith.logback.converter_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.converter:de.huxhorn.lilith.logback.converter-classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:de.huxhorn.lilith.logback.converter:de.huxhorn.lilith.logback.converter_classic:8.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.converter-classic-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.logback.converter-classic-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.lilith.sender/de.huxhorn.lilith.sender@8.3.0?package-id=da13551b86dd49f9", + "type": "library", + "name": "de.huxhorn.lilith.sender", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.lilith.sender:de.huxhorn.lilith.sender:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.lilith.sender/de.huxhorn.lilith.sender@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1548bfcf4e0a441d43498a52d541f23fac64f2d4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.sender-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.lilith.sender-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.sulky.codec/de.huxhorn.sulky.codec@8.3.0?package-id=c41e344ec40f12b6", + "type": "library", + "name": "de.huxhorn.sulky.codec", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.sulky.codec:de.huxhorn.sulky.codec:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.sulky.codec/de.huxhorn.sulky.codec@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ebef25304256b23f7f3042016d8e507f1ce84059" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.codec-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.codec-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.sulky.formatting/de.huxhorn.sulky.formatting@8.3.0?package-id=f38e1b1ded753a71", + "type": "library", + "name": "de.huxhorn.sulky.formatting", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.sulky.formatting:de.huxhorn.sulky.formatting:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.sulky.formatting/de.huxhorn.sulky.formatting@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e5b75e49b5975a57a896215288432e48fa6dd58c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.formatting-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.formatting-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.sulky.io/de.huxhorn.sulky.io@8.3.0?package-id=f7b82b296c03b2ff", + "type": "library", + "name": "de.huxhorn.sulky.io", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.sulky.io:de.huxhorn.sulky.io:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.sulky.io/de.huxhorn.sulky.io@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "675c636a06c49e512fa5eceaf728b01eed079f6d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.io-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.io-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/de.huxhorn.sulky.ulid/de.huxhorn.sulky.ulid@8.3.0?package-id=f4f753c8e3968c0c", + "type": "library", + "name": "de.huxhorn.sulky.ulid", + "version": "8.3.0", + "cpe": "cpe:2.3:a:de.huxhorn.sulky.ulid:de.huxhorn.sulky.ulid:8.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/de.huxhorn.sulky.ulid/de.huxhorn.sulky.ulid@8.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "62563b632df7e34287a42a157cb429a31022a666" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.ulid-8.3.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/de.huxhorn.sulky.ulid-8.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e81a5ba0a219ee26", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=661ac8b0bf71223f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=3566e3a0bff3af17", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:maven/com.lmax.disruptor/disruptor@3.4.2?package-id=09a49ad7ce4c36cc", + "type": "library", + "name": "disruptor", + "version": "3.4.2", + "cpe": "cpe:2.3:a:disruptor:disruptor:3.4.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.lmax.disruptor/disruptor@3.4.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e2543a63086b4189fbe418d05d56633bc1a815f7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lmax:disruptor:3.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/disruptor-3.4.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/disruptor-3.4.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dnsjava/dnsjava@2.1.7?package-id=6dafa53c03ddec6e", + "type": "library", + "group": "dnsjava", + "name": "dnsjava", + "version": "2.1.7", + "licenses": [ + { + "license": { + "name": "http://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:dnsjava:dnsjava:2.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/dnsjava/dnsjava@2.1.7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0a1ed0a251d22bf528cebfafb94c55e6f3f339cf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dnsjava-2.1.7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dnsjava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "dnsjava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dnsjava-2.1.7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dnsjava/dnsjava@2.1.7?package-id=3021b4035a5ea691", + "type": "library", + "group": "dnsjava", + "name": "dnsjava", + "version": "2.1.7", + "cpe": "cpe:2.3:a:sonatype:dnsjava:2.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/dnsjava/dnsjava@2.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dnsjava:dnsjava:2.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:dnsjava:2.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dnsjava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "dnsjava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:dnsjava:dnsjava" + } + ] + }, + { + "bom-ref": "pkg:maven/dnsns/dnsns?package-id=d8a248cb695ae650", + "type": "library", + "name": "dnsns", + "cpe": "cpe:2.3:a:dnsns:dnsns:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/dnsns/dnsns", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4edf11e93fbfa27d4336294ca754175ab946fab9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/dnsns.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/dnsns.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=b4f22f7ab5ff37e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-accelerator-api@24.1.2-202307070421100538-069e650d?package-id=f0c423a4b2c43c01", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-accelerator-api", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-accelerator-api:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-accelerator-api@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "74f00ebb68bd1b3807626d4052de8d134a30c174" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-accelerator-api:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_accelerator_api:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_accelerator_api:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-accelerator:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-accelerator:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_accelerator:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_accelerator:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-accelerator-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_accelerator_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-accelerator-api-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-accelerator-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-accelerator-api-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-adls-plugin@24.1.2-202307070421100538-069e650d?package-id=e8f324525917a77d", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-adls-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-adls-plugin:dremio-adls-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-adls-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2283bbe8ccfa7d7c1177b29d19181b6a18ec9ad1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-adls-plugin:dremio_adls_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_adls_plugin:dremio-adls-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_adls_plugin:dremio_adls_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-adls:dremio-adls-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-adls:dremio_adls_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_adls:dremio-adls-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_adls:dremio_adls_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-adls-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_adls_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-adls-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-adls-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-adls-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.tools/dremio-attach-tool@24.1.2-202307070421100538-069e650d?package-id=51604fbd370c8558", + "type": "library", + "group": "com.dremio.tools", + "name": "dremio-attach-tool", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-attach-tool:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.tools/dremio-attach-tool@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "12672d2b97a852eae335a8ea8ad82788b743bc42" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-attach-tool:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_attach_tool:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_attach_tool:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-attach:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-attach:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_attach:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_attach:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:dremio-attach-tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:dremio_attach_tool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-attach-tool-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-attach-tool" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.tools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-attach-tool-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise/dremio-authorizer@24.1.2-202307070421100538-069e650d?package-id=7dedbf486ae4feb3", + "type": "library", + "group": "com.dremio.enterprise", + "name": "dremio-authorizer", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-authorizer:dremio-authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise/dremio-authorizer@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d795b25882b909e16187bc372bae6417d5163f36" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-authorizer:dremio_authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_authorizer:dremio-authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_authorizer:dremio_authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_authorizer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-authorizer-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-authorizer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-authorizer-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-azure-storage-plugin@24.1.2-202307070421100538-069e650d?package-id=f8fedbf7d1884bd1", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-azure-storage-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-azure-storage-plugin:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-azure-storage-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "248fb27fb1f87b37cbdc374665632aacbc6a1c6a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-azure-storage-plugin:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure_storage_plugin:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure_storage_plugin:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-azure-storage:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-azure-storage:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure_storage:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure_storage:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-azure:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-azure:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_azure:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-azure-storage-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_azure_storage_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-azure-storage-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-azure-storage-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-azure-storage-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-elasticsearch-plugin@24.1.2-202307070421100538-069e650d?package-id=4d6f0885157c0186", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-elasticsearch-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-elasticsearch-plugin:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-elasticsearch-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d78fee67ece6d0403d43e0f6f224273baa48deb3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-elasticsearch-plugin:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_elasticsearch_plugin:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_elasticsearch_plugin:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-elasticsearch:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-elasticsearch:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_elasticsearch:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_elasticsearch:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-elasticsearch-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-elasticsearch-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-elasticsearch-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=adcd0b785fe53874", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-hive2-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-hive2-plugin-launcher:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "59e2be36cd6e9bba64edc564c0f30c3419892d65" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive2-plugin-launcher:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2_plugin_launcher:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2_plugin_launcher:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive2-plugin:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive2-plugin:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2_plugin:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2_plugin:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive2:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive2:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive2:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-hive2-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=fe52633f4e058b6c", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-hive3-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-hive3-plugin-launcher:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6ae09b22612c1f2711fa33b2a86ca1a351d5c8d2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive3-plugin-launcher:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3_plugin_launcher:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3_plugin_launcher:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive3-plugin:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive3-plugin:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3_plugin:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3_plugin:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive3:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-hive3:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_hive3:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-hive3-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-jdbc-fetcher-api@24.1.2-202307070421100538-069e650d?package-id=f7e36664ec956776", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-jdbc-fetcher-api", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-jdbc-fetcher-api:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-jdbc-fetcher-api@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ea339f6545f9d6189a8dfd34bbf8dbca967d377e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc-fetcher-api:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_fetcher_api:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_fetcher_api:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc-fetcher:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc-fetcher:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_fetcher:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_fetcher:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-jdbc-fetcher-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_jdbc_fetcher_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-jdbc-fetcher-api-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-jdbc-fetcher-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-jdbc-fetcher-api-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-jdbc-plugin@24.1.2-202307070421100538-069e650d?package-id=97e81e982eefccbe", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-jdbc-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-jdbc-plugin:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-jdbc-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "67316f585401f57cd5bcf7ecefea16fda9491377" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc-plugin:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_plugin:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc_plugin:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-jdbc:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_jdbc:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-jdbc-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_jdbc_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-jdbc-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-jdbc-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-jdbc-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-mongo-plugin@24.1.2-202307070421100538-069e650d?package-id=b1a02ab24581d9d8", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-mongo-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-mongo-plugin:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-mongo-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "415d845291e891e1d97878e62c3931a30dbeba93" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-mongo-plugin:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_mongo_plugin:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_mongo_plugin:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-mongo:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-mongo:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_mongo:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_mongo:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-mongo-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-mongo-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-mongo-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.plugins/dremio-ce-parquet-plugin@24.1.2-202307070421100538-069e650d?package-id=84971f9e7475cc50", + "type": "library", + "group": "com.dremio.community.plugins", + "name": "dremio-ce-parquet-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-parquet-plugin:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.plugins/dremio-ce-parquet-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "321492177ab52e19621f19dad8a8276d833e1037" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-parquet-plugin:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_parquet_plugin:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_parquet_plugin:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-parquet:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-parquet:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_parquet:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_parquet:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-parquet-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_parquet_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-parquet-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-parquet-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-parquet-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.sabot.joust/dremio-ce-sabot-joust-cpp@24.1.2-202307070421100538-069e650d?package-id=54e9e3b0d42477da", + "type": "library", + "group": "com.dremio.community.sabot.joust", + "name": "dremio-ce-sabot-joust-cpp", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-sabot-joust-cpp:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.sabot.joust/dremio-ce-sabot-joust-cpp@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1f8a8470e5948fabb0459c00a3fe85fbce91e02a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust-cpp:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust_cpp:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust_cpp:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joust:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joust:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-ce-sabot-joust-cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_ce_sabot_joust_cpp:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-sabot-joust-cpp-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-sabot-joust-cpp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.sabot.joust" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-sabot-joust-cpp-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.sabot.joust/dremio-ce-sabot-joust-java@24.1.2-202307070421100538-069e650d?package-id=7707ef6009425fbe", + "type": "library", + "group": "com.dremio.community.sabot.joust", + "name": "dremio-ce-sabot-joust-java", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-sabot-joust-java:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.sabot.joust/dremio-ce-sabot-joust-java@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "98b62bafb3bf1c218516fec5bce58904c42557f0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust-java:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust_java:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust_java:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-joust:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_joust:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joust:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joust:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-ce-sabot-joust-java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_ce_sabot_joust_java:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-sabot-joust-java-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-sabot-joust-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.sabot.joust" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-sabot-joust-java-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.sabot/dremio-ce-sabot-kernel@24.1.2-202307070421100538-069e650d?package-id=9c877c66ef0beb0d", + "type": "library", + "group": "com.dremio.community.sabot", + "name": "dremio-ce-sabot-kernel", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-sabot-kernel:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.sabot/dremio-ce-sabot-kernel@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6039518bf43039f7a1e3052cf3f14c0ded38f841" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-kernel:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_kernel:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_kernel:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-ce-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_ce_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-sabot-kernel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.sabot/dremio-ce-sabot-scheduler@24.1.2-202307070421100538-069e650d?package-id=5ec393dd8f6d6647", + "type": "library", + "group": "com.dremio.community.sabot", + "name": "dremio-ce-sabot-scheduler", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-sabot-scheduler:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.sabot/dremio-ce-sabot-scheduler@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "290e972bd6eec8d4ecb95954557023299991f9ed" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot-scheduler:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_scheduler:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot_scheduler:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-sabot:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_sabot:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-ce-sabot-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_ce_sabot_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-sabot-scheduler-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-sabot-scheduler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-sabot-scheduler-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.community.services/dremio-ce-services-cachemanager@24.1.2-202307070421100538-069e650d?package-id=ecafa559c43de7b9", + "type": "library", + "group": "com.dremio.community.services", + "name": "dremio-ce-services-cachemanager", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ce-services-cachemanager:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.community.services/dremio-ce-services-cachemanager@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "224883429a44b2c8640414d131f2a6c74a0862bf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-services-cachemanager:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_services_cachemanager:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_services_cachemanager:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-services:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce-services:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_services:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce_services:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:community:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ce:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ce:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ce-services-cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ce_services_cachemanager:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ce-services-cachemanager-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ce-services-cachemanager" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.community.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ce-services-cachemanager-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.client/dremio-client-base@24.1.2-202307070421100538-069e650d?package-id=56b2403d44073bd8", + "type": "library", + "group": "com.dremio.client", + "name": "dremio-client-base", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-client-base:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.client/dremio-client-base@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f9930006c5aa954236ed7f62911e028e79e32e80" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client-base:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_base:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_base:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-client-base-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-client-base" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-client-base-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.client/dremio-client-base@24.1.2-202307070421100538-069e650d?package-id=fc2ea2552579b916", + "type": "library", + "group": "com.dremio.client", + "name": "dremio-client-base", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-client-base:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.client/dremio-client-base@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f9930006c5aa954236ed7f62911e028e79e32e80" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client-base:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_base:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_base:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-client-base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_client_base:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-client-base-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-client-base" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-client-base-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.client/dremio-client-jdbc@24.1.2-202307070421100538-069e650d?package-id=31329cac4265916c", + "type": "library", + "group": "com.dremio.client", + "name": "dremio-client-jdbc", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-client-jdbc:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.client/dremio-client-jdbc@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "974197031f35c8565f164f7c14be50e63048e302" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client-jdbc:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_jdbc:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client_jdbc:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-client:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_client:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-client-jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_client_jdbc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-client-jdbc-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-client-jdbc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-client-jdbc-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-common@24.1.2-202307070421100538-069e650d?package-id=3cfa16440fbce4ad", + "type": "library", + "group": "com.dremio", + "name": "dremio-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-common:dremio-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "886c2bf04ec64bd26ae9e93b1ee269375368b63b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-common:dremio_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_common:dremio-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_common:dremio_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-connector@24.1.2-202307070421100538-069e650d?package-id=387400eee3ca95e4", + "type": "library", + "group": "com.dremio", + "name": "dremio-connector", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-connector:dremio-connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-connector@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "02199f0c052ca6cc613b2231d0b5cfc8091a2d35" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-connector:dremio_connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_connector:dremio-connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_connector:dremio_connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_connector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-connector-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-connector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-connector-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-credential-provider@24.1.2-202307070421100538-069e650d?package-id=a31444fd5c962edf", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-credential-provider", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-credential-provider:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-credential-provider@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f0e53b3abfd70d19c8345c4e252c385c89037e1c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-credential-provider:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_credential_provider:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_credential_provider:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-credential:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-credential:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_credential:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_credential:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-credential-provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_credential_provider:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-credential-provider-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-credential-provider" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-credential-provider-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-dac-backend@24.1.2-202307070421100538-069e650d?package-id=cb0bd4afa4efd58e", + "type": "library", + "group": "com.dremio", + "name": "dremio-dac-backend", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dac-backend:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-dac-backend@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "69dc9dec0a1f41dd223d3805070e9f05f370c3d6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac-backend:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_backend:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_backend:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dac-backend-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dac-backend" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dac-backend-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-dac-backend@24.1.2-202307070421100538-069e650d?package-id=5658263f0fe8ddd8", + "type": "library", + "group": "com.dremio", + "name": "dremio-dac-backend", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dac-backend:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-dac-backend@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "23a85a5d0add651d2f87c13c983ad33f7d527aec" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac-backend:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_backend:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_backend:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dac-backend-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dac-backend" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dac-backend-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-dac-common@24.1.2-202307070421100538-069e650d?package-id=149a53fbaea0df99", + "type": "library", + "group": "com.dremio", + "name": "dremio-dac-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dac-common:dremio-dac-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-dac-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dbdc3194b4a1c9ca1b3f029e5c04612113f28a3d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac-common:dremio_dac_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_common:dremio-dac-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_common:dremio_dac_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio-dac-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio_dac_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio-dac-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio_dac_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dac-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dac_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dac-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dac-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dac-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-dac-daemon@24.1.2-202307070421100538-069e650d?package-id=d73fd98c41d92645", + "type": "library", + "group": "com.dremio", + "name": "dremio-dac-daemon", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dac-daemon:dremio-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-dac-daemon@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4f8eb97253637ea143e9ad6668208021bc7523b8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac-daemon:dremio_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_daemon:dremio-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_daemon:dremio_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dac-daemon-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dac-daemon" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dac-daemon-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-dac-ui@24.1.2-202307070421100538-069e650d?package-id=811841c4c72618bd", + "type": "library", + "group": "com.dremio", + "name": "dremio-dac-ui", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dac-ui:dremio-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-dac-ui@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e39fe466c7e1523602bd3a2cdf387f9474392055" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac-ui:dremio_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_ui:dremio-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac_ui:dremio_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dac:dremio_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dac:dremio_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dac-ui-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dac-ui" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dac-ui-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-dataplane-plugin@24.1.2-202307070421100538-069e650d?package-id=da9c74d32c64499d", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-dataplane-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-dataplane-plugin:dremio-dataplane-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-dataplane-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e5c34fe00e6ec864bcaaced507e22525b7efbb2f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dataplane-plugin:dremio_dataplane_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dataplane_plugin:dremio-dataplane-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dataplane_plugin:dremio_dataplane_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dataplane:dremio-dataplane-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-dataplane:dremio_dataplane_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dataplane:dremio-dataplane-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_dataplane:dremio_dataplane_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-dataplane-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_dataplane_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-dataplane-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-dataplane-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-dataplane-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-awsglue-plugin@24.1.2-202307070421100538-069e650d?package-id=565e2379abd20d20", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-awsglue-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-awsglue-plugin:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-awsglue-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4ab2c91ce82d8101d297b069b1a882fbe5a46143" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-awsglue-plugin:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_awsglue_plugin:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_awsglue_plugin:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-awsglue:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-awsglue:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_awsglue:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_awsglue:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-awsglue-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_awsglue_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-awsglue-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-awsglue-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-awsglue-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.common/dremio-ee-common@24.1.2-202307070421100538-069e650d?package-id=b0a972c5774cd9d7", + "type": "library", + "group": "com.dremio.enterprise.common", + "name": "dremio-ee-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-common:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.common/dremio-ee-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "46626e42ee81c71be581fb5201c019588a09db07" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-common:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_common:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_common:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-common:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_common:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.common" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-backend@24.1.2-202307070421100538-069e650d?package-id=31bee2d6d9bb9ca1", + "type": "library", + "group": "com.dremio.enterprise.dac", + "name": "dremio-ee-dac-backend", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-dac-backend:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-backend@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8cb090b508063c00db6a976503ddb04ffd8e71df" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac-backend:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_backend:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_backend:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio-ee-dac-backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio_ee_dac_backend:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-dac-backend-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-dac-backend" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.dac" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-dac-backend-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-daemon@24.1.2-202307070421100538-069e650d?package-id=b5920f8d03155693", + "type": "library", + "group": "com.dremio.enterprise.dac", + "name": "dremio-ee-dac-daemon", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-dac-daemon:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-daemon@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b3bafe2095fc3d56e203113ff9970f46219a19bc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac-daemon:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_daemon:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_daemon:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio-ee-dac-daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio_ee_dac_daemon:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-dac-daemon-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-dac-daemon" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.dac" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-dac-daemon-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-tools@24.1.2-202307070421100538-069e650d?package-id=26a5b177e61ee3ff", + "type": "library", + "group": "com.dremio.enterprise.dac", + "name": "dremio-ee-dac-tools", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-dac-tools:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-tools@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2c16c7588d61d228851a5bd806b27577bd8b760b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac-tools:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_tools:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_tools:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio-ee-dac-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio_ee_dac_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-dac-tools-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-dac-tools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.dac" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-dac-tools-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-ui@24.1.2-202307070421100538-069e650d?package-id=9e4beedbed059b55", + "type": "library", + "group": "com.dremio.enterprise.dac", + "name": "dremio-ee-dac-ui", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-dac-ui:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-ui@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "25b7fab52f2c72046ffa90fad14a17c31ff57463" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac-ui:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_ui:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_ui:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio-ee-dac-ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio_ee_dac_ui:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-dac-ui-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-dac-ui" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.dac" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-dac-ui-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-upgrade@24.1.2-202307070421100538-069e650d?package-id=cd7035e5dca37da8", + "type": "library", + "group": "com.dremio.enterprise.dac", + "name": "dremio-ee-dac-upgrade", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-dac-upgrade:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.dac/dremio-ee-dac-upgrade@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "24d5ab84e23ae8f973071639962b3733b0e3d3dc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac-upgrade:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_upgrade:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac_upgrade:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-dac:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_dac:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio-ee-dac-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dac:dremio_ee_dac_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-dac-upgrade-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-dac-upgrade" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.dac" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-dac-upgrade-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hdfs-plugin@24.1.2-202307070421100538-069e650d?package-id=398381eea219503a", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-hdfs-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hdfs-plugin:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hdfs-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fe1c937852bb481bf71c14b564cd6fd3daf1e76c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hdfs-plugin:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hdfs_plugin:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hdfs_plugin:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hdfs:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hdfs:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hdfs:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hdfs:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-hdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-hdfs-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-hdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive-plugin-common@24.1.2-202307070421100538-069e650d?package-id=ddd75bc358bc7f7a", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-hive-plugin-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hive-plugin-common:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive-plugin-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bcb6583cbf9f8bad2869bab60fbd87ca55475f6f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive-plugin-common:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive_plugin_common:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive_plugin_common:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive-plugin:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive-plugin:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive_plugin:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive_plugin:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-hive-plugin-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-hive-plugin-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-hive-plugin-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dremio-ee-hive2-plugin/dremio-ee-hive2-plugin@24.1.2-202307070421100538-069e650d?package-id=4040d04319402af3", + "type": "library", + "name": "dremio-ee-hive2-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hive2-plugin:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/dremio-ee-hive2-plugin/dremio-ee-hive2-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a146f64c78b2a176a33f8c74ee959e70c2c81fd3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2-plugin:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hive2-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hive2_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=8e34c8ebc3761695", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-hive2-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hive2-plugin-launcher:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6c80d115d007b4aa376755b18d3f1aaa6a2702b6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2-plugin-launcher:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin_launcher:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin_launcher:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2-plugin:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2-plugin:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2_plugin:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive2:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive2:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-hive2-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dremio-ee-hive3-plugin/dremio-ee-hive3-plugin@24.1.2-202307070421100538-069e650d?package-id=5eea505bf40d0200", + "type": "library", + "name": "dremio-ee-hive3-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hive3-plugin:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/dremio-ee-hive3-plugin/dremio-ee-hive3-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e293d37eb332fcd5c7a89a4bac69e3b832e68aff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3-plugin:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hive3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hive3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=ac555bdc5c6359ef", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-hive3-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-hive3-plugin-launcher:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "656704d8f9ae51f7bee9f9c6db4a61326f268ad8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3-plugin-launcher:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin_launcher:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin_launcher:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3-plugin:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3-plugin:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3_plugin:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-hive3:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_hive3:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-hive3-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise/dremio-ee-sabot-kernel@24.1.2-202307070421100538-069e650d?package-id=4c6cc05981be5006", + "type": "library", + "group": "com.dremio.enterprise", + "name": "dremio-ee-sabot-kernel", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-sabot-kernel:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise/dremio-ee-sabot-kernel@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "45cd375867a5ce77521bfc8ffcd18d11df3ab055" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-sabot-kernel:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_sabot_kernel:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_sabot_kernel:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-sabot:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-sabot:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_sabot:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_sabot:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-sabot-kernel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accelerator@24.1.2-202307070421100538-069e650d?package-id=f13abbc346a9631a", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-accelerator", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-accelerator:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accelerator@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "05850cf5ab532e759d687e696c388321ef9b2be1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accelerator:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accelerator:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accelerator:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-accelerator-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-accelerator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-accelerator-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-client@24.1.2-202307070421100538-069e650d?package-id=14a04f384bf1efc4", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-accesscontrol-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-accesscontrol-client:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5250c41163bafbf54917db08a9f9d03a91cd7d57" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol-client:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_client:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_client:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-accesscontrol-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_accesscontrol_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-accesscontrol-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-common@24.1.2-202307070421100538-069e650d?package-id=86c595a46f5f44f0", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-accesscontrol-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-accesscontrol-common:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8d61daedd8fa049fc329f18f853d76498d1c740f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol-common:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_common:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_common:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-accesscontrol-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_accesscontrol_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-accesscontrol-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-server@24.1.2-202307070421100538-069e650d?package-id=74b25faa5b16edf9", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-accesscontrol-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-accesscontrol-server:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-accesscontrol-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2f64b128c0d33295eccf969bb41529304c25185a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol-server:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_server:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol_server:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-accesscontrol:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_accesscontrol:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-accesscontrol-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_accesscontrol_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-accesscontrol-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-accesscontrol-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-activation@24.1.2-202307070421100538-069e650d?package-id=06c0e325222939d2", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-activation", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-activation:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-activation@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fe94f17b7a323ec5f82533a7ed4fbd691ab0bf91" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-activation:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_activation:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_activation:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_activation:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-activation-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-activation" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-activation-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-authorization-server@24.1.2-202307070421100538-069e650d?package-id=2f960ecbc1484609", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-authorization-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-authorization-server:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-authorization-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ff535f273fb6aae9c1e3d358701ed2a5301b11fd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-authorization-server:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_authorization_server:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_authorization_server:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-authorization:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-authorization:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_authorization:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_authorization:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-authorization-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_authorization_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-authorization-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-authorization-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-authorization-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-catalogevents@24.1.2-202307070421100538-069e650d?package-id=f60a35a3a38daaae", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-catalogevents", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-catalogevents:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-catalogevents@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2e197154b1ee5cd3dedce06785bee092e58a4484" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-catalogevents:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_catalogevents:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_catalogevents:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_catalogevents:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-catalogevents-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-catalogevents" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-catalogevents-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-credentials@24.1.2-202307070421100538-069e650d?package-id=d69c3457cf0ea24d", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-credentials", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-credentials:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-credentials@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "adfed156f7fa5efe283cc48890bd321133030550" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-credentials:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_credentials:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_credentials:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-credentials-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-credentials-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-execselector@24.1.2-202307070421100538-069e650d?package-id=00182d59ad3b53ca", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-execselector", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-execselector:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-execselector@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cfbaaf17388a30f8a775f6b247617ad0ae8fb0c8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-execselector:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_execselector:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_execselector:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-execselector-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-execselector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-execselector-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-external-users@24.1.2-202307070421100538-069e650d?package-id=dc870543c916e62c", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-external-users", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-external-users:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-external-users@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "687bbfd1674a01ac977fc3ad6ddfde942253aad0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-external-users:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_external_users:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_external_users:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-external:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-external:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_external:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_external:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-external-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_external_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-external-users-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-external-users" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-external-users-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-fabric-rpc@24.1.2-202307070421100538-069e650d?package-id=42b5ea00ab3a6dde", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-fabric-rpc", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-fabric-rpc:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-fabric-rpc@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6ea8bfe560a691173b277abe5c2fd9c346e031bd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-fabric-rpc:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_fabric_rpc:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_fabric_rpc:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-fabric:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-fabric:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_fabric:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_fabric:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-fabric-rpc-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-fabric-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-fabric-rpc-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-jobs@24.1.2-202307070421100538-069e650d?package-id=a3c68d4f56aed62e", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-jobs", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-jobs:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-jobs@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "19a13ed20d76894275e8ef5cdcf94710d64144d0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-jobs:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jobs:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jobs:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-jobs-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-jobs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-jobs-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-jwt-validator@24.1.2-202307070421100538-069e650d?package-id=4aeaf42d1b13595d", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-jwt-validator", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-jwt-validator:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-jwt-validator@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "388e4d4e782c8c8da5d3edc7f07d9fc2815b593b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-jwt-validator:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jwt_validator:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jwt_validator:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-jwt:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-jwt:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jwt:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_jwt:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-jwt-validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_jwt_validator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-jwt-validator-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-jwt-validator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-jwt-validator-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-namespace@24.1.2-202307070421100538-069e650d?package-id=17e0300a5b33add5", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-namespace", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-namespace:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-namespace@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3b4ed21fff95e2cdd166273a3f4e5dba688c6795" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-namespace:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_namespace:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_namespace:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-namespace-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-namespace" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-namespace-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-ownership@24.1.2-202307070421100538-069e650d?package-id=f59e21119ee77495", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-ownership", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-ownership:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-ownership@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "704f97290c822dc7d5600264136fafcd508c5d70" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-ownership:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_ownership:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_ownership:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_ownership:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-ownership-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-ownership" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-ownership-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-reflection-recommender@24.1.2-202307070421100538-069e650d?package-id=9e659d7ae162ccda", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-reflection-recommender", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-reflection-recommender:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-reflection-recommender@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "277f3f447df1f455e4f51f1c8a08986a900100cc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-reflection-recommender:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_reflection_recommender:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_reflection_recommender:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-reflection:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-reflection:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_reflection:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_reflection:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-reflection-recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_reflection_recommender:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-reflection-recommender-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-reflection-recommender" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-reflection-recommender-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-client@24.1.2-202307070421100538-069e650d?package-id=8752d6369db1096e", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-roles-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-roles-client:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "09e27eae06621fae9993a0a557ed040ee95ad819" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles-client:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_client:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_client:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-roles-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_roles_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-roles-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-roles-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-roles-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-common@24.1.2-202307070421100538-069e650d?package-id=393a0f6f04974a9d", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-roles-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-roles-common:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "affd33982f0aec098d4ee56b4c7e9eba7b3bcc3b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles-common:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_common:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_common:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-roles-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_roles_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-roles-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-roles-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-roles-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-server@24.1.2-202307070421100538-069e650d?package-id=452a0ca73aac922e", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-roles-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-roles-server:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-roles-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0a824f8ba56ee310fac218580ce477cb9fdb0b30" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles-server:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_server:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles_server:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-roles:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_roles:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-roles-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_roles_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-roles-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-roles-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-roles-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-rulesexecutor@24.1.2-202307070421100538-069e650d?package-id=a1e2e222650d6299", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-rulesexecutor", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-rulesexecutor:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-rulesexecutor@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b51b59bb9e0267a5789cf8effd210628788a080c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-rulesexecutor:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_rulesexecutor:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_rulesexecutor:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_rulesexecutor:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-rulesexecutor-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-rulesexecutor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-rulesexecutor-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-rulesservice@24.1.2-202307070421100538-069e650d?package-id=8637ac2e5eb301f6", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-rulesservice", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-rulesservice:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-rulesservice@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8a991188241bd27ae4237937ff1538bf350085a5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-rulesservice:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_rulesservice:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_rulesservice:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_rulesservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-rulesservice-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-rulesservice" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-rulesservice-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-script@24.1.2-202307070421100538-069e650d?package-id=be2c297873f8a3c6", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-script", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-script:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-script@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4daae9296e5cbed6f67590923d3cfb6cccd9eb12" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-script:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_script:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_script:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-script-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-script" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-script-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-statistics@24.1.2-202307070421100538-069e650d?package-id=cb3880e1d40d71fb", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-statistics", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-statistics:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-statistics@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b930370bdb0c530b2393e2683fa279073f33ed2a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-statistics:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_statistics:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_statistics:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-statistics-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-statistics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-statistics-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-sysflight@24.1.2-202307070421100538-069e650d?package-id=f7db27323ffa0513", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-sysflight", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-sysflight:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-sysflight@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d9eb3a0fad483e7fbefa2e0983a416e1398ebf33" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-sysflight:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_sysflight:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_sysflight:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-sysflight-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-sysflight" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-sysflight-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-ee-services-userdirectory@24.1.2-202307070421100538-069e650d?package-id=28b93ae0364f4550", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-ee-services-userdirectory", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-userdirectory:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-ee-services-userdirectory@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a1365aa1e31f8031932494ea3f961792f7792b40" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-userdirectory:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_userdirectory:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-userdirectory-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-userdirectory" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-userdirectory-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-userdirectory-api@24.1.2-202307070421100538-069e650d?package-id=82dd09880dae4ca5", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-userdirectory-api", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-userdirectory-api:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-userdirectory-api@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e21516b2340b42fa14e4a81f5cd26f6014b7a15e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-userdirectory-api:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory_api:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory_api:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-userdirectory:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-userdirectory:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userdirectory:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-userdirectory-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_userdirectory_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-userdirectory-api-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-userdirectory-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-userdirectory-api-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-usergroups@24.1.2-202307070421100538-069e650d?package-id=ccfe47c8feb5dafb", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-usergroups", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-usergroups:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-usergroups@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "81e0b8e73b2bb625b31e0023b4fca1728d969065" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-usergroups:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_usergroups:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-usergroups-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-usergroups" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-usergroups-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-usergroups-common@24.1.2-202307070421100538-069e650d?package-id=9de791bdfc88012c", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-usergroups-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-usergroups-common:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-usergroups-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4ef1ef70f15872feb4ee17e43401f6e54a788645" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-usergroups-common:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups_common:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups_common:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-usergroups:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-usergroups:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_usergroups:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-usergroups-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_usergroups_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-usergroups-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-usergroups-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-usergroups-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-userpreferences@24.1.2-202307070421100538-069e650d?package-id=59c7eb38e4ed5a3f", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-userpreferences", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-userpreferences:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-userpreferences@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "288c07512f886da8fd520373a2ccd72a728f90f8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-userpreferences:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userpreferences:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_userpreferences:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-userpreferences-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-userpreferences" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-userpreferences-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-wlm@24.1.2-202307070421100538-069e650d?package-id=9e141d0cde8f0170", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-wlm", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-wlm:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-wlm@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0915ee5d162476c783251fdae34a0ffdd5226844" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-wlm:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_wlm:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_wlm:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_wlm:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-wlm-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-wlm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-wlm-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-wlmfunctions@24.1.2-202307070421100538-069e650d?package-id=67b7e5df27c07edd", + "type": "library", + "group": "com.dremio.enterprise.services", + "name": "dremio-ee-services-wlmfunctions", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-services-wlmfunctions:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.services/dremio-ee-services-wlmfunctions@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9503b96dbe99abc05e74f8a92757ce972e960479" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services-wlmfunctions:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_wlmfunctions:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services_wlmfunctions:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-services:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_services:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-services-wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_services_wlmfunctions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-services-wlmfunctions-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-services-wlmfunctions" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-services-wlmfunctions-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-teradata-plugin@24.1.2-202307070421100538-069e650d?package-id=32abe66ec5eedbc9", + "type": "library", + "group": "com.dremio.enterprise.plugins", + "name": "dremio-ee-teradata-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ee-teradata-plugin:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.plugins/dremio-ee-teradata-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd910169c3fba7e2f84b46d6cf90817ea700c1cb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-teradata-plugin:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_teradata_plugin:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_teradata_plugin:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-teradata:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee-teradata:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_teradata:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee_teradata:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ee:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ee:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ee-teradata-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ee_teradata_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ee-teradata-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ee-teradata-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ee-teradata-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-elasticsearch-plugin@24.1.2-202307070421100538-069e650d?package-id=341e882d4f64ecfc", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-elasticsearch-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-elasticsearch-plugin:dremio-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-elasticsearch-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2de1c6a9536d69a0116f8f85c7e32a46196ce1de" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-elasticsearch-plugin:dremio_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_elasticsearch_plugin:dremio-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_elasticsearch_plugin:dremio_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-elasticsearch:dremio-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-elasticsearch:dremio_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_elasticsearch:dremio-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_elasticsearch:dremio_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-elasticsearch-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_elasticsearch_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-elasticsearch-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-elasticsearch-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-elasticsearch-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-gcs-plugin@24.1.2-202307070421100538-069e650d?package-id=138e890415c2d491", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-gcs-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-gcs-plugin:dremio-gcs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-gcs-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d20e000f6f1442a7e83b568a7b1cea7666fb5f9e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-gcs-plugin:dremio_gcs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_gcs_plugin:dremio-gcs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_gcs_plugin:dremio_gcs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-gcs:dremio-gcs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-gcs:dremio_gcs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_gcs:dremio-gcs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_gcs:dremio_gcs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-gcs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_gcs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-gcs-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-gcs-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-gcs-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-hdfs-plugin@24.1.2-202307070421100538-069e650d?package-id=43d274e8661f0fa6", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-hdfs-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hdfs-plugin:dremio-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-hdfs-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "befe4f255767b31303e53cfd716fab920f3f6525" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hdfs-plugin:dremio_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hdfs_plugin:dremio-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hdfs_plugin:dremio_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hdfs:dremio-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hdfs:dremio_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hdfs:dremio-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hdfs:dremio_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-hdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hdfs-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-hdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-hive-function-registry@24.1.2-202307070421100538-069e650d?package-id=579ffe95f3c6a96d", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-hive-function-registry", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive-function-registry:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-hive-function-registry@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "be8cb0c080b5161321ce0d0cc9e9da87738bce7f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-function-registry:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_function_registry:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_function_registry:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-function:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-function:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_function:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_function:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive-function-registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive_function_registry:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-hive-function-registry-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive-function-registry" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-hive-function-registry-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-hive-plugin-common@24.1.2-202307070421100538-069e650d?package-id=04318e7243ffe5fb", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-hive-plugin-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive-plugin-common:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-hive-plugin-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fff01b30ac3dc5aea57291caad0ed6e2eb00831f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-plugin-common:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_plugin_common:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_plugin_common:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-plugin:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive-plugin:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_plugin:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive_plugin:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-hive-plugin-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive-plugin-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-hive-plugin-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.contrib/dremio-hive2-exec-shaded@24.1.2-202307070421100538-069e650d?package-id=b72d6320ac66d106", + "type": "library", + "group": "com.dremio.contrib", + "name": "dremio-hive2-exec-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive2-exec-shaded:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.contrib/dremio-hive2-exec-shaded@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "df4957dda366d83a741feeff3ae01d0764301086" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec-shaded:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec_shaded:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec_shaded:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive2-exec-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.contrib/dremio-hive2-exec-shaded@24.1.2-202307070421100538-069e650d?package-id=cc0aaac0f93275a5", + "type": "library", + "group": "com.dremio.contrib", + "name": "dremio-hive2-exec-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive2-exec-shaded:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.contrib/dremio-hive2-exec-shaded@24.1.2-202307070421100538-069e650d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec-shaded:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec_shaded:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec_shaded:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-exec:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_exec:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive2-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive2_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive2-exec-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.dremio.contrib:dremio-hive2-exec-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=a7e84cced4a07754", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-hive2-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive2-plugin-launcher:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-hive2-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "91c4be6e43dc80fd8790662f4f4bce50cb10e881" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-plugin-launcher:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_plugin_launcher:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_plugin_launcher:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-plugin:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2-plugin:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_plugin:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2_plugin:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive2:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive2:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive2-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive2_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive2-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-hive2-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.contrib/dremio-hive3-exec-shaded@24.1.2-202307070421100538-069e650d?package-id=cc335444866676da", + "type": "library", + "group": "com.dremio.contrib", + "name": "dremio-hive3-exec-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive3-exec-shaded:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.contrib/dremio-hive3-exec-shaded@24.1.2-202307070421100538-069e650d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-exec-shaded:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_exec_shaded:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_exec_shaded:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-exec:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-exec:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_exec:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_exec:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive3-exec-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive3_exec_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive3-exec-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.dremio.contrib:dremio-hive3-exec-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d?package-id=74bf2b004d70cabb", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-hive3-plugin-launcher", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-hive3-plugin-launcher:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-hive3-plugin-launcher@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3d9515b3a756074ac4792e460b3ddd5e35a8a3a4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-plugin-launcher:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_plugin_launcher:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_plugin_launcher:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-plugin:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3-plugin:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_plugin:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3_plugin:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-hive3:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_hive3:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-hive3-plugin-launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_hive3_plugin_launcher:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-hive3-plugin-launcher" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-hive3-plugin-launcher-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-jdbc-driver@24.1.2-202307070421100538-069e650d?package-id=02b1c94ddc0d1790", + "type": "library", + "name": "dremio-jdbc-driver", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-jdbc-driver:dremio-jdbc-driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-jdbc-driver@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ac2732bacdc4fbff99b4c58445bdd0c5660c6144" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-jdbc-driver:dremio_jdbc_driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_jdbc_driver:dremio-jdbc-driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_jdbc_driver:dremio_jdbc_driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-jdbc:dremio-jdbc-driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-jdbc:dremio_jdbc_driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_jdbc:dremio-jdbc-driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_jdbc:dremio_jdbc_driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-jdbc-driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_jdbc_driver:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/jdbc-driver/dremio-jdbc-driver-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/jdbc-driver/dremio-jdbc-driver-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-mongo-plugin@24.1.2-202307070421100538-069e650d?package-id=6ce6d87e440842be", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-mongo-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-mongo-plugin:dremio-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-mongo-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5d004c08163dab26bb2283cbfff573b593637535" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-mongo-plugin:dremio_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_mongo_plugin:dremio-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_mongo_plugin:dremio_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-mongo:dremio-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-mongo:dremio_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_mongo:dremio-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_mongo:dremio_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-mongo-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_mongo_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-mongo-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-mongo-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-mongo-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-nas-plugin@24.1.2-202307070421100538-069e650d?package-id=14a0f089cfdca084", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-nas-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-nas-plugin:dremio-nas-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-nas-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f9afdfea131988040e9e2f494fa52ed7f4bcaf56" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-nas-plugin:dremio_nas_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_nas_plugin:dremio-nas-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_nas_plugin:dremio_nas_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-nas:dremio-nas-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-nas:dremio_nas_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_nas:dremio-nas-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_nas:dremio_nas_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-nas-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_nas_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-nas-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-nas-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-nas-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-pdfs-plugin@24.1.2-202307070421100538-069e650d?package-id=467263f47794b09b", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-pdfs-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-pdfs-plugin:dremio-pdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-pdfs-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3a84a5b0f241dc4cf3a9b89394b17f54be8f354a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-pdfs-plugin:dremio_pdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_pdfs_plugin:dremio-pdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_pdfs_plugin:dremio_pdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-pdfs:dremio-pdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-pdfs:dremio_pdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_pdfs:dremio-pdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_pdfs:dremio_pdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-pdfs-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_pdfs_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-pdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-pdfs-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-pdfs-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-plugin-awsauth@24.1.2-202307070421100538-069e650d?package-id=af5d6dba237d8659", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-plugin-awsauth", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-plugin-awsauth:dremio-plugin-awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-plugin-awsauth@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fb5ead46bc0375cd2f7be9e4d60d83e789681c5c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin-awsauth:dremio_plugin_awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin_awsauth:dremio-plugin-awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin_awsauth:dremio_plugin_awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin:dremio-plugin-awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin:dremio_plugin_awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin:dremio-plugin-awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin:dremio_plugin_awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-plugin-awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_plugin_awsauth:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-plugin-awsauth-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-plugin-awsauth" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-plugin-awsauth-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-plugin-common@24.1.2-202307070421100538-069e650d?package-id=53a64ed3947bb50a", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-plugin-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-plugin-common:dremio-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-plugin-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7f7dec24a297ddc3e5f2c5a9c5b644d6a4784d6a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin-common:dremio_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin_common:dremio-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin_common:dremio_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin:dremio-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-plugin:dremio_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin:dremio-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_plugin:dremio_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-plugin-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_plugin_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-plugin-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-plugin-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-plugin-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-protocol@24.1.2-202307070421100538-069e650d?package-id=19404f7712162c87", + "type": "library", + "group": "com.dremio", + "name": "dremio-protocol", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-protocol:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-protocol@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1feb89004b4414c5b4c444e95bcd85604493b003" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-protocol:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_protocol:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_protocol:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-protocol-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-protocol-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-protocol@24.1.2-202307070421100538-069e650d?package-id=566c415c1b63273b", + "type": "library", + "group": "com.dremio", + "name": "dremio-protocol", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-protocol:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-protocol@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd367d32b5eaa3cd0795e29412ba10f4a6a20201" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-protocol:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_protocol:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_protocol:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_protocol:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-protocol-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-protocol-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.provision/dremio-provision-common@24.1.2-202307070421100538-069e650d?package-id=350190d4ffd658d9", + "type": "library", + "group": "com.dremio.provision", + "name": "dremio-provision-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-provision-common:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.provision/dremio-provision-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "315955b2a3e15702478f3ad801cbbe1eeb5fecef" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-provision-common:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_provision_common:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_provision_common:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-provision:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-provision:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_provision:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_provision:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-provision-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_provision_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-provision-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-provision-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.provision" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-provision-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.contrib/dremio-ranger-hive-plugin-shaded@24.1.2-202307070421100538-069e650d?package-id=e80de38acda73a3a", + "type": "library", + "group": "com.dremio.enterprise.contrib", + "name": "dremio-ranger-hive-plugin-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ranger-hive-plugin-shaded:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.contrib/dremio-ranger-hive-plugin-shaded@24.1.2-202307070421100538-069e650d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin-shaded:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin_shaded:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin_shaded:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ranger-hive-plugin-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.dremio.enterprise.contrib:dremio-ranger-hive-plugin-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.enterprise.contrib/dremio-ranger-hive-plugin-shaded@24.1.2-202307070421100538-069e650d?package-id=fb31334c203b2259", + "type": "library", + "group": "com.dremio.enterprise.contrib", + "name": "dremio-ranger-hive-plugin-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ranger-hive-plugin-shaded:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.enterprise.contrib/dremio-ranger-hive-plugin-shaded@24.1.2-202307070421100538-069e650d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin-shaded:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin_shaded:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin_shaded:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive-plugin:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive_plugin:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger-hive:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger_hive:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ranger:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ranger:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enterprise:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ranger-hive-plugin-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ranger_hive_plugin_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ranger-hive-plugin-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.enterprise.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.dremio.enterprise.contrib:dremio-ranger-hive-plugin-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-s3-plugin@24.1.2-202307070421100538-069e650d?package-id=37ed1db05343881a", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-s3-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-s3-plugin:dremio-s3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-s3-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6edb2760918737c9c935fd3a5e27c01289f582dd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-s3-plugin:dremio_s3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_s3_plugin:dremio-s3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_s3_plugin:dremio_s3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-s3:dremio-s3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-s3:dremio_s3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_s3:dremio-s3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_s3:dremio_s3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-s3-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_s3_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-s3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-s3-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-s3-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.sabot/dremio-sabot-kernel@24.1.2-202307070421100538-069e650d?package-id=dc8569cf0e052aed", + "type": "library", + "group": "com.dremio.sabot", + "name": "dremio-sabot-kernel", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sabot-kernel:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.sabot/dremio-sabot-kernel@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3ff8ef61b37265060d8e4616283ed0215b3ea53b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-kernel:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_kernel:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_kernel:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sabot-kernel-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sabot-kernel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sabot-kernel-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.sabot/dremio-sabot-kernel@24.1.2-202307070421100538-069e650d?package-id=23716dc8cfebedd4", + "type": "library", + "group": "com.dremio.sabot", + "name": "dremio-sabot-kernel", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sabot-kernel:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.sabot/dremio-sabot-kernel@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a0327759b4b16a89164da2f50d6ceb114fb245eb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-kernel:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_kernel:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_kernel:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-sabot-kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_sabot_kernel:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sabot-kernel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sabot-kernel-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.sabot/dremio-sabot-logical@24.1.2-202307070421100538-069e650d?package-id=a016a2c91a82095d", + "type": "library", + "group": "com.dremio.sabot", + "name": "dremio-sabot-logical", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sabot-logical:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.sabot/dremio-sabot-logical@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ffff1753fea5f917d7606609a0878a50ab62ad2f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-logical:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_logical:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_logical:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-sabot-logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_sabot_logical:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sabot-logical-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sabot-logical" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sabot-logical-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.sabot/dremio-sabot-serializer@24.1.2-202307070421100538-069e650d?package-id=95391a91724fc085", + "type": "library", + "group": "com.dremio.sabot", + "name": "dremio-sabot-serializer", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sabot-serializer:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.sabot/dremio-sabot-serializer@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bba73831d165bd4ca49a61558b9c4e8fa06fed8f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-serializer:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_serializer:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_serializer:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-sabot-serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_sabot_serializer:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sabot-serializer-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sabot-serializer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sabot-serializer-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.sabot/dremio-sabot-vector-tools@24.1.2-202307070421100538-069e650d?package-id=ca715b493f428c6a", + "type": "library", + "group": "com.dremio.sabot", + "name": "dremio-sabot-vector-tools", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sabot-vector-tools:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.sabot/dremio-sabot-vector-tools@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "722f9e073e67aba5e52afae5e7123a36c43a8c92" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-vector-tools:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_vector_tools:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_vector_tools:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-vector:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot-vector:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_vector:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot_vector:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sabot:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sabot:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio-sabot-vector-tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sabot:dremio_sabot_vector_tools:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sabot-vector-tools-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sabot-vector-tools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.sabot" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sabot-vector-tools-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-accelerator@24.1.2-202307070421100538-069e650d?package-id=d13085b456756b33", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-accelerator", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-accelerator:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-accelerator@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "43645bbf2b8fcb23a6a1136616775693379214bc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-accelerator:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_accelerator:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_accelerator:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-accelerator-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-accelerator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-accelerator-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-accelerator@24.1.2-202307070421100538-069e650d?package-id=6bba0e14e51d955e", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-accelerator", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-accelerator:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-accelerator@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ac4a642e80a47c5bdb471978d95cbca3594cc0bd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-accelerator:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_accelerator:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_accelerator:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_accelerator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-accelerator-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-accelerator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-accelerator-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-arrow-flight@24.1.2-202307070421100538-069e650d?package-id=6583113169336960", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-arrow-flight", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-arrow-flight:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-arrow-flight@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8aea82d7c270b3a8e142f0b4c3d072ce1de1af15" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow-flight:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-arrow-flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_arrow_flight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-arrow-flight-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-arrow-flight" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-arrow-flight-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-arrow-flight-common@24.1.2-202307070421100538-069e650d?package-id=035976d110ff3244", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-arrow-flight-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-arrow-flight-common:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-arrow-flight-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ad17fa1b417ff5cd30fcd20f5d154f87f06d5d43" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow-flight-common:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight_common:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight_common:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow-flight:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow-flight:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow_flight:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-arrow:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_arrow:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-arrow-flight-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_arrow_flight_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-arrow-flight-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-arrow-flight-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-arrow-flight-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-autocomplete@24.1.2-202307070421100538-069e650d?package-id=faf7b3f365228553", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-autocomplete", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-autocomplete:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-autocomplete@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d54eb8ebd9c94fddd6ef814efeaa8057eebc2305" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-autocomplete:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_autocomplete:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_autocomplete:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_autocomplete:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-autocomplete-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-autocomplete" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-autocomplete-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-base-rpc@24.1.2-202307070421100538-069e650d?package-id=51ea30f1c15d472d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-base-rpc", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-base-rpc:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-base-rpc@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f6b5c1d14790e34d5a10af6f4ca70837aef95232" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-base-rpc:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_base_rpc:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_base_rpc:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-base:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-base:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_base:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_base:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-base-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_base_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-base-rpc-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-base-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-base-rpc-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-catalog-api@24.1.2-202307070421100538-069e650d?package-id=352d55a166eea8ef", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-catalog-api", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-catalog-api:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-catalog-api@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7b2519be248f95604975089ed3be559c963b3187" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-catalog-api:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_catalog_api:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_catalog_api:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-catalog:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-catalog:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_catalog:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_catalog:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-catalog-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_catalog_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-catalog-api-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-catalog-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-catalog-api-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-commandpool@24.1.2-202307070421100538-069e650d?package-id=0a4b2227890e9692", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-commandpool", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-commandpool:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-commandpool@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d84d52cee0e7ebf004dcde76d5b6a45d20e5f29f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-commandpool:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_commandpool:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_commandpool:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_commandpool:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-commandpool-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-commandpool" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-commandpool-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-configuration@24.1.2-202307070421100538-069e650d?package-id=c32dae6a175989ab", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-configuration", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-configuration:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-configuration@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "37a19f6bc713f197793c6118c913e216df434eeb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-configuration:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_configuration:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_configuration:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_configuration:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-configuration-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-configuration" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-configuration-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-coordinator@24.1.2-202307070421100538-069e650d?package-id=e339bc38a7946a78", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-coordinator", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-coordinator:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-coordinator@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3fca59bcefb02db709155476492022382e2d414b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-coordinator:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_coordinator:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_coordinator:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_coordinator:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-coordinator-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-coordinator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-coordinator-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-credentials@24.1.2-202307070421100538-069e650d?package-id=3b5ea7d894944a13", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-credentials", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-credentials:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-credentials@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "aea01aa9662298e774c2d859cc2a57debb4236e0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-credentials:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_credentials:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_credentials:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_credentials:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-credentials-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-credentials-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-datastore@24.1.2-202307070421100538-069e650d?package-id=ee0c1297a4a70fc0", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-datastore", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-datastore:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-datastore@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "057e3b0308913f5f7642f8e7503313513a7d1503" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-datastore:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_datastore:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_datastore:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-datastore-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-datastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-datastore-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-datastore@24.1.2-202307070421100538-069e650d?package-id=3c793a0a1af49a0e", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-datastore", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-datastore:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-datastore@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "81a4bee48fad3394d899eeb75fc9230c63566a6b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-datastore:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_datastore:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_datastore:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_datastore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-datastore-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-datastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-datastore-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-execselector@24.1.2-202307070421100538-069e650d?package-id=15ca53eb629d9e53", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-execselector", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-execselector:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-execselector@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6d8d53e4599558dbf3781ecb699d705e0e3195d0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-execselector:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_execselector:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_execselector:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_execselector:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-execselector-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-execselector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-execselector-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-executorservice@24.1.2-202307070421100538-069e650d?package-id=72155dd333eb57c6", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-executorservice", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-executorservice:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-executorservice@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f73ee35d693bf8df3d04efd47a70373e8b03a0bf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-executorservice:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_executorservice:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_executorservice:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_executorservice:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-executorservice-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-executorservice" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-executorservice-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-fabric-rpc@24.1.2-202307070421100538-069e650d?package-id=17de1617118d95a5", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-fabric-rpc", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-fabric-rpc:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-fabric-rpc@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0cb42cad77f1fd5cc7be4ce24e177f3ac807c7d6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-fabric-rpc:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_fabric_rpc:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_fabric_rpc:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-fabric:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-fabric:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_fabric:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_fabric:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-fabric-rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_fabric_rpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-fabric-rpc-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-fabric-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-fabric-rpc-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-functions@24.1.2-202307070421100538-069e650d?package-id=4c89a803513c799f", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-functions", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-functions:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-functions@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "73a31b86a9048386305d2f5e86edf00b636039cc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-functions:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_functions:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_functions:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_functions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-functions-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-functions" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-functions-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-grpc@24.1.2-202307070421100538-069e650d?package-id=2cb58c0b370bd447", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-grpc", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-grpc:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-grpc@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "92691c754edb11e74e589b09d1d8f40258d42be8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-grpc:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_grpc:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_grpc:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_grpc:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-grpc-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-grpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-grpc-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobresults-client@24.1.2-202307070421100538-069e650d?package-id=9a497607518986ab", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobresults-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobresults-client:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobresults-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4ae73bad2f8b3c195739b912e2814073882e659c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults-client:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_client:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_client:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobresults-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobresults_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobresults-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobresults-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobresults-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobresults-common@24.1.2-202307070421100538-069e650d?package-id=d9eccf6a2ca9d699", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobresults-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobresults-common:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobresults-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1847ae7e560295d310842b49eb40e5f3ec6b2d72" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults-common:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_common:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_common:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobresults-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobresults_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobresults-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobresults-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobresults-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobresults-server@24.1.2-202307070421100538-069e650d?package-id=c04881fada22c178", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobresults-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobresults-server:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobresults-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8234c33aaabf513f0c47a8b14992cad2c1a10a33" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults-server:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_server:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults_server:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobresults:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobresults:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobresults-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobresults_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobresults-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobresults-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobresults-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobs@24.1.2-202307070421100538-069e650d?package-id=1cfef12a0a57528e", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobs", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobs:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobs@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "db4d9dbeab6ea10a574570fcc0fb68eda519486c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobs:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobs:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobs:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobs-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobs-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobs@24.1.2-202307070421100538-069e650d?package-id=f6c6e4e49aa8ed3d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobs", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobs:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobs@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5a8a5a2fdff2c885d9618a628307468b7c8a4751" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobs:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobs:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobs:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobs:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobs-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobs-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-client@24.1.2-202307070421100538-069e650d?package-id=e6505a21d6cfbff0", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobtelemetry-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobtelemetry-client:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "29a4ebeaba97f18296ac35ee3030d415f21b0c73" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry-client:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_client:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_client:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobtelemetry-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobtelemetry_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobtelemetry-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-common@24.1.2-202307070421100538-069e650d?package-id=c9a6bc45071721b6", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobtelemetry-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobtelemetry-common:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4c8b0d7d63f6c7238f121183d9beca04eccfb319" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry-common:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_common:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_common:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobtelemetry-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobtelemetry_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobtelemetry-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-server@24.1.2-202307070421100538-069e650d?package-id=ebecde3375585820", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-jobtelemetry-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-jobtelemetry-server:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-jobtelemetry-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ae58c207b3e9e9a769af46f685aa115fcf396e87" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry-server:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_server:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry_server:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-jobtelemetry:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_jobtelemetry:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-jobtelemetry-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_jobtelemetry_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-jobtelemetry-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-jobtelemetry-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-maestro-client@24.1.2-202307070421100538-069e650d?package-id=fbd102a68e3ed00d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-maestro-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-maestro-client:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-maestro-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8405f004198a998c539eb30be830a028285934cb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro-client:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro_client:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro_client:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-maestro-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_maestro_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-maestro-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-maestro-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-maestro-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-maestro-common@24.1.2-202307070421100538-069e650d?package-id=833a236f42cddc49", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-maestro-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-maestro-common:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-maestro-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b54c0f87d24349d4a5bc524247da7b83e0240df1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro-common:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro_common:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro_common:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-maestro:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_maestro:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-maestro-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_maestro_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-maestro-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-maestro-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-maestro-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-namespace@24.1.2-202307070421100538-069e650d?package-id=f9b0b31c51f51e02", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-namespace", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-namespace:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-namespace@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5fa4c430e673e85cf774b080299c2d30a8818b75" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-namespace:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_namespace:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_namespace:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-namespace-24.1.2-202307070421100538-069e650d-proto.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-namespace" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-namespace-24.1.2-202307070421100538-069e650d-proto.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-namespace@24.1.2-202307070421100538-069e650d?package-id=c5bbe1b116edc880", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-namespace", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-namespace:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-namespace@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "01c3c953908e03eab7a4736151b8c64c03ec4b3f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-namespace:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_namespace:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_namespace:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_namespace:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-namespace-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-namespace" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-namespace-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie@24.1.2-202307070421100538-069e650d?package-id=c099431593546d23", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "32dda2f44deeaaf03694cf0c3b30f8d73aee36b6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-client@24.1.2-202307070421100538-069e650d?package-id=947321dc90828506", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie-grpc-client", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie-grpc-client:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-client@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "40c41a9a536d4d8aa21088b6505e6bb3a038d93e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc-client:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_client:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_client:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie-grpc-client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie_grpc_client:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-client-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie-grpc-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-client-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-common@24.1.2-202307070421100538-069e650d?package-id=574d389988c8df95", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie-grpc-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie-grpc-common:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dda24874dec9e6dc7533f82b0c8dd2b57126cc3a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc-common:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_common:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_common:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie-grpc-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie_grpc_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie-grpc-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-server@24.1.2-202307070421100538-069e650d?package-id=f04caf13634eeb8a", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie-grpc-server", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie-grpc-server:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie-grpc-server@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1a99d81040d570de8cf2f54003f0ab9134580893" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc-server:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_server:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc_server:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-grpc:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_grpc:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie-grpc-server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie_grpc_server:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-server-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie-grpc-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-grpc-server-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie-proxy@24.1.2-202307070421100538-069e650d?package-id=aa8ce34f2d7a278f", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie-proxy", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie-proxy:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie-proxy@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9b15380785ae8adcb7e53aa0d9f623064377a264" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-proxy:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_proxy:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_proxy:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie-proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie_proxy:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-proxy-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie-proxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-proxy-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-nessie-storage-upgrade@24.1.2-202307070421100538-069e650d?package-id=b540c43817695e93", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-nessie-storage-upgrade", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-nessie-storage-upgrade:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-nessie-storage-upgrade@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "52100f538f8d3b9d2aac39fce28ae05d1052feaf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-storage-upgrade:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_storage_upgrade:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_storage_upgrade:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-storage:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie-storage:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_storage:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie_storage:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-nessie:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_nessie:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-nessie-storage-upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_nessie_storage_upgrade:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-nessie-storage-upgrade-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-nessie-storage-upgrade" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-nessie-storage-upgrade-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-options@24.1.2-202307070421100538-069e650d?package-id=64c41cb3b39aac66", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-options", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-options:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-options@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "920b405ff867b2a70da1db1ca6639321135f43c6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-options:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_options:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_options:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_options:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-options-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-options" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-options-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-orphanage@24.1.2-202307070421100538-069e650d?package-id=632b2362ce15f103", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-orphanage", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-orphanage:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-orphanage@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0d56b1cea97085b57d6c5a43be42bc2a15b9fc4a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-orphanage:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_orphanage:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_orphanage:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_orphanage:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-orphanage-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-orphanage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-orphanage-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-orphanagecleaner@24.1.2-202307070421100538-069e650d?package-id=b90eaaaa49c746b2", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-orphanagecleaner", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-orphanagecleaner:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-orphanagecleaner@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8b93b3c2c8fe8840197c3936b86eca7ce563d3e8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-orphanagecleaner:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_orphanagecleaner:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_orphanagecleaner:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_orphanagecleaner:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-orphanagecleaner-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-orphanagecleaner" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-orphanagecleaner-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-resourcescheduler@24.1.2-202307070421100538-069e650d?package-id=38e19eefc6edb287", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-resourcescheduler", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-resourcescheduler:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-resourcescheduler@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5732e93bf573427802e2ff53b226e6a46948111d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-resourcescheduler:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_resourcescheduler:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_resourcescheduler:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_resourcescheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-resourcescheduler-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-resourcescheduler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-resourcescheduler-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-scheduler@24.1.2-202307070421100538-069e650d?package-id=b27f4dd78f553c6d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-scheduler", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-scheduler:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-scheduler@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ee28639a18642ff9240c930c68d8a893f9305cf3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-scheduler:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_scheduler:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_scheduler:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_scheduler:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-scheduler-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-scheduler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-scheduler-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-script@24.1.2-202307070421100538-069e650d?package-id=4e9ff972fe5ab41d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-script", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-script:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-script@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "af8593a46ce66aaba210be553359a77c0bbd4658" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-script:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_script:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_script:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_script:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-script-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-script" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-script-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-spill@24.1.2-202307070421100538-069e650d?package-id=cc5dde5a01ae5834", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-spill", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-spill:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-spill@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "039223d6f35e296a2c79fcf4902156834cee4b0d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-spill:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_spill:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_spill:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_spill:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-spill-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-spill" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-spill-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-statistics@24.1.2-202307070421100538-069e650d?package-id=0d348f8f834db66f", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-statistics", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-statistics:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-statistics@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b9bb31972c95f61296bf6ef0916ec4cc0d90e5aa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-statistics:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_statistics:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_statistics:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_statistics:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-statistics-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-statistics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-statistics-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-sysflight@24.1.2-202307070421100538-069e650d?package-id=4a9e0e08fbbe2db7", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-sysflight", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-sysflight:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-sysflight@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "64cca3774662d86013f88c221723207f18698cf9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-sysflight:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_sysflight:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_sysflight:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_sysflight:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-sysflight-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-sysflight" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-sysflight-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-telemetry-api@24.1.2-202307070421100538-069e650d?package-id=041b241167c2007d", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-telemetry-api", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-telemetry-api:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-telemetry-api@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6c503d3cd3f0d34618b6705fdb6962b661dbd683" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry-api:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_api:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_api:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-telemetry-api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_telemetry_api:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-telemetry-api-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-telemetry-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-telemetry-api-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-telemetry-impl@24.1.2-202307070421100538-069e650d?package-id=50124e31a1464c53", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-telemetry-impl", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-telemetry-impl:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-telemetry-impl@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ce26dedd4551d7a144828087a6e1374250a75ad7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry-impl:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_impl:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_impl:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-telemetry-impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_telemetry_impl:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-telemetry-impl-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-telemetry-impl" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-telemetry-impl-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-telemetry-utils@24.1.2-202307070421100538-069e650d?package-id=5367c67403a462c5", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-telemetry-utils", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-telemetry-utils:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-telemetry-utils@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5a45e5c7b374822c6492a79123c6369f5e4a5b97" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry-utils:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_utils:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry_utils:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-telemetry:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_telemetry:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-telemetry-utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_telemetry_utils:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-telemetry-utils-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-telemetry-utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-telemetry-utils-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-tokens@24.1.2-202307070421100538-069e650d?package-id=8ef56bd334f70dad", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-tokens", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-tokens:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-tokens@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2ab0c724e51ed526f04c69f00073d43ef079162e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-tokens:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_tokens:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_tokens:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_tokens:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-tokens-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-tokens" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-tokens-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-transientstore@24.1.2-202307070421100538-069e650d?package-id=c6d11dcdbf716b4c", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-transientstore", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-transientstore:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-transientstore@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c5fcd7c8b7938a8f8e7ea96db3f808bc41ca0375" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-transientstore:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_transientstore:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_transientstore:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_transientstore:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-transientstore-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-transientstore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-transientstore-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-userpreferences@24.1.2-202307070421100538-069e650d?package-id=72a0eefb86218cac", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-userpreferences", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-userpreferences:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-userpreferences@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d302d2b151d36ee94b966274652beeecb0011501" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-userpreferences:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_userpreferences:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_userpreferences:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_userpreferences:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-userpreferences-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-userpreferences" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-userpreferences-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-users@24.1.2-202307070421100538-069e650d?package-id=bdd54fa15a489379", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-users", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-users:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-users@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a6a7d847d4c5f6423cce24e4978cac07e6ba2125" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-users:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_users:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_users:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_users:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-users-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-users" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-users-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.services/dremio-services-usersessions@24.1.2-202307070421100538-069e650d?package-id=e753cbbbc5400229", + "type": "library", + "group": "com.dremio.services", + "name": "dremio-services-usersessions", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-services-usersessions:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.services/dremio-services-usersessions@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c57dd17ec4e50be5bd3a39b03b4f903bde6352e7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services-usersessions:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_usersessions:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services_usersessions:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-services:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_services:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-services-usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_services_usersessions:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-services-usersessions-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-services-usersessions" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.services" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-services-usersessions-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.plugins/dremio-sysflight-plugin@24.1.2-202307070421100538-069e650d?package-id=2cb51d7ba2738912", + "type": "library", + "group": "com.dremio.plugins", + "name": "dremio-sysflight-plugin", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-sysflight-plugin:dremio-sysflight-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.plugins/dremio-sysflight-plugin@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e091f6c86031375c1408782f49e7e7deb96a0072" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sysflight-plugin:dremio_sysflight_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sysflight_plugin:dremio-sysflight-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sysflight_plugin:dremio_sysflight_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sysflight:dremio-sysflight-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-sysflight:dremio_sysflight_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sysflight:dremio-sysflight-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_sysflight:dremio_sysflight_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-sysflight-plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_sysflight_plugin:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-sysflight-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-sysflight-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.plugins" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-sysflight-plugin-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dremio-tpch-sample-data/dremio-tpch-sample-data@1.0.0?package-id=5f042bd648ce390c", + "type": "library", + "name": "dremio-tpch-sample-data", + "version": "1.0.0", + "cpe": "cpe:2.3:a:dremio-tpch-sample-data:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/dremio-tpch-sample-data/dremio-tpch-sample-data@1.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "95de58c5a3011a4193c829f3a8f28ae6334d863e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-tpch-sample-data:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch_sample_data:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch_sample_data:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-tpch-sample:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-tpch-sample:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch_sample:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch_sample:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-tpch:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-tpch:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_tpch:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-tpch-sample-data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_tpch_sample_data:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-tpch-sample-data-1.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-tpch-sample-data-1.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.provision/dremio-twill-shaded@24.1.2-202307070421100538-069e650d?package-id=cfee594bec375b7a", + "type": "library", + "group": "com.dremio.provision", + "name": "dremio-twill-shaded", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-twill-shaded:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.provision/dremio-twill-shaded@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c25eeed100ea4eccd970a3a43d0b870676eb465d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-twill-shaded:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_twill_shaded:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_twill_shaded:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-twill:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-twill:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_twill:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_twill:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-twill-shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_twill_shaded:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-twill-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.provision" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-ui-common@24.1.2-202307070421100538-069e650d?package-id=53de6b53398ca9f2", + "type": "library", + "group": "com.dremio", + "name": "dremio-ui-common", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ui-common:dremio-ui-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-ui-common@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fc6c9af798273c2d022cadb86b2c8b9c58fec823" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui-common:dremio_ui_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui_common:dremio-ui-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui_common:dremio_ui_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui:dremio-ui-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui:dremio_ui_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui:dremio-ui-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui:dremio_ui_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ui-common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ui_common:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ui-common-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ui-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ui-common-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio/dremio-ui-lib@24.1.2-202307070421100538-069e650d?package-id=efc05ed65bba3cac", + "type": "library", + "group": "com.dremio", + "name": "dremio-ui-lib", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-ui-lib:dremio-ui-lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio/dremio-ui-lib@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d7990191621aa41e0f27370f20fa751d6abae087" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui-lib:dremio_ui_lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui_lib:dremio-ui-lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui_lib:dremio_ui_lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui:dremio-ui-lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-ui:dremio_ui_lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui:dremio-ui-lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_ui:dremio_ui_lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-ui-lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_ui_lib:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-ui-lib-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-ui-lib" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-ui-lib-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.dremio.provision/dremio-yarn@24.1.2-202307070421100538-069e650d?package-id=3f35de16eb404ec1", + "type": "library", + "group": "com.dremio.provision", + "name": "dremio-yarn", + "version": "24.1.2-202307070421100538-069e650d", + "cpe": "cpe:2.3:a:dremio-yarn:dremio-yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.dremio.provision/dremio-yarn@24.1.2-202307070421100538-069e650d", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f1d3a67cab92f84d0ec3f8a86c6f404efff4c711" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio-yarn:dremio_yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_yarn:dremio-yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio_yarn:dremio_yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio-yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:provision:dremio_yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio-yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:dremio_yarn:24.1.2-202307070421100538-069e650d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/dremio-yarn-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "dremio-yarn" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.dremio.provision" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/dremio-yarn-24.1.2-202307070421100538-069e650d.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/dt/dt?package-id=575451d40ebca2b9", + "type": "library", + "name": "dt", + "cpe": "cpe:2.3:a:dt:dt:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/dt/dt", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e2df211d7a80066a9c96458732f64db59e2f0167" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/lib/dt.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/lib/dt.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=19094bbf6196e05c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:maven/org.elasticsearch%23server/elasticsearch@6.8.23?package-id=fe75e7c7277b4dd4", + "type": "library", + "name": "elasticsearch", + "version": "6.8.23", + "cpe": "cpe:2.3:a:elasticsearch\\#server:elasticsearch:6.8.23:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.elasticsearch%23server/elasticsearch@6.8.23", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0371350b7dea0034705b33a168eec7fa4ad248f4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch:elasticsearch:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elastic:elasticsearch:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-6.8.23.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-6.8.23.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.elasticsearch%23core/elasticsearch-core@6.8.23?package-id=17a373506ed57bdb", + "type": "library", + "name": "elasticsearch-core", + "version": "6.8.23", + "cpe": "cpe:2.3:a:elasticsearch\\#core:elasticsearch-core:6.8.23:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.elasticsearch%23core/elasticsearch-core@6.8.23", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "83507b746c198cf5d012d0871d1054a3983dbf40" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#core:elasticsearch_core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-core:elasticsearch-core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-core:elasticsearch_core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_core:elasticsearch-core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_core:elasticsearch_core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch:elasticsearch-core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch:elasticsearch_core:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-core-6.8.23.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-core-6.8.23.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.elasticsearch%23x-content/elasticsearch-x-content@6.8.23?package-id=02d4d2206babd77c", + "type": "library", + "name": "elasticsearch-x-content", + "version": "6.8.23", + "cpe": "cpe:2.3:a:elasticsearch\\#x-content:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.elasticsearch%23x-content/elasticsearch-x-content@6.8.23", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5e5ec2f233ff7d71150036c116d85b5b7368a31b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#x-content:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#x_content:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#x_content:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-x-content:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-x-content:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_x_content:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_x_content:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#x:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch\\#x:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-x:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch-x:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_x:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch_x:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch:elasticsearch-x-content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elasticsearch:elasticsearch_x_content:6.8.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-x-content-6.8.23.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/elasticsearch-x-content-6.8.23.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.5.1?package-id=d5f0c24d9b66f039", + "type": "library", + "group": "com.google.errorprone", + "name": "error_prone_annotations", + "version": "2.5.1", + "cpe": "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:errorprone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:errorprone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "error_prone_annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.errorprone" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar:com.google.errorprone:error_prone_annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.5.1?package-id=c243e019fa226a6c", + "type": "library", + "group": "com.google.errorprone", + "name": "error_prone_annotations", + "version": "2.5.1", + "cpe": "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error-prone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error_prone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:errorprone:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:errorprone:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error:error-prone-annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:error:error_prone_annotations:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "error_prone_annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.errorprone" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.errorprone:error_prone_annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esri.geometry/esri-geometry-api@2.0.0?package-id=b12f826698037777", + "type": "library", + "group": "com.esri.geometry", + "name": "esri-geometry-api", + "version": "2.0.0", + "cpe": "cpe:2.3:a:esri-geometry-api:esri-geometry-api:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esri.geometry/esri-geometry-api@2.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0dc7095e78524fa154c41ca4981cda1d0edfcabd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri-geometry-api:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri_geometry_api:esri-geometry-api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri_geometry_api:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri-geometry:esri-geometry-api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri-geometry:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri_geometry:esri-geometry-api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri_geometry:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:geometry:esri-geometry-api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:geometry:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri:esri-geometry-api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esri:esri_geometry_api:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/esri-geometry-api-2.0.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "esri-geometry-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esri.geometry" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/esri-geometry-api-2.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.eventstream/eventstream@1.0.1?package-id=51ddd2d6b9a076cf", + "type": "library", + "group": "software.amazon.eventstream", + "name": "eventstream", + "version": "1.0.1", + "cpe": "cpe:2.3:a:eventstream:eventstream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.eventstream/eventstream@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6ff8649dffc5190366ada897ba8525a836297784" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/eventstream-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "eventstream" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.eventstream" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/eventstream-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=0ccb4611e01d23d2", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=3cf604bc5292024e", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1dcf1de382a0bf95a3d8b0849546c88bac1292c9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/failureaccess-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/failureaccess-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=a48a7209783d184a", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=81cd91879b45e355", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=70e141da130e2195", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=bd8c2cdcfc682ef7", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?package-id=b298bcc2d489c96a", + "type": "library", + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:failureaccess:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "failureaccess" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:failureaccess" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.stephenc.findbugs/findbugs-annotations@1.3.9-1?package-id=4cb8b12d9d2e7504", + "type": "library", + "group": "com.github.stephenc.findbugs", + "name": "findbugs-annotations", + "version": "1.3.9-1", + "cpe": "cpe:2.3:a:findbugs-annotations:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.stephenc.findbugs/findbugs-annotations@1.3.9-1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs-annotations:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs_annotations:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs_annotations:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs-annotations:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs_annotations:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:findbugs-annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:findbugs_annotations:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:findbugs:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:findbugs:1.3.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "findbugs-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.stephenc.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.github.stephenc.findbugs:findbugs-annotations" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d0a590fb3ad8a5f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.flatbuffers/flatbuffers-java@1.12.0?package-id=025ce49bcacbbf57", + "type": "library", + "group": "com.google.flatbuffers", + "name": "flatbuffers-java", + "version": "1.12.0", + "licenses": [ + { + "license": { + "name": "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt" + } + } + ], + "cpe": "cpe:2.3:a:flatbuffers-java:flatbuffers-java:1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.flatbuffers/flatbuffers-java@1.12.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8201cc7b511177a37071249e891f2f2fea4b32e9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers-java:flatbuffers_java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers_java:flatbuffers-java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers_java:flatbuffers_java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers-java:flatbuffers:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers:flatbuffers-java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers:flatbuffers_java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers_java:flatbuffers:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers:flatbuffers:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:flatbuffers-java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:flatbuffers_java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers-java:java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers_java:java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:flatbuffers-java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:flatbuffers_java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:flatbuffers:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatbuffers:java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:flatbuffers:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flatbuffers-java-1.12.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "flatbuffers-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.flatbuffers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flatbuffers-java-1.12.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/flight-core@9.0.0.dev567?package-id=6d741bb43d8942e0", + "type": "library", + "group": "org.apache.arrow", + "name": "flight-core", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:flight-core:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/flight-core@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c475dde28e0b45941e7262c6524065cf0353f688" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:flight_core:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flight-core-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "flight-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flight-core-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/flight-grpc@9.0.0.dev567?package-id=88c74e646dc12ec7", + "type": "library", + "group": "org.apache.arrow", + "name": "flight-grpc", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:flight-grpc:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/flight-grpc@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b80622b19a6ad8dc60ade7953e5cd2bf42304e87" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:flight_grpc:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flight-grpc-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "flight-grpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flight-grpc-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.arrow/flight-sql@9.0.0.dev567?package-id=a8de4d0ebee88a65", + "type": "library", + "group": "org.apache.arrow", + "name": "flight-sql", + "version": "9.0.0.dev567", + "cpe": "cpe:2.3:a:apache:flight-sql:9.0.0.dev567:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.arrow/flight-sql@9.0.0.dev567", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "97155564287c496233aa3e43e1996313077986b1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:flight_sql:9.0.0.dev567:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flight-sql-9.0.0-20221123064031-c39b8a6253-dremio.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "flight-sql" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.arrow" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flight-sql-9.0.0-20221123064031-c39b8a6253-dremio.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/flogger/flogger@0.5.1?package-id=9f02cbb157ae39d1", + "type": "library", + "name": "flogger", + "version": "0.5.1", + "cpe": "cpe:2.3:a:flogger:flogger:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/flogger/flogger@0.5.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "71d1e2cef9cc604800825583df56b8ef5c053f14" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flogger-0.5.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flogger-0.5.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/flogger-system-backend/flogger-system-backend@0.5.1?package-id=a4e70e84778870a0", + "type": "library", + "name": "flogger-system-backend", + "version": "0.5.1", + "cpe": "cpe:2.3:a:flogger-system-backend:flogger-system-backend:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/flogger-system-backend/flogger-system-backend@0.5.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b66d3bedb14da604828a8693bb24fd78e36b0e9e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger-system-backend:flogger_system_backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger_system_backend:flogger-system-backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger_system_backend:flogger_system_backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger-system:flogger-system-backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger-system:flogger_system_backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger_system:flogger-system-backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger_system:flogger_system_backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger:flogger-system-backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flogger:flogger_system_backend:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/flogger-system-backend-0.5.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/flogger-system-backend-0.5.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=7ce7d533482afd30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig:fontconfig:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "375" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04&package-id=aa986ced167c23e6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-dejavu-core", + "version": "2.37-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + } + ], + "cpe": "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-dejavu-core/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2954" + }, + { + "name": "syft:metadata:source", + "value": "fonts-dejavu" + } + ] + }, + { + "bom-ref": "pkg:maven/net.hydromatic/foodmart-data-json@0.4?package-id=84e6f4d94c64c3a7", + "type": "library", + "group": "net.hydromatic", + "name": "foodmart-data-json", + "version": "0.4", + "cpe": "cpe:2.3:a:foodmart-data-json:foodmart-data-json:0.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.hydromatic/foodmart-data-json@0.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c2fd2c73b6a4594b442c008f6c9890860a05e040" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart-data-json:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart_data_json:foodmart-data-json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart_data_json:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart-data:foodmart-data-json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart-data:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart_data:foodmart-data-json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart_data:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hydromatic:foodmart-data-json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hydromatic:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart:foodmart-data-json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foodmart:foodmart_data_json:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/foodmart-data-json-0.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "foodmart-data-json" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.hydromatic" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/foodmart-data-json-0.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.freemarker.freemarker/freemarker@2.3.31?package-id=4863c93bb14d1564", + "type": "library", + "name": "freemarker", + "version": "2.3.31", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0; see: http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:freemarker-org:freemarker:2.3.31:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.freemarker.freemarker/freemarker@2.3.31", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd4fc0942b4a8bdb19f3b669aa42136fb54feb55" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:freemarker_org:freemarker:2.3.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:freemarker:freemarker:2.3.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/freemarker-2.3.31.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/freemarker-2.3.31.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/gax/gax@1.48.0?package-id=4699d9a51ed9c49e", + "type": "library", + "name": "gax", + "version": "1.48.0", + "cpe": "cpe:2.3:a:google:gax:1.48.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/gax/gax@1.48.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fa49b1fb7df4bc065fd0d114cfb17e1b9c8508db" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax:gax:1.48.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gax-1.48.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gax-1.48.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/gax-httpjson/gax-httpjson@0.65.0?package-id=ccecbb97fc6ddf82", + "type": "library", + "name": "gax-httpjson", + "version": "0.65.0", + "cpe": "cpe:2.3:a:gax-httpjson:gax-httpjson:0.65.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/gax-httpjson/gax-httpjson@0.65.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "72ae345cda6be90af9735e2d9043ccc3c1df9e87" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax-httpjson:gax_httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax_httpjson:gax-httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax_httpjson:gax_httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gax-httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gax_httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax:gax-httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gax:gax_httpjson:0.65.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gax-httpjson-0.65.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gax-httpjson-0.65.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=29490fa944fd156e", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "266" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e?package-id=8bbe1dfc3e46cbda", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcs-connector", + "version": "hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:gcs-connector:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs-connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs_connector:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcs-connector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:gcs-connector" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e?package-id=82210d2c7d0f4f9b", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcs-connector", + "version": "hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:gcs-connector:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcs-connector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.cloud.bigdataoss:gcs-connector" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e?package-id=85a967926d57a320", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcs-connector", + "version": "hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:gcs-connector:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcs-connector@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs-connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs_connector:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcs-connector" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:gcs-connector" + } + ] + }, + { + "bom-ref": "pkg:maven/gcs-connector-hadoop3/gcs-connector-hadoop3@2.2.2-dremio-202302142306550801-5be8d7e-shaded?package-id=4eea225e970a19fd", + "type": "library", + "name": "gcs-connector-hadoop3", + "version": "2.2.2-dremio-202302142306550801-5be8d7e-shaded", + "cpe": "cpe:2.3:a:gcs-connector-hadoop3:gcs-connector-hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*", + "purl": "pkg:maven/gcs-connector-hadoop3/gcs-connector-hadoop3@2.2.2-dremio-202302142306550801-5be8d7e-shaded", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bafdfd1883392c15e10072bc48182d1b7c6e4add" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector-hadoop3:gcs_connector_hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector_hadoop3:gcs-connector-hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector_hadoop3:gcs_connector_hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector:gcs-connector-hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs-connector:gcs_connector_hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs-connector-hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs_connector:gcs_connector_hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs-connector-hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcs:gcs_connector_hadoop3:2.2.2-dremio-202302142306550801-5be8d7e-shaded:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e?package-id=3fba7dfb2ec126ca", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcsio", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcsio:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcsio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.cloud.bigdataoss:gcsio" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e?package-id=05c6ae01d796ec28", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcsio", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fd01bfee229f28e6fd8c92fde5310adda36fc390" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcsio:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcsio-2.2.2-dremio-202302142306550801-5be8d7e.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcsio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcsio-2.2.2-dremio-202302142306550801-5be8d7e.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e?package-id=9e1fe802413a0a14", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcsio", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcsio:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcsio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:gcsio" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e?package-id=3c18f2d2ec5e38fa", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "gcsio", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/gcsio@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcsio:gcsio:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gcsio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:gcsio" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/glue@2.17.295?package-id=f1f2dd56969ae7cc", + "type": "library", + "group": "software.amazon.awssdk", + "name": "glue", + "version": "2.17.295", + "cpe": "cpe:2.3:a:glue:glue:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/glue@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8577ca28aef7862ca365c1fe1d70279eee57a81d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/glue-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "glue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/glue-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client@1.31.3?package-id=2cf9fe1aac7c6883", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client:google-api-client:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.api-client:google-api-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client@1.31.3?package-id=f5e75c5be992fedb", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client", + "version": "1.31.3", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google-api-client:google-api-client:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client@1.31.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "79f4401c63852d77d912495e355b66166c38f14d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-client-1.31.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-client-1.31.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client@1.31.3?package-id=561f7abb2e17e9cc", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client:google-api-client:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api-client:google-api-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client@1.31.3?package-id=ef93b5c26858bef7", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client:google-api-client:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api-client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api_client:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api-client:google-api-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3?package-id=f6116cf585511730", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client-jackson2", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client-jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client-jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.api-client:google-api-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3?package-id=a36d3091522a1b5c", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client-jackson2", + "version": "1.31.3", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google-api-client-jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e8047b9176ac7404d394b881e7d45c1d3bedc9bd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client-jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client-jackson2:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-client-jackson2-1.31.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-client-jackson2-1.31.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3?package-id=ab7f1d0f318ec897", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client-jackson2", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client-jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client-jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api-client:google-api-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3?package-id=cc7343e1a7181975", + "type": "library", + "group": "com.google.api-client", + "name": "google-api-client-jackson2", + "version": "1.31.3", + "cpe": "cpe:2.3:a:google-api-client-jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api-client/google-api-client-jackson2@1.31.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client-jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client_jackson2:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api-client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api_client:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-client-jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_client_jackson2:1.31.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api-client:google-api-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0?package-id=4d481fe7d7ad76e1", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-iamcredentials", + "version": "v1-rev20201022-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-iamcredentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.apis:google-api-services-iamcredentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0?package-id=2fbdd075a30a188c", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-iamcredentials", + "version": "v1-rev20201022-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-services-iamcredentials-v1-rev20201022-1.31.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-iamcredentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-services-iamcredentials-v1-rev20201022-1.31.0.jar:com.google.apis:google-api-services-iamcredentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0?package-id=58559994ba7e6388", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-iamcredentials", + "version": "v1-rev20201022-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-iamcredentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.apis:google-api-services-iamcredentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0?package-id=abac9cc6bb9c565c", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-iamcredentials", + "version": "v1-rev20201022-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-iamcredentials@v1-rev20201022-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_iamcredentials:v1-rev20201022-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-iamcredentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.apis:google-api-services-iamcredentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.services.iamcredentials/google-api-services-iamcredentials-v1-rev20201022@1.31.0?package-id=47ff890e4d1ddd61", + "type": "library", + "name": "google-api-services-iamcredentials-v1-rev20201022", + "version": "1.31.0", + "cpe": "cpe:2.3:a:google-api-services-iamcredentials-v1-rev20201022:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.services.iamcredentials/google-api-services-iamcredentials-v1-rev20201022@1.31.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cf26de85813734ef7e5a311a977705def7351031" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1-rev20201022:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1_rev20201022:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1_rev20201022:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1-rev20201022:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1_rev20201022:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iamcredentials:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iamcredentials:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1-rev20201022:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1_rev20201022:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-services-iamcredentials-v1-rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_services_iamcredentials_v1_rev20201022:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1-rev20201022:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1_rev20201022:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials-v1:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials_v1:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-iamcredentials:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_iamcredentials:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iamcredentials:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iamcredentials:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:iamcredentials:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iamcredentials:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:services:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-services-iamcredentials-v1-rev20201022-1.31.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-services-iamcredentials-v1-rev20201022-1.31.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20190624-1.30.1?package-id=d490d3733ba1075b", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-storage", + "version": "v1-rev20190624-1.30.1", + "cpe": "cpe:2.3:a:google-api-services-storage:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20190624-1.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_storage:v1-rev20190624-1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-services-storage-v1-rev20190624-1.30.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-services-storage-v1-rev20190624-1.30.1.jar:com.google.apis:google-api-services-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0?package-id=463139e6be1cd39e", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-storage", + "version": "v1-rev20201112-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.apis:google-api-services-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0?package-id=32c55edf437ab82e", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-storage", + "version": "v1-rev20201112-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.apis:google-api-services-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0?package-id=524f30489007232d", + "type": "library", + "group": "com.google.apis", + "name": "google-api-services-storage", + "version": "v1-rev20201112-1.31.0", + "cpe": "cpe:2.3:a:google-api-services-storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.apis/google-api-services-storage@v1-rev20201112-1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apis:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google-api-services-storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:google_api_services_storage:v1-rev20201112-1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-api-services-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.apis" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.apis:google-api-services-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.services.storage/google-api-services-storage-v1-rev20190624@1.30.1?package-id=0062827cb2a6a7c5", + "type": "library", + "name": "google-api-services-storage-v1-rev20190624", + "version": "1.30.1", + "cpe": "cpe:2.3:a:google-api-services-storage-v1-rev20190624:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.services.storage/google-api-services-storage-v1-rev20190624@1.30.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "965c7c4f92f4a4058b6759505c6f520fb0033832" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1-rev20190624:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1_rev20190624:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1_rev20190624:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1-rev20190624:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1_rev20190624:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1-rev20190624:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1_rev20190624:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:storage:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:storage:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-api-services-storage-v1-rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_api_services_storage_v1_rev20190624:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1-rev20190624:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1_rev20190624:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage-v1:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage_v1:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services-storage:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services_storage:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api-services:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api_services:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:storage:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:storage:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-api:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_api:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:services:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:services:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:storage:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:storage:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.30.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-api-services-storage-v1-rev20190624-1.30.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-api-services-storage-v1-rev20190624-1.30.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-credentials@0.17.1?package-id=e739558491d3151a", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-credentials", + "version": "0.17.1", + "cpe": "cpe:2.3:a:google-auth-library-credentials:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-credentials@0.17.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c4be8a5be14299801b346233be515fc9a5a87c83" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-credentials:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_credentials:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-auth-library-credentials-0.17.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-auth-library-credentials-0.17.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2?package-id=c14dbff707d70d1e", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-credentials", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.auth:google-auth-library-credentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2?package-id=7c3ce10401041b1d", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-credentials", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auth:google-auth-library-credentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2?package-id=d4992abfe4f5a931", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-credentials", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-credentials@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_credentials:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_credentials:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-credentials" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auth:google-auth-library-credentials" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2?package-id=e68190d16ea929da", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-oauth2-http", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-oauth2-http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2-http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-oauth2-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.auth:google-auth-library-oauth2-http" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2?package-id=ba5c6a2dacc2c0cd", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-oauth2-http", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-oauth2-http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6f8fa9bf6a3c81cc36bc1592278012c9f7e82221" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2-http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-auth-library-oauth2-http-0.22.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-oauth2-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-auth-library-oauth2-http-0.22.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2?package-id=ffd7dde4f66269e5", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-oauth2-http", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-oauth2-http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2-http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-oauth2-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auth:google-auth-library-oauth2-http" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2?package-id=e4727f11284b93a9", + "type": "library", + "group": "com.google.auth", + "name": "google-auth-library-oauth2-http", + "version": "0.22.2", + "cpe": "cpe:2.3:a:google-auth-library-oauth2-http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.auth/google-auth-library-oauth2-http@0.22.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2-http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2_http:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library-oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library_oauth2:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth-library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth_library:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google-auth-library-oauth2-http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth:google_auth_library_oauth2_http:0.22.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-auth-library-oauth2-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.auth" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.auth:google-auth-library-oauth2-http" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0?package-id=4c151610fbc94c4c", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core:google-cloud-core:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3c86583b2cf405c1a1ef66fbf3c148516cbfa010" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-cloud-core-1.88.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-cloud-core-1.88.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0?package-id=bc43737d4fd49f05", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core:google-cloud-core:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0?package-id=853c36cc3662fc37", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core:google-cloud-core:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0?package-id=8f55c1693806954a", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core-http", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core-http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0ebd64099b7f8cfc3759e286024bc8fb158d4226" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core-http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-cloud-core-http-1.88.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-cloud-core-http-1.88.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0?package-id=e4f62182726505d9", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core-http", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core-http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core-http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-core-http" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0?package-id=e1966d3f084d0d81", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-core-http", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-core-http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-core-http@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core-http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core_http:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_core:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-core-http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_core_http:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-core-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-core-http" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0?package-id=e22ae2940bac39af", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-storage", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fddc33ddd1e723e3fee606671b879edddb434ebf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-cloud-storage-1.88.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-cloud-storage-1.88.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0?package-id=8fa7139fd28d2d6b", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-storage", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0?package-id=0747ec88b569561f", + "type": "library", + "group": "com.google.cloud", + "name": "google-cloud-storage", + "version": "1.88.0", + "cpe": "cpe:2.3:a:google-cloud-storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud/google-cloud-storage@1.88.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud-storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud_storage:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google-cloud-storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:google_cloud_storage:1.88.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-cloud-storage" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud:google-cloud-storage" + } + ] + }, + { + "bom-ref": "pkg:maven/google-extensions/google-extensions@0.5.1?package-id=837467dff26986bd", + "type": "library", + "name": "google-extensions", + "version": "0.5.1", + "cpe": "cpe:2.3:a:google-extensions:google-extensions:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/google-extensions/google-extensions@0.5.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4f1d862216754651fc1e1f2b614746810e68a4ff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-extensions:google_extensions:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_extensions:google-extensions:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_extensions:google_extensions:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-extensions:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_extensions:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-extensions-0.5.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-extensions-0.5.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client@1.39.0?package-id=feb9d9e6cd5a72ef", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client:google-http-client:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.http-client:google-http-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client@1.39.0?package-id=d162d615a99c0f09", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client", + "version": "1.39.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google-http-client:google-http-client:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client@1.39.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "936d09a3afa6911f1255ce039debeaf37928ee75" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-http-client-1.39.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-http-client-1.39.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client@1.39.0?package-id=b13eb08401e15512", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client:google-http-client:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client@1.39.0?package-id=63245f429a8d94e7", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client:google-http-client:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_client:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0?package-id=03c2153ef7a988be", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-apache-v2", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-apache-v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache-v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-apache-v2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.http-client:google-http-client-apache-v2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0?package-id=0bfd5effa1d2ffe3", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-apache-v2", + "version": "1.39.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google-http-client-apache-v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "247309ce4c27fc7ae48f59dc0fdc85e249152d3d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache-v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-http-client-apache-v2-1.39.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-apache-v2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-http-client-apache-v2-1.39.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0?package-id=dcea6dcdcb722e64", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-apache-v2", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-apache-v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache-v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-apache-v2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-apache-v2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0?package-id=690f6173d59d8416", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-apache-v2", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-apache-v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-apache-v2@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache-v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache_v2:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_apache:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-apache-v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_apache_v2:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-apache-v2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-apache-v2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0?package-id=afac12e06798f629", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-appengine", + "version": "1.31.0", + "cpe": "cpe:2.3:a:google-http-client-appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8e9f1aa1e843727351b14ffce2bda4416363b67a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-http-client-appengine-1.31.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-appengine" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-http-client-appengine-1.31.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0?package-id=d1b1564f2cc0a850", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-appengine", + "version": "1.31.0", + "cpe": "cpe:2.3:a:google-http-client-appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-appengine" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-appengine" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0?package-id=3324ab344caa54c0", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-appengine", + "version": "1.31.0", + "cpe": "cpe:2.3:a:google-http-client-appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-appengine@1.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_appengine:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_appengine:1.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-appengine" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-appengine" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0?package-id=19792eb67a2ed491", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-gson", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.http-client:google-http-client-gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0?package-id=8e3edbd33e1362e2", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-gson", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "24ec436b2b4a27c17ccfa83a9c885a1f582e29b8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-gson:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-http-client-gson-1.39.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-http-client-gson-1.39.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0?package-id=1068cd8424a57b9a", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-gson", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0?package-id=ff27584d48f6fe67", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-gson", + "version": "1.39.0", + "cpe": "cpe:2.3:a:google-http-client-gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-gson@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_gson:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_gson:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0?package-id=e9f908a4b377ef1b", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-jackson2", + "version": "1.38.0", + "cpe": "cpe:2.3:a:google-http-client-jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.http-client:google-http-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0?package-id=29fc3ebb5cc0c32b", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-jackson2", + "version": "1.38.0", + "cpe": "cpe:2.3:a:google-http-client-jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a4c5176317dfd7aca7dec05003a11f5ad9888d4e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-jackson2:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson2:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-http-client-jackson2-1.38.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-http-client-jackson2-1.38.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0?package-id=ef662886a3085ac2", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-jackson2", + "version": "1.38.0", + "cpe": "cpe:2.3:a:google-http-client-jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0?package-id=2418148e2aababd9", + "type": "library", + "group": "com.google.http-client", + "name": "google-http-client-jackson2", + "version": "1.38.0", + "cpe": "cpe:2.3:a:google-http-client-jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.http-client/google-http-client-jackson2@1.38.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client-jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client_jackson2:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google-http-client-jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:google_http_client_jackson2:1.38.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-http-client-jackson2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.http-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.http-client:google-http-client-jackson2" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1?package-id=c8cd30f97bd1e0da", + "type": "library", + "group": "com.google.oauth-client", + "name": "google-oauth-client", + "version": "1.34.1", + "cpe": "cpe:2.3:a:google-oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-oauth-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.oauth-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.oauth-client:google-oauth-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1?package-id=7ce7d87b11c08c45", + "type": "library", + "group": "com.google.oauth-client", + "name": "google-oauth-client", + "version": "1.34.1", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google-oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4a4f88c5e13143f882268c98239fb85c3b2c6cb2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/google-oauth-client-1.34.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-oauth-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.oauth-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/google-oauth-client-1.34.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1?package-id=6e64ee0014bdcb60", + "type": "library", + "group": "com.google.oauth-client", + "name": "google-oauth-client", + "version": "1.34.1", + "cpe": "cpe:2.3:a:google-oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-oauth-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.oauth-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.oauth-client:google-oauth-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1?package-id=a2dd61760ed77060", + "type": "library", + "group": "com.google.oauth-client", + "name": "google-oauth-client", + "version": "1.34.1", + "cpe": "cpe:2.3:a:google-oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.oauth-client/google-oauth-client@1.34.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google-oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:google_oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_client:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth-client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth_client:1.34.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "google-oauth-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.oauth-client" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.oauth-client:google-oauth-client" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a5b49b1b64a74ead", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=2d33b394ede109d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-api/grpc-api@1.54.1?package-id=3e950d97910caab6", + "type": "library", + "name": "grpc-api", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-api:grpc-api:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-api/grpc-api@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "246ee0cafff9104aba6edd5c4423d4a43216c620" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-api:grpc_api:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_api:grpc-api:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_api:grpc_api:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-api:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_api:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-api-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-api-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-context/grpc-context@1.54.1?package-id=7212638f415703f3", + "type": "library", + "name": "grpc-context", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-context:grpc-context:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-context/grpc-context@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7225b68b8f61cb68014b85cacd4365e657e80b5b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-context:grpc_context:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_context:grpc-context:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_context:grpc_context:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-context:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_context:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-context-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-context-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-core/grpc-core@1.54.1?package-id=82f0400270d9038b", + "type": "library", + "name": "grpc-core", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-core:grpc-core:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-core/grpc-core@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "55370c1ab902c6700f8088eb82873a77478698f1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-core:grpc_core:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_core:grpc-core:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_core:grpc_core:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-core:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_core:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-core-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-core-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-netty/grpc-netty@1.54.1?package-id=d48593d1e6676173", + "type": "library", + "name": "grpc-netty", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-netty:grpc-netty:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-netty/grpc-netty@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c8748dad7fd231aa16ac170ccaf7ac61ec8e84d8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-netty:grpc_netty:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_netty:grpc-netty:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_netty:grpc_netty:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-netty:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_netty:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-netty-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-netty-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-protobuf/grpc-protobuf@1.54.1?package-id=37e197195df8891b", + "type": "library", + "name": "grpc-protobuf", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-protobuf:grpc-protobuf:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-protobuf/grpc-protobuf@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3af888f22f0242a4b1272954166173f96db47a79" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-protobuf:grpc_protobuf:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf:grpc-protobuf:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf:grpc_protobuf:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-protobuf:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_protobuf:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-protobuf-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-protobuf-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-protobuf-lite/grpc-protobuf-lite@1.54.1?package-id=ec34a4b408b4cc83", + "type": "library", + "name": "grpc-protobuf-lite", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-protobuf-lite:grpc-protobuf-lite:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-protobuf-lite/grpc-protobuf-lite@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "865388468541fc52f1375f93a89864272e335cb3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-protobuf-lite:grpc_protobuf_lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf_lite:grpc-protobuf-lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf_lite:grpc_protobuf_lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-protobuf:grpc-protobuf-lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-protobuf:grpc_protobuf_lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf:grpc-protobuf-lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_protobuf:grpc_protobuf_lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-protobuf-lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_protobuf_lite:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-protobuf-lite-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-protobuf-lite-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/grpc-stub/grpc-stub@1.54.1?package-id=ee999dab135cf293", + "type": "library", + "name": "grpc-stub", + "version": "1.54.1", + "cpe": "cpe:2.3:a:grpc-stub:grpc-stub:1.54.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/grpc-stub/grpc-stub@1.54.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6f2267abcdf55223a315b1df8348c94820ba3d7a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-stub:grpc_stub:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stub:grpc-stub:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stub:grpc_stub:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-stub:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_stub:1.54.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/grpc-stub-1.54.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/grpc-stub-1.54.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?package-id=3089e886d3e39601", + "type": "library", + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1", + "cpe": "cpe:2.3:a:google:gson:2.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.gson/gson@2.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.gson" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:com.google.code.gson:gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?package-id=e8f77fbd5a96c553", + "type": "library", + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1", + "licenses": [ + { + "license": { + "name": "\"Apache-2.0\";link=\"https://www.apache.org/licenses/LICENSE-2.0.txt\"" + } + } + ], + "cpe": "cpe:2.3:a:google:gson:2.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.gson/gson@2.10.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b3add478d4382b78ea20b1671390a858002feb6c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gson-2.10.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.gson" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gson-2.10.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?package-id=e908b10e17236592", + "type": "library", + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1", + "cpe": "cpe:2.3:a:google:gson:2.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.gson/gson@2.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.gson" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.code.gson:gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?package-id=c4309d15f00f74aa", + "type": "library", + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1", + "cpe": "cpe:2.3:a:google:gson:2.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.gson/gson@2.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gson:gson:2.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.gson" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.code.gson:gson" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@11.0.2?package-id=7d1ebea42c216e24", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "11.0.2", + "cpe": "cpe:2.3:a:google:guava:11.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@11.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:11.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@13.0.1?package-id=8dcdefaa66140926", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "13.0.1", + "cpe": "cpe:2.3:a:google:guava:13.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@13.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:13.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@30.1-jre?package-id=27b91d8624da6054", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "30.1-jre", + "cpe": "cpe:2.3:a:google:guava:30.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@30.1-jre", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:30.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@30.1-jre?package-id=1d368fb59aa6e8c5", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "30.1-jre", + "cpe": "cpe:2.3:a:google:guava:30.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@30.1-jre", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:30.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@30.1-jre?package-id=bc3b11e184194851", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "30.1-jre", + "cpe": "cpe:2.3:a:google:guava:30.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@30.1-jre", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:30.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@30.1.1-jre?package-id=8415ae6f9ee2167a", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "30.1.1-jre", + "cpe": "cpe:2.3:a:google:guava:30.1.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@30.1.1-jre", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:30.1.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@31.1-jre?package-id=77afa154e2b6c06e", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "31.1-jre", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google:guava:31.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@31.1-jre", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "60458f877d055d0c9114d9e1a2efb737b4bc282c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:31.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/guava-31.1-jre.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/guava-31.1-jre.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/guava@31.1-jre?package-id=884565892505dfb2", + "type": "library", + "group": "com.google.guava", + "name": "guava", + "version": "31.1-jre", + "cpe": "cpe:2.3:a:google:guava:31.1-jre:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/guava@31.1-jre", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:guava:31.1-jre:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar:com.google.guava:guava" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.inject/guice@5.1.0?package-id=605f1f9cf423254e", + "type": "library", + "name": "guice", + "version": "5.1.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:google:inject:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.inject/guice@5.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "da25056c694c54ba16e78e4fc35f17fc60f0d1b4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:guice:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:guice:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:guice:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/guice-5.1.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/guice-5.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.inject.servlet/guice-servlet@5.1.0?package-id=5c61b81ac1c04b46", + "type": "library", + "name": "guice-servlet", + "version": "5.1.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:guice-servlet:guice-servlet:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.inject.servlet/guice-servlet@5.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cb89ddec4246a469698a3461e69de1f245016c5d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice-servlet:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice_servlet:guice-servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice_servlet:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice-servlet:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice_servlet:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:guice-servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:guice-servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice-servlet:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice_servlet:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:guice-servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:guice-servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:guice_servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:servlet:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guice:inject:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/guice-servlet-5.1.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/guice-servlet-5.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=887217cf2b495987", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-annotations@2.8.5?package-id=37f87370b7ff970a", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-annotations", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-annotations:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-annotations@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_annotations:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-annotations@3.3.2-dremio-202305122016210436-942ab1c?package-id=edf13a97c8b6e0ee", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-annotations", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-annotations:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-annotations@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a1085cd94409a04fc4693db200415793c2e20697" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_annotations:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-annotations-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-annotations-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-annotations@3.3.2-dremio-202305122016210436-942ab1c?package-id=e8d81bb210d9d0ac", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-annotations", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-annotations:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-annotations@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_annotations:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-auth@2.8.5?package-id=248f901073bad101", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-auth", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-auth:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-auth@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_auth:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-auth" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-auth" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-auth@3.3.2-dremio-202305122016210436-942ab1c?package-id=12f3c9abe6d16d85", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-auth", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-auth:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-auth@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4e62418b3e6b0751dba3461c7357cdac33caefb5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_auth:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-auth-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-auth" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-auth-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-auth@3.3.2-dremio-202305122016210436-942ab1c?package-id=121bccdef121e24b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-auth", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-auth:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-auth@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_auth:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-auth" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-auth" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-aws@2.8.5?package-id=6762627ca95f9aca", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-aws", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-aws:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-aws@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_aws:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-aws" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-aws" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-aws@3.3.2-dremio-202305122016210436-942ab1c?package-id=cc66bbf2c84fc58e", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-aws", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-aws:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-aws@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "70a916499c0ee02d81608c1480ef59a70c74e40c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_aws:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-aws-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-aws" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-aws-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-aws@3.3.2-dremio-202305122016210436-942ab1c?package-id=092d8c1877348fe7", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-aws", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-aws:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-aws@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_aws:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-aws" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-aws" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure@2.8.5-dremio-r2-202305092225000902-c107c46?package-id=72618ea45f12e1c0", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure", + "version": "2.8.5-dremio-r2-202305092225000902-c107c46", + "cpe": "cpe:2.3:a:apache:hadoop-azure:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure@2.8.5-dremio-r2-202305092225000902-c107c46", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "037fb5031a191dafc9b8618c420a0dcb431b6690" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-azure-2.8.5-dremio-r2-202305092225000902-c107c46.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-azure-2.8.5-dremio-r2-202305092225000902-c107c46.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure@2.8.5-dremio-r2-202305092225000902-c107c46?package-id=fd59956b62d9faaa", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure", + "version": "2.8.5-dremio-r2-202305092225000902-c107c46", + "cpe": "cpe:2.3:a:apache:hadoop-azure:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure@2.8.5-dremio-r2-202305092225000902-c107c46", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5-dremio-r2-202305092225000902-c107c46:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-azure" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure@3.3.2-dremio-202305122016210436-942ab1c?package-id=e8b87c238b3fe950", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-azure:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-azure" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@2.8.5?package-id=330b1eda58aa7f2b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure-datalake", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-azure-datalake:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure_datalake:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure-datalake" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-azure-datalake" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@3.3.2-dremio-202305122016210436-942ab1c?package-id=4029bc2637a85a11", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure-datalake", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-azure-datalake:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c4719ca97e7214ace1e025797c8c496aaaa9ff66" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure_datalake:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-azure-datalake-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure-datalake" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-azure-datalake-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@3.3.2-dremio-202305122016210436-942ab1c?package-id=5fbe28a3044e7cac", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-azure-datalake", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-azure-datalake:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-azure-datalake@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_azure_datalake:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-azure-datalake" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-azure-datalake" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-client@2.8.5?package-id=159879659bd504e6", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-client", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-client:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-client@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_client:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=606e5a0de488b340", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-client@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "17c43ecb1823ebac4d3df85e3ed77023c2b78e3a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=16fb8fa683a26701", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-client@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-common@2.8.5?package-id=8cf34b668e93a130", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-common", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-common:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-common@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_common:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=1af6f01eac5e1d08", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-common@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f5860c42d5d319838c944a76f6ed630314b19675" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=3238d8e228238378", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-common@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs@2.8.5?package-id=b66b734e743eb89e", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-hdfs" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs@3.3.2-dremio-202305122016210436-942ab1c?package-id=4304d92c1d2b51ed", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e3e566b127a70cca75390e0b846510258ecd4b12" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-hdfs-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-hdfs-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs@3.3.2-dremio-202305122016210436-942ab1c?package-id=7db794e81a7f2db8", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-hdfs" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@2.8.5?package-id=cbf62922309fc3c5", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs-client", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs-client:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs_client:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-hdfs-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=52eb2742aacd800b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5e24b54bd612d5f8922cc4b34c523921018f03b3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-hdfs-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-hdfs-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=daae8201d44dc3b8", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-hdfs-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-hdfs-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-hdfs-client@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_hdfs_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-hdfs-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-hdfs-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-app@2.8.5?package-id=fe226052ed19a8b3", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-app", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-app:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-app@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_app:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-app" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-app" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@2.8.5?package-id=87231f48cbef682c", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-common", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-common:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_common:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=84f0ab7eaf10e031", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fd3a650eb3599d0bcfd50996ab81075f2baa5514" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=8eb46ad60cf4597b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-common@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@2.8.5?package-id=cc348482de3e659c", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-core", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-core:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_core:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@3.3.2-dremio-202305122016210436-942ab1c?package-id=9300060de83ea72e", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-core", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-core:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "61d033c392bed0b80c4d621e880f36723435cf4e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_core:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-core-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-core-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@3.3.2-dremio-202305122016210436-942ab1c?package-id=aecde009c076533b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-core", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-core:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-core@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_core:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@2.8.5?package-id=bb51541d8589c316", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-jobclient", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-jobclient:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_jobclient:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-jobclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-jobclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@3.3.2-dremio-202305122016210436-942ab1c?package-id=056eff662b014593", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-jobclient", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-jobclient:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3b4463c0cb46dbeb8c9aafd2495bd9990f9abaeb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_jobclient:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-jobclient-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-jobclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-mapreduce-client-jobclient-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@3.3.2-dremio-202305122016210436-942ab1c?package-id=ae5267b59f457850", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-jobclient", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-jobclient:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-jobclient@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_jobclient:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-jobclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-jobclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-shuffle@2.8.5?package-id=7d9f9aa6da56710c", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-mapreduce-client-shuffle", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-mapreduce-client-shuffle:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-mapreduce-client-shuffle@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_mapreduce_client_shuffle:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-mapreduce-client-shuffle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-mapreduce-client-shuffle" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-guava@1.1.1?package-id=856fdc5e2a2ddde8", + "type": "library", + "group": "org.apache.hadoop.thirdparty", + "name": "hadoop-shaded-guava", + "version": "1.1.1", + "cpe": "cpe:2.3:a:apache:hadoop-shaded-guava:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-guava@1.1.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "02419d851c01139edf9e19b81056382163d9bfab" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_shaded_guava:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-shaded-guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-guava@1.1.1?package-id=77533f2027d42caa", + "type": "library", + "group": "org.apache.hadoop.thirdparty", + "name": "hadoop-shaded-guava", + "version": "1.1.1", + "cpe": "cpe:2.3:a:apache:hadoop-shaded-guava:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-guava@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_shaded_guava:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-shaded-guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop.thirdparty:hadoop-shaded-guava" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-protobuf_3_7@1.1.1?package-id=604c579ea58f45b3", + "type": "library", + "group": "org.apache.hadoop.thirdparty", + "name": "hadoop-shaded-protobuf_3_7", + "version": "1.1.1", + "cpe": "cpe:2.3:a:apache:hadoop-shaded-protobuf-3-7:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-protobuf_3_7@1.1.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "57b7ba0ca94313c342b03bd31830fe4a8f34bc1a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop-shaded-protobuf_3_7:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_shaded_protobuf_3_7:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-protobuf_3_7-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-shaded-protobuf_3_7" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-protobuf_3_7-1.1.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-protobuf_3_7@1.1.1?package-id=66e260600fe37c02", + "type": "library", + "group": "org.apache.hadoop.thirdparty", + "name": "hadoop-shaded-protobuf_3_7", + "version": "1.1.1", + "cpe": "cpe:2.3:a:apache:hadoop-shaded-protobuf-3-7:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.thirdparty/hadoop-shaded-protobuf_3_7@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop-shaded-protobuf_3_7:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_shaded_protobuf_3_7:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-shaded-protobuf_3_7" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@2.8.5?package-id=fc3eb54451ff229b", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-api", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-api:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_api:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@3.3.2-dremio-202305122016210436-942ab1c?package-id=28dd90a6348db5a4", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-api", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-api:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4490aa72f7bef4229be90925e421e9d506ec3daf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_api:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-api-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-api-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@3.3.2-dremio-202305122016210436-942ab1c?package-id=a832aaf9f6abb956", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-api", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-api:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-api@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_api:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@2.8.5?package-id=acb25ba33af9070f", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-client", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-client:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_client:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=69e2f5e1455e623a", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c07fc03505212939c5981e0a3e9fb26d64db7dfe" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-client-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@3.3.2-dremio-202305122016210436-942ab1c?package-id=da3c5577f14cb40d", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-client", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-client@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_client:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@2.8.5?package-id=0e9314e9e95578d6", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-common", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-common:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_common:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=fe5bde6f91f2adf5", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@3.3.2-dremio-202305122016210436-942ab1c", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "709c888e5d22a359e1b1abb68a93d6d11d7948c9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-yarn-common-3.3.2-dremio-202305122016210436-942ab1c.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@3.3.2-dremio-202305122016210436-942ab1c?package-id=3a68cf7edba33359", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-common", + "version": "3.3.2-dremio-202305122016210436-942ab1c", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-common@3.3.2-dremio-202305122016210436-942ab1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_common:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.3.2-dremio-202305122016210436-942ab1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop/hadoop-yarn-server-common@2.8.5?package-id=6ebd7e6539a102d1", + "type": "library", + "group": "org.apache.hadoop", + "name": "hadoop-yarn-server-common", + "version": "2.8.5", + "cpe": "cpe:2.3:a:apache:hadoop-yarn-server-common:2.8.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop/hadoop-yarn-server-common@2.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop_yarn_server_common:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:2.8.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hadoop-yarn-server-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hadoop" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hadoop:hadoop-yarn-server-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.hamcrest/hamcrest@2.1?package-id=58db3d64d9d14474", + "type": "library", + "name": "hamcrest", + "version": "2.1", + "cpe": "cpe:2.3:a:hamcrest-org:hamcrest:2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.hamcrest/hamcrest@2.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9420ba32c29217b54eebd26ff7f9234d31c3fbb2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hamcrest_org:hamcrest:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hamcrest:hamcrest:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hamcrest-2.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hamcrest-2.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-annotations@1.1.13?package-id=df7ea8bbfed4eddc", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-annotations", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-annotations:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-annotations@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_annotations:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-asyncfs@2.5.3?package-id=3da3d991cb95c138", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-asyncfs", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-asyncfs:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-asyncfs@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_asyncfs:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-asyncfs" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-asyncfs" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-client@1.1.13?package-id=076c3846ea56c26b", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-client", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-client:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-client@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_client:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-client@2.5.3?package-id=6e20c8e7125829f2", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-client", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-client:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-client@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_client:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-common@1.1.13?package-id=1c1f04901f81cc37", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-common", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-common:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-common@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_common:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-common@2.5.3?package-id=e9b50a3cbc77aa44", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-common", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-common:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-common@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_common:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-hadoop-compat@1.1.13?package-id=af54897ccd3f2ee7", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-hadoop-compat", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-hadoop-compat:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-hadoop-compat@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_hadoop_compat:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-hadoop-compat" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-hadoop-compat" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-hadoop-compat@2.5.3?package-id=d79ba876d0c7041c", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-hadoop-compat", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-hadoop-compat:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-hadoop-compat@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_hadoop_compat:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-hadoop-compat" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-hadoop-compat" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-hadoop2-compat@1.1.13?package-id=eb383fb3608020b0", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-hadoop2-compat", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-hadoop2-compat:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-hadoop2-compat@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_hadoop2_compat:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-hadoop2-compat" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-hadoop2-compat" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-hadoop2-compat@2.5.3?package-id=e7f52d37d755d99a", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-hadoop2-compat", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-hadoop2-compat:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-hadoop2-compat@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_hadoop2_compat:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-hadoop2-compat" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-hadoop2-compat" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-http@2.5.3?package-id=a1afaffbe15a5832", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-http", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-http:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-http@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_http:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-http" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-logging@2.5.3?package-id=1781794355d5e096", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-logging", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-logging:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-logging@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_logging:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-logging" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-logging" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-mapreduce@2.5.3?package-id=f35f6c150ebe6f80", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-mapreduce", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-mapreduce:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-mapreduce@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_mapreduce:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-mapreduce" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-mapreduce" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-metrics@2.5.3?package-id=0637d3e0b9c662a5", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-metrics", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-metrics:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-metrics@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_metrics:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-metrics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-metrics" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-metrics-api@2.5.3?package-id=179c72747c94698c", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-metrics-api", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-metrics-api:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-metrics-api@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_metrics_api:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-metrics-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-metrics-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-protocol@1.1.13?package-id=4c3fe2e397959125", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-protocol", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-protocol:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-protocol@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_protocol:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-protocol" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-protocol@2.5.3?package-id=6a0f5d4bb68d5efc", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-protocol", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-protocol:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-protocol@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_protocol:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-protocol" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-protocol" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-protocol-shaded@2.5.3?package-id=d836743e4fbecd85", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-protocol-shaded", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-protocol-shaded:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-protocol-shaded@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_protocol_shaded:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-protocol-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-protocol-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-replication@2.5.3?package-id=d609e2f700928135", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-replication", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-replication:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-replication@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_replication:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-replication" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-replication" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-server@1.1.13?package-id=376d5cf2c318823d", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-server", + "version": "1.1.13", + "cpe": "cpe:2.3:a:apache:hbase-server:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-server@1.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_server:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-server" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-server@2.5.3?package-id=8bfb331995a0368f", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-server", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-server:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-server@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_server:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-server" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-gson@4.1.4?package-id=343922607743b00a", + "type": "library", + "group": "org.apache.hbase.thirdparty", + "name": "hbase-shaded-gson", + "version": "4.1.4", + "cpe": "cpe:2.3:a:apache:hbase-shaded-gson:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-gson@4.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_shaded_gson:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-shaded-gson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase.thirdparty:hbase-shaded-gson" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-miscellaneous@4.1.4?package-id=443ae5f22223fa00", + "type": "library", + "group": "org.apache.hbase.thirdparty", + "name": "hbase-shaded-miscellaneous", + "version": "4.1.4", + "cpe": "cpe:2.3:a:apache:hbase-shaded-miscellaneous:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-miscellaneous@4.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_shaded_miscellaneous:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-shaded-miscellaneous" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase.thirdparty:hbase-shaded-miscellaneous" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-netty@4.1.4?package-id=47af5c1e30b27a18", + "type": "library", + "group": "org.apache.hbase.thirdparty", + "name": "hbase-shaded-netty", + "version": "4.1.4", + "cpe": "cpe:2.3:a:apache:hbase-shaded-netty:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-netty@4.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_shaded_netty:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-shaded-netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase.thirdparty:hbase-shaded-netty" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-protobuf@4.1.4?package-id=0f69477e1ae91f4e", + "type": "library", + "group": "org.apache.hbase.thirdparty", + "name": "hbase-shaded-protobuf", + "version": "4.1.4", + "cpe": "cpe:2.3:a:apache:hbase-shaded-protobuf:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase.thirdparty/hbase-shaded-protobuf@4.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_shaded_protobuf:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-shaded-protobuf" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase.thirdparty:hbase-shaded-protobuf" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase.thirdparty/hbase-unsafe@4.1.4?package-id=2ca18a5955d9532d", + "type": "library", + "group": "org.apache.hbase.thirdparty", + "name": "hbase-unsafe", + "version": "4.1.4", + "cpe": "cpe:2.3:a:apache:hbase-unsafe:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase.thirdparty/hbase-unsafe@4.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_unsafe:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-unsafe" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase.thirdparty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase.thirdparty:hbase-unsafe" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hbase/hbase-zookeeper@2.5.3?package-id=ca603b5bbcee3c05", + "type": "library", + "group": "org.apache.hbase", + "name": "hbase-zookeeper", + "version": "2.5.3", + "cpe": "cpe:2.3:a:apache:hbase-zookeeper:2.5.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hbase/hbase-zookeeper@2.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase_zookeeper:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hbase:2.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hbase-zookeeper" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hbase" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hbase:hbase-zookeeper" + } + ] + }, + { + "bom-ref": "pkg:maven/org.hibernate.validator/hibernate-validator@6.2.0.Final?package-id=ef4374cd4ffe8f9e", + "type": "library", + "group": "org.hibernate.validator", + "name": "hibernate-validator", + "version": "6.2.0.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:hibernate-validator:hibernate-validator:6.2.0.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.hibernate.validator/hibernate-validator@6.2.0.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d6b0760dfffbf379cedd02f715ff4c9a2e215921" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate-validator:hibernate_validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate_validator:hibernate-validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate_validator:hibernate_validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate-validator:validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate:hibernate-validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate:hibernate_validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate_validator:validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validator:hibernate-validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validator:hibernate_validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hibernate:validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validator:validator:6.2.0.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hibernate-validator-6.2.0.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hibernate-validator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.hibernate.validator" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hibernate-validator-6.2.0.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-common@2.3.9-dremio-202305101625150255-0beca91?package-id=37b1cc894849011e", + "type": "library", + "group": "org.apache.hive", + "name": "hive-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-common@2.3.9-dremio-202305101625150255-0beca91?package-id=bd04665bc55c0ab0", + "type": "library", + "group": "org.apache.hive", + "name": "hive-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-common@3.1.1-dremio-202305102143550145-5934df5?package-id=b9ec2fb386e548fe", + "type": "library", + "group": "org.apache.hive", + "name": "hive-common", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-common@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-contrib@2.3.9-dremio-202305101625150255-0beca91?package-id=c6c58c2573c5db16", + "type": "library", + "group": "org.apache.hive", + "name": "hive-contrib", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-contrib:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-contrib@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_contrib:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-contrib" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-contrib" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-contrib@3.1.1-dremio-202305102143550145-5934df5?package-id=111487bc420d9d4d", + "type": "library", + "group": "org.apache.hive", + "name": "hive-contrib", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-contrib:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-contrib@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_contrib:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-contrib" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-contrib" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-exec@2.3.9-dremio-202305101625150255-0beca91?package-id=b9c4a13849d9a845", + "type": "library", + "group": "org.apache.hive", + "name": "hive-exec", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-exec:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-exec@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_exec:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-exec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-exec" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-exec@2.3.9-dremio-202305101625150255-0beca91?package-id=feb3c3aad639c0fb", + "type": "library", + "group": "org.apache.hive", + "name": "hive-exec", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-exec:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-exec@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_exec:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-exec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-exec" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-exec@3.1.1-dremio-202305102143550145-5934df5?package-id=1a9edd88a4488749", + "type": "library", + "group": "org.apache.hive", + "name": "hive-exec", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-exec:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-exec@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_exec:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-exec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-exec" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-hbase-handler@2.3.9-dremio-202305101625150255-0beca91?package-id=36b648bc18a6dc98", + "type": "library", + "group": "org.apache.hive", + "name": "hive-hbase-handler", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-hbase-handler:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-hbase-handler@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_hbase_handler:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-hbase-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-hbase-handler" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-hbase-handler@3.1.1-dremio-202305102143550145-5934df5?package-id=06e2ade8d69f2484", + "type": "library", + "group": "org.apache.hive", + "name": "hive-hbase-handler", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-hbase-handler:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-hbase-handler@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_hbase_handler:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-hbase-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-hbase-handler" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-client@2.3.9-dremio-202305101625150255-0beca91?package-id=86c1e2c8f2aa696b", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-client", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-llap-client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-client@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-client@2.3.9-dremio-202305101625150255-0beca91?package-id=a2cceb473629bb41", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-client", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-llap-client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-client@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-client@3.1.1-dremio-202305102143550145-5934df5?package-id=dd9a1de73bf375ee", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-client", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-llap-client:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-client@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_client:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-common@2.3.9-dremio-202305101625150255-0beca91?package-id=1d165a8a513f3d2b", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-llap-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-common@2.3.9-dremio-202305101625150255-0beca91?package-id=4fd120990d66ac7a", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-llap-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-llap-common@3.1.1-dremio-202305102143550145-5934df5?package-id=58478e810db58568", + "type": "library", + "group": "org.apache.hive", + "name": "hive-llap-common", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-llap-common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-llap-common@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_llap_common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-llap-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-llap-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-metastore@2.3.9-dremio-202305101625150255-0beca91?package-id=0ac1a1915ffdfd98", + "type": "library", + "group": "org.apache.hive", + "name": "hive-metastore", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-metastore:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-metastore@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_metastore:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-metastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-metastore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-metastore@2.3.9-dremio-202305101625150255-0beca91?package-id=be6a8b6e20ea6a1a", + "type": "library", + "group": "org.apache.hive", + "name": "hive-metastore", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-metastore:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-metastore@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_metastore:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-metastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-metastore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-metastore@3.1.1-dremio-202305102143550145-5934df5?package-id=087d191fe1509baa", + "type": "library", + "group": "org.apache.hive", + "name": "hive-metastore", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-metastore:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-metastore@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_metastore:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-metastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-metastore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-serde@2.3.9-dremio-202305101625150255-0beca91?package-id=86ab9017fc6ff22f", + "type": "library", + "group": "org.apache.hive", + "name": "hive-serde", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-serde:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-serde@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_serde:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-serde" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-serde" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-serde@2.3.9-dremio-202305101625150255-0beca91?package-id=a03018112966a21e", + "type": "library", + "group": "org.apache.hive", + "name": "hive-serde", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-serde:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-serde@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_serde:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-serde" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-serde" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-serde@3.1.1-dremio-202305102143550145-5934df5?package-id=b6f5833645c3a9fe", + "type": "library", + "group": "org.apache.hive", + "name": "hive-serde", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-serde:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-serde@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_serde:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-serde" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-serde" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-service-rpc@2.3.9-dremio-202305101625150255-0beca91?package-id=8cc6b6466f81e8a3", + "type": "library", + "group": "org.apache.hive", + "name": "hive-service-rpc", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-service-rpc:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-service-rpc@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_service_rpc:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-service-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-service-rpc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-service-rpc@2.3.9-dremio-202305101625150255-0beca91?package-id=a80165cb07d25bae", + "type": "library", + "group": "org.apache.hive", + "name": "hive-service-rpc", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-service-rpc:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-service-rpc@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_service_rpc:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-service-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-service-rpc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-service-rpc@3.1.1-dremio-202305102143550145-5934df5?package-id=a987bce9a69e70dd", + "type": "library", + "group": "org.apache.hive", + "name": "hive-service-rpc", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-service-rpc:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-service-rpc@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_service_rpc:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-service-rpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-service-rpc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@2.3.9-dremio-202305101625150255-0beca91?package-id=8bfb36f6d8e2681a", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-0.23", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-shims-0.23:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_0.23:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:shims:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-0.23" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-0.23" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@2.3.9-dremio-202305101625150255-0beca91?package-id=aaa62e471b6ecc08", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-0.23", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-shims-0.23:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_0.23:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:shims:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-0.23" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-0.23" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@3.1.1-dremio-202305102143550145-5934df5?package-id=324c059422092215", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-0.23", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-shims-0.23:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-0.23@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_0.23:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:shims:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-0.23" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-0.23" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-common@2.3.9-dremio-202305101625150255-0beca91?package-id=1b1d6e4a7bffc190", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-shims-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-common@2.3.9-dremio-202305101625150255-0beca91?package-id=bda260ee27612f53", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-common", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:hive-shims-common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-common@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_common:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive.shims/hive-shims-common@3.1.1-dremio-202305102143550145-5934df5?package-id=c1a79200468c70c8", + "type": "library", + "group": "org.apache.hive.shims", + "name": "hive-shims-common", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-shims-common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive.shims/hive-shims-common@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_shims_common:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive.shims" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive.shims:hive-shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-spark-client@3.1.1-dremio-202305102143550145-5934df5?package-id=c30da756c6323293", + "type": "library", + "group": "org.apache.hive", + "name": "hive-spark-client", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-spark-client:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-spark-client@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_spark_client:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-spark-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-spark-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-standalone-metastore@3.1.1-dremio-202305102143550145-5934df5?package-id=3b56ded763cc01ec", + "type": "library", + "group": "org.apache.hive", + "name": "hive-standalone-metastore", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-standalone-metastore:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-standalone-metastore@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_standalone_metastore:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-standalone-metastore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-standalone-metastore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-storage-api@2.4.0?package-id=3f0ac471a5219932", + "type": "library", + "group": "org.apache.hive", + "name": "hive-storage-api", + "version": "2.4.0", + "cpe": "cpe:2.3:a:apache:hive-storage-api:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-storage-api@2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_storage_api:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-storage-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-storage-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-storage-api@2.4.0?package-id=c7194e88443d726f", + "type": "library", + "group": "org.apache.hive", + "name": "hive-storage-api", + "version": "2.4.0", + "cpe": "cpe:2.3:a:apache:hive-storage-api:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-storage-api@2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_storage_api:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-storage-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-storage-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-storage-api@2.7.0?package-id=3f89a164a7e59e1b", + "type": "library", + "group": "org.apache.hive", + "name": "hive-storage-api", + "version": "2.7.0", + "cpe": "cpe:2.3:a:apache:hive-storage-api:2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-storage-api@2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_storage_api:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-storage-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-storage-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/hive-upgrade-acid@3.1.1-dremio-202305102143550145-5934df5?package-id=4c4a6e0c9ba71f3b", + "type": "library", + "group": "org.apache.hive", + "name": "hive-upgrade-acid", + "version": "3.1.1-dremio-202305102143550145-5934df5", + "cpe": "cpe:2.3:a:apache:hive-upgrade-acid:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/hive-upgrade-acid@3.1.1-dremio-202305102143550145-5934df5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive_upgrade_acid:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hive:3.1.1-dremio-202305102143550145-5934df5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive-upgrade-acid" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:hive-upgrade-acid" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae?package-id=cb0f7bdfabd10515", + "type": "library", + "group": "com.amazonaws.glue", + "name": "hive2-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:hive2-shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2-shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive2-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar:com.amazonaws.glue:hive2-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae?package-id=2392b48273bf777e", + "type": "library", + "group": "com.amazonaws.glue", + "name": "hive2-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:hive2-shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2-shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive2-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:hive2-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae?package-id=6e3281fbafb7bcc9", + "type": "library", + "group": "com.amazonaws.glue", + "name": "hive2-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:hive2-shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/hive2-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2-shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2_shims:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hive2:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:hive2_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hive2-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:hive2-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-api@2.6.1?package-id=0899b0c9141944cd", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-api", + "version": "2.6.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:glassfish:hk2-api:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-api@2.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "114bd7afb4a1bd9993527f52a08a252b5d2acac5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hk2-api-2.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hk2-api-2.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-api@2.6.1?package-id=bc1ee94d6dd4dc95", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-api", + "version": "2.6.1", + "cpe": "cpe:2.3:a:glassfish:hk2-api:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-api@2.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-api:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_api:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_api:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2:hk2-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-locator@2.6.1?package-id=3b0fa7cf642d6e98", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-locator", + "version": "2.6.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:hk2-locator:hk2-locator:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-locator@2.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9dedf9d2022e38ec0743ed44c1ac94ad6149acdd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-locator:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-locator:locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:locator:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:locator:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-locator:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:locator:locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:locator:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hk2-locator-2.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-locator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hk2-locator-2.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-locator@2.6.1?package-id=aa540f1f265a213e", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-locator", + "version": "2.6.1", + "cpe": "cpe:2.3:a:hk2-locator:hk2-locator:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-locator@2.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-locator:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-locator:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_locator:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_locator:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-locator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2:hk2-locator" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-utils@2.6.1?package-id=a2aef95dc7b6188c", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-utils", + "version": "2.6.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:glassfish:hk2-utils:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-utils@2.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "396513aa96c1d5a10aa4f75c4dcbf259a698d62d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hk2-utils-2.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hk2-utils-2.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/hk2-utils@2.6.1?package-id=eca18abd8dbb1675", + "type": "library", + "group": "org.glassfish.hk2", + "name": "hk2-utils", + "version": "2.6.1", + "cpe": "cpe:2.3:a:glassfish:hk2-utils:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/hk2-utils@2.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2-utils:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2-utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2_utils:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2_utils:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hk2-utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2:hk2-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=e1f1435d959ddc62", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:maven/com.carrotsearch/hppc@0.7.1?package-id=c50b0e3f0868959f", + "type": "library", + "group": "com.carrotsearch", + "name": "hppc", + "version": "0.7.1", + "cpe": "cpe:2.3:a:carrotsearch:hppc:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.carrotsearch/hppc@0.7.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8b5057f74ea378c0150a1860874a3ebdcb713767" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hppc:hppc:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hppc-0.7.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hppc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.carrotsearch" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hppc-0.7.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.carrotsearch/hppc@0.7.1?package-id=e06af87dddfd909c", + "type": "library", + "group": "com.carrotsearch", + "name": "hppc", + "version": "0.7.1", + "cpe": "cpe:2.3:a:carrotsearch:hppc:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.carrotsearch/hppc@0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hppc:hppc:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hppc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.carrotsearch" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.carrotsearch:hppc" + } + ] + }, + { + "bom-ref": "pkg:maven/com.carrotsearch/hppc@0.7.1?package-id=e569d90cfc6363e5", + "type": "library", + "group": "com.carrotsearch", + "name": "hppc", + "version": "0.7.1", + "cpe": "cpe:2.3:a:carrotsearch:hppc:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.carrotsearch/hppc@0.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hppc:hppc:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "hppc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.carrotsearch" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.carrotsearch:hppc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.htrace/htrace-core@3.1.0-incubating?package-id=6e1004e18e76d744", + "type": "library", + "group": "org.apache.htrace", + "name": "htrace-core", + "version": "3.1.0-incubating", + "cpe": "cpe:2.3:a:apache:htrace-core:3.1.0-incubating:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.htrace/htrace-core@3.1.0-incubating", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:htrace_core:3.1.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:htrace:3.1.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "htrace-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.htrace" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.htrace:htrace-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.htrace/htrace-core4@4.0.1-incubating?package-id=8126a800b88175ab", + "type": "library", + "group": "org.apache.htrace", + "name": "htrace-core4", + "version": "4.0.1-incubating", + "cpe": "cpe:2.3:a:apache:htrace-core4:4.0.1-incubating:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.htrace/htrace-core4@4.0.1-incubating", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:htrace_core4:4.0.1-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:htrace:4.0.1-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "htrace-core4" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.htrace" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.htrace:htrace-core4" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/http-client-spi@2.17.295?package-id=7d3fec0e4f872cb5", + "type": "library", + "group": "software.amazon.awssdk", + "name": "http-client-spi", + "version": "2.17.295", + "cpe": "cpe:2.3:a:http-client-spi:http-client-spi:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/http-client-spi@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "42c001d1f97f9ec72fb39327d678eddcd1b408f1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client-spi:http_client_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client_spi:http-client-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client_spi:http_client_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http-client-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-client:http_client_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http-client-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_client:http_client_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-client-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_client_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/http-client-spi-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "http-client-spi" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/http-client-spi-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13?package-id=06931d49ed3710b4", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpclient", + "version": "4.5.13", + "cpe": "cpe:2.3:a:apache:httpclient:4.5.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:org.apache.httpcomponents:httpclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13?package-id=4c0757fe86ca45b1", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpclient", + "version": "4.5.13", + "cpe": "cpe:2.3:a:apache:httpclient:4.5.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13?package-id=b606838976930c61", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpclient", + "version": "4.5.13", + "cpe": "cpe:2.3:a:apache:httpclient:4.5.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.14?package-id=0fc9abb1c68299fd", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpclient", + "version": "4.5.14", + "cpe": "cpe:2.3:a:apache:httpclient:4.5.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.14", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1194890e6f56ec29177673f2f12d0b8e627dec98" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/httpclient-4.5.14.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/httpclient-4.5.14.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.2?package-id=b7077f9e2adb1e3b", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpclient", + "version": "4.5.2", + "cpe": "cpe:2.3:a:apache:httpclient:4.5.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpclient" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents.client5/httpclient5@5.1.3?package-id=efdd87010a2445e2", + "type": "library", + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5", + "version": "5.1.3", + "cpe": "cpe:2.3:a:apache:httpclient5:5.1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents.client5/httpclient5@5.1.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "13c984b7b881afcff3a7f0bb95878724a48a4b66" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:client5:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/httpclient5-5.1.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpclient5" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents.client5" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/httpclient5-5.1.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14?package-id=af961f61e4ce8e12", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.14", + "cpe": "cpe:2.3:a:apache:httpcore:4.4.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:org.apache.httpcomponents:httpcore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14?package-id=e725d8f21b8587e4", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.14", + "cpe": "cpe:2.3:a:apache:httpcore:4.4.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpcore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14?package-id=c8ed2ef108dee39d", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.14", + "cpe": "cpe:2.3:a:apache:httpcore:4.4.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpcore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.16?package-id=1f9be966a78f4d1d", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.16", + "cpe": "cpe:2.3:a:apache:httpcore:4.4.16:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.16", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "51cf043c87253c9f58b539c9f7e44c8894223850" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/httpcore-4.4.16.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/httpcore-4.4.16.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.4?package-id=9275ab130f671a2f", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.4", + "cpe": "cpe:2.3:a:apache:httpcore:4.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpcore" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents.core5/httpcore5@5.1.3?package-id=cfbc3624a7f99bff", + "type": "library", + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5", + "version": "5.1.3", + "cpe": "cpe:2.3:a:apache:httpcore5:5.1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents.core5/httpcore5@5.1.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d1638d1e5f2793f187d4144c702a93524ba6fd3b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:core5:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/httpcore5-5.1.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore5" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents.core5" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/httpcore5-5.1.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents.core5/httpcore5-h2@5.1.3?package-id=06e488f0e6c42307", + "type": "library", + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5-h2", + "version": "5.1.3", + "cpe": "cpe:2.3:a:apache:httpcore5-h2:5.1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents.core5/httpcore5-h2@5.1.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4664b59b09f5ee008e37a963bbb92f4068e91696" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:httpcore5_h2:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/httpcore5-h2-5.1.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpcore5-h2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents.core5" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/httpcore5-h2-5.1.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13?package-id=286d26140e680e9a", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpmime", + "version": "4.5.13", + "cpe": "cpe:2.3:a:apache:httpmime:4.5.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpmime" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpmime" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13?package-id=4a3621299ef875ee", + "type": "library", + "group": "org.apache.httpcomponents", + "name": "httpmime", + "version": "4.5.13", + "cpe": "cpe:2.3:a:apache:httpmime:4.5.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "httpmime" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.httpcomponents" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.httpcomponents:httpmime" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-api/iceberg-api@1.2.0-e340ad5-20230511162417-de84403?package-id=6bbc1d823fdfb319", + "type": "library", + "name": "iceberg-api", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-api:iceberg-api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-api/iceberg-api@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fc18cc922672a3678d7b09d0909148ad8014bd68" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-api:iceberg_api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_api:iceberg-api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_api:iceberg_api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_api:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-api-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-api-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-aws/iceberg-aws@1.2.0-e340ad5-20230511162417-de84403?package-id=f9544b05efb26a16", + "type": "library", + "name": "iceberg-aws", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-aws:iceberg-aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-aws/iceberg-aws@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d3fc5b7b9183832e7c5c39e49b50254dd76c24d2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-aws:iceberg_aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_aws:iceberg-aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_aws:iceberg_aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_aws:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-aws-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-aws-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-bundled-guava/iceberg-bundled-guava@1.2.0-e340ad5-20230511162417-de84403?package-id=e4bff451febed913", + "type": "library", + "name": "iceberg-bundled-guava", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-bundled-guava:iceberg-bundled-guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-bundled-guava/iceberg-bundled-guava@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0bb0df42a35b25c4602e05d8b5df42a02dc7f351" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-bundled-guava:iceberg_bundled_guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_bundled_guava:iceberg-bundled-guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_bundled_guava:iceberg_bundled_guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-bundled:iceberg-bundled-guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-bundled:iceberg_bundled_guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_bundled:iceberg-bundled-guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_bundled:iceberg_bundled_guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-bundled-guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_bundled_guava:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-common/iceberg-common@1.2.0-e340ad5-20230511162417-de84403?package-id=6c940cb38038acaf", + "type": "library", + "name": "iceberg-common", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-common:iceberg-common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-common/iceberg-common@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8b33a9615dc1a02fbc47f39900f0cf068d2686ba" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-common:iceberg_common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_common:iceberg-common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_common:iceberg_common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_common:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-common-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-common-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-core/iceberg-core@1.2.0-e340ad5-20230511162417-de84403?package-id=06a82dfdbefb7539", + "type": "library", + "name": "iceberg-core", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-core:iceberg-core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-core/iceberg-core@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e1415b874eaf64d0fa11e9fc07f67edd1683eb91" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-core:iceberg_core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_core:iceberg-core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_core:iceberg_core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_core:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-core-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-core-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-data/iceberg-data@1.2.0-e340ad5-20230511162417-de84403?package-id=d3e9c871aacd1361", + "type": "library", + "name": "iceberg-data", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-data:iceberg-data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-data/iceberg-data@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f3ff8f1b159930f4a552519d73d8c02ae427b793" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-data:iceberg_data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_data:iceberg-data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_data:iceberg_data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_data:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-data-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-data-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-nessie/iceberg-nessie@1.2.1?package-id=b56a782aeca9e98a", + "type": "library", + "name": "iceberg-nessie", + "version": "1.2.1", + "cpe": "cpe:2.3:a:iceberg-nessie:iceberg-nessie:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-nessie/iceberg-nessie@1.2.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f7282456986c8ddff79794ede44a1f7facc63dbb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-nessie:iceberg_nessie:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_nessie:iceberg-nessie:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_nessie:iceberg_nessie:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-nessie:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_nessie:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-nessie-1.2.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-nessie-1.2.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-parquet/iceberg-parquet@1.2.0-e340ad5-20230511162417-de84403?package-id=9047067789f330ac", + "type": "library", + "name": "iceberg-parquet", + "version": "1.2.0-e340ad5-20230511162417-de84403", + "cpe": "cpe:2.3:a:iceberg-parquet:iceberg-parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-parquet/iceberg-parquet@1.2.0-e340ad5-20230511162417-de84403", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6207f434045f38d7d8e8537e18050fcea9fcb897" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-parquet:iceberg_parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_parquet:iceberg-parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_parquet:iceberg_parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_parquet:1.2.0-e340ad5-20230511162417-de84403:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-parquet-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-parquet-1.2.0-e340ad5-20230511162417-de84403.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/iceberg-views/iceberg-views@0.59.0?package-id=3c607b0de6170dd8", + "type": "library", + "name": "iceberg-views", + "version": "0.59.0", + "cpe": "cpe:2.3:a:iceberg-views:iceberg-views:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/iceberg-views/iceberg-views@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f8c701340a7f72de8cf19dbac45b20aba7e01e70" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg-views:iceberg_views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_views:iceberg-views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg_views:iceberg_views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg-views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iceberg:iceberg_views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:iceberg-views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:iceberg_views:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-views-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-views-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=4dd2d8d6bf1b266f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.ion/ion-java@1.0.2?package-id=98c57f65dce17ed6", + "type": "library", + "group": "software.amazon.ion", + "name": "ion-java", + "version": "1.0.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:ion-java:ion-java:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.ion/ion-java@1.0.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ee9dacea7726e495f8352b81c12c23834ffbc564" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion-java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/ion-java-1.0.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ion-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.ion" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/ion-java-1.0.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.ion/ion-java@1.0.2?package-id=1f311a7874e6fba5", + "type": "library", + "group": "software.amazon.ion", + "name": "ion-java", + "version": "1.0.2", + "cpe": "cpe:2.3:a:ion-java:ion-java:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.ion/ion-java@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion-java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ion-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.ion" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:software.amazon.ion:ion-java" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.ion/ion-java@1.0.2?package-id=beba5e714ad8d22f", + "type": "library", + "group": "software.amazon.ion", + "name": "ion-java", + "version": "1.0.2", + "cpe": "cpe:2.3:a:ion-java:ion-java:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.ion/ion-java@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion-java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion_java:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion-java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ion:ion_java:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ion-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.ion" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:software.amazon.ion:ion-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3?package-id=bbd84258f97cc77a", + "type": "library", + "group": "com.google.j2objc", + "name": "j2objc-annotations", + "version": "1.3", + "cpe": "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "j2objc-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.j2objc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar:com.google.j2objc:j2objc-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3?package-id=cd6e372f2a67957c", + "type": "library", + "group": "com.google.j2objc", + "name": "j2objc-annotations", + "version": "1.3", + "cpe": "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ba035118bc8bac37d7eff77700720999acd9986d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/j2objc-annotations-1.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "j2objc-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.j2objc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/j2objc-annotations-1.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3?package-id=41a1709555502942", + "type": "library", + "group": "com.google.j2objc", + "name": "j2objc-annotations", + "version": "1.3", + "cpe": "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "j2objc-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.j2objc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.j2objc:j2objc-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3?package-id=640210d8b744a040", + "type": "library", + "group": "com.google.j2objc", + "name": "j2objc-annotations", + "version": "1.3", + "cpe": "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc-annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc_annotations:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc-annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc_annotations:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:j2objc:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:j2objc:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "j2objc-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.j2objc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.j2objc:j2objc-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/jaccess/jaccess?package-id=57f6d689b3b5df62", + "type": "library", + "name": "jaccess", + "cpe": "cpe:2.3:a:jaccess:jaccess:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/jaccess/jaccess", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "987633919c7e27e6ac336e4c0a02bca1e4f08f9b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/jaccess.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/jaccess.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.14.2?package-id=019c1037bbcbfa81", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a7aae9525864930723e3453ab799521fdfd9d873" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-annotations-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-annotations-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.14.2?package-id=129b4346ba3a962a", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar:com.fasterxml.jackson.core:jackson-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.6.3?package-id=45d54b332f6ddc29", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.6.3", + "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.6.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.6.3?package-id=e548d650bf52915d", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.6.3", + "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.6.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_annotations:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3?package-id=7fdb455f5b3d7b5d", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.11.3", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.11.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3?package-id=e1550135f3049402", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.11.3", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.11.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3?package-id=4d9e198e94c1969f", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.11.3", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.11.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.11.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.13.2?package-id=28dc6de6a91da03f", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.13.2", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.13.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.13.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/third-party-jackson-core-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/third-party-jackson-core-2.17.295.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.2?package-id=b5c4dc0c4223379a", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f804090e6399ce0cf78242db086017512dd71fcc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-core-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-core-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.2?package-id=c8ea7f46a96b8c59", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.6.3?package-id=12087388d76c89a9", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.6.3", + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.6.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.14.2?package-id=bd58823d324672df", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "01e71fddbc80bb86f71a6345ac1e8ab8a00e7134" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-databind-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-databind" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-databind-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.14.2?package-id=ce6a923c4d11ce68", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_databind:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-databind" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar:com.fasterxml.jackson.core:jackson-databind" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.6.3?package-id=f9a2e663b230c9c1", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.6.3", + "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.6.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-databind" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-databind" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.6.3?package-id=ceb1f7f9393f1c33", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.6.3", + "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.6.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_databind:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-databind" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.core:jackson-databind" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2?package-id=a46354ce47bba476", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-cbor", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5999f5365e27b63b27a52e671d15c0f8f8346873" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-cbor-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-cbor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-cbor-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2?package-id=36287f833c25d9ff", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-cbor", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-cbor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2?package-id=2e8d657296f64f2e", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-cbor", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_cbor:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_cbor:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-cbor" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-protobuf@2.14.2?package-id=f4ec1aceb4944f59", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-protobuf", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-dataformat-protobuf:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-protobuf@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dcd69e4836a7ebce98f83c8bf6424153516fcffe" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-protobuf:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_protobuf:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_protobuf:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-protobuf:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_protobuf:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_protobuf:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-protobuf-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-protobuf" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-protobuf-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-smile@2.14.2?package-id=d3ea8229616acf01", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-smile", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-dataformat-smile:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-smile@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d03e3b991a1cb96357b98d07fcbe42d3d5c0b496" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-smile:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_smile:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_smile:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-smile:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_smile:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_smile:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-smile-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-smile" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-smile-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.14.2?package-id=a4af822e33a28bda", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-xml", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1c162dd3006c0b7608becd55af4639f2c7b5a79a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-xml:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_xml:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_xml:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-xml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_xml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_xml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-xml-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-xml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-xml-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.14.2?package-id=0bd3e2fbc00aaf2d", + "type": "library", + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-yaml", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cc9a25c1f4212562dcb2fa33dd8ae179ba0e6a4e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-yaml:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_yaml:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_yaml:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat-yaml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-dataformat-yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_dataformat_yaml:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat_yaml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataformat:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-yaml-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-dataformat-yaml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.dataformat" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-dataformat-yaml-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.14.2?package-id=79d1f84ee035a4e2", + "type": "library", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-guava", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-datatype-guava:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1c340b714727513933a29b4f191e4cf5180e5946" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-guava:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_guava:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_guava:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-guava:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-datatype-guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_datatype_guava:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_guava:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-guava-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-datatype-guava" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.datatype" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-guava-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.14.2?package-id=804f8b2de877db2f", + "type": "library", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jdk8", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2f3c71211b6ea7a978eba33574d7135d536e07fb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-jdk8:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jdk8:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jdk8:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-jdk8:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-datatype-jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_datatype_jdk8:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jdk8:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-jdk8-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-datatype-jdk8" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.datatype" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-jdk8-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.14.2?package-id=bbf31545f50d10a5", + "type": "library", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr310", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "796518148a385b2728d44886cc0f8852eb8eeb53" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-jsr310:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jsr310:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jsr310:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-jsr310:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-datatype-jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_datatype_jsr310:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_jsr310:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datatype:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-jsr310-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-datatype-jsr310" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.datatype" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-jsr310-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.13?package-id=6d04c9d0a6cbe48d", + "type": "library", + "group": "com.hubspot.jackson", + "name": "jackson-datatype-protobuf", + "version": "0.9.13", + "cpe": "cpe:2.3:a:jackson-datatype-protobuf:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.13", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "da63e113320e276dc4bb7895b98778bd2ec4a2db" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-protobuf:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_protobuf:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_protobuf:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hubspot:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hubspot:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype-protobuf:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-datatype-protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_datatype_protobuf:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype_protobuf:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-datatype:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_datatype:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hubspot:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:0.9.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-protobuf-0.9.13.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-datatype-protobuf" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.hubspot.jackson" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-datatype-protobuf-0.9.13.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.14.2?package-id=c1b380ea9845aa32", + "type": "library", + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-base", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-jaxrs-base:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "03006ab2f6786b419893cae56b9f6ec58d1e8aec" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-base:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-base:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-jaxrs-base-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-jaxrs-base" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.jaxrs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-jaxrs-base-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.14.2?package-id=46ea45ff51212b0e", + "type": "library", + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-base", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-jaxrs-base:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-base:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-base:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_base:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson-jaxrs-base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson_jaxrs_base:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-jaxrs-base" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.jaxrs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.jaxrs:jackson-jaxrs-base" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.14.2?package-id=6159998d9baa6c85", + "type": "library", + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-json-provider", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "949391a8e576cb38783f5d31675a2ea70c8753fa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-jaxrs-json-provider-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-jaxrs-json-provider" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.jaxrs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-jaxrs-json-provider-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.14.2?package-id=8b58592ab88505a3", + "type": "library", + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-json-provider", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json-provider:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json_provider:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson-jaxrs-json-provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson_jaxrs_json_provider:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs-json:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs_json:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxrs:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-jaxrs-json-provider" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.jaxrs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-afterburner@2.14.2?package-id=d9268da36fc116aa", + "type": "library", + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-afterburner", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-module-afterburner:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-afterburner@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f51f7ee563a844d91d77afb8575590a37939b295" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-afterburner:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_afterburner:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_afterburner:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-afterburner:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_afterburner:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson-module-afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson_module_afterburner:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-module-afterburner-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-module-afterburner" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.module" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-module-afterburner-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.14.2?package-id=c07c7053961ac218", + "type": "library", + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jaxb-annotations", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f7a5457c02d83103710973a4ffdce430ccdc1fd2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-module-jaxb-annotations-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-module-jaxb-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.module" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-module-jaxb-annotations-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.14.2?package-id=d4d7ea15ef95b276", + "type": "library", + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jaxb-annotations", + "version": "2.14.2", + "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.14.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson-module-jaxb-annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson_module_jaxb_annotations:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jaxb:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jaxb:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-module-jaxb-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.module" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.jackson.module:jackson-module-jaxb-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jsonSchema@2.14.2?package-id=3c6d482a7b91d790", + "type": "library", + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jsonSchema", + "version": "2.14.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-module-jsonSchema:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jsonSchema@2.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "11e8c11ea92609a847a54df206e81bb615e6b313" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jsonSchema:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jsonSchema:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jsonSchema:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module-jsonSchema:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module_jsonSchema:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson-module-jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson_module_jsonSchema:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:jackson:2.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jackson-module-jsonSchema-2.14.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-module-jsonSchema" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.module" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jackson-module-jsonSchema-2.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jaeger-client/jaeger-client@1.5.0?package-id=d88f603b0f1ffe70", + "type": "library", + "name": "jaeger-client", + "version": "1.5.0", + "cpe": "cpe:2.3:a:jaeger-client:jaeger-client:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/jaeger-client/jaeger-client@1.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4879def3abfedd68eab208ee16726e116d235fb8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-client:jaeger_client:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:jaeger-client:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:jaeger_client:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger-client:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger_client:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jaeger-client-1.5.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jaeger-client-1.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jaeger-core/jaeger-core@1.5.0?package-id=c89c122c7050cd23", + "type": "library", + "name": "jaeger-core", + "version": "1.5.0", + "cpe": "cpe:2.3:a:jaeger-core:jaeger-core:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/jaeger-core/jaeger-core@1.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a16952d39b5c2bc3d7fd26706fc2a6b120af6be7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-core:jaeger_core:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_core:jaeger-core:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_core:jaeger_core:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger-core:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger_core:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jaeger-core-1.5.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jaeger-core-1.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jaeger-thrift/jaeger-thrift@1.5.0?package-id=d5f6284cdad84390", + "type": "library", + "name": "jaeger-thrift", + "version": "1.5.0", + "cpe": "cpe:2.3:a:jaeger-thrift:jaeger-thrift:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/jaeger-thrift/jaeger-thrift@1.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8f5ef565b8457ef4ff15281a428a0721e70f589c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-thrift:jaeger_thrift:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_thrift:jaeger-thrift:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_thrift:jaeger_thrift:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger-thrift:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger_thrift:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jaeger-thrift-1.5.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jaeger-thrift-1.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jaeger-tracerresolver/jaeger-tracerresolver@1.5.0?package-id=6b35df4a3425fd63", + "type": "library", + "name": "jaeger-tracerresolver", + "version": "1.5.0", + "cpe": "cpe:2.3:a:jaeger-tracerresolver:jaeger-tracerresolver:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/jaeger-tracerresolver/jaeger-tracerresolver@1.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5304b78aeea8f91164aca23960124a3a3bde8b7f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-tracerresolver:jaeger_tracerresolver:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_tracerresolver:jaeger-tracerresolver:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_tracerresolver:jaeger_tracerresolver:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger-tracerresolver:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger_tracerresolver:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jaeger-tracerresolver-1.5.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jaeger-tracerresolver-1.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?package-id=c1e301017a2cbb2b", + "type": "library", + "group": "jakarta.activation", + "name": "jakarta.activation-api", + "version": "1.2.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/org/documents/edl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "562a587face36ec7eff2db7f2fc95425c6602bc1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation-api:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation_api:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation_api:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.activation-api-1.2.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.activation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.activation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.activation-api-1.2.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?package-id=ef1093a28789e269", + "type": "library", + "group": "jakarta.activation", + "name": "jakarta.activation-api", + "version": "1.2.1", + "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation-api:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation_api:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation_api:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation:jakarta.activation-api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.activation:jakarta.activation_api:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.activation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.activation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jakarta.activation:jakarta.activation-api" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5?package-id=61818bf5e1fb09d7", + "type": "library", + "group": "jakarta.annotation", + "name": "jakarta.annotation-api", + "version": "1.3.5", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "59eb84ee0d616332ff44aba065f3888cf002cd2d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.annotation-api-1.3.5.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.annotation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.annotation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.annotation-api-1.3.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5?package-id=729000631a30dd4f", + "type": "library", + "group": "jakarta.annotation", + "name": "jakarta.annotation-api", + "version": "1.3.5", + "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation:jakarta.annotation-api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.annotation:jakarta.annotation_api:1.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.annotation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.annotation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jakarta.annotation:jakarta.annotation-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2.external/jakarta.inject@2.6.1?package-id=06f612c2cb28bf1b", + "type": "library", + "group": "org.glassfish.hk2.external", + "name": "jakarta.inject", + "version": "2.6.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2.external/jakarta.inject@2.6.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8096ebf722902e75fbd4f532a751e514f02e1eb7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:jakarta:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.inject-2.6.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.inject" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2.external" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.inject-2.6.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2.external/jakarta.inject@2.6.1?package-id=b880d92cf0925a6a", + "type": "library", + "group": "org.glassfish.hk2.external", + "name": "jakarta.inject", + "version": "2.6.1", + "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2.external/jakarta.inject@2.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:jakarta.inject:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.inject:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:external:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:external:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:hk2:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.inject" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2.external" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2.external:jakarta.inject" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?package-id=0c2f349b19729c3d", + "type": "library", + "group": "jakarta.validation", + "name": "jakarta.validation-api", + "version": "2.0.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jakarta.validation-api:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5eacc6522521f7eacb081f95cee1e231648461e7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation-api:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation_api:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation_api:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.validation-api-2.0.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.validation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.validation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.validation-api-2.0.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?package-id=f92b4901af6a20b1", + "type": "library", + "group": "jakarta.validation", + "name": "jakarta.validation-api", + "version": "2.0.2", + "cpe": "cpe:2.3:a:jakarta.validation-api:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation-api:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation_api:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation_api:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee4j:jakarta.validation-api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee4j:jakarta.validation_api:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation-api:ee4j:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation_api:ee4j:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.validation:ee4j:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:ee4j:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee4j:ee4j:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.validation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.validation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jakarta.validation:jakarta.validation-api" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.6?package-id=348dcf60b7dfcecf", + "type": "library", + "group": "jakarta.ws.rs", + "name": "jakarta.ws.rs-api", + "version": "2.1.6", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1dcb770bce80a490dff49729b99c7a60e9ecb122" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs-api:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs-api:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs_api:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs_api:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.ws.rs-api-2.1.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.ws.rs-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.ws.rs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.ws.rs-api-2.1.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.6?package-id=13caef7b8ef4c1b2", + "type": "library", + "group": "jakarta.ws.rs", + "name": "jakarta.ws.rs-api", + "version": "2.1.6", + "cpe": "cpe:2.3:a:jakarta.ws.rs-api:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs-api:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs_api:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs_api:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.ws.rs:jakarta.ws.rs_api:2.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.ws.rs-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.ws.rs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jakarta.ws.rs:jakarta.ws.rs-api" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.3?package-id=17f2b36bdf8ccf22", + "type": "library", + "group": "jakarta.xml.bind", + "name": "jakarta.xml.bind-api", + "version": "2.3.3", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/org/documents/edl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:jakarta.xml.bind-api:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "48e3b9cfc10752fba3521d6511f4165bea951801" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind-api:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind_api:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind_api:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-foundation:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_foundation:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jakarta.xml.bind-api-2.3.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.xml.bind-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.xml.bind" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jakarta.xml.bind-api-2.3.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.3?package-id=5b8a211db9feb3e7", + "type": "library", + "group": "jakarta.xml.bind", + "name": "jakarta.xml.bind-api", + "version": "2.3.3", + "cpe": "cpe:2.3:a:jakarta.xml.bind-api:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind-api:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind_api:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind_api:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jakarta.xml.bind:jakarta.xml.bind_api:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jakarta.xml.bind-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jakarta.xml.bind" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jakarta.xml.bind:jakarta.xml.bind-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.janino/janino@3.1.6?package-id=9eebe3c9f637d972", + "type": "library", + "group": "org.codehaus.janino", + "name": "janino", + "version": "3.1.6", + "licenses": [ + { + "license": { + "name": "https://spdx.org/licenses/BSD-3-Clause.html" + } + } + ], + "cpe": "cpe:2.3:a:codehaus:janino:3.1.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.janino/janino@3.1.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "514ce1408473bcc9cf87bdaa69adec3f0a868864" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:janino:janino:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/janino-3.1.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "janino" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.janino" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/janino-3.1.6.jar" + } + ] + }, + { + "bom-ref": "pkg:generic/java@1.8.0_372-b07?package-id=8ccf8227bbe64874", + "type": "application", + "name": "java", + "version": "1.8.0_372-b07", + "cpe": "cpe:2.3:a:oracle:openjdk:1.8.0_372-b07:*:*:*:*:*:*:*", + "purl": "pkg:generic/java@1.8.0_372-b07", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java:1.8.0_372-b07:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/bin/java" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:1:path", + "value": "/opt/java/openjdk/jre/bin/java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.zafarkhaja/java-semver@0.9.0?package-id=543700f64aab554f", + "type": "library", + "group": "com.github.zafarkhaja", + "name": "java-semver", + "version": "0.9.0", + "cpe": "cpe:2.3:a:java-semver:java-semver:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.zafarkhaja/java-semver@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "59a83ca73c72a5e25b3f0b1bb305230a11000329" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java-semver:java_semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java_semver:java-semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java_semver:java_semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zafarkhaja:java-semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zafarkhaja:java_semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:java-semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:java_semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java-semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java_semver:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/java-semver-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "java-semver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.zafarkhaja" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/java-semver-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.javassist/javassist@3.28.0-GA?package-id=a5510dd638debb14", + "type": "library", + "group": "org.javassist", + "name": "javassist", + "version": "3.28.0-GA", + "licenses": [ + { + "license": { + "name": "http://www.mozilla.org/MPL/MPL-1.1.html, http://www.gnu.org/licenses/lgpl-2.1.html, http://www.apache.org/licenses/" + } + } + ], + "cpe": "cpe:2.3:a:shigeru-chiba\\,-www-javassist-org:javassist:3.28.0-GA:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.javassist/javassist@3.28.0-GA", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9a958811a88381bb159cc2f5ed79c34a45c4af7a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shigeru_chiba\\,_www_javassist_org:javassist:3.28.0-GA:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javassist:javassist:3.28.0-GA:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javassist-3.28.0-GA.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javassist" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.javassist" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javassist-3.28.0-GA.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.javassist/javassist@3.28.0-GA?package-id=afbc95ab395d489a", + "type": "library", + "group": "org.javassist", + "name": "javassist", + "version": "3.28.0-GA", + "cpe": "cpe:2.3:a:javassist:javassist:3.28.0-GA:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.javassist/javassist@3.28.0-GA", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javassist" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.javassist" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.javassist:javassist" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.activation/javax.activation@1.2.0?package-id=3e87791f745f702f", + "type": "library", + "group": "com.sun.activation", + "name": "javax.activation", + "version": "1.2.0", + "licenses": [ + { + "license": { + "name": "https://github.com/javaee/activation/blob/master/LICENSE.txt" + } + } + ], + "cpe": "cpe:2.3:a:javax.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.activation/javax.activation@1.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bf744c1e2776ed1de3c55c8dac1057ec331ef744" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:activation:javax.activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation:activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle:javax.activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation:javax:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax.activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:activation:activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:javax.activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle:activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:activation:javax:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:activation:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle:javax:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:javax:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.activation-1.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.activation" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.activation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.activation-1.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.activation/javax.activation-api@1.2.0?package-id=5645cb1cffb9b2fb", + "type": "library", + "group": "javax.activation", + "name": "javax.activation-api", + "version": "1.2.0", + "cpe": "cpe:2.3:a:javax.activation-api:javax.activation-api:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.activation/javax.activation-api@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation-api:javax.activation_api:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation_api:javax.activation-api:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation_api:javax.activation_api:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation:javax.activation-api:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.activation:javax.activation_api:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.activation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.activation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javax.activation:javax.activation-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.web/javax.el@2.2.6?package-id=a163f6c4bb19d904", + "type": "library", + "group": "org.glassfish.web", + "name": "javax.el", + "version": "2.2.6", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:javax.el:2.2.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.web/javax.el@2.2.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0232abfe1f919127e9cfcd6e4e2c6324bb394535" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:javax.el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:javax:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:web:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:el:2.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.el-2.2.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.el" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.web" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.el-2.2.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish/javax.el@3.0.1-b11?package-id=d485063d5918dc34", + "type": "library", + "group": "org.glassfish", + "name": "javax.el", + "version": "3.0.1-b11", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:javax.el:3.0.1-b11:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish/javax.el@3.0.1-b11", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cca8438407af01056d83830ba7392efc18544347" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:javax:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:el:el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.el-3.0.1-b11.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.el" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.el-3.0.1-b11.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish/javax.el@3.0.1-b11?package-id=db33345d9d18628d", + "type": "library", + "group": "org.glassfish", + "name": "javax.el", + "version": "3.0.1-b11", + "cpe": "cpe:2.3:a:glassfish:javax.el:3.0.1-b11:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish/javax.el@3.0.1-b11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.el:3.0.1-b11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.el" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish:javax.el" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.el/javax.el-api@3.0.0?package-id=389a3327a4c207ca", + "type": "library", + "group": "javax.el", + "name": "javax.el-api", + "version": "3.0.0", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:javax.el-api:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.el/javax.el-api@3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "60a59edc89f93d57541da31ee1c83428ab1cdcb3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.el_api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.el-api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.el_api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el-api:javax.el-api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el-api:javax.el_api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el_api:javax.el-api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el_api:javax.el_api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax.el-api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.el:javax.el_api:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.el-api-3.0.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.el-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.el" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.el-api-3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.interceptor/javax.interceptor-api@1.2?package-id=f35268b1d5d6e84f", + "type": "library", + "group": "javax.interceptor", + "name": "javax.interceptor-api", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:javax.interceptor-api:javax.interceptor-api:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.interceptor/javax.interceptor-api@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a5c058610aebacc1eb89c89e8fde2a978090e374" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.interceptor-api:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.interceptor_api:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.interceptor_api:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish-community:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish-community:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.interceptor:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.interceptor:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish\\}:javax.interceptor-api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish\\}:javax.interceptor_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.interceptor-api-1.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.interceptor-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.interceptor" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.interceptor-api-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?package-id=9628360d850a69c0", + "type": "library", + "group": "javax.servlet", + "name": "javax.servlet-api", + "version": "3.1.0", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:glassfish-community:javax.servlet-api:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3cd63d075497751784b2fa84be59432f4905bf7c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish-community:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet-api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet-api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.servlet-api-3.1.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.servlet-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.servlet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.servlet-api-3.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?package-id=cbb40ac933504a3b", + "type": "library", + "group": "javax.servlet", + "name": "javax.servlet-api", + "version": "3.1.0", + "cpe": "cpe:2.3:a:javax.servlet-api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet-api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.servlet-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.servlet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javax.servlet:javax.servlet-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.web/javax.servlet.jsp@2.3.2?package-id=c291ee6c5fa1634a", + "type": "library", + "group": "org.glassfish.web", + "name": "javax.servlet.jsp", + "version": "2.3.2", + "cpe": "cpe:2.3:a:javax.servlet.jsp:javax.servlet.jsp:2.3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.web/javax.servlet.jsp@2.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.servlet.jsp:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.servlet.jsp:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp:web:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:javax.servlet.jsp:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:web:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:web:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:web:web:2.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.servlet.jsp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.web" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.web:javax.servlet.jsp" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.servlet.jsp/javax.servlet.jsp-api@2.3.1?package-id=09b1077339cb9bfe", + "type": "library", + "group": "javax.servlet.jsp", + "name": "javax.servlet.jsp-api", + "version": "2.3.1", + "cpe": "cpe:2.3:a:javax.servlet.jsp-api:javax.servlet.jsp-api:2.3.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.servlet.jsp/javax.servlet.jsp-api@2.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp-api:javax.servlet.jsp_api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp_api:javax.servlet.jsp-api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp_api:javax.servlet.jsp_api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp:javax.servlet.jsp-api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet.jsp:javax.servlet.jsp_api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.servlet.jsp-api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:javax.servlet.jsp_api:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.servlet.jsp-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.servlet.jsp" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javax.servlet.jsp:javax.servlet.jsp-api" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.ws.rs/javax.ws.rs-api@2.1.1?package-id=1d019ea4bba58bcd", + "type": "library", + "group": "javax.ws.rs", + "name": "javax.ws.rs-api", + "version": "2.1.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.ws.rs/javax.ws.rs-api@2.1.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d3466bc9321fe84f268a1adb3b90373fc14b0eb5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs-api:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs-api:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs_api:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs_api:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/javax.ws.rs-api-2.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.ws.rs-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.ws.rs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/javax.ws.rs-api-2.1.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.ws.rs/javax.ws.rs-api@2.1.1?package-id=9131bebd63358920", + "type": "library", + "group": "javax.ws.rs", + "name": "javax.ws.rs-api", + "version": "2.1.1", + "cpe": "cpe:2.3:a:javax.ws.rs-api:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.ws.rs/javax.ws.rs-api@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs-api:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs_api:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs_api:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs:javax.ws.rs-api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.ws.rs:javax.ws.rs_api:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.ws.rs-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.ws.rs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javax.ws.rs:javax.ws.rs-api" + } + ] + }, + { + "bom-ref": "pkg:maven/javolution/javolution@5.5.1?package-id=589a8c6f0685a98b", + "type": "library", + "group": "javolution", + "name": "javolution", + "version": "5.5.1", + "cpe": "cpe:2.3:a:javolution:javolution:5.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javolution/javolution@5.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javolution" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javolution" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:javolution:javolution" + } + ] + }, + { + "bom-ref": "pkg:maven/javolution/javolution@5.5.1?package-id=baebf3c56361ffd9", + "type": "library", + "group": "javolution", + "name": "javolution", + "version": "5.5.1", + "cpe": "cpe:2.3:a:javolution:javolution:5.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javolution/javolution@5.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javolution" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javolution" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:javolution:javolution" + } + ] + }, + { + "bom-ref": "pkg:maven/javolution/javolution@5.5.1?package-id=a4c262eb7b7782f7", + "type": "library", + "group": "javolution", + "name": "javolution", + "version": "5.5.1", + "cpe": "cpe:2.3:a:javolution:javolution:5.5.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/javolution/javolution@5.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javolution" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javolution" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javolution:javolution" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.xml.bind/jaxb-api@2.2.11?package-id=83b4ae3416be23e2", + "type": "library", + "group": "javax.xml.bind", + "name": "jaxb-api", + "version": "2.2.11", + "licenses": [ + { + "license": { + "name": "https://glassfish.java.net/public/CDDL+GPL_1_1.html, https://glassfish.java.net/public/CDDL+GPL_1_1.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:jaxb-api:2.2.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.2.11", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "32274d4244967ff43e7a5d967743d94ed3d2aea7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb-api:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb-api:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb_api:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb_api:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jaxb-api-2.2.11.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jaxb-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.xml.bind" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jaxb-api-2.2.11.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.xml.bind/jaxb-api@2.2.11?package-id=b72e7b847dadc452", + "type": "library", + "group": "javax.xml.bind", + "name": "jaxb-api", + "version": "2.2.11", + "cpe": "cpe:2.3:a:jaxb-api:jaxb-api:2.2.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.2.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb-api:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb_api:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb_api:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb:jaxb-api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaxb:jaxb_api:2.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jaxb-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.xml.bind" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:javax.xml.bind:jaxb-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?package-id=426567c19cfbc473", + "type": "library", + "group": "org.jboss.logging", + "name": "jboss-logging", + "version": "3.4.1.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "40fd4d696c55793e996d1ff3c475833f836c2498" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-by-red-hat:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-logging:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-logging:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_logging:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_logging:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-by-red-hat:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-logging:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_logging:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss:jboss-logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss:jboss_logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss:logging:3.4.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jboss-logging-3.4.1.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jboss-logging" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jboss.logging" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jboss-logging-3.4.1.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.ibm.db2.jcc/jcc@11.5.8.0?package-id=59cc07453dcd9f21", + "type": "library", + "name": "jcc", + "version": "11.5.8.0", + "cpe": "cpe:2.3:a:DB2BundleActivator:DB2BundleActivator:11.5.8.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.ibm.db2.jcc/jcc@11.5.8.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b1973ad5dd0cb6999454accf4dd08b03119cfa68" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DB2BundleActivator:osgi:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:DB2BundleActivator:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DB2BundleActivator:db2:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DB2BundleActivator:jcc:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:DB2BundleActivator:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ibm:DB2BundleActivator:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcc:DB2BundleActivator:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:osgi:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ibm:osgi:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcc:osgi:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:db2:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:jcc:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:db2:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:db2:jcc:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ibm:db2:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ibm:jcc:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcc:db2:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcc:jcc:11.5.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jcc-11.5.8.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jcc-11.5.8.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun/jce@1.8.0_372?package-id=48c6270161ff9052", + "type": "library", + "name": "jce", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:jce:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun/jce@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8c4eb0285cd33bc61a429eb89ceb9dd9f8391973" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jce:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:jce:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jce:jce:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jce:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/jce.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/jce.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?package-id=f964225fcbd7402f", + "type": "library", + "group": "com.github.stephenc.jcip", + "name": "jcip-annotations", + "version": "1.0-1", + "cpe": "cpe:2.3:a:jcip-annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ef31541dd28ae2cefdd17c7ebf352d93e9058c63" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jcip-annotations-1.0-1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcip-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.stephenc.jcip" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jcip-annotations-1.0-1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?package-id=94c0c67e75639e46", + "type": "library", + "group": "com.github.stephenc.jcip", + "name": "jcip-annotations", + "version": "1.0-1", + "cpe": "cpe:2.3:a:jcip-annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcip-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.stephenc.jcip" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.github.stephenc.jcip:jcip-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?package-id=f99be5d9bb637f8a", + "type": "library", + "group": "com.github.stephenc.jcip", + "name": "jcip-annotations", + "version": "1.0-1", + "cpe": "cpe:2.3:a:jcip-annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip-annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip_annotations:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip-annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip_annotations:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stephenc:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcip:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcip:1.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcip-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.stephenc.jcip" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.github.stephenc.jcip:jcip-annotations" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36?package-id=1c9cbeb617343c25", + "type": "library", + "group": "org.slf4j", + "name": "jcl-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:apache:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d877e195a05aca4a2f1ad2ff14bfec1393af4b5e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jcl-over-slf4j-1.7.36.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcl-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jcl-over-slf4j-1.7.36.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36?package-id=c28f5676edd2b3f6", + "type": "library", + "group": "org.slf4j", + "name": "jcl-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcl-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:jcl-over-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36?package-id=588a135efdd9c870", + "type": "library", + "group": "org.slf4j", + "name": "jcl-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl-over:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl_over:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl:jcl-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcl:jcl_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcl-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:jcl-over-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jruby.jcodings/jcodings@1.0.55?package-id=2e155ab40d3b3088", + "type": "library", + "group": "org.jruby.jcodings", + "name": "jcodings", + "version": "1.0.55", + "cpe": "cpe:2.3:a:jcodings:jcodings:1.0.55:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jruby.jcodings/jcodings@1.0.55", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jcodings:1.0.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jruby:jcodings:1.0.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jcodings:1.0.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcodings" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jruby.jcodings" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jruby.jcodings:jcodings" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jruby.jcodings/jcodings@1.0.8?package-id=af05121f7cd8894c", + "type": "library", + "group": "org.jruby.jcodings", + "name": "jcodings", + "version": "1.0.8", + "cpe": "cpe:2.3:a:jcodings:jcodings:1.0.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jruby.jcodings/jcodings@1.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jruby:jcodings:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jcodings" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jruby.jcodings" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.jruby.jcodings:jcodings" + } + ] + }, + { + "bom-ref": "pkg:maven/jcommander/jcommander@1.82?package-id=797fe51912b3bd1b", + "type": "library", + "name": "jcommander", + "version": "1.82", + "cpe": "cpe:2.3:a:jcommander:jcommander:1.82:*:*:*:*:*:*:*", + "purl": "pkg:maven/jcommander/jcommander@1.82", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0a7c5fef184d238065de38f81bbc6ee50cca2e21" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jcommander-1.82.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jcommander-1.82.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jconsole/jconsole?package-id=794967b87e2dacd7", + "type": "library", + "name": "jconsole", + "cpe": "cpe:2.3:a:jconsole:jconsole:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/jconsole/jconsole", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2f4636a6141e020a3dfd09077e61a14f01456638" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/lib/jconsole.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/lib/jconsole.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@3.1.0?package-id=42c752930cd72f40", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "3.1.0", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@3.1.0?package-id=e9f49a72497cbb4b", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "3.1.0", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-common-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-common-4.1.89.Final.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@3.1.0?package-id=0244b58ad147f3bd", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "3.1.0", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@3.1.0?package-id=113fd5d75b3651f2", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "3.1.0", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@4.0.1?package-id=ba78d4b77c7768c2", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "4.0.1", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@4.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-trace-1.25.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-trace-1.25.0.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey/jersey-bundle@1.19.3?package-id=aec59e6a55c81754", + "type": "library", + "group": "com.sun.jersey", + "name": "jersey-bundle", + "version": "1.19.3", + "cpe": "cpe:2.3:a:jersey-bundle:jersey-bundle:1.19.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey/jersey-bundle@1.19.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-bundle:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-bundle:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-bundle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.sun.jersey:jersey-bundle" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey/jersey-bundle@1.19.3?package-id=49871860dd5021a8", + "type": "library", + "group": "com.sun.jersey", + "name": "jersey-bundle", + "version": "1.19.3", + "cpe": "cpe:2.3:a:jersey-bundle:jersey-bundle:1.19.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey/jersey-bundle@1.19.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-bundle:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-bundle:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_bundle:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_bundle:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-bundle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.sun.jersey:jersey-bundle" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey/jersey-client@1.19?package-id=f965230aa827f3db", + "type": "library", + "group": "com.sun.jersey", + "name": "jersey-client", + "version": "1.19", + "licenses": [ + { + "license": { + "name": "http://glassfish.java.net/public/CDDL+GPL_1_1.html, http://glassfish.java.net/public/CDDL+GPL_1_1.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:jersey-client:1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey/jersey-client@1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6836ee36dba2b3ac1d0ff4733129fba8aba7f963" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_client:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-client-1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-client-1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-client@2.38?package-id=3a4f519327f0af97", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-client", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-client:jersey-client:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-client@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey_client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey-client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey_client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_client:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.core:jersey-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-client@2.39.1?package-id=271ae959bde2ad52", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-client", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-client:jersey-client:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-client@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2b1187bf77721c050bf68829918a1b3cd8be904e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-client:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_client:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-client-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-client-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-common@2.38?package-id=d6d874967e174946", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-common", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-common:jersey-common:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-common@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-common:jersey_common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey-common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey_common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-common:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_common:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.core:jersey-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-common@2.39.1?package-id=38e1c067f9977e6d", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-common", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/" + } + } + ], + "cpe": "cpe:2.3:a:jersey-common:jersey-common:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-common@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "39198bdead74896267646795a7e4b1d86c10e039" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-common:jersey_common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey-common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey_common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-common:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_common:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_common:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-common-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-common-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.containers/jersey-container-jetty-http@2.39.1?package-id=81b22a4719dc892e", + "type": "library", + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-http", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-container-jetty-http:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.containers/jersey-container-jetty-http@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "24bf9bf446f1899b35e7e70c930951f3f70453e4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty-http:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_http:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_http:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty-http:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-container-jetty-http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_container_jetty_http:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_http:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-container-jetty-http-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-container-jetty-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.containers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-container-jetty-http-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.containers/jersey-container-jetty-servlet@2.39.1?package-id=de372d9b982ac25b", + "type": "library", + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-servlet", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-container-jetty-servlet:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.containers/jersey-container-jetty-servlet@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e0c876b7a884b25a98c987814b9c471851d94a22" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty-servlet:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_servlet:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_servlet:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty-servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-container-jetty-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_container_jetty_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty_servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-jetty:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_jetty:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-container-jetty-servlet-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-container-jetty-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.containers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-container-jetty-servlet-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet@2.39.1?package-id=4e9157d4ac23e84f", + "type": "library", + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-container-servlet:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "333caae8d3581430e6251e57182af1141a72df82" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-container-servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_container_servlet:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-container-servlet-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-container-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.containers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-container-servlet-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet-core@2.38?package-id=4c7b33f27408effc", + "type": "library", + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet-core", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-container-servlet-core:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet-core@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet-core:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet-core:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-container-servlet-core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_container_servlet_core:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-container-servlet-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.containers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.containers:jersey-container-servlet-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet-core@2.39.1?package-id=f76cb9b80a6700cd", + "type": "library", + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet-core", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-container-servlet-core:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.containers/jersey-container-servlet-core@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2270e8c8b3553fb4b3ac132212642c58f16488f9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet-core:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet-core:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-container-servlet-core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_container_servlet_core:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet_core:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container-servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container_servlet:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_container:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containers:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-container-servlet-core-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-container-servlet-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.containers" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-container-servlet-core-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.ext/jersey-entity-filtering@2.39.1?package-id=9a7cac71a0925445", + "type": "library", + "group": "org.glassfish.jersey.ext", + "name": "jersey-entity-filtering", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-entity-filtering:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.ext/jersey-entity-filtering@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d6cabcbea3885de33e1b0c96ba02752d92884ea4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-entity-filtering:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity_filtering:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity_filtering:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-entity:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-entity:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-entity-filtering:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity_filtering:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey-entity-filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey_entity_filtering:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-entity:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_entity:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-entity-filtering-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-entity-filtering" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.ext" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-entity-filtering-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.19?package-id=b5be249b31ac3304", + "type": "library", + "group": "com.sun.jersey.contribs", + "name": "jersey-guice", + "version": "1.19", + "licenses": [ + { + "license": { + "name": "http://glassfish.java.net/public/CDDL+GPL_1_1.html, http://glassfish.java.net/public/CDDL+GPL_1_1.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:jersey-guice:1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "57106fa1b02f7d7fbca88adf2caa0d51f00b7799" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-guice-1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-guice" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey.contribs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-guice-1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.19?package-id=50bf23f6bec23932", + "type": "library", + "group": "com.sun.jersey.contribs", + "name": "jersey-guice", + "version": "1.19", + "cpe": "cpe:2.3:a:jersey-guice:jersey-guice:1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_guice:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-guice" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey.contribs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.sun.jersey.contribs:jersey-guice" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.9?package-id=405ec8e99ca76850", + "type": "library", + "group": "com.sun.jersey.contribs", + "name": "jersey-guice", + "version": "1.9", + "cpe": "cpe:2.3:a:jersey-guice:jersey-guice:1.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey.contribs/jersey-guice@1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey_guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey-guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey_guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey-guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey_guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-guice:jersey:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_guice:jersey:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_guice:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contribs:jersey:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-guice" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey.contribs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.sun.jersey.contribs:jersey-guice" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.inject/jersey-hk2@2.38?package-id=451a6dae988b5d7e", + "type": "library", + "group": "org.glassfish.jersey.inject", + "name": "jersey-hk2", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-hk2:jersey-hk2:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.inject/jersey-hk2@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-hk2:jersey_hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey-hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey_hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey-hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey_hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-hk2:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_hk2:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-hk2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.inject" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.inject:jersey-hk2" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.inject/jersey-hk2@2.39.1?package-id=e245d377acc617ce", + "type": "library", + "group": "org.glassfish.jersey.inject", + "name": "jersey-hk2", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-hk2:jersey-hk2:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.inject/jersey-hk2@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "992005ae2e8ec3b215b2daa788c09eb902ef814b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-hk2:jersey_hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey-hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey_hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey-hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey_hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-hk2:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_hk2:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_hk2:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inject:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-hk2-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-hk2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.inject" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-hk2-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.media/jersey-media-jaxb@2.38?package-id=95465bb2cf4f2fcf", + "type": "library", + "group": "org.glassfish.jersey.media", + "name": "jersey-media-jaxb", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-media-jaxb:jersey-media-jaxb:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.media/jersey-media-jaxb@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-jaxb:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_jaxb:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_jaxb:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-jaxb:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_jaxb:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey-media-jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey_media_jaxb:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-media-jaxb" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.media" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.media:jersey-media-jaxb" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.media/jersey-media-json-jackson@2.39.1?package-id=d2705f38996c5d44", + "type": "library", + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-jackson", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:jersey-media-json-jackson:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.media/jersey-media-json-jackson@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3520363b7ac30d97ece9a6ae188c0d343cbad691" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-json-jackson:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json_jackson:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json_jackson:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-json:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-json:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-json-jackson:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json_jackson:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey-media-json-jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey_media_json_jackson:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-json:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_json:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-media-json-jackson-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-media-json-jackson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.media" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-media-json-jackson-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.media/jersey-media-multipart@2.39.1?package-id=7fe3da17153e9e3d", + "type": "library", + "group": "org.glassfish.jersey.media", + "name": "jersey-media-multipart", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-media-multipart:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.media/jersey-media-multipart@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "060fe5e2aa2be7386913f28b7b68ca63f65a0eb3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-multipart:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_multipart:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_multipart:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media-multipart:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media_multipart:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey-media-multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey_media_multipart:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-media-multipart-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-media-multipart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.media" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-media-multipart-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.ext/jersey-mvc@2.39.1?package-id=2609d623983d5348", + "type": "library", + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-mvc:jersey-mvc:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.ext/jersey-mvc@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1a43f93e7c5f4d8cfe7125a2ac61542846488ae4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc:jersey_mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey-mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey_mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey-mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey_mvc:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-mvc-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-mvc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.ext" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-mvc-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.ext/jersey-mvc-freemarker@2.39.1?package-id=782c9f09e2a53744", + "type": "library", + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-freemarker", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405" + } + } + ], + "cpe": "cpe:2.3:a:jersey-mvc-freemarker:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.ext/jersey-mvc-freemarker@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2e062892f6d3d7c0b8fdc2416cf5b4a64cbd8f18" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc-freemarker:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc_freemarker:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc_freemarker:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc-freemarker:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc_freemarker:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey-mvc-freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey_mvc_freemarker:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-mvc:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_mvc:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ext:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-mvc-freemarker-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-mvc-freemarker" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.ext" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-mvc-freemarker-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-server@2.38?package-id=8d2d9df0b46e81e1", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-server", + "version": "2.38", + "cpe": "cpe:2.3:a:jersey-server:jersey-server:2.38:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-server@2.38", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-server:jersey_server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey-server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey_server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-server:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_server:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.38:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.jersey.core:jersey-server" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.core/jersey-server@2.39.1?package-id=f802cffd8f1a1e1b", + "type": "library", + "group": "org.glassfish.jersey.core", + "name": "jersey-server", + "version": "2.39.1", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.apache.org/licenses/LICENSE-2.0.html, https://asm.ow2.io/license.html" + } + } + ], + "cpe": "cpe:2.3:a:jersey-server:jersey-server:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.core/jersey-server@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "62324128215827bd646ddaac8f26cb2bdfe8e999" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-server:jersey_server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey-server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey_server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey-server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey_server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-server:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_server:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey-server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey_server:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jersey:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-server-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-server-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey/jersey-servlet@1.19?package-id=4be8f5c34312713c", + "type": "library", + "group": "com.sun.jersey", + "name": "jersey-servlet", + "version": "1.19", + "licenses": [ + { + "license": { + "name": "http://glassfish.java.net/public/CDDL+GPL_1_1.html, http://glassfish.java.net/public/CDDL+GPL_1_1.html" + } + } + ], + "cpe": "cpe:2.3:a:oracle-corporation:jersey-servlet:1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey/jersey-servlet@1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2f19f1f7096d0fe3e09ae5698e4427114c23ad03" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jersey-servlet-1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jersey-servlet-1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jersey/jersey-servlet@1.19?package-id=014320a54c62c400", + "type": "library", + "group": "com.sun.jersey", + "name": "jersey-servlet", + "version": "1.19", + "cpe": "cpe:2.3:a:jersey-servlet:jersey-servlet:1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jersey/jersey-servlet@1.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey-servlet:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey_servlet:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey-servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey_servlet:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jersey:1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jersey-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.sun.jersey" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.sun.jersey:jersey-servlet" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.jettison/jettison@1.5.4?package-id=293f518d95bec3a9", + "type": "library", + "group": "org.codehaus.jettison", + "name": "jettison", + "version": "1.5.4", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:codehaus:jettison:1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.jettison/jettison@1.5.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "174ca56c411b05aec323d8f53e66709c0d28b337" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jettison:jettison:1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jettison-1.5.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jettison" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.jettison" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jettison-1.5.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.jettison/jettison@1.5.4?package-id=4509d9964028837f", + "type": "library", + "group": "org.codehaus.jettison", + "name": "jettison", + "version": "1.5.4", + "cpe": "cpe:2.3:a:codehaus:jettison:1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.jettison/jettison@1.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jettison:jettison:1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jettison" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.jettison" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.codehaus.jettison:jettison" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mortbay.jetty/jetty@6.1.26?package-id=9d3c600da42d264d", + "type": "library", + "group": "org.mortbay.jetty", + "name": "jetty", + "version": "6.1.26", + "cpe": "cpe:2.3:a:mortbay:jetty:6.1.26:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mortbay.jetty/jetty@6.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.mortbay.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.mortbay.jetty:jetty" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.51.v20230217?package-id=dbdae8054c94bd62", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-client", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "992630431704cf3144fb83fdac8e3c365c811c0a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-client:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-client:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-client:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-client-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-client-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.51.v20230217?package-id=cdb5e6de02fc469b", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-client", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-client:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-client:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-client:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_client:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.51.v20230217?package-id=4fefa54b59c3b6f7", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-continuation", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1517d671b74edb64da4bd643092958d5139ec684" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-continuation:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-continuation:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_continuation:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_continuation:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:continuation:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:continuation:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-continuation:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_continuation:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:continuation:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-continuation:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_continuation:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:continuation:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:continuation:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-continuation-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-continuation" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-continuation-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217?package-id=106417147717abb3", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-http", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fe37568aded59dd8e437e0f670fe5f809071fe8f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-http-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-http-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217?package-id=45f8bb6e80b68dbe", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-http", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-http" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217?package-id=7d40ee2dac13d662", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-io", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a11a0713b17334a5b6e694602fbd1a9457cb5fdd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-io-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-io-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217?package-id=127fa9daa2a2c936", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-io", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-io" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.50.v20221201?package-id=bcebc5e4e58fd0f3", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-jmx", + "version": "9.4.50.v20221201", + "cpe": "cpe:2.3:a:jetty-jmx:jetty-jmx:9.4.50.v20221201:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.50.v20221201", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-jmx:jetty_jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_jmx:jetty-jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_jmx:jetty_jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-jmx:jetty:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_jmx:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_jmx:jetty:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.50.v20221201:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-jmx" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-jmx" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217?package-id=f746ce0fa8cdd19c", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-security", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a3342214ce480cc5bb8e74fe7589dd0436a5d903" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-security-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-security" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-security-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217?package-id=5f867d88f713540f", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-security", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-security" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-security" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217?package-id=28abfb4f1a4e745c", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-server", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d0572c8460eb26adf8420e78535d95859c89a936" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-server-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-server-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217?package-id=8ff7362487a9a676", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-server", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-server" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217?package-id=d48fb711667c000b", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-servlet", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3ec1be0b1ca49b633dd7de0733d0054bb4763965" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-servlet-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-servlet-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217?package-id=61af54c9b2db73ab", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-servlet", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-servlet" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51.v20230217?package-id=897b1eb890a002c6", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-servlets", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b056ab57a23034e05339ecddabe4d96cee3c9b8c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlets:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlets:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlets:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlets:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlets:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlets:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlets:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlets:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlets:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlets:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlets:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:servlets:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlets:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-servlets-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-servlets" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-servlets-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mortbay.jetty/jetty-sslengine@6.1.26?package-id=bba0e68c7a4012ac", + "type": "library", + "group": "org.mortbay.jetty", + "name": "jetty-sslengine", + "version": "6.1.26", + "cpe": "cpe:2.3:a:jetty-sslengine:jetty-sslengine:6.1.26:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mortbay.jetty/jetty-sslengine@6.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-sslengine:jetty_sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_sslengine:jetty-sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_sslengine:jetty_sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty-sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty_sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-sslengine:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_sslengine:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_sslengine:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-sslengine" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.mortbay.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.mortbay.jetty:jetty-sslengine" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mortbay.jetty/jetty-util@6.1.26?package-id=682912bda1318461", + "type": "library", + "group": "org.mortbay.jetty", + "name": "jetty-util", + "version": "6.1.26", + "cpe": "cpe:2.3:a:jetty-util:jetty-util:6.1.26:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mortbay.jetty/jetty-util@6.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty-util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty_util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mortbay:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:6.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.mortbay.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.mortbay.jetty:jetty-util" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217?package-id=ab81de83bb68073f", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a11df06530a3a28c9af7ff336730a2f8e18e7205" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-util-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-util-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217?package-id=2ee1be52c2c7aa73", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-util" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217?package-id=da0b209b754f8b10", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-util" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217?package-id=cdc147df29539ffc", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3b2a998a5ed1f93bc1878fa89d65e307d8b8ebaf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-util-ajax-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util-ajax" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-util-ajax-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217?package-id=796b704755c1bdb4", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-util-ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util-ajax" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-util-ajax" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217?package-id=106e1a9c87b50dbf", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-util-ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util-ajax" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-util-ajax" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217?package-id=58bd07072059252e", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-webapp", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d1ac2cfce10cb5ca9a65dee26511cedfa3859614" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webapp:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webapp:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webapp:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webapp:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-webapp-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-webapp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-webapp-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217?package-id=d4bbd6f5a179f6a4", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-webapp", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-webapp:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-webapp:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_webapp:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_webapp:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-webapp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-webapp" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-xml@9.4.51.v20230217?package-id=9e82abf8168585df", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-xml", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-xml@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "54572d542f3a9e943ebf50f34df5ef1420b0b045" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jetty-xml-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-xml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jetty-xml-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-xml@9.4.51.v20230217?package-id=192ff6ecfe0345a2", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-xml", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:jetty-xml:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-xml@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-xml:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_xml:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_xml:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-xml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty:jetty-xml" + } + ] + }, + { + "bom-ref": "pkg:maven/jfr/jfr@1.8.0_372?package-id=7607778922ad9914", + "type": "library", + "name": "jfr", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:jfr:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/jfr/jfr@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1565e740f2b6e0c87e9be7b82ab9eae1391d3d86" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jfr:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:jfr:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfr:jfr:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/jfr.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/jfr.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jline/jline@0.9.94?package-id=d18a6fb52bbc8bab", + "type": "library", + "group": "jline", + "name": "jline", + "version": "0.9.94", + "cpe": "cpe:2.3:a:jline:jline:0.9.94:*:*:*:*:*:*:*", + "purl": "pkg:maven/jline/jline@0.9.94", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "99a18e9a44834afdebc467294e1138364c207402" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-0.9.94.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-0.9.94.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jline/jline@0.9.94?package-id=7251a99e731d770d", + "type": "library", + "group": "jline", + "name": "jline", + "version": "0.9.94", + "cpe": "cpe:2.3:a:jline:jline:0.9.94:*:*:*:*:*:*:*", + "purl": "pkg:maven/jline/jline@0.9.94", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:jline:jline" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline@3.9.0?package-id=a5020e8f12ab76a3", + "type": "library", + "group": "org.jline", + "name": "jline", + "version": "3.9.0", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/bsd-license.php" + } + } + ], + "cpe": "cpe:2.3:a:jline:jline:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline@3.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "da6eb8ebdd131ec41f7e42e7e77b257868279698" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline@3.9.0?package-id=af255ccf9414fa85", + "type": "library", + "group": "org.jline", + "name": "jline", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline:jline:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-builtins@3.9.0?package-id=a8c12320d5b8ff22", + "type": "library", + "group": "org.jline", + "name": "jline-builtins", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-builtins:jline-builtins:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-builtins@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-builtins:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_builtins:jline-builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_builtins:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-builtins" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-builtins" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-builtins@3.9.0?package-id=92528d1f4accb283", + "type": "library", + "group": "org.jline", + "name": "jline-builtins", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-builtins:jline-builtins:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-builtins@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-builtins:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_builtins:jline-builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_builtins:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_builtins:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-builtins" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-builtins" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-reader@3.9.0?package-id=13a2de99b46a416b", + "type": "library", + "group": "org.jline", + "name": "jline-reader", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-reader:jline-reader:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-reader@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-reader:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_reader:jline-reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_reader:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-reader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-reader" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-reader@3.9.0?package-id=459a79753735b7d8", + "type": "library", + "group": "org.jline", + "name": "jline-reader", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-reader:jline-reader:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-reader@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-reader:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_reader:jline-reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_reader:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_reader:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-reader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-reader" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-remote-ssh@3.9.0?package-id=ae923dfcfaa6d783", + "type": "library", + "group": "org.jline", + "name": "jline-remote-ssh", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-remote-ssh:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-remote-ssh@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote-ssh:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_ssh:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_ssh:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-remote-ssh" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-remote-ssh" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-remote-ssh@3.9.0?package-id=73db63edf5f20981", + "type": "library", + "group": "org.jline", + "name": "jline-remote-ssh", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-remote-ssh:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-remote-ssh@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote-ssh:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_ssh:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_ssh:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-remote-ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_remote_ssh:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-remote-ssh" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-remote-ssh" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-remote-telnet@3.9.0?package-id=7aa037f1eb25f6b5", + "type": "library", + "group": "org.jline", + "name": "jline-remote-telnet", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-remote-telnet:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-remote-telnet@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote-telnet:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_telnet:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_telnet:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-remote-telnet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-remote-telnet" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-remote-telnet@3.9.0?package-id=8b461613bc8f3951", + "type": "library", + "group": "org.jline", + "name": "jline-remote-telnet", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-remote-telnet:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-remote-telnet@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote-telnet:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_telnet:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote_telnet:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-remote:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_remote:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-remote-telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_remote_telnet:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-remote-telnet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-remote-telnet" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-style@3.9.0?package-id=d78a19ba01df2051", + "type": "library", + "group": "org.jline", + "name": "jline-style", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-style:jline-style:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-style@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-style:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_style:jline-style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_style:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-style" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-style" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-style@3.9.0?package-id=a99ed4c8cb710b78", + "type": "library", + "group": "org.jline", + "name": "jline-style", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-style:jline-style:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-style@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-style:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_style:jline-style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_style:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_style:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-style" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-style" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal@3.9.0?package-id=66c95ac20e28880a", + "type": "library", + "group": "org.jline", + "name": "jline-terminal", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal:jline-terminal:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-terminal" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal@3.9.0?package-id=5704a68ffaf373e2", + "type": "library", + "group": "org.jline", + "name": "jline-terminal", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal:jline-terminal:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-terminal" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal-jansi@3.9.0?package-id=be714c6a7ebc0036", + "type": "library", + "group": "org.jline", + "name": "jline-terminal-jansi", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal-jansi:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal-jansi@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal-jansi:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jansi:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jansi:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal-jansi" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-terminal-jansi" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal-jansi@3.9.0?package-id=e4fa7e6ad84176bc", + "type": "library", + "group": "org.jline", + "name": "jline-terminal-jansi", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal-jansi:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal-jansi@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal-jansi:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jansi:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jansi:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal-jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal_jansi:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal-jansi" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-terminal-jansi" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal-jna@3.9.0?package-id=ed53043d5ab84be8", + "type": "library", + "group": "org.jline", + "name": "jline-terminal-jna", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal-jna:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal-jna@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal-jna:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jna:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jna:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal-jna" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jline-3.9.0.jar:org.jline:jline-terminal-jna" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jline/jline-terminal-jna@3.9.0?package-id=70e01cd3c4d4fb09", + "type": "library", + "group": "org.jline", + "name": "jline-terminal-jna", + "version": "3.9.0", + "cpe": "cpe:2.3:a:jline-terminal-jna:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jline/jline-terminal-jna@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal-jna:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jna:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal_jna:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline-terminal:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline_terminal:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline-terminal-jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jline:jline_terminal_jna:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline-terminal-jna" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jline:jline-terminal-jna" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/jmespath-java@1.12.400?package-id=0dcfefb8f222a2b6", + "type": "library", + "group": "com.amazonaws", + "name": "jmespath-java", + "version": "1.12.400", + "cpe": "cpe:2.3:a:jmespath-java:jmespath-java:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/jmespath-java@1.12.400", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6a7fb1310bbf1831438d03c34b7bf23de191f3bf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jmespath-java-1.12.400.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jmespath-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jmespath-java-1.12.400.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/jmespath-java@1.12.400?package-id=8ffd9c309a823a42", + "type": "library", + "group": "com.amazonaws", + "name": "jmespath-java", + "version": "1.12.400", + "cpe": "cpe:2.3:a:jmespath-java:jmespath-java:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/jmespath-java@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jmespath-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:jmespath-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws/jmespath-java@1.12.400?package-id=031e67476486ff4e", + "type": "library", + "group": "com.amazonaws", + "name": "jmespath-java", + "version": "1.12.400", + "cpe": "cpe:2.3:a:jmespath-java:jmespath-java:1.12.400:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws/jmespath-java@1.12.400", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_java:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath-java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath_java:1.12.400:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jmespath-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws:jmespath-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jna/jna@5.12.1?package-id=0fbc7a358544cd59", + "type": "library", + "name": "jna", + "version": "5.12.1", + "cpe": "cpe:2.3:a:jna-development-team:jna:5.12.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jna/jna@5.12.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b1e93a735caea94f503e95e6fe79bf9cdc1e985d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_development_team:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jna-5.12.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jna-5.12.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun.jna.platform/jna-platform@5.12.1?package-id=d69b8baf044fd4af", + "type": "library", + "name": "jna-platform", + "version": "5.12.1", + "cpe": "cpe:2.3:a:jna-development-team:jna-platform:5.12.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun.jna.platform/jna-platform@5.12.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "097406a297c852f4a41e688a176ec675f72e8329" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-development-team:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_development_team:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_development_team:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-development-team:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_development_team:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-platform:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-platform:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_platform:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_platform:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-development-team:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_development_team:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-platform:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_platform:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platform:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platform:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platform:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna-platform:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna_platform:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jna-platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jna_platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platform:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:platform:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jna:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:jna:5.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jna-platform-5.12.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jna-platform-5.12.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/joda-time/joda-time@2.12.1?package-id=31b325fda83424ae", + "type": "library", + "group": "joda-time", + "name": "joda-time", + "version": "2.12.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:joda-time:joda-time:2.12.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/joda-time/joda-time@2.12.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e71c19070f696df8fe1ade84ef61902c91b7354c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-time:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda-time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-org:joda-time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-org:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_org:joda-time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_org:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-time:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda-time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:time:joda-time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:time:joda_time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-org:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_org:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:time:time:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/joda-time-2.12.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joda-time" + }, + { + "name": "syft:metadata:-:groupID", + "value": "joda-time" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/joda-time-2.12.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/joda-time/joda-time@2.8.1?package-id=f6b6708e775b5985", + "type": "library", + "group": "joda-time", + "name": "joda-time", + "version": "2.8.1", + "cpe": "cpe:2.3:a:joda-time:joda-time:2.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/joda-time/joda-time@2.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-time:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda-time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda-time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joda-time" + }, + { + "name": "syft:metadata:-:groupID", + "value": "joda-time" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:joda-time:joda-time" + } + ] + }, + { + "bom-ref": "pkg:maven/joda-time/joda-time@2.8.1?package-id=d91118d59e080b5f", + "type": "library", + "group": "joda-time", + "name": "joda-time", + "version": "2.8.1", + "cpe": "cpe:2.3:a:joda-time:joda-time:2.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/joda-time/joda-time@2.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-time:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda-time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda-time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda_time:2.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joda-time" + }, + { + "name": "syft:metadata:-:groupID", + "value": "joda-time" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:joda-time:joda-time" + } + ] + }, + { + "bom-ref": "pkg:maven/joda-time/joda-time@2.9.9?package-id=9d3dfbdf4e999022", + "type": "library", + "group": "joda-time", + "name": "joda-time", + "version": "2.9.9", + "cpe": "cpe:2.3:a:joda-time:joda-time:2.9.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/joda-time/joda-time@2.9.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda-time:joda_time:2.9.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda-time:2.9.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda_time:joda_time:2.9.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda-time:2.9.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joda:joda_time:2.9.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joda-time" + }, + { + "name": "syft:metadata:-:groupID", + "value": "joda-time" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:joda-time:joda-time" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jruby.joni/joni@2.1.2?package-id=e7b928e19fd8a34e", + "type": "library", + "group": "org.jruby.joni", + "name": "joni", + "version": "2.1.2", + "cpe": "cpe:2.3:a:sonatype:joni:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jruby.joni/joni@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jruby:joni:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joni:joni:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:joni:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joni" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jruby.joni" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.jruby.joni:joni" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jruby.joni/joni@2.1.31?package-id=d69dff46de997f87", + "type": "library", + "group": "org.jruby.joni", + "name": "joni", + "version": "2.1.31", + "cpe": "cpe:2.3:a:sonatype:joni:2.1.31:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jruby.joni/joni@2.1.31", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jruby:joni:2.1.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joni:joni:2.1.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:joni:2.1.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "joni" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jruby.joni" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.jruby.joni:joni" + } + ] + }, + { + "bom-ref": "pkg:maven/net.sf.jopt-simple/jopt-simple@3.2?package-id=db43cfaa68449da4", + "type": "library", + "group": "net.sf.jopt-simple", + "name": "jopt-simple", + "version": "3.2", + "cpe": "cpe:2.3:a:jopt-simple:jopt-simple:3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.sf.jopt-simple/jopt-simple@3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jopt-simple:jopt_simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jopt_simple:jopt-simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jopt_simple:jopt_simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jopt:jopt-simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jopt:jopt_simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sf:jopt-simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sf:jopt_simple:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jopt-simple" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.sf.jopt-simple" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:net.sf.jopt-simple:jopt-simple" + } + ] + }, + { + "bom-ref": "pkg:maven/com.jcraft/jsch@0.1.54?package-id=0da000698af6af19", + "type": "library", + "group": "com.jcraft", + "name": "jsch", + "version": "0.1.54", + "cpe": "cpe:2.3:a:sonatype:jsch:0.1.54:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.jcraft/jsch@0.1.54", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcraft:jsch:0.1.54:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsch:jsch:0.1.54:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jsch:0.1.54:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsch" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.jcraft" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.jcraft:jsch" + } + ] + }, + { + "bom-ref": "pkg:maven/com.jcraft/jsch@0.1.55?package-id=80c53a4cebb3317c", + "type": "library", + "group": "com.jcraft", + "name": "jsch", + "version": "0.1.55", + "cpe": "cpe:2.3:a:jcraft:jsch:0.1.55:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.jcraft/jsch@0.1.55", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bbd40e5aa7aa3cfad5db34965456cee738a42a50" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsch:jsch:0.1.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jsch-0.1.55.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsch" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.jcraft" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jsch-0.1.55.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.jcraft/jsch@0.1.55?package-id=db427d4bb672f91c", + "type": "library", + "group": "com.jcraft", + "name": "jsch", + "version": "0.1.55", + "cpe": "cpe:2.3:a:sonatype:jsch:0.1.55:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.jcraft/jsch@0.1.55", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jcraft:jsch:0.1.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsch:jsch:0.1.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jsch:0.1.55:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsch" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.jcraft" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.jcraft:jsch" + } + ] + }, + { + "bom-ref": "pkg:maven/com.tdunning/json@1.8?package-id=d92ec052c8872a9c", + "type": "library", + "group": "com.tdunning", + "name": "json", + "version": "1.8", + "cpe": "cpe:2.3:a:tdunning:json:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.tdunning/json@1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.tdunning" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.tdunning:json" + } + ] + }, + { + "bom-ref": "pkg:maven/com.tdunning/json@1.8?package-id=5e29674e77ec0273", + "type": "library", + "group": "com.tdunning", + "name": "json", + "version": "1.8", + "cpe": "cpe:2.3:a:tdunning:json:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.tdunning/json@1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.tdunning" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.tdunning:json" + } + ] + }, + { + "bom-ref": "pkg:maven/com.tdunning/json@1.8?package-id=29dd56f413b8b86f", + "type": "library", + "group": "com.tdunning", + "name": "json", + "version": "1.8", + "cpe": "cpe:2.3:a:tdunning:json:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.tdunning/json@1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.tdunning" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.tdunning:json" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/json-smart@2.4.10?package-id=2699e6ca2a272aad", + "type": "library", + "group": "net.minidev", + "name": "json-smart", + "version": "2.4.10", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:json-smart:json-smart:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/json-smart@2.4.10", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "91cb329e9424bf32131eeb1ce2d17bf31b9899bc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/json-smart-2.4.10.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/json-smart-2.4.10.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/json-smart@2.4.10?package-id=c57decf2ed97c4f6", + "type": "library", + "group": "net.minidev", + "name": "json-smart", + "version": "2.4.10", + "cpe": "cpe:2.3:a:json-smart:json-smart:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/json-smart@2.4.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:net.minidev:json-smart" + } + ] + }, + { + "bom-ref": "pkg:maven/net.minidev/json-smart@2.4.10?package-id=784c86948c36328a", + "type": "library", + "group": "net.minidev", + "name": "json-smart", + "version": "2.4.10", + "cpe": "cpe:2.3:a:json-smart:json-smart:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.minidev/json-smart@2.4.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_smart:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minidev:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_smart:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json-smart" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.minidev" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:net.minidev:json-smart" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/json-utils@2.17.295?package-id=72e097a9890a8e9f", + "type": "library", + "group": "software.amazon.awssdk", + "name": "json-utils", + "version": "2.17.295", + "cpe": "cpe:2.3:a:json-utils:json-utils:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/json-utils@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fb9850ea90caea9655517ae09c2454801aff70e1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-utils:json_utils:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_utils:json-utils:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_utils:json_utils:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-utils:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_utils:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/json-utils-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "json-utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/json-utils-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.1?package-id=5a6c98ff6db99417", + "type": "library", + "group": "com.google.code.findbugs", + "name": "jsr305", + "version": "3.0.1", + "cpe": "cpe:2.3:a:findbugs:jsr305:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jsr305:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jsr305:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr305:jsr305:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:jsr305:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jsr305:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/annotations-3.0.1u2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsr305" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/annotations-3.0.1u2.jar:com.google.code.findbugs:jsr305" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?package-id=cb15948d59169701", + "type": "library", + "group": "com.google.code.findbugs", + "name": "jsr305", + "version": "3.0.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:findbugs:jsr305:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "25ea2e8b0c338a877313bd4672d3fe056ea78f0d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr-305:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr_305:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr305:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jsr305-3.0.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsr305" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jsr305-3.0.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?package-id=57850b6de6887b62", + "type": "library", + "group": "com.google.code.findbugs", + "name": "jsr305", + "version": "3.0.2", + "cpe": "cpe:2.3:a:findbugs:jsr305:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr305:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsr305" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.code.findbugs:jsr305" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?package-id=be8653e6647a7364", + "type": "library", + "group": "com.google.code.findbugs", + "name": "jsr305", + "version": "3.0.2", + "cpe": "cpe:2.3:a:findbugs:jsr305:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsr305:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:jsr305:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jsr305" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.code.findbugs" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.code.findbugs:jsr305" + } + ] + }, + { + "bom-ref": "pkg:maven/jsse/jsse@1.8.0_372?package-id=7542fe0fd24ce902", + "type": "library", + "name": "jsse", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:jsse:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/jsse/jsse@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "aa643352c13cfcd927a27cf312d407cd17c36b46" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jsse:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:jsse:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsse:jsse:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/jsse.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/jsse.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?package-id=b23aced3c9e333ca", + "type": "library", + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:jul-to-slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ed46d81cef9c412a88caef405b58f93a678ff2ca" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to-slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/jul-to-slf4j-1.7.36.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jul-to-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/jul-to-slf4j-1.7.36.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?package-id=6e6da64af2827903", + "type": "library", + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:jul-to-slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to-slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jul-to-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:jul-to-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?package-id=47e418501fc216da", + "type": "library", + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:jul-to-slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to-slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to_slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul-to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul_to:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul-to-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jul:jul_to_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jul-to-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:jul-to-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-admin@1.0.1?package-id=e59dd7d8de604d0f", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-admin", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-admin:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-admin@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7868b29620b92aa1040fe20d21ba09f2506207aa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_admin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-admin-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-admin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-admin-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-admin@1.0.1?package-id=79f46c77ccc0d73a", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-admin", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-admin:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-admin@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_admin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-admin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-admin" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-client@1.0.1?package-id=6ba786f6497af7b2", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-client", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-client:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-client@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a82d2503e718d17628fc9b4db411b001573f61b7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_client:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-client-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-client-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-client@1.0.1?package-id=843599794ef5182d", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-client", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-client:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-client@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_client:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-common@1.0.1?package-id=1183e87a3a7606e0", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-common", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-common:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-common@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e358016010b6355630e398db20d83925462fa4cd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_common:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-common-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-common-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-common@1.0.1?package-id=3dad78c307fe48b3", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-common", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-common:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-common@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_common:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-core@1.0.1?package-id=d544415748d7a6d1", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-core", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-core:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-core@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "82357e97a5c1b505beb0f6c227d9f39b2d7fdde0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_core:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-core-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-core-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-core@1.0.1?package-id=7f76f609851525aa", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-core", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-core:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-core@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_core:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-crypto@1.0.1?package-id=50e80b4d162c9491", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-crypto", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-crypto:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-crypto@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "66eab4bbf91fa01ed4f72ce771db28c59d35a843" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_crypto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-crypto-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-crypto" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-crypto-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-crypto@1.0.1?package-id=ebbfe157ba2cfd9f", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-crypto", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-crypto:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-crypto@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_crypto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-crypto" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-crypto" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-identity@1.0.1?package-id=25dafe6abcefb8d3", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-identity", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-identity:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-identity@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "eb91bc9b9ff26bfcca077cf1a888fb09e8ce72be" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_identity:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-identity-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-identity" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-identity-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-identity@1.0.1?package-id=a5ecd5d73d0a9448", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-identity", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-identity:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-identity@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_identity:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-identity" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-identity" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-server@1.0.1?package-id=02c60a5824f48f39", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-server", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-server:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-server@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c56ffb4a6541864daf9868895b79c0c33427fd8c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_server:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-server-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-server-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-server@1.0.1?package-id=f7d5fc791000b659", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-server", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-server:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-server@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_server:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-server" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-simplekdc@1.0.1?package-id=19ebd45a5436a565", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-simplekdc", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-simplekdc:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-simplekdc@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1e39adf7c3f5e87695789994b694d24c1dda5752" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_simplekdc:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-simplekdc-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-simplekdc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-simplekdc-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-simplekdc@1.0.1?package-id=8e1dd6bb5165e38c", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-simplekdc", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-simplekdc:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-simplekdc@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_simplekdc:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-simplekdc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-simplekdc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-util@1.0.1?package-id=21390ea2a6a50c5e", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-util", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-util:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-util@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "93d37f677addd2450b199e8da8fcac243ceb8a88" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_util:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerb-util-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerb-util-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerb-util@1.0.1?package-id=959271ddebe05a05", + "type": "library", + "group": "org.apache.kerby", + "name": "kerb-util", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerb-util:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerb-util@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerb_util:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerb-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerb-util" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-asn1@1.0.1?package-id=e05fb3d5a0517086", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-asn1", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-asn1:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-asn1@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d54a9712c29c4e6d9d9ba483fad3d450be135fff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_asn1:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerby-asn1-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-asn1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerby-asn1-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-asn1@1.0.1?package-id=aa646c1e2ce8b4a1", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-asn1", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-asn1:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-asn1@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_asn1:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-asn1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerby-asn1" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-config@1.0.1?package-id=f505119cbf9d083c", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-config", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-config:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-config@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a4c3885fa656a92508315aca9b4632197a454b18" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_config:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerby-config-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-config" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerby-config-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-config@1.0.1?package-id=a2f626cc41550eeb", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-config", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-config:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-config@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_config:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-config" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerby-config" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-pkix@1.0.1?package-id=c169f75d56ba9a6f", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-pkix", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-pkix:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-pkix@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4c1fd1f78ba7c16cf6fcd663ddad7eed34b4d911" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_pkix:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerby-pkix-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-pkix" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerby-pkix-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-pkix@1.0.1?package-id=7e0c337b23b8cb19", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-pkix", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-pkix:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-pkix@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_pkix:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-pkix" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerby-pkix" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-util@1.0.1?package-id=c679b33f6ad9b9be", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-util", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-util:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-util@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "389b730dc4e454f70d72ec19ddac2528047f157e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_util:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerby-util-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerby-util-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-util@1.0.1?package-id=160b53b645e54c0d", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-util", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-util:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-util@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_util:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerby-util" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-xdr@1.0.1?package-id=38931b0523cfbbd6", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-xdr", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-xdr:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-xdr@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7d1b5b69a5ea87fb2f62498710d9d788d17beb2b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_xdr:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kerby-xdr-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-xdr" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kerby-xdr-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/kerby-xdr@1.0.1?package-id=3c3c76b67d678592", + "type": "library", + "group": "org.apache.kerby", + "name": "kerby-xdr", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:kerby-xdr:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/kerby-xdr@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby_xdr:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:kerby:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kerby-xdr" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:kerby-xdr" + } + ] + }, + { + "bom-ref": "pkg:maven/koloboke-api-jdk8/koloboke-api-jdk8@1.0.0?package-id=5a811f21f63a0c12", + "type": "library", + "name": "koloboke-api-jdk8", + "version": "1.0.0", + "cpe": "cpe:2.3:a:koloboke-api-jdk8:koloboke-api-jdk8:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/koloboke-api-jdk8/koloboke-api-jdk8@1.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "266824ffd8d8c3ea57d2a1617b168a1195ee263c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-api-jdk8:koloboke_api_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_api_jdk8:koloboke-api-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_api_jdk8:koloboke_api_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-api:koloboke-api-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-api:koloboke_api_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_api:koloboke-api-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_api:koloboke_api_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke:koloboke-api-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke:koloboke_api_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/koloboke-api-jdk8-1.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/koloboke-api-jdk8-1.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/koloboke-impl-common-jdk8/koloboke-impl-common-jdk8@1.0.0?package-id=a6755186915155e6", + "type": "library", + "name": "koloboke-impl-common-jdk8", + "version": "1.0.0", + "cpe": "cpe:2.3:a:koloboke-impl-common-jdk8:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/koloboke-impl-common-jdk8/koloboke-impl-common-jdk8@1.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7a47633f274105dc0a8c70e1f1d846874a092410" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-impl-common-jdk8:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl_common_jdk8:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl_common_jdk8:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-impl-common:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-impl-common:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl_common:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl_common:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-impl:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke-impl:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke_impl:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke:koloboke-impl-common-jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:koloboke:koloboke_impl_common_jdk8:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/koloboke-impl-common-jdk8-1.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/koloboke-impl-common-jdk8-1.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/kotlin-stdlib/kotlin-stdlib@1.6.20?package-id=760c3590eef1759c", + "type": "library", + "name": "kotlin-stdlib", + "version": "1.6.20", + "cpe": "cpe:2.3:a:kotlin-stdlib:kotlin-stdlib:1.6.20:*:*:*:*:*:*:*", + "purl": "pkg:maven/kotlin-stdlib/kotlin-stdlib@1.6.20", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6cedc143badbb4f1c6b7f5a340b04edff1743208" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin_stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin-stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin_stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin-stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin_stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin-stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin_stdlib:1.6.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-1.6.20.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-1.6.20.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/kotlin-stdlib-common/kotlin-stdlib-common@1.5.31?package-id=d7bb64bf0e98122b", + "type": "library", + "name": "kotlin-stdlib-common", + "version": "1.5.31", + "cpe": "cpe:2.3:a:kotlin-stdlib-common:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*", + "purl": "pkg:maven/kotlin-stdlib-common/kotlin-stdlib-common@1.5.31", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "043331609c7de811fed085e0dfd150874b157c32" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib-common:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_common:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_common:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin-stdlib-common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin_stdlib_common:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-common-1.5.31.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-common-1.5.31.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/kotlin-stdlib-jdk7/kotlin-stdlib-jdk7@1.5.31?package-id=2e2e2c9d7d8a62c1", + "type": "library", + "name": "kotlin-stdlib-jdk7", + "version": "1.5.31", + "cpe": "cpe:2.3:a:kotlin-stdlib-jdk7:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*", + "purl": "pkg:maven/kotlin-stdlib-jdk7/kotlin-stdlib-jdk7@1.5.31", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "77e0f2568912e45d26c31fd417a332458508acdf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib-jdk7:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_jdk7:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_jdk7:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin-stdlib-jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin_stdlib_jdk7:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-jdk7-1.5.31.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-jdk7-1.5.31.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/kotlin-stdlib-jdk8/kotlin-stdlib-jdk8@1.5.31?package-id=ce9c1bc74b679f74", + "type": "library", + "name": "kotlin-stdlib-jdk8", + "version": "1.5.31", + "cpe": "cpe:2.3:a:kotlin-stdlib-jdk8:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*", + "purl": "pkg:maven/kotlin-stdlib-jdk8/kotlin-stdlib-jdk8@1.5.31", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ff5d99aecd328872494e8921b72bf6e3af97af3e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib-jdk8:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_jdk8:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib_jdk8:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin-stdlib:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin_stdlib:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetbrains:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin-stdlib-jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kotlin:kotlin_stdlib_jdk8:1.5.31:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-jdk8-1.5.31.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kotlin-stdlib-jdk8-1.5.31.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/kryo@4.0.1?package-id=817026c74e43c432", + "type": "library", + "group": "com.esotericsoftware", + "name": "kryo", + "version": "4.0.1", + "licenses": [ + { + "license": { + "name": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:esotericsoftware:kryo:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/kryo@4.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5053899c213a6ce50a800d4902c5a9de49fe0098" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/kryo-4.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kryo" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/kryo-4.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3?package-id=58e7849b80bfeeeb", + "type": "library", + "group": "com.esotericsoftware", + "name": "kryo-shaded", + "version": "3.0.3", + "cpe": "cpe:2.3:a:esotericsoftware:kryo-shaded:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esotericsoftware:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kryo-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:kryo-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3?package-id=118b880e2a34e85a", + "type": "library", + "group": "com.esotericsoftware", + "name": "kryo-shaded", + "version": "3.0.3", + "cpe": "cpe:2.3:a:esotericsoftware:kryo-shaded:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esotericsoftware:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kryo-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:kryo-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3?package-id=557908bad5fe1c97", + "type": "library", + "group": "com.esotericsoftware", + "name": "kryo-shaded", + "version": "3.0.3", + "cpe": "cpe:2.3:a:esotericsoftware:kryo-shaded:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/kryo-shaded@3.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esotericsoftware:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo-shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo_shaded:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kryo:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo-shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:kryo_shaded:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "kryo-shaded" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:kryo-shaded" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/lang-tag@1.4.4?package-id=1b6d86b9cd273e87", + "type": "library", + "group": "com.nimbusds", + "name": "lang-tag", + "version": "1.4.4", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:connect2id-ltd-:lang-tag:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/lang-tag@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1db9a709239ae473a69b5424c7e78d0b7108229d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id-ltd-:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:lang-tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang-tag:lang-tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang-tag:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang_tag:lang-tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang_tag:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:lang-tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang:lang-tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lang:lang_tag:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lang-tag-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "lang-tag" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lang-tag-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8?package-id=47387f687105323b", + "type": "library", + "group": "org.fusesource.leveldbjni", + "name": "leveldbjni-all", + "version": "1.8", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:leveldbjni-all:leveldbjni-all:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "707350a2eeb1fa2ed77a32ddb3893ed308e941db" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/leveldbjni-all-1.8.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "leveldbjni-all" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.fusesource.leveldbjni" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/leveldbjni-all-1.8.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8?package-id=e5f6bbdf5a69a633", + "type": "library", + "group": "org.fusesource.leveldbjni", + "name": "leveldbjni-all", + "version": "1.8", + "cpe": "cpe:2.3:a:leveldbjni-all:leveldbjni-all:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "leveldbjni-all" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.fusesource.leveldbjni" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.fusesource.leveldbjni:leveldbjni-all" + } + ] + }, + { + "bom-ref": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8?package-id=10aeca4bfcebe50e", + "type": "library", + "group": "org.fusesource.leveldbjni", + "name": "leveldbjni-all", + "version": "1.8", + "cpe": "cpe:2.3:a:leveldbjni-all:leveldbjni-all:1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.fusesource.leveldbjni/leveldbjni-all@1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni-all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni-all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni_all:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni_all:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fusesource:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leveldbjni:leveldbjni:1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "leveldbjni-all" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.fusesource.leveldbjni" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.fusesource.leveldbjni:leveldbjni-all" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=272402aa7ee852c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.9?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=fb16faf83d703c0f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.9", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.9?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=6972f00941908772", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=280591c8267d6437", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=d6bb1779410b8c76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=0c6d14bf6fda0bdc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=887cad98364f86a3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=36a6ec6966655d0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=d3b0c2044ba4c040", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2537" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=a3ffcbccc5150441", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13592" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=3e875cf13754e128", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=4c2660ba12d75d67", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.10?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=5d26e1e65fd1ac59", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.10?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=b9fdce5b6bb711ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=ffe96a7081b10b9b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=e39e2b9d718bfe1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=84e5fdd4870cf479", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=7c496f68d7ba8694", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=243b62381ed46ca4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=664aa73c632a23aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=32e8cac45b7fe1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=561c78938de96794", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=e9970e695a41a56f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=da9f8206802f148e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=26f164eee4ee5887", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=4d30ff9f35fb0da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=8b21438379a601b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=a0984a656a90d02e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=55adcecc38847d57", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.14+dfsg-0ubuntu0.22.04.2?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=4e09808b26612cec", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.14+dfsg-0ubuntu0.22.04.2", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.14+dfsg-0ubuntu0.22.04.2?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.14\\+dfsg-0ubuntu0.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=a5fd59cb92ac5b71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=7a2e7d7b2e76d9ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=8d9f32c54663f3c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=be704c435c7c48bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b9460a8cc126c354", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7e838f79e93f2376", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=1b259521a8cc90c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d27861ffbcbcb90c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=d00147991a924f60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=1ac0109b2fc32484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=44b3793a6ed5ff2e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=ad237918fc7f4f89", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=36d58bf67c0a920a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=08582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=10e7b7a991f51d2a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Libpng" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "name": "expat" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=3ed03bdbacefd7d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=b07b83cd6ae6644b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=8e73a05ab9b9653f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=fe46a4e032254918", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=58839f0751eaa7e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=1d424aa7f20fd84c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=a80b6f90a3c5e6c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=e46b68098ff0d38c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=9e331a4a08182525", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=c4f5eef1cedc50a6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=4b719870d650cc2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=338b9b3171b3a7cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=1a4e928fac6227e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5824" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d8f85f88fb56c2f3", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2746" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.9?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=3e468f657005be3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.9", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.9?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "995" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=ab473838e330c4f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.thrift/libthrift@0.13.0?package-id=7fd760f12a9e0da5", + "type": "library", + "name": "libthrift", + "version": "0.13.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:libthrift:0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.thrift/libthrift@0.13.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0e5af3b6dc164eb2c699b70bf67a0babef507faf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:thrift:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/libthrift-0.13.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/libthrift-0.13.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=4fa38f2032d47b4c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=6fd7006cf2432f90", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=ce81eb713fcb8b99", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.9?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=60efd4dd829980b8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.9", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.9?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=c1e90e9e163c118b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=ae0d6af05cdddc9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cf858eae192004d9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=60c5ccc5eb041604", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@1.0?package-id=28fb4591490fd0d7", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "1.0", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/curator-client-4.2.0.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=1258bc3ae4220adb", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=471aa8e85bf2bcdc", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-guava-1.1.1.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=9498ab36ae361a1a", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/iceberg-bundled-guava-1.2.0-e340ad5-20230511162417-de84403.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=e52f401f396d36d7", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b421526c5f297295adef1c886e5246c39d4ac629" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=94e66b32961c22af", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?package-id=8ecb92d50d0c36f0", + "type": "library", + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "listenablefuture" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.guava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.guava:listenablefuture" + } + ] + }, + { + "bom-ref": "pkg:maven/local_policy/local_policy?package-id=ed7d5afde34c45c9", + "type": "library", + "name": "local_policy", + "cpe": "cpe:2.3:a:local-policy:local-policy:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/local_policy/local_policy", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7863f0134198541f7b1ffd7d4133f432810b491f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local-policy:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local_policy:local-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local_policy:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local:local-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/security/policy/limited/local_policy.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/security/policy/limited/local_policy.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/local_policy/local_policy?package-id=269ea84d4bd4178b", + "type": "library", + "name": "local_policy", + "cpe": "cpe:2.3:a:local-policy:local-policy:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/local_policy/local_policy", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ee102c8333cd9c670012871a3f55f3675654c273" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local-policy:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local_policy:local-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local_policy:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local:local-policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:local:local_policy:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/security/policy/unlimited/local_policy.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/security/policy/unlimited/local_policy.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/localedata/localedata?package-id=806221b86ab171dc", + "type": "library", + "name": "localedata", + "cpe": "cpe:2.3:a:localedata:localedata:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/localedata/localedata", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "44401d6ccc97512038bc1d006844b356be77f55c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/localedata.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/localedata.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=8e9f6cd31607f00e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17064" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.19.0?package-id=496525d1f9c01e2c", + "type": "library", + "group": "org.apache.logging.log4j", + "name": "log4j-api", + "version": "2.19.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:log4j-api:2.19.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.19.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ea1b37f38c327596b216542bc636cfdc0b8036fa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j_api:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:api:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/log4j-api-2.19.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.logging.log4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/log4j-api-2.19.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.19.0?package-id=6c429aa442b11129", + "type": "library", + "group": "org.apache.logging.log4j", + "name": "log4j-api", + "version": "2.19.0", + "cpe": "cpe:2.3:a:apache:log4j-api:2.19.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j_api:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.logging.log4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.logging.log4j:log4j-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36?package-id=104dcb529bd32c1c", + "type": "library", + "group": "org.slf4j", + "name": "log4j-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:apache:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2a753acda077203a4794f106871bb237501c9a53" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/log4j-over-slf4j-1.7.36.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/log4j-over-slf4j-1.7.36.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36?package-id=3961a88820d3b566", + "type": "library", + "group": "org.slf4j", + "name": "log4j-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over-slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over_slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over_slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:log4j-over-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36?package-id=e8205105a0d7a0ea", + "type": "library", + "group": "org.slf4j", + "name": "log4j-over-slf4j", + "version": "1.7.36", + "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.36", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over-slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over_slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over_slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j-over:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j_over:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:log4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:log4j-over-slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:log4j_over_slf4j:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-over-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:log4j-over-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.19.0?package-id=f6481e90b9e44e8c", + "type": "library", + "group": "org.apache.logging.log4j", + "name": "log4j-to-slf4j", + "version": "2.19.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:log4j-to-slf4j:2.19.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.19.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "30f4812e43172ecca5041da2cb6b965cc4777c19" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j_to_slf4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:to-slf4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:to_slf4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:slf4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/log4j-to-slf4j-2.19.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-to-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.logging.log4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/log4j-to-slf4j-2.19.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.19.0?package-id=93de945e04d0323b", + "type": "library", + "group": "org.apache.logging.log4j", + "name": "log4j-to-slf4j", + "version": "2.19.0", + "cpe": "cpe:2.3:a:apache:log4j-to-slf4j:2.19.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j_to_slf4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:log4j:2.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "log4j-to-slf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.logging.log4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.logging.log4j:log4j-to-slf4j" + } + ] + }, + { + "bom-ref": "pkg:maven/ch.qos.logback/logback-access@1.2.11?package-id=80361abfadcbcd85", + "type": "library", + "group": "ch.qos.logback", + "name": "logback-access", + "version": "1.2.11", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:logback-access:logback-access:1.2.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/ch.qos.logback/logback-access@1.2.11", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "abce2ef79949d33bc859acc83379feeaa539e75d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback-access:logback_access:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_access:logback-access:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_access:logback_access:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback-access:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback_access:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/logback-access-1.2.11.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logback-access" + }, + { + "name": "syft:metadata:-:groupID", + "value": "ch.qos.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/logback-access-1.2.11.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.2.11?package-id=12299f1b76c49ed6", + "type": "library", + "group": "ch.qos.logback", + "name": "logback-classic", + "version": "1.2.11", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:logback-classic:logback-classic:1.2.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/ch.qos.logback/logback-classic@1.2.11", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4741689214e9d1e8408b206506cbe76d1c6a7d60" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback-classic:logback_classic:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_classic:logback-classic:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_classic:logback_classic:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback-classic:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback_classic:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/logback-classic-1.2.11.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logback-classic" + }, + { + "name": "syft:metadata:-:groupID", + "value": "ch.qos.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/logback-classic-1.2.11.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.2.11?package-id=21c8777677b740b6", + "type": "library", + "group": "ch.qos.logback", + "name": "logback-core", + "version": "1.2.11", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:logback-core:logback-core:1.2.11:*:*:*:*:*:*:*", + "purl": "pkg:maven/ch.qos.logback/logback-core@1.2.11", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a01230df5ca5c34540cdaa3ad5efb012f1f1f792" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback-core:logback_core:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_core:logback-core:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_core:logback_core:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback-core:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback_core:1.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/logback-core-1.2.11.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logback-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "ch.qos.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/logback-core-1.2.11.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=653ce5bfe36eaaea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=e105c7794d3f7372", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:maven/net.logstash.logback/logstash-logback-encoder@7.2?package-id=f83f2fcf84752f51", + "type": "library", + "group": "net.logstash.logback", + "name": "logstash-logback-encoder", + "version": "7.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, http://www.slf4j.org/license.html" + } + } + ], + "cpe": "cpe:2.3:a:logstash-logback-encoder:logstash-logback-encoder:7.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.logstash.logback/logstash-logback-encoder@7.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "039b32bfeadafa6b6ba5c142b94be1f0dad5e6cd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash-logback-encoder:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash_logback_encoder:logstash-logback-encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash_logback_encoder:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash-logback:logstash-logback-encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash-logback:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash_logback:logstash-logback-encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash_logback:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash:logstash-logback-encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logstash:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logstash-logback-encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logstash_logback_encoder:7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/logstash-logback-encoder-7.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logstash-logback-encoder" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.logstash.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/logstash-logback-encoder-7.2.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=fcf630bf28d12504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-analyzers-common@7.7.3?package-id=e570a85aad4ef911", + "type": "library", + "name": "lucene-analyzers-common", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-analyzers-common:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-analyzers-common@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0a76cbf5e21bbbb0c2d6288b042450236248214e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_analyzers_common:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-analyzers-common-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-analyzers-common-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-backward-codecs@7.7.3?package-id=a21bf1a52a623c33", + "type": "library", + "name": "lucene-backward-codecs", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-backward-codecs:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-backward-codecs@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "40207d0dd023a0e2868a23dd87d72f1a3cdbb893" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_backward_codecs:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-backward-codecs-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-backward-codecs-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-core@7.7.3?package-id=90ddd2840a957b13", + "type": "library", + "name": "lucene-core", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-core:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-core@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5faa5ae56f7599019fce6184accc6c968b7519e7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_core:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-core-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-core-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-grouping@7.7.3?package-id=c849bef0649bd020", + "type": "library", + "name": "lucene-grouping", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-grouping:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-grouping@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f83db9f652630a8b39fbb455a91f59f21ff67779" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_grouping:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-grouping-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-grouping-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-highlighter@7.7.3?package-id=4e193d1278041408", + "type": "library", + "name": "lucene-highlighter", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-highlighter:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-highlighter@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e271cfdaae0c1d3987e375ac9315cdc7fccdf203" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_highlighter:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-highlighter-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-highlighter-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-join@7.7.3?package-id=8d2dff6a81129f87", + "type": "library", + "name": "lucene-join", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-join:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-join@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4e8c4b73a82db1dd898735671aa42d6cc839c977" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_join:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-join-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-join-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-memory@7.7.3?package-id=a78746861f690825", + "type": "library", + "name": "lucene-memory", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-memory:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-memory@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a23d27ab6e928a9e6b8b2a0dceeef8c719d82396" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_memory:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-memory-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-memory-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-misc@7.7.3?package-id=70209b5f1d17e345", + "type": "library", + "name": "lucene-misc", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-misc:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-misc@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3aca078edf983059722fe61a81b7b7bd5ecdb222" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_misc:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-misc-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-misc-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-queries@7.7.3?package-id=9d546f7f50e62461", + "type": "library", + "name": "lucene-queries", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-queries:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-queries@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f507367487e614b9915cef04761afca72a279047" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_queries:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-queries-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-queries-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-queryparser@7.7.3?package-id=90036e61ece96a01", + "type": "library", + "name": "lucene-queryparser", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-queryparser:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-queryparser@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "685fc6166d29eb3e3441ae066873bb442aa02df1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_queryparser:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-queryparser-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-queryparser-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-sandbox@7.7.3?package-id=9de899f125d35e0c", + "type": "library", + "name": "lucene-sandbox", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-sandbox:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-sandbox@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8ae1fde038dbdf915a515166c0d0c142bea8bbe5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_sandbox:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-sandbox-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-sandbox-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-spatial@7.7.3?package-id=697efddf151739c5", + "type": "library", + "name": "lucene-spatial", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-spatial:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-spatial@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6aca987f61da63aad6635ecc8d23de7f2bbb2aea" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_spatial:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-spatial-extras@7.7.3?package-id=6b3529481f40c9e8", + "type": "library", + "name": "lucene-spatial-extras", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-spatial-extras:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-spatial-extras@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "455c20d05a2955a0cb67089377102cad1750bef2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_spatial_extras:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial-extras-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial-extras-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-spatial3d@7.7.3?package-id=8ae685d2d01fe321", + "type": "library", + "name": "lucene-spatial3d", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-spatial3d:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-spatial3d@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0b46e052b83c546c6bfcc331347c06374b8d03ca" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_spatial3d:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial3d-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-spatial3d-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.lucene/lucene-suggest@7.7.3?package-id=207a0d1d7e41319a", + "type": "library", + "name": "lucene-suggest", + "version": "7.7.3", + "cpe": "cpe:2.3:a:apache:lucene-suggest:7.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.lucene/lucene-suggest@7.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8d184d913dc6f4181afd61ee8f657909fa38516b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene_suggest:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:lucene:7.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lucene-suggest-7.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lucene-suggest-7.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.lz4.java/lz4-java@1.7.1?package-id=b89a2df0e24bfb66", + "type": "library", + "name": "lz4-java", + "version": "1.7.1", + "cpe": "cpe:2.3:a:lz4-java:lz4-java:1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.lz4.java/lz4-java@1.7.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c4d931ef8ad2c9c35d65b231a33e61428472d0da" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4-java:lz4_java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4_java:lz4-java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4_java:lz4_java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:lz4-java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:lz4_java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4-java:java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4_java:java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4:lz4-java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4:lz4_java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lz4:java:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/lz4-java-1.7.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/lz4-java-1.7.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/management-agent/management-agent?package-id=753d7db3d499d2ee", + "type": "library", + "name": "management-agent", + "cpe": "cpe:2.3:a:management-agent:management-agent:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/management-agent/management-agent", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "48fc41bc6af345beb196e1723e1701dec14341af" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:management-agent:management_agent:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:management_agent:management-agent:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:management_agent:management_agent:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:management:management-agent:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:management:management_agent:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/management-agent.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/management-agent.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mariadb.jdbc/mariadb-java-client@3.0.8?package-id=a6c06e8b4cbace05", + "type": "library", + "group": "org.mariadb.jdbc", + "name": "mariadb-java-client", + "version": "3.0.8", + "licenses": [ + { + "license": { + "name": "\"LGPL-2.1\"" + } + } + ], + "cpe": "cpe:2.3:a:mariadb-java-client:mariadb-java-client:3.0.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mariadb.jdbc/mariadb-java-client@3.0.8", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9b13e09b6244d773d9bfedbea0301b71a447fb16" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb-java-client:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb_java_client:mariadb-java-client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb_java_client:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb-java:mariadb-java-client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb-java:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb_java:mariadb-java-client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb_java:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb:mariadb-java-client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mariadb:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:mariadb-java-client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:mariadb_java_client:3.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mariadb-java-client-3.0.8.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "mariadb-java-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.mariadb.jdbc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mariadb-java-client-3.0.8.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=e0c8ee1c33be45e4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:maven/com.yahoo.datasketches/memory@0.9.0?package-id=8c330bc87ebc9ded", + "type": "library", + "group": "com.yahoo.datasketches", + "name": "memory", + "version": "0.9.0", + "cpe": "cpe:2.3:a:datasketches:memory:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.yahoo.datasketches/memory@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "010a7f4c09076d5c5d5d7a3f0546b71764ec5704" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:memory:memory:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yahoo:memory:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/memory-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "memory" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.yahoo.datasketches" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/memory-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.yammer.metrics/metrics-core@2.2.0?package-id=f3e828aa97384f09", + "type": "library", + "group": "com.yammer.metrics", + "name": "metrics-core", + "version": "2.2.0", + "cpe": "cpe:2.3:a:metrics-core:metrics-core:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.yammer.metrics/metrics-core@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.yammer.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:com.yammer.metrics:metrics-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.yammer.metrics/metrics-core@2.2.0?package-id=bd2ab354bd070490", + "type": "library", + "group": "com.yammer.metrics", + "name": "metrics-core", + "version": "2.2.0", + "cpe": "cpe:2.3:a:metrics-core:metrics-core:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.yammer.metrics/metrics-core@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics-core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics_core:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yammer:metrics:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.yammer.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.yammer.metrics:metrics-core" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.19?package-id=7eb476fd3db33570", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-core", + "version": "4.1.19", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:metrics-core:metrics-core:4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7bd08f05982e11c43dd02043ce7a19e7be38705c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/metrics-core-4.1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/metrics-core-4.1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.19?package-id=609258edd65269df", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-core", + "version": "4.1.19", + "cpe": "cpe:2.3:a:metrics-core:metrics-core:4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_core:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.dropwizard.metrics:metrics-core" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-jetty9@4.1.19?package-id=bb36265a1e4f0e28", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-jetty9", + "version": "4.1.19", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:metrics-jetty9:metrics-jetty9:4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-jetty9@4.1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "86bc83a2fc93a03f3fb40590acf938723e52ba2b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jetty9:metrics_jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jetty9:metrics-jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jetty9:metrics_jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jetty9:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jetty9:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty9:metrics-jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty9:metrics_jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jetty9:jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jetty9:jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty9:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty9:jetty9:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/metrics-jetty9-4.1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-jetty9" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/metrics-jetty9-4.1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-jmx@4.1.19?package-id=808c0e09bce2a207", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-jmx", + "version": "4.1.19", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:metrics-jmx:metrics-jmx:4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-jmx@4.1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "57d5b289683922998825afbfdf18f710b490f165" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jmx:metrics_jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jmx:metrics-jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jmx:metrics_jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jmx:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jmx:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmx:metrics-jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmx:metrics_jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jmx:jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jmx:jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmx:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmx:jmx:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/metrics-jmx-4.1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-jmx" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/metrics-jmx-4.1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-jvm@4.1.19?package-id=eef04c6774bfdede", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-jvm", + "version": "4.1.19", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:metrics-jvm:metrics-jvm:4.1.19:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-jvm@4.1.19", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e983725d9557e01bc7ba0d85d9b26af2f5197d4b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jvm:metrics_jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jvm:metrics-jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jvm:metrics_jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jvm:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jvm:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jvm:metrics-jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jvm:metrics_jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-jvm:jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_jvm:jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jvm:metrics:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jvm:jvm:4.1.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/metrics-jvm-4.1.19.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-jvm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/metrics-jvm-4.1.19.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/metrics-spi@2.17.295?package-id=5332cdcd8065cbb1", + "type": "library", + "group": "software.amazon.awssdk", + "name": "metrics-spi", + "version": "2.17.295", + "cpe": "cpe:2.3:a:metrics-spi:metrics-spi:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/metrics-spi@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "24f8f3a647a83dddce00197925115e1bab7bad6b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-spi:metrics_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_spi:metrics-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_spi:metrics_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_spi:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/metrics-spi-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-spi" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/metrics-spi-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.micrometer%23micrometer-commons/micrometer-commons@1.11.0?package-id=9f85f9b980db5271", + "type": "library", + "name": "micrometer-commons", + "version": "1.11.0", + "cpe": "cpe:2.3:a:micrometer\\#micrometer-commons:micrometer-commons:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.micrometer%23micrometer-commons/micrometer-commons@1.11.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5de5da6be4f01128ab3995acdf86f2844137d4e4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer-commons:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_commons:micrometer-commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_commons:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer-commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-commons:micrometer-commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-commons:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_commons:micrometer-commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_commons:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer-commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer_commons:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/micrometer-commons-1.11.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/micrometer-commons-1.11.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.micrometer%23micrometer-core/micrometer-core@1.11.0?package-id=1081e353ed26693c", + "type": "library", + "name": "micrometer-core", + "version": "1.11.0", + "cpe": "cpe:2.3:a:micrometer\\#micrometer-core:micrometer-core:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.micrometer%23micrometer-core/micrometer-core@1.11.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "571a15df407398840977dabb509a721e9d9cfa3a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer-core:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_core:micrometer-core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_core:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer-core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-core:micrometer-core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-core:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_core:micrometer-core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_core:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer-core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer_core:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/micrometer-core-1.11.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/micrometer-core-1.11.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.micrometer%23micrometer-observation/micrometer-observation@1.11.0?package-id=c40ff20e4443d8f1", + "type": "library", + "name": "micrometer-observation", + "version": "1.11.0", + "cpe": "cpe:2.3:a:micrometer\\#micrometer-observation:micrometer-observation:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.micrometer%23micrometer-observation/micrometer-observation@1.11.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b3d1b34d16e7e8fa9087c5d51ec39bc3005e2733" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer-observation:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_observation:micrometer-observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer_observation:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-observation:micrometer-observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer-observation:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_observation:micrometer-observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer_observation:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer-observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer\\#micrometer:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer-observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micrometer:micrometer_observation:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/micrometer-observation-1.11.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/micrometer-observation-1.11.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.microprofile.openapi/microprofile-openapi-api@3.1?package-id=f08946d4c2eb4248", + "type": "library", + "group": "org.eclipse.microprofile.openapi", + "name": "microprofile-openapi-api", + "version": "3.1", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:microprofile-openapi-api:microprofile-openapi-api:3.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.microprofile.openapi/microprofile-openapi-api@3.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "72eaf7f12aa8810f99d7e21e8769534e4fefd873" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile-openapi-api:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi_api:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi_api:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile-openapi:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile-openapi:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile-openapi-api:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi_api:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile-openapi:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile_openapi:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openapi:microprofile-openapi-api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openapi:microprofile_openapi_api:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microprofile:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openapi:microprofile:3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/microprofile-openapi-api-3.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "microprofile-openapi-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.microprofile.openapi" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/microprofile-openapi-api-3.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.15?package-id=b10a10bf6dca1ef2", + "type": "library", + "group": "org.jvnet.mimepull", + "name": "mimepull", + "version": "1.9.15", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/org/documents/edl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:mimepull:mimepull:1.9.15:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.15", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "60f9a7991ad9ec1a280db8deea216a91c10aae74" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jvnet:mimepull:1.9.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mimepull-1.9.15.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "mimepull" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jvnet.mimepull" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mimepull-1.9.15.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/minlog@1.3.0?package-id=119ce23bd736f6ce", + "type": "library", + "group": "com.esotericsoftware", + "name": "minlog", + "version": "1.3.0", + "cpe": "cpe:2.3:a:esotericsoftware:minlog:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/minlog@1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minlog:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "minlog" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:minlog" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/minlog@1.3.0?package-id=4e19fde42f598d7a", + "type": "library", + "group": "com.esotericsoftware", + "name": "minlog", + "version": "1.3.0", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/bsd-license.php" + } + } + ], + "cpe": "cpe:2.3:a:esotericsoftware:minlog:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/minlog@1.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ff07b5f1b01d2f92bb00a337f9a94873712f0827" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minlog:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/minlog-1.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "minlog" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/minlog-1.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/minlog@1.3.0?package-id=c68fec63c4b731ad", + "type": "library", + "group": "com.esotericsoftware", + "name": "minlog", + "version": "1.3.0", + "cpe": "cpe:2.3:a:esotericsoftware:minlog:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/minlog@1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minlog:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "minlog" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:minlog" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/minlog@1.3.0?package-id=abae291f50346794", + "type": "library", + "group": "com.esotericsoftware", + "name": "minlog", + "version": "1.3.0", + "cpe": "cpe:2.3:a:esotericsoftware:minlog:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/minlog@1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minlog:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:minlog:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "minlog" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:minlog" + } + ] + }, + { + "bom-ref": "pkg:maven/org.modelmapper/modelmapper@2.3.0?package-id=126f64b98e0d72d1", + "type": "library", + "group": "org.modelmapper", + "name": "modelmapper", + "version": "2.3.0", + "licenses": [ + { + "license": { + "name": "http://apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:modelmapper:modelmapper:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.modelmapper/modelmapper@2.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "40454c7c35352276585170ce81a81d24064074ee" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "modelmapper" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.modelmapper" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.modelmapper.extensions/modelmapper-protobuf@2.3.0?package-id=2e82cf637b5555de", + "type": "library", + "group": "org.modelmapper.extensions", + "name": "modelmapper-protobuf", + "version": "2.3.0", + "cpe": "cpe:2.3:a:modelmapper-protobuf:modelmapper-protobuf:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.modelmapper.extensions/modelmapper-protobuf@2.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "32e74dc2eb0189a066c465811762cfe5d3041c76" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modelmapper-protobuf:modelmapper_protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modelmapper_protobuf:modelmapper-protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modelmapper_protobuf:modelmapper_protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modelmapper:modelmapper-protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modelmapper:modelmapper_protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extensions:modelmapper-protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extensions:modelmapper_protobuf:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/modelmapper-protobuf-2.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "modelmapper-protobuf" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.modelmapper.extensions" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/modelmapper-protobuf-2.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mongodb.driver-core/mongodb-driver-core@4.3.4?package-id=43630e5da79e9180", + "type": "library", + "name": "mongodb-driver-core", + "version": "4.3.4", + "cpe": "cpe:2.3:a:mongodb-driver-core:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mongodb.driver-core/mongodb-driver-core@4.3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e86701d109b9ca1798bc3c948638e8a5ecc4dc9a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-core:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_core:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_core:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-core:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-core:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_core:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_core:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-core:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-core:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_core:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_core:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:mongodb-driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:mongodb_driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-core:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-core:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_core:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_core:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:driver-core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:driver_core:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-core-4.3.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-core-4.3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mongodb.mongodb-driver-legacy/mongodb-driver-legacy@4.3.4?package-id=e80ed592d62d779b", + "type": "library", + "name": "mongodb-driver-legacy", + "version": "4.3.4", + "cpe": "cpe:2.3:a:mongodb-driver-legacy:mongodb-driver-legacy:4.3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mongodb.mongodb-driver-legacy/mongodb-driver-legacy@4.3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4f8f934fa2958030f23353c27d8d67332af0401" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-legacy:mongodb_driver_legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_legacy:mongodb-driver-legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_legacy:mongodb_driver_legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb-driver-legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb_driver_legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb-driver-legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb_driver_legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb-driver-legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb_driver_legacy:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-legacy-4.3.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-legacy-4.3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.mongodb.driver-sync/mongodb-driver-sync@4.3.4?package-id=b4ef879c646bcdd0", + "type": "library", + "name": "mongodb-driver-sync", + "version": "4.3.4", + "cpe": "cpe:2.3:a:mongodb-driver-sync:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.mongodb.driver-sync/mongodb-driver-sync@4.3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4ff8bde87ba2725ba01739b7cc168ca4aca93b4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-sync:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_sync:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_sync:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-sync:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-sync:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_sync:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_sync:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-sync:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver-sync:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_sync:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver_sync:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:mongodb-driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:mongodb_driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb-driver:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb_driver:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-sync:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver-sync:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_sync:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver_sync:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mongodb:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:driver-sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:driver:driver_sync:4.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-sync-4.3.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mongodb-driver-sync-4.3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=bdc8a63ea5632c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:maven/com.microsoft.sqlserver/mssql-jdbc@7.0.0?package-id=06b50b6c8b949263", + "type": "library", + "group": "com.microsoft.sqlserver", + "name": "mssql-jdbc", + "version": "7.0.0", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/mit-license.php" + } + } + ], + "cpe": "cpe:2.3:a:mssql-jdbc:mssql-jdbc:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.microsoft.sqlserver/mssql-jdbc@7.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "59663c36aa1433925c2971a7fd86d3b56317964c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mssql-jdbc:mssql_jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mssql_jdbc:mssql-jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mssql_jdbc:mssql_jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:mssql-jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft:mssql_jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlserver:mssql-jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlserver:mssql_jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mssql:mssql-jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mssql:mssql_jdbc:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/mssql-jdbc-7.0.0.jre8.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "mssql-jdbc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.microsoft.sqlserver" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/mssql-jdbc-7.0.0.jre8.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nashorn/nashorn@1.8.0_372-b07?package-id=4e844879a1f12be1", + "type": "library", + "name": "nashorn", + "version": "1.8.0_372-b07", + "cpe": "cpe:2.3:a:oracle-corporation:nashorn:1.8.0_372-b07:*:*:*:*:*:*:*", + "purl": "pkg:maven/nashorn/nashorn@1.8.0_372-b07", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e7b27089584e6e5523e724d662cbdec11f16f7dc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:nashorn:1.8.0_372-b07:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nashorn:nashorn:1.8.0_372-b07:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/nashorn.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/nashorn.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.scijava/native-lib-loader@2.3.4?package-id=e4d2589843374a98", + "type": "library", + "group": "org.scijava", + "name": "native-lib-loader", + "version": "2.3.4", + "cpe": "cpe:2.3:a:native-lib-loader:native-lib-loader:2.3.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.scijava/native-lib-loader@2.3.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "737087cca89856d6ca1b1f0a5ebac00e714a983a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native-lib-loader:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native_lib_loader:native-lib-loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native_lib_loader:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native-lib:native-lib-loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native-lib:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native_lib:native-lib-loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native_lib:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scijava:native-lib-loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scijava:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native:native-lib-loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:native:native_lib_loader:2.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/native-lib-loader-2.3.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "native-lib-loader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.scijava" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/native-lib-loader-2.3.4.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04&package-id=b24a638dfd47c404", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=c8e366d6462b2f71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-client/nessie-client@0.59.0?package-id=57ace5c78323e260", + "type": "library", + "name": "nessie-client", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-client:nessie-client:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-client/nessie-client@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bdf6d018786fd50282d8cc14836037cbf4981b45" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-client:nessie_client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_client:nessie-client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_client:nessie_client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_client:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-client-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-client-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-model/nessie-model@0.59.0?package-id=f248c5454cf7387d", + "type": "library", + "name": "nessie-model", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-model:nessie-model:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-model/nessie-model@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ee1f3fd5a84c52d611b131878c257f71e030f87c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-model:nessie_model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_model:nessie-model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_model:nessie_model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_model:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-model-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-model-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-protobuf-relocated/nessie-protobuf-relocated@0.59.0?package-id=6f4dcc2890a8a8bf", + "type": "library", + "name": "nessie-protobuf-relocated", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-protobuf-relocated:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-protobuf-relocated/nessie-protobuf-relocated@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "681d70fb174867c15c79f3c768c26718c762de84" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-protobuf-relocated:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_protobuf_relocated:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_protobuf_relocated:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-protobuf:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-protobuf:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_protobuf:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_protobuf:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-protobuf-relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_protobuf_relocated:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-protobuf-relocated-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-protobuf-relocated-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-rest-services/nessie-rest-services@0.59.0?package-id=d0697f5aab18c86d", + "type": "library", + "name": "nessie-rest-services", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-rest-services:nessie-rest-services:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-rest-services/nessie-rest-services@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a48c61b36f2d28c04e018355bd3bccdd46a7009a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-rest-services:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_rest_services:nessie-rest-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_rest_services:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-rest:nessie-rest-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-rest:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_rest:nessie-rest-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_rest:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-rest-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-rest-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_rest_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-rest-services-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-rest-services-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-server-store/nessie-server-store@0.59.0?package-id=02f87eebe90ea59a", + "type": "library", + "name": "nessie-server-store", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-server-store:nessie-server-store:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-server-store/nessie-server-store@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c2e5d139765e973bedb87b71f0a5eede9a73524e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server-store:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store:nessie-server-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server:nessie-server-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server:nessie-server-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-server-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-server-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_server_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-server-store-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-server-store-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-server-store-proto/nessie-server-store-proto@0.59.0?package-id=e058ccf42cd48dac", + "type": "library", + "name": "nessie-server-store-proto", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-server-store-proto:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-server-store-proto/nessie-server-store-proto@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "71fdfb35107cf9cf9f801732f25cae0f21e05a93" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server-store-proto:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store_proto:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store_proto:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server-store:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server-store:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server_store:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-server:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_server:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-server-store-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_server_store_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-server-store-proto-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-server-store-proto-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-services/nessie-services@0.59.0?package-id=734a9109aa0eb48e", + "type": "library", + "name": "nessie-services", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-services:nessie-services:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-services/nessie-services@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e8424444e816bf34040484c27bc822bf972236d8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-services:nessie_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_services:nessie-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_services:nessie_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_services:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-services-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-services-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-adapter/nessie-versioned-persist-adapter@0.59.0?package-id=9163a234243d648f", + "type": "library", + "name": "nessie-versioned-persist-adapter", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-adapter:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-adapter/nessie-versioned-persist-adapter@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5645d4c9595ad325a0d8281b2754e8c4e9c2a3d9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-adapter:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_adapter:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_adapter:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_adapter:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-adapter-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-adapter-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-in-memory/nessie-versioned-persist-in-memory@0.59.0?package-id=35b0476ebb5129d8", + "type": "library", + "name": "nessie-versioned-persist-in-memory", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-in-memory:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-in-memory/nessie-versioned-persist-in-memory@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "76c25abf6da462826f0163a6569a9e24861828bc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-in-memory:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_in_memory:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_in_memory:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-in:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-in:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_in:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_in:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-in-memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_in_memory:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-in-memory-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-in-memory-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-non-transactional/nessie-versioned-persist-non-transactional@0.59.0?package-id=e9b25ede1966ec39", + "type": "library", + "name": "nessie-versioned-persist-non-transactional", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-non-transactional:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-non-transactional/nessie-versioned-persist-non-transactional@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0ee4bee2da1462c3968b8b340b12cdea9b6a1886" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-non-transactional:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_non_transactional:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_non_transactional:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-non:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-non:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_non:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_non:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-non-transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_non_transactional:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-non-transactional-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-non-transactional-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-serialize/nessie-versioned-persist-serialize@0.59.0?package-id=d8ff71ec71a48aa0", + "type": "library", + "name": "nessie-versioned-persist-serialize", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-serialize:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-serialize/nessie-versioned-persist-serialize@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c0da90384c598a4b8e2993938a09afd48bf28843" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-serialize:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_serialize:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-serialize-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-serialize-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-serialize-proto/nessie-versioned-persist-serialize-proto@0.59.0?package-id=00cbbd2fd6da00c3", + "type": "library", + "name": "nessie-versioned-persist-serialize-proto", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-serialize-proto:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-serialize-proto/nessie-versioned-persist-serialize-proto@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9a7d52d876b510e8c38374bd36fcd7df28306336" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-serialize-proto:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize_proto:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize_proto:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-serialize:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-serialize:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_serialize:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-serialize-proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_serialize_proto:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-serialize-proto-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-serialize-proto-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-persist-store/nessie-versioned-persist-store@0.59.0?package-id=97e3e14cde18b3d6", + "type": "library", + "name": "nessie-versioned-persist-store", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-persist-store:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-persist-store/nessie-versioned-persist-store@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "961272d1f78584abc15560d802df580502d2877f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist-store:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_store:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist_store:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-persist:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_persist:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-persist-store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_persist_store:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-store-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-persist-store-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/nessie-versioned-spi/nessie-versioned-spi@0.59.0?package-id=6d4dcc49188d4b3a", + "type": "library", + "name": "nessie-versioned-spi", + "version": "0.59.0", + "cpe": "cpe:2.3:a:nessie-versioned-spi:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/nessie-versioned-spi/nessie-versioned-spi@0.59.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "97e07b0af1cc44bb31c2a1ca0f1f4bfcb023cfcd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned-spi:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_spi:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned_spi:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie-versioned:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie_versioned:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dremio:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie-versioned-spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nessie:nessie_versioned_spi:0.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-spi-0.59.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nessie-versioned-spi-0.59.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty@3.10.6.Final?package-id=e0f758c49e2ef173", + "type": "library", + "group": "io.netty", + "name": "netty", + "version": "3.10.6.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:NettyBundleActivator:netty:3.10.6.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty@3.10.6.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "742f96e5c0c5875aa0795f90f4d91bd6944310bc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:container:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-3.10.6.Final-nohttp.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-3.10.6.Final-nohttp.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty@3.10.6.Final?package-id=6443db06f4b7c444", + "type": "library", + "group": "io.netty", + "name": "netty", + "version": "3.10.6.Final", + "cpe": "cpe:2.3:a:sonatype:netty:3.10.6.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty@3.10.6.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty@3.10.6.Final?package-id=3ea578a9bc66c73b", + "type": "library", + "group": "io.netty", + "name": "netty", + "version": "3.10.6.Final", + "cpe": "cpe:2.3:a:sonatype:netty:3.10.6.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty@3.10.6.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:netty:3.10.6.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-all@4.1.87.Final?package-id=b580380af2a7320f", + "type": "library", + "group": "io.netty", + "name": "netty-all", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-all:netty-all:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-all@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-all:netty_all:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_all:netty-all:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_all:netty_all:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-all:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_all:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-all" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-all" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-all@4.1.89.Final?package-id=6dfee5c0b0a06a42", + "type": "library", + "group": "io.netty", + "name": "netty-all", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-all:netty-all:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-all@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-all:netty_all:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_all:netty-all:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_all:netty_all:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-all:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_all:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-all" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-all" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.52.Final?package-id=a0488134bc16eb16", + "type": "library", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-buffer@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-buffer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-buffer" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.52.Final?package-id=75a70e93961a8c2d", + "type": "library", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-buffer@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-buffer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-buffer" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.52.Final?package-id=0b5410c345b32a3c", + "type": "library", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-buffer@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_buffer:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-buffer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-buffer" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.89.Final?package-id=f7f1d24c1ba0a2e3", + "type": "library", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-buffer@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b1d3dbf69a75eaa8793c7e00cff2851dac9fd725" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:buffer:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-buffer-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-buffer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-buffer-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.52.Final?package-id=3e1838bfbec061ad", + "type": "library", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.52.Final?package-id=5cd6aecd4ad38e11", + "type": "library", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.52.Final?package-id=7b2d7a39d77c4f60", + "type": "library", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.89.Final?package-id=11817c73989b2c22", + "type": "library", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-codec:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f03a649ffa405ca4c802a8bfcc2abfe70ae485ca" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-codec-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-codec-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-dns@4.1.87.Final?package-id=1a2200a1a9d4bfbc", + "type": "library", + "group": "io.netty", + "name": "netty-codec-dns", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-dns:netty-codec-dns:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-dns@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-dns:netty_codec_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty-codec-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty_codec_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-dns" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-dns@4.1.89.Final?package-id=3adfc5c351b14927", + "type": "library", + "group": "io.netty", + "name": "netty-codec-dns", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-codec-dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-dns@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "caf56f3ad373a6c724d0bc602a6fd4aff8d97639" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-dns:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-dns:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-dns:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-dns:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_dns:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_dns:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-codec-dns-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-codec-dns-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-dns@4.1.89.Final?package-id=95d2f899bffa3aa8", + "type": "library", + "group": "io.netty", + "name": "netty-codec-dns", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-dns@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_dns:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-dns" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-haproxy@4.1.87.Final?package-id=3a3068077e4dc703", + "type": "library", + "group": "io.netty", + "name": "netty-codec-haproxy", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-haproxy:netty-codec-haproxy:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-haproxy@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-haproxy:netty_codec_haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_haproxy:netty-codec-haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_haproxy:netty_codec_haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_haproxy:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-haproxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-haproxy" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-haproxy@4.1.89.Final?package-id=29df4266a97422bd", + "type": "library", + "group": "io.netty", + "name": "netty-codec-haproxy", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-haproxy:netty-codec-haproxy:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-haproxy@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-haproxy:netty_codec_haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_haproxy:netty-codec-haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_haproxy:netty_codec_haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_haproxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-haproxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-haproxy" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final?package-id=a520806647861d38", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-codec-http" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final?package-id=149d1c4f2ce2c9d1", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-http" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final?package-id=960b78aabb563953", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-http" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http@4.1.89.Final?package-id=67f422e25da21ee7", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-codec-http:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "75c46974dce9c730b999e83bbcdab2fc25e85aae" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec-http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec_http:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-codec-http-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-codec-http-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final?package-id=213487738a46c638", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-codec-http2" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final?package-id=967ae76b6db21043", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-http2" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final?package-id=417c6b9cba374471", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http2@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http2:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-http2" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-http2@4.1.89.Final?package-id=4bc0a104ab603ffc", + "type": "library", + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-codec-http2:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-http2@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f524760814dcea13dd40c566bd845e3286cbdbac" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http2:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http2:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http2:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http2:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-http2:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_http2:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http2:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-http2:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http2:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_http2:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec-http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec_http2:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-codec-http2-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-http2" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-codec-http2-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-memcache@4.1.87.Final?package-id=3568df49283cc386", + "type": "library", + "group": "io.netty", + "name": "netty-codec-memcache", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-memcache:netty-codec-memcache:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-memcache@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-memcache:netty_codec_memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_memcache:netty-codec-memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_memcache:netty_codec_memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_memcache:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-memcache" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-memcache" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-memcache@4.1.89.Final?package-id=7b03223dcbf75f4c", + "type": "library", + "group": "io.netty", + "name": "netty-codec-memcache", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-memcache:netty-codec-memcache:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-memcache@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-memcache:netty_codec_memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_memcache:netty-codec-memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_memcache:netty_codec_memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_memcache:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-memcache" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-memcache" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-mqtt@4.1.87.Final?package-id=ee4cfa96583cb975", + "type": "library", + "group": "io.netty", + "name": "netty-codec-mqtt", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-mqtt:netty-codec-mqtt:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-mqtt@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-mqtt:netty_codec_mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_mqtt:netty-codec-mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_mqtt:netty_codec_mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_mqtt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-mqtt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-mqtt" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-mqtt@4.1.89.Final?package-id=46040f5b6388752f", + "type": "library", + "group": "io.netty", + "name": "netty-codec-mqtt", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-mqtt:netty-codec-mqtt:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-mqtt@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-mqtt:netty_codec_mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_mqtt:netty-codec-mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_mqtt:netty_codec_mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_mqtt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-mqtt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-mqtt" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-redis@4.1.87.Final?package-id=5ac668586772029c", + "type": "library", + "group": "io.netty", + "name": "netty-codec-redis", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-redis:netty-codec-redis:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-redis@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-redis:netty_codec_redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_redis:netty-codec-redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_redis:netty_codec_redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_redis:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-redis" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-redis" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-redis@4.1.89.Final?package-id=c108281b091968c0", + "type": "library", + "group": "io.netty", + "name": "netty-codec-redis", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-redis:netty-codec-redis:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-redis@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-redis:netty_codec_redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_redis:netty-codec-redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_redis:netty_codec_redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_redis:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-redis" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-redis" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-smtp@4.1.87.Final?package-id=6b49f9cc503cef2d", + "type": "library", + "group": "io.netty", + "name": "netty-codec-smtp", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-smtp:netty-codec-smtp:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-smtp@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-smtp:netty_codec_smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_smtp:netty-codec-smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_smtp:netty_codec_smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_smtp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-smtp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-smtp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-smtp@4.1.89.Final?package-id=79f202edd3b6675a", + "type": "library", + "group": "io.netty", + "name": "netty-codec-smtp", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-smtp:netty-codec-smtp:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-smtp@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-smtp:netty_codec_smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_smtp:netty-codec-smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_smtp:netty_codec_smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_smtp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-smtp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-smtp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final?package-id=8d65b776eb0487ee", + "type": "library", + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-socks" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-codec-socks" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final?package-id=f11e84ccef08df99", + "type": "library", + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-socks" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-socks" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final?package-id=13d3c7e123caa4ed", + "type": "library", + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-codec-socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-socks@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_socks:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-socks" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-socks" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-socks@4.1.89.Final?package-id=346beb1044dcc29b", + "type": "library", + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-codec-socks:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-socks@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "17aabd2ec883e5fbd6c3ecd990cb78fc036e015a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-socks:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-socks:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_socks:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_socks:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-socks:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_socks:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-socks:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec-socks:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_socks:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec_socks:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec-socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec_socks:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-codec-socks-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-socks" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-codec-socks-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-stomp@4.1.87.Final?package-id=cd66898b720f2f15", + "type": "library", + "group": "io.netty", + "name": "netty-codec-stomp", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-stomp:netty-codec-stomp:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-stomp@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-stomp:netty_codec_stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_stomp:netty-codec-stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_stomp:netty_codec_stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_stomp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-stomp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-stomp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-stomp@4.1.89.Final?package-id=6468b412ca915efb", + "type": "library", + "group": "io.netty", + "name": "netty-codec-stomp", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-stomp:netty-codec-stomp:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-stomp@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-stomp:netty_codec_stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_stomp:netty-codec-stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_stomp:netty_codec_stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_stomp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-stomp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-stomp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-xml@4.1.87.Final?package-id=b399b9dd4cafd5a4", + "type": "library", + "group": "io.netty", + "name": "netty-codec-xml", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-codec-xml:netty-codec-xml:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-xml@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-xml:netty_codec_xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_xml:netty-codec-xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_xml:netty_codec_xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_xml:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-xml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-xml" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec-xml@4.1.89.Final?package-id=ebb7e1653865127a", + "type": "library", + "group": "io.netty", + "name": "netty-codec-xml", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-codec-xml:netty-codec-xml:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec-xml@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec-xml:netty_codec_xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_xml:netty-codec-xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec_xml:netty_codec_xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec-xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec_xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec-xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec_xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec-xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec_xml:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec-xml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-codec-xml" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.52.Final?package-id=16a84169dd0474da", + "type": "library", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-common:netty-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.52.Final?package-id=e49cbff5d90183e7", + "type": "library", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-common:netty-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.52.Final?package-id=d1829dbbee57aaf4", + "type": "library", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-common:netty-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.89.Final?package-id=3c1902f325e62ac3", + "type": "library", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-common:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-common@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c0c80bfe45cc85da5030ea8fc64071e28d0f6f5f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:netty-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-common-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-common-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.52.Final?package-id=1f2ac7143d264cd9", + "type": "library", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-handler" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.52.Final?package-id=00a95daeb4eee7c6", + "type": "library", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.52.Final?package-id=c9ccd82ba7959d5c", + "type": "library", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.89.Final?package-id=b9d1843a4ea9fc3d", + "type": "library", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-handler:netty-handler:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ced584e9eba5a6b7aad7c6a28a60c13375459f1a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty-handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:handler:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-handler-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-handler-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final?package-id=98fe580213351618", + "type": "library", + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler-proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-proxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-handler-proxy" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final?package-id=8c5a39d63b529e1c", + "type": "library", + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler-proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-proxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler-proxy" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final?package-id=7b6fb7ba31712ba0", + "type": "library", + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-handler-proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_proxy:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-proxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler-proxy" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-proxy@4.1.89.Final?package-id=da234a906f9a349d", + "type": "library", + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-handler-proxy:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "561cba12be44f90ba3e5110cefecdb785fa199cc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler-proxy:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler-proxy:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler_proxy:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler_proxy:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-proxy:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_proxy:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler-proxy:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler-proxy:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler_proxy:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler_proxy:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:handler-proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:handler_proxy:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-handler-proxy-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-proxy" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-handler-proxy-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-ssl-ocsp@4.1.87.Final?package-id=def43aba9258a0b2", + "type": "library", + "group": "io.netty", + "name": "netty-handler-ssl-ocsp", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-handler-ssl-ocsp:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-ssl-ocsp@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl-ocsp:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl_ocsp:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl_ocsp:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-ssl-ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_ssl_ocsp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-ssl-ocsp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler-ssl-ocsp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler-ssl-ocsp@4.1.89.Final?package-id=53f2fe3d753f7904", + "type": "library", + "group": "io.netty", + "name": "netty-handler-ssl-ocsp", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-handler-ssl-ocsp:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler-ssl-ocsp@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl-ocsp:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl_ocsp:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl_ocsp:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler-ssl:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler_ssl:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler-ssl-ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler_ssl_ocsp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler-ssl-ocsp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-handler-ssl-ocsp" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/netty-nio-client@2.17.295?package-id=2209050bc40ecb5c", + "type": "library", + "group": "software.amazon.awssdk", + "name": "netty-nio-client", + "version": "2.17.295", + "cpe": "cpe:2.3:a:netty-nio-client:netty-nio-client:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/netty-nio-client@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "901e720656ef4b612a520124ba109d1cf60de26d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-nio-client:netty_nio_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_nio_client:netty-nio-client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_nio_client:netty_nio_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-nio:netty-nio-client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-nio:netty_nio_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_nio:netty-nio-client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_nio:netty_nio_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-nio-client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_nio_client:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-nio-client-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-nio-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-nio-client-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.typesafe.netty/netty-reactive-streams@2.0.0?package-id=5bb3dd14f8ab08ba", + "type": "library", + "group": "com.typesafe.netty", + "name": "netty-reactive-streams", + "version": "2.0.0", + "cpe": "cpe:2.3:a:netty-reactive-streams:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.typesafe.netty/netty-reactive-streams@2.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "84ede759015e7480ca8e6ec2af6e2f596aa92dec" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-reactive-streams:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive_streams:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive_streams:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-reactive:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-reactive:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typesafe:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typesafe:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-reactive-streams:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-reactive-streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_reactive_streams:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive_streams:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-reactive:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_reactive:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typesafe:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-reactive-streams-2.0.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-reactive-streams" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.typesafe.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-reactive-streams-2.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.52.Final?package-id=9d833463f3da576d", + "type": "library", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-resolver" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.52.Final?package-id=0ff94796d0612e7d", + "type": "library", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.52.Final?package-id=659120f295c01bcd", + "type": "library", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.89.Final?package-id=065ae988f496f798", + "type": "library", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-resolver:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "686b21bf3488747bc834ee9e60a863f37b71f35e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:resolver:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-resolver-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-resolver-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns@4.1.87.Final?package-id=755bbd46f9e0d01a", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns@4.1.89.Final?package-id=7408200ad127a909", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "60bfbaed490d8adb6c69d7e83854acb5e57fb75d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver-dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver-dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver_dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver_dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver-dns:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver-dns:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver_dns:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver_dns:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-resolver-dns-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-resolver-dns-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns@4.1.89.Final?package-id=63abdc1fc645e54b", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.87.Final?package-id=161caeb53964bb6a", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns-classes-macos", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns-classes-macos:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes-macos:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes_macos:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes_macos:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns-classes-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns_classes_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns-classes-macos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns-classes-macos" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.89.Final?package-id=5d135c5b55d28696", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns-classes-macos", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns-classes-macos:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes-macos:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes_macos:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes_macos:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-classes:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_classes:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns-classes-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns_classes_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns-classes-macos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns-classes-macos" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns-native-macos@4.1.87.Final?package-id=638b1ff62c84649f", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns-native-macos", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns-native-macos:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns-native-macos@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native-macos:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native_macos:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native_macos:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns-native-macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns_native_macos:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns-native-macos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns-native-macos" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver-dns-native-macos@4.1.89.Final?package-id=42bd413d2ccbf342", + "type": "library", + "group": "io.netty", + "name": "netty-resolver-dns-native-macos", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-resolver-dns-native-macos:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver-dns-native-macos@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native-macos:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native_macos:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native_macos:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns-native:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns_native:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver-dns:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver_dns:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver-dns-native-macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver_dns_native_macos:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver-dns-native-macos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-resolver-dns-native-macos" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final?package-id=288b6b7f04167274", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.34.Final", + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-tcnative-boringssl-static" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final?package-id=58e0fac25ab9afd4", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.34.Final", + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-tcnative-boringssl-static" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final?package-id=b39421bd442abdf9", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.34.Final", + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.34.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.34.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-tcnative-boringssl-static" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=f1727ec8748d7bfd", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6760e8cb6a10964011b8d8fd6ad88ec50c4c47aa" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-linux-aarch_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-linux-aarch_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=160075175a0df01c", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4cfff830c215f1db41d753ddd2c55e396d5785cd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-linux-x86_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-linux-x86_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=62d4aa694154df41", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1c7f20cbf0c1fe535e0c073172638a17efc39e50" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-osx-aarch_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-osx-aarch_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=38f7150921c2fb4b", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "47ca00452886f6026d7bc71d87cdb39fa5144eb1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-osx-x86_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-osx-x86_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=81bc142e338e577f", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "33280e0f44874fb5404f814884e119aea8a1ee56" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-windows-x86_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final-windows-x86_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final?package-id=1a60d47578f941e6", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-boringssl-static@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6aa4a3f9e415daa973ef3d7efeb8807b15631faf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl-static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl_static:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_boringssl:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-boringssl-static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_boringssl_static:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-boringssl-static" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-boringssl-static-2.0.56.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-tcnative-classes@2.0.56.Final?package-id=608d766336f501de", + "type": "library", + "group": "io.netty", + "name": "netty-tcnative-classes", + "version": "2.0.56.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:netty-tcnative-classes:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-tcnative-classes@2.0.56.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0df828615a3a4b4b44d7f41aa3d22b744fe7170d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-classes:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_classes:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_classes:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-classes:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative-classes:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_classes:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative_classes:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-classes:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-classes:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_classes:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_classes:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-classes:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative-classes:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_classes:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative_classes:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-tcnative:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_tcnative:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tcnative:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative-classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:tcnative_classes:2.0.56.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-classes-2.0.56.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-tcnative-classes" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-tcnative-classes-2.0.56.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.52.Final?package-id=e874786c03856192", + "type": "library", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-transport" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.52.Final?package-id=8f011d1494dfad48", + "type": "library", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.52.Final?package-id=227d09c1800347e3", + "type": "library", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.89.Final?package-id=954fdace29ec3b0e", + "type": "library", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport:netty-transport:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e7ff320310eafe302c0dfb9690ae7201ab61ead2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.87.Final?package-id=aa4b3df5a98bcf0e", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-classes-epoll:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_epoll:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-classes-epoll" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.89.Final?package-id=93fe6a6ad7d788fe", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-classes-epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e22beed74809aa5bc5c19370ac92eee4b437ae20" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-classes-epoll-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-classes-epoll-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.89.Final?package-id=8c82886f8bbd7773", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-classes-epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-classes-epoll" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.87.Final?package-id=fbb56c7e7cb44bf9", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-kqueue", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-classes-kqueue:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-kqueue:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-classes-kqueue" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.89.Final?package-id=f3329f5cab65d0b7", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-kqueue", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-classes-kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8dc89b65fafb3efbadd86d4d185012b2d53c2804" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-kqueue:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-kqueue:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-kqueue:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-kqueue:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_kqueue:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_kqueue:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-classes-kqueue-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-classes-kqueue-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.89.Final?package-id=10a7891097afe93d", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-kqueue", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-classes-kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_kqueue:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-classes-kqueue" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final?package-id=23d00801f74a2dc9", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-transport-native-epoll" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final?package-id=1423eb1f4c20c775", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-epoll" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final?package-id=c3378669d865b1de", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_epoll:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-epoll" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.89.Final?package-id=dff8111f6e3bb674", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-native-epoll:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f5619abb188be61100451d3e03858072006a8117" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-native-epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_native_epoll:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-epoll-4.1.89.Final-linux-x86_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-epoll-4.1.89.Final-linux-x86_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.87.Final?package-id=fff476a6d6225b5b", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-kqueue", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-native-kqueue:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-kqueue:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_kqueue:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-kqueue" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.89.Final?package-id=52b9013ad3c42714", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-kqueue", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-native-kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "50bd5dc0c5971564608ec5f1a1b57a936d3bfb51" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-kqueue:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-kqueue:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-kqueue:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-kqueue:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_kqueue:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_kqueue:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-kqueue-4.1.89.Final-osx-x86_64.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-kqueue-4.1.89.Final-osx-x86_64.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.89.Final?package-id=97006f50b84ca2db", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-kqueue", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-native-kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-kqueue@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_kqueue:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_kqueue:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-kqueue" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-kqueue" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final?package-id=5543f3be84ef816a", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-unix-common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-unix-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:io.netty:netty-transport-native-unix-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final?package-id=587522722efd684d", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-unix-common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-unix-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-unix-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final?package-id=d505aba2f942b7dc", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.52.Final", + "cpe": "cpe:2.3:a:netty-transport-native-unix-common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.52.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-unix-common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_unix_common:4.1.52.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-unix-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-native-unix-common" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.89.Final?package-id=f9d4cfd167490c43", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.89.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-native-unix-common:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.89.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a7717ed61393d5aad202a92bb02f661ed525bf86" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-native-unix-common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_native_unix_common:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-unix-common-4.1.89.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-unix-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/netty-transport-native-unix-common-4.1.89.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-rxtx@4.1.87.Final?package-id=930f1d520ab5cda8", + "type": "library", + "group": "io.netty", + "name": "netty-transport-rxtx", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-rxtx:netty-transport-rxtx:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-rxtx@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-rxtx:netty_transport_rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_rxtx:netty-transport-rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_rxtx:netty_transport_rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_rxtx:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-rxtx" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-rxtx" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-rxtx@4.1.89.Final?package-id=4bfef208a33bfeab", + "type": "library", + "group": "io.netty", + "name": "netty-transport-rxtx", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-rxtx:netty-transport-rxtx:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-rxtx@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-rxtx:netty_transport_rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_rxtx:netty-transport-rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_rxtx:netty_transport_rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_rxtx:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-rxtx" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-rxtx" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-sctp@4.1.87.Final?package-id=ad9d83cd7a0724e7", + "type": "library", + "group": "io.netty", + "name": "netty-transport-sctp", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-sctp:netty-transport-sctp:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-sctp@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-sctp:netty_transport_sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_sctp:netty-transport-sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_sctp:netty_transport_sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_sctp:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-sctp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-sctp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-sctp@4.1.89.Final?package-id=3dcda759b8c72a18", + "type": "library", + "group": "io.netty", + "name": "netty-transport-sctp", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-sctp:netty-transport-sctp:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-sctp@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-sctp:netty_transport_sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_sctp:netty-transport-sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_sctp:netty_transport_sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_sctp:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-sctp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-sctp" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-udt@4.1.87.Final?package-id=5c28bf2a5fdb954f", + "type": "library", + "group": "io.netty", + "name": "netty-transport-udt", + "version": "4.1.87.Final", + "cpe": "cpe:2.3:a:netty-transport-udt:netty-transport-udt:4.1.87.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-udt@4.1.87.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-udt:netty_transport_udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_udt:netty-transport-udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_udt:netty_transport_udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_udt:4.1.87.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-udt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-udt" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-udt@4.1.89.Final?package-id=ee185302abdeaa19", + "type": "library", + "group": "io.netty", + "name": "netty-transport-udt", + "version": "4.1.89.Final", + "cpe": "cpe:2.3:a:netty-transport-udt:netty-transport-udt:4.1.89.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-udt@4.1.89.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-udt:netty_transport_udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_udt:netty-transport-udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_udt:netty_transport_udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_udt:4.1.89.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-udt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:io.netty:netty-transport-udt" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8?package-id=06eaf0f197104648", + "type": "library", + "group": "com.nimbusds", + "name": "nimbus-jose-jwt", + "version": "8.8", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:connect2id-ltd-:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c0420eebdcde1c55b9b695239e6f4701b91ab5d2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id-ltd-:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose-jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose-jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/nimbus-jose-jwt-8.8.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "nimbus-jose-jwt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/nimbus-jose-jwt-8.8.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8?package-id=576ff00bceb711e3", + "type": "library", + "group": "com.nimbusds", + "name": "nimbus-jose-jwt", + "version": "8.8", + "cpe": "cpe:2.3:a:nimbus-jose-jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose-jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "nimbus-jose-jwt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.nimbusds:nimbus-jose-jwt" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8?package-id=1491e8187ec45ed5", + "type": "library", + "group": "com.nimbusds", + "name": "nimbus-jose-jwt", + "version": "8.8", + "cpe": "cpe:2.3:a:nimbus-jose-jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/nimbus-jose-jwt@8.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose-jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose_jwt:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus-jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus_jose:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus-jose-jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbus:nimbus_jose_jwt:8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "nimbus-jose-jwt" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.nimbusds:nimbus-jose-jwt" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.jersey.security/oauth2-client@2.39.1?package-id=55b66a4592247632", + "type": "library", + "group": "org.glassfish.jersey.security", + "name": "oauth2-client", + "version": "2.39.1", + "cpe": "cpe:2.3:a:oauth2-client:oauth2-client:2.39.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.jersey.security/oauth2-client@2.39.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "75675f079151c91b46a30e492cb8dfe0d6bbd47e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2-client:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_client:oauth2-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_client:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:oauth2-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:oauth2-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:oauth2-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jersey:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:oauth2-client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:oauth2_client:2.39.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/oauth2-client-2.39.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "oauth2-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.jersey.security" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/oauth2-client-2.39.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.nimbusds/oauth2-oidc-sdk@9.3?package-id=6891b58762ecf572", + "type": "library", + "group": "com.nimbusds", + "name": "oauth2-oidc-sdk", + "version": "9.3", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html‎" + } + } + ], + "cpe": "cpe:2.3:a:connect2id-ltd-:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.nimbusds/oauth2-oidc-sdk@9.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "37dfdca35cdd9525b6e9072985afcfa4b1b09faf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id-ltd-:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect2id_ltd_:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2-oidc-sdk:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2-oidc-sdk:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_oidc_sdk:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_oidc_sdk:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2-oidc:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2-oidc:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_oidc:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2_oidc:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nimbusds:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:oauth2-oidc-sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth2:oauth2_oidc_sdk:9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/oauth2-oidc-sdk-9.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "oauth2-oidc-sdk" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.nimbusds" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/oauth2-oidc-sdk-9.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.objenesis/objenesis@2.4?package-id=16d197c5bb4bce2a", + "type": "library", + "name": "objenesis", + "version": "2.4", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:joe-walnes\\,-henri-tremblay\\,-leonardo-mesquita:objenesis:2.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.objenesis/objenesis@2.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2916b6c96b50c5b3ec4452ed99401db745aabb27" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joe_walnes\\,_henri_tremblay\\,_leonardo_mesquita:objenesis:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:objenesis:objenesis:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/objenesis-2.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/objenesis-2.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/ojdbc8/ojdbc8@19.3.0.0?package-id=6b527a446de06a78", + "type": "library", + "name": "ojdbc8", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:sun-microsystems-inc-:ojdbc8:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/ojdbc8/ojdbc8@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "967c0b1a2d5b1435324de34a9b8018d294f8f47b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun_microsystems_inc_:ojdbc8:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:ojdbc8:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:ojdbc8:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ojdbc8:ojdbc8:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/ojdbc8-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/ojdbc8-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5?package-id=21eaa28264048328", + "type": "library", + "group": "com.squareup.okhttp", + "name": "okhttp", + "version": "2.7.5", + "cpe": "cpe:2.3:a:squareup:okhttp:2.7.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7a15a7db50f86c4b64aa3367424a60e3a325b8f1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp3:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/okhttp-2.7.5.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okhttp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okhttp" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/okhttp-2.7.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5?package-id=b7d950a0b133df05", + "type": "library", + "group": "com.squareup.okhttp", + "name": "okhttp", + "version": "2.7.5", + "cpe": "cpe:2.3:a:squareup:okhttp:2.7.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp3:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okhttp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okhttp" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.squareup.okhttp:okhttp" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5?package-id=1982a6770e499135", + "type": "library", + "group": "com.squareup.okhttp", + "name": "okhttp", + "version": "2.7.5", + "cpe": "cpe:2.3:a:squareup:okhttp:2.7.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okhttp/okhttp@2.7.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp3:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp:okhttp:2.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okhttp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okhttp" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.squareup.okhttp:okhttp" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?package-id=1d0ec9a791ae67e0", + "type": "library", + "name": "okhttp", + "version": "4.10.0", + "cpe": "cpe:2.3:a:squareup:okhttp3:4.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd63657ac15770ed1420647154c9f44645533bef" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp3:okhttp3:4.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:squareup:okhttp:4.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp3:okhttp:4.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp:okhttp3:4.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okhttp:okhttp:4.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/okhttp-4.10.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/okhttp-4.10.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okio/okio@1.6.0?package-id=2098b8e6261bf7a1", + "type": "library", + "group": "com.squareup.okio", + "name": "okio", + "version": "1.6.0", + "cpe": "cpe:2.3:a:squareup:okio:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okio/okio@1.6.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "98476622f10715998eacf9240d6b479f12c66143" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/okio-1.6.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/okio-1.6.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okio/okio@1.6.0?package-id=0183da31667bc4ed", + "type": "library", + "group": "com.squareup.okio", + "name": "okio", + "version": "1.6.0", + "cpe": "cpe:2.3:a:squareup:okio:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okio/okio@1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.squareup.okio:okio" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okio/okio@1.6.0?package-id=1916ba7225374692", + "type": "library", + "group": "com.squareup.okio", + "name": "okio", + "version": "1.6.0", + "cpe": "cpe:2.3:a:squareup:okio:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okio/okio@1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "okio" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup.okio" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.squareup.okio:okio" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?package-id=315ab9241d167366", + "type": "library", + "name": "okio-jvm", + "version": "3.0.0", + "cpe": "cpe:2.3:a:okio-jvm:okio-jvm:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0ab5a73fa2ccb4a36b0b5c69fe10b16d0255bcf8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio-jvm:okio_jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio_jvm:okio-jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio_jvm:okio_jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:squareup:okio-jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:squareup:okio_jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio-jvm:okio:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio-jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio_jvm:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio_jvm:okio:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:squareup:okio:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okio:okio:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/okio-jvm-3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/okio-jvm-3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/ons/ons@19.3.0.0?package-id=0653e6a68b524a15", + "type": "library", + "name": "ons", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:ons:ons:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/ons/ons@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cf3f3ef525c61a27fe9952652a156ddd738b1cd5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/ons-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/ons-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opencensus-api/opencensus-api@0.31.1?package-id=b2e0e8c51cc75dca", + "type": "library", + "name": "opencensus-api", + "version": "0.31.1", + "cpe": "cpe:2.3:a:opencensus-api:opencensus-api:0.31.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/opencensus-api/opencensus-api@0.31.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "66a60c7201c2b8b20ce495f0295b32bb0ccbbc57" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-api:opencensus_api:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_api:opencensus-api:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_api:opencensus_api:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus-api:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus_api:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opencensus-api-0.31.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opencensus-api-0.31.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opencensus-contrib-dropwizard/opencensus-contrib-dropwizard@0.31.1?package-id=fc921b2022a9e83e", + "type": "library", + "name": "opencensus-contrib-dropwizard", + "version": "0.31.1", + "cpe": "cpe:2.3:a:opencensus-contrib-dropwizard:opencensus-contrib-dropwizard:0.31.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/opencensus-contrib-dropwizard/opencensus-contrib-dropwizard@0.31.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "83ddf9c3d96e4ef66a87ad40beaa4c552f3e958a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib-dropwizard:opencensus_contrib_dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_dropwizard:opencensus-contrib-dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_dropwizard:opencensus_contrib_dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib:opencensus-contrib-dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib:opencensus_contrib_dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib:opencensus-contrib-dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib:opencensus_contrib_dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus-contrib-dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus_contrib_dropwizard:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opencensus-contrib-dropwizard-0.31.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opencensus-contrib-dropwizard-0.31.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opencensus-contrib-http-util/opencensus-contrib-http-util@0.28.0?package-id=235451b1942a8460", + "type": "library", + "name": "opencensus-contrib-http-util", + "version": "0.28.0", + "cpe": "cpe:2.3:a:opencensus-contrib-http-util:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/opencensus-contrib-http-util/opencensus-contrib-http-util@0.28.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f6cb276330197d51dd65327fc305a3df7e622705" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib-http-util:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_http_util:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_http_util:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib-http:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib-http:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_http:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib_http:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-contrib:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_contrib:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus-contrib-http-util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus_contrib_http_util:0.28.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opencensus-contrib-http-util-0.28.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opencensus-contrib-http-util-0.28.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opencensus-impl/opencensus-impl@0.31.1?package-id=4b1d780e0ba4f0c9", + "type": "library", + "name": "opencensus-impl", + "version": "0.31.1", + "cpe": "cpe:2.3:a:opencensus-impl:opencensus-impl:0.31.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/opencensus-impl/opencensus-impl@0.31.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7f7d65cfd1abede770d8db534abf9cd79c793367" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-impl:opencensus_impl:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl:opencensus-impl:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl:opencensus_impl:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus-impl:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus_impl:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opencensus-impl-0.31.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opencensus-impl-0.31.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opencensus-impl-core/opencensus-impl-core@0.31.1?package-id=964316fa4628d78e", + "type": "library", + "name": "opencensus-impl-core", + "version": "0.31.1", + "cpe": "cpe:2.3:a:opencensus-impl-core:opencensus-impl-core:0.31.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/opencensus-impl-core/opencensus-impl-core@0.31.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a46e10f44aacac215a1a0872a76d4102c7c6be33" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-impl-core:opencensus_impl_core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl_core:opencensus-impl-core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl_core:opencensus_impl_core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-impl:opencensus-impl-core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus-impl:opencensus_impl_core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl:opencensus-impl-core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus_impl:opencensus_impl_core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus-impl-core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencensus:opencensus_impl_core:0.31.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opencensus-impl-core-0.31.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opencensus-impl-core-0.31.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.sf.opencsv/opencsv@2.3?package-id=d9e447714fa2ed6b", + "type": "library", + "group": "net.sf.opencsv", + "name": "opencsv", + "version": "2.3", + "cpe": "cpe:2.3:a:sonatype:opencsv:2.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.sf.opencsv/opencsv@2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencsv:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sf:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opencsv" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.sf.opencsv" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:net.sf.opencsv:opencsv" + } + ] + }, + { + "bom-ref": "pkg:maven/net.sf.opencsv/opencsv@2.3?package-id=4191567a887748d5", + "type": "library", + "group": "net.sf.opencsv", + "name": "opencsv", + "version": "2.3", + "cpe": "cpe:2.3:a:sonatype:opencsv:2.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.sf.opencsv/opencsv@2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencsv:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sf:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opencsv" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.sf.opencsv" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:net.sf.opencsv:opencsv" + } + ] + }, + { + "bom-ref": "pkg:maven/net.sf.opencsv/opencsv@2.3?package-id=62a95cf579d17f00", + "type": "library", + "group": "net.sf.opencsv", + "name": "opencsv", + "version": "2.3", + "cpe": "cpe:2.3:a:sonatype:opencsv:2.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.sf.opencsv/opencsv@2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencsv:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sf:opencsv:2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opencsv" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.sf.opencsv" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:net.sf.opencsv:opencsv" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=0104fa3463770d91", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.api/opentelemetry-api@1.25.0?package-id=1a0abada861c6c81", + "type": "library", + "name": "opentelemetry-api", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-api:opentelemetry-api:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.api/opentelemetry-api@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d30030ae2634bbbce1003f9404d964c9a7085833" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:opentelemetry_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.api.events/opentelemetry-api-events@1.25.0-alpha?package-id=3ae884da208376d7", + "type": "library", + "name": "opentelemetry-api-events", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-api-events:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.api.events/opentelemetry-api-events@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "44e7f49ef59dc6c440aec559038adbb31d0068eb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-events:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_events:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_events:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-events:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_events:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry-api-events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry_api_events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-events:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_events:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:events:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-events-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-events-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.api.logs/opentelemetry-api-logs@1.25.0-alpha?package-id=91e0a326173a3e2e", + "type": "library", + "name": "opentelemetry-api-logs", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-api-logs:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.api.logs/opentelemetry-api-logs@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "daf0c51355e5e065ba75362183ac1a2ce0245a02" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-logs:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_logs:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_logs:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry-api-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentelemetry_api_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api-logs:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api_logs:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-logs-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-api-logs-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.context/opentelemetry-context@1.25.0?package-id=2a7694d046d94a98", + "type": "library", + "name": "opentelemetry-context", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-context:opentelemetry-context:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.context/opentelemetry-context@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "84e2188b9fb8aebb91915c79cc4d38567fc903a6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-context:opentelemetry_context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_context:opentelemetry-context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_context:opentelemetry_context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:context:opentelemetry-context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:context:opentelemetry_context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-context:context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_context:context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:context:context:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-context-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-context-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/common/opentelemetry-exporter-common@1.25.0?package-id=da51a4153dd81735", + "type": "library", + "name": "opentelemetry-exporter-common", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-exporter-common:opentelemetry-exporter-common:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/common/opentelemetry-exporter-common@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3a951b511669350207989e0b4d141d98a88e0fdf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-common:opentelemetry_exporter_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_common:opentelemetry-exporter-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_common:opentelemetry_exporter_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry-exporter-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry_exporter_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry-exporter-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry_exporter_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-exporter-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_exporter_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-common-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-common-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.exporter.logging.otlp/opentelemetry-exporter-logging-otlp@1.25.0?package-id=be24eadeca649201", + "type": "library", + "name": "opentelemetry-exporter-logging-otlp", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-exporter-logging-otlp:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.exporter.logging.otlp/opentelemetry-exporter-logging-otlp@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ba09fdd01d238e0cb3bed82e864d2b7059963e41" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging-otlp:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging_otlp:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging_otlp:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging-otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging_otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging-otlp:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging_otlp:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging-otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging_otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:opentelemetry-exporter-logging-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:opentelemetry_exporter_logging_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-logging:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_logging:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logging:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:logging:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-logging-otlp-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-logging-otlp-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.exporter.otlp/opentelemetry-exporter-otlp@1.25.0?package-id=ea1309ea186aa49e", + "type": "library", + "name": "opentelemetry-exporter-otlp", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-exporter-otlp:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.exporter.otlp/opentelemetry-exporter-otlp@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "52049b63ac733ef4b109d183aa6285413cb6bd89" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:opentelemetry-exporter-otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:opentelemetry_exporter_otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exporter:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:exporter:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:otlp:otlp:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-otlp-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-otlp-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/common/opentelemetry-exporter-otlp-common@1.25.0?package-id=43f196f2abef86e0", + "type": "library", + "name": "opentelemetry-exporter-otlp-common", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-exporter-otlp-common:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/common/opentelemetry-exporter-otlp-common@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bbd7ce7c4eb43c48dc4cf1a4be45f709646321e2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp-common:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp_common:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp_common:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter-otlp:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter_otlp:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-exporter:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_exporter:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-exporter-otlp-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_exporter_otlp_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-otlp-common-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-exporter-otlp-common-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.extension.trace.propagation/opentelemetry-extension-trace-propagators@1.25.0?package-id=32b813f637d38ff3", + "type": "library", + "name": "opentelemetry-extension-trace-propagators", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-extension-trace-propagators:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.extension.trace.propagation/opentelemetry-extension-trace-propagators@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f3092fd0fd43c7a51e945a5d0eb565eb732617a0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace-propagators:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace_propagators:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace_propagators:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace-propagators:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace_propagators:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:propagation:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:propagation:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace-propagators:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace_propagators:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace-propagators:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace_propagators:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry-extension-trace-propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry_extension_trace_propagators:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension-trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension_trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:propagation:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:propagation:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:propagation:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:propagation:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-extension-trace-propagators-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-extension-trace-propagators-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations@1.25.0?package-id=8c5695895c5d087b", + "type": "library", + "name": "opentelemetry-instrumentation-annotations", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-instrumentation-annotations:opentelemetry-instrumentation-annotations:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1ac6b809898d35f9ac69c090e2acf20b4d203519" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation-annotations:opentelemetry_instrumentation_annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_annotations:opentelemetry-instrumentation-annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_annotations:opentelemetry_instrumentation_annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry-instrumentation-annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry_instrumentation_annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry-instrumentation-annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry_instrumentation_annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-instrumentation-annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_instrumentation_annotations:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-annotations-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-annotations-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opentelemetry-instrumentation-api/opentelemetry-instrumentation-api@1.25.0?package-id=da03560707e76b7c", + "type": "library", + "name": "opentelemetry-instrumentation-api", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-instrumentation-api:opentelemetry-instrumentation-api:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/opentelemetry-instrumentation-api/opentelemetry-instrumentation-api@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "482b62676f1a6e065541ba2d3952d7b21088a6fb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation-api:opentelemetry_instrumentation_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api:opentelemetry-instrumentation-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api:opentelemetry_instrumentation_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry-instrumentation-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry_instrumentation_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry-instrumentation-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry_instrumentation_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-instrumentation-api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_instrumentation_api:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-api-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-api-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opentelemetry-instrumentation-api-semconv/opentelemetry-instrumentation-api-semconv@1.25.0-alpha?package-id=ae0efc7ed470b30c", + "type": "library", + "name": "opentelemetry-instrumentation-api-semconv", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-instrumentation-api-semconv:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/opentelemetry-instrumentation-api-semconv/opentelemetry-instrumentation-api-semconv@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a414570a5148fd18f77d7dd17165956e308b1b92" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation-api-semconv:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api_semconv:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api_semconv:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation-api:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation-api:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation_api:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-instrumentation:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_instrumentation:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-instrumentation-api-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_instrumentation_api_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/opentelemetry-micrometer/opentelemetry-micrometer@1.5-1.25.0-alpha?package-id=e8d3d4973d601f48", + "type": "library", + "name": "opentelemetry-micrometer", + "version": "1.5-1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-micrometer:opentelemetry-micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/opentelemetry-micrometer/opentelemetry-micrometer@1.5-1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8c5db09f17f97f86ebc35bd8beb8bd04754950a3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-micrometer:opentelemetry_micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_micrometer:opentelemetry-micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_micrometer:opentelemetry_micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_micrometer:1.5-1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-micrometer-1.5-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-micrometer-1.5-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.opentracingshim/opentelemetry-opentracing-shim@1.25.0-alpha?package-id=359819518082043c", + "type": "library", + "name": "opentelemetry-opentracing-shim", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-opentracing-shim:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.opentracingshim/opentelemetry-opentracing-shim@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "87f4d4bb648368933f77e6432e4e9d799dce9b66" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-opentracing-shim:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing_shim:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing_shim:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-opentracing:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-opentracing:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-opentracing-shim:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing_shim:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracingshim:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracingshim:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-opentracing-shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_opentracing_shim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-opentracing:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_opentracing:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracingshim:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentracingshim:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-opentracing-shim-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-opentracing-shim-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk/opentelemetry-sdk@1.25.0?package-id=a3c24c00f4917dbe", + "type": "library", + "name": "opentelemetry-sdk", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk/opentelemetry-sdk@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "027c3b7a8ada4db8ad38d95367ed69829ce8bcb0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/common/opentelemetry-sdk-common@1.25.0?package-id=71da867e0b74640f", + "type": "library", + "name": "opentelemetry-sdk-common", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk-common:opentelemetry-sdk-common:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/common/opentelemetry-sdk-common@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7728ac7a7606dfae3994701d65dbf4b95fe6eef9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-common:opentelemetry_sdk_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_common:opentelemetry-sdk-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_common:opentelemetry_sdk_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_common:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-common-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-common-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk.autoconfigure.spi/opentelemetry-sdk-extension-autoconfigure-spi@1.25.0?package-id=a55503b464fc64f7", + "type": "library", + "name": "opentelemetry-sdk-extension-autoconfigure-spi", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure-spi:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk.autoconfigure.spi/opentelemetry-sdk-extension-autoconfigure-spi@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6eb13b64a31be1603e6a7694d0b5a21d321b0a13" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure-spi:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure_spi:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure_spi:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:autoconfigure:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:autoconfigure:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure-spi:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure_spi:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure-spi:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure-spi:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure_spi:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure_spi:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spi:opentelemetry-sdk-extension-autoconfigure-spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spi:opentelemetry_sdk_extension_autoconfigure_spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-autoconfigure:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_autoconfigure:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:autoconfigure:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:autoconfigure:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:autoconfigure:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spi:autoconfigure:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spi:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spi:spi:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk.extension.trace.jaeger/opentelemetry-sdk-extension-jaeger-remote-sampler@1.25.0?package-id=c0fc7b9650a29879", + "type": "library", + "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk.extension.trace.jaeger/opentelemetry-sdk-extension-jaeger-remote-sampler@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f865cad0e38cc81dc5d8f6ac1499f5ca8df771c4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote-sampler:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote_sampler:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk-extension-jaeger-remote-sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk_extension_jaeger_remote_sampler:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger-remote:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger_remote:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension-jaeger:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension_jaeger:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-extension:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_extension:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extension:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:extension:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:jaeger:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk.logs/opentelemetry-sdk-logs@1.25.0-alpha?package-id=93949d0a37f123a9", + "type": "library", + "name": "opentelemetry-sdk-logs", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-sdk-logs:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk.logs/opentelemetry-sdk-logs@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "89c6bc4968f327603130b7992ee518299e359a05" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-logs:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_logs:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_logs:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-logs:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_logs:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk-logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk_logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logs:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:logs:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-logs-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-logs-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk.metrics/opentelemetry-sdk-metrics@1.25.0?package-id=4a77d759b76d6c35", + "type": "library", + "name": "opentelemetry-sdk-metrics", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk-metrics:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk.metrics/opentelemetry-sdk-metrics@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "456a33fc2ba3e7323f869623fe8cd59655ead345" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-metrics:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_metrics:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_metrics:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-metrics:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_metrics:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-metrics:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_metrics:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk-metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk_metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:metrics:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-metrics-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-metrics-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.sdk.trace/opentelemetry-sdk-trace@1.25.0?package-id=9c67650d46929f95", + "type": "library", + "name": "opentelemetry-sdk-trace", + "version": "1.25.0", + "cpe": "cpe:2.3:a:opentelemetry-sdk-trace:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.sdk.trace/opentelemetry-sdk-trace@1.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a9d4bbe9186976b4ab323bd66114896ef71141a7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-trace:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_trace:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_trace:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk-trace:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk_trace:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry-sdk-trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:opentelemetry_sdk_trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:trace:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trace:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:1.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-trace-1.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-sdk-trace-1.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentelemetry.semconv/opentelemetry-semconv@1.25.0-alpha?package-id=c7f25c6df40fb683", + "type": "library", + "name": "opentelemetry-semconv", + "version": "1.25.0-alpha", + "cpe": "cpe:2.3:a:opentelemetry-semconv:opentelemetry-semconv:1.25.0-alpha:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentelemetry.semconv/opentelemetry-semconv@1.25.0-alpha", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8b64d93091d11acd546b81f6f5f221c986b2728a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-semconv:opentelemetry_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_semconv:opentelemetry-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_semconv:opentelemetry_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:opentelemetry_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry-semconv:semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry_semconv:semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semconv:opentelemetry-semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semconv:opentelemetry_semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentelemetry:semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semconv:semconv:1.25.0-alpha:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-semconv-1.25.0-alpha.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentelemetry-semconv-1.25.0-alpha.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentracing/opentracing-api@0.33.0?package-id=4f794a5ffd759dd7", + "type": "library", + "group": "io.opentracing", + "name": "opentracing-api", + "version": "0.33.0", + "cpe": "cpe:2.3:a:opentracing-api:opentracing-api:0.33.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentracing/opentracing-api@0.33.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "67336cfb9d93779c02e1fda4c87801d352720eda" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-api:opentracing_api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_api:opentracing-api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_api:opentracing_api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing-api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentracing-api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:opentracing_api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-api:api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_api:api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentracing-api-0.33.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opentracing-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.opentracing" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentracing-api-0.33.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentracing.contrib/opentracing-grpc@0.2.0?package-id=1f209d63ad47ee02", + "type": "library", + "group": "io.opentracing.contrib", + "name": "opentracing-grpc", + "version": "0.2.0", + "cpe": "cpe:2.3:a:opentracing-grpc:opentracing-grpc:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentracing.contrib/opentracing-grpc@0.2.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bc7fd79279ac1d5569f090f24b73d0580fc8f194" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-grpc:opentracing_grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_grpc:opentracing-grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_grpc:opentracing_grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing-grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:opentracing-grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:opentracing_grpc:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentracing-grpc-0.2.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opentracing-grpc" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.opentracing.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentracing-grpc-0.2.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentracing/opentracing-noop@0.33.0?package-id=e224fa38df55cbd0", + "type": "library", + "group": "io.opentracing", + "name": "opentracing-noop", + "version": "0.33.0", + "cpe": "cpe:2.3:a:opentracing-noop:opentracing-noop:0.33.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentracing/opentracing-noop@0.33.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "074b9950a587f53fbdb48c3f1f84f1ece8c10592" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-noop:opentracing_noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_noop:opentracing-noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_noop:opentracing_noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing-noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noop:opentracing-noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noop:opentracing_noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-noop:noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_noop:noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noop:noop:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentracing-noop-0.33.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opentracing-noop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.opentracing" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentracing-noop-0.33.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentracing.contrib/opentracing-tracerresolver@0.1.8?package-id=7227936eeaf0cb12", + "type": "library", + "group": "io.opentracing.contrib", + "name": "opentracing-tracerresolver", + "version": "0.1.8", + "cpe": "cpe:2.3:a:opentracing-tracerresolver:opentracing-tracerresolver:0.1.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentracing.contrib/opentracing-tracerresolver@0.1.8", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8caff3fab2abecf6a63eaee6c3f298e9aeb50c89" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-tracerresolver:opentracing_tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_tracerresolver:opentracing-tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_tracerresolver:opentracing_tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-tracerresolver:tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_tracerresolver:tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tracerresolver:opentracing-tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tracerresolver:opentracing_tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing-tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:opentracing-tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:opentracing_tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tracerresolver:tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contrib:tracerresolver:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentracing-tracerresolver-0.1.8.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opentracing-tracerresolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.opentracing.contrib" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentracing-tracerresolver-0.1.8.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.opentracing/opentracing-util@0.33.0?package-id=98a8416a77230bb2", + "type": "library", + "group": "io.opentracing", + "name": "opentracing-util", + "version": "0.33.0", + "cpe": "cpe:2.3:a:opentracing-util:opentracing-util:0.33.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.opentracing/opentracing-util@0.33.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "132630f17e198a1748f23ce33597efdf4a807fb9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-util:opentracing_util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_util:opentracing-util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_util:opentracing_util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing-util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing-util:util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing_util:util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:opentracing-util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:opentracing_util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/opentracing-util-0.33.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "opentracing-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.opentracing" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/opentracing-util-0.33.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/oraclepki/oraclepki@19.3.0.0?package-id=f115b36ff85738c2", + "type": "library", + "name": "oraclepki", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:oraclepki:oraclepki:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/oraclepki/oraclepki@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0e52a34f271c6c62ee1a73b71cc19da5459b709f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/oraclepki-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/oraclepki-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481?package-id=6cdbcc65ef566995", + "type": "library", + "group": "org.apache.orc", + "name": "orc-core", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481?package-id=96d0534a0c85cfac", + "type": "library", + "group": "org.apache.orc", + "name": "orc-core", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481?package-id=6aca873b6fa3c949", + "type": "library", + "group": "org.apache.orc", + "name": "orc-core", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-core@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_core:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481?package-id=064a43a04ce0ef8d", + "type": "library", + "group": "org.apache.orc", + "name": "orc-shims", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481?package-id=1fa63d4adcd450a8", + "type": "library", + "group": "org.apache.orc", + "name": "orc-shims", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481?package-id=22be346ab412de16", + "type": "library", + "group": "org.apache.orc", + "name": "orc-shims", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-shims@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_shims:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481?package-id=4e8d9ca5528f5d15", + "type": "library", + "group": "org.apache.orc", + "name": "orc-tools", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-tools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-tools" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481?package-id=621e51e1d25d441b", + "type": "library", + "group": "org.apache.orc", + "name": "orc-tools", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-tools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-tools" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481?package-id=199186d5dd453ede", + "type": "library", + "group": "org.apache.orc", + "name": "orc-tools", + "version": "1.5.1-dremio-202305092131550668-2f32481", + "cpe": "cpe:2.3:a:apache:orc-tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.orc/orc-tools@1.5.1-dremio-202305092131550668-2f32481", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc_tools:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:orc:1.5.1-dremio-202305092131550668-2f32481:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "orc-tools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.orc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.orc:orc-tools" + } + ] + }, + { + "bom-ref": "pkg:maven/osdt_cert/osdt_cert@19.3.0.0?package-id=38b10cccb0591afc", + "type": "library", + "name": "osdt_cert", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:oracle-corporation:osdt-cert:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/osdt_cert/osdt_cert@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c134652fdcb17ff72963d386efd8ade902d2eaff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:osdt_cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:osdt-cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:osdt_cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt-cert:osdt-cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt-cert:osdt_cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt_cert:osdt-cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt_cert:osdt_cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt:osdt-cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt:osdt_cert:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/osdt_cert-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/osdt_cert-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/osdt_core/osdt_core@19.3.0.0?package-id=bf7fff8af124b7c5", + "type": "library", + "name": "osdt_core", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:oracle-corporation:osdt-core:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/osdt_core/osdt_core@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2e01c262879c97de876c238966eb1da48542f2e8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:osdt_core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:osdt-core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:osdt_core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt-core:osdt-core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt-core:osdt_core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt_core:osdt-core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt_core:osdt_core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt:osdt-core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osdt:osdt_core:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/osdt_core-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/osdt_core-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/osgi-resource-locator@1.0.3?package-id=9f4f9624e3781983", + "type": "library", + "group": "org.glassfish.hk2", + "name": "osgi-resource-locator", + "version": "1.0.3", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" + } + } + ], + "cpe": "cpe:2.3:a:osgi-resource-locator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/osgi-resource-locator@1.0.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "de3b21279df7e755e38275137539be5e2c80dd58" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource-locator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource_locator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource_locator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgiresourcelocator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgiresourcelocator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Activator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Activator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/osgi-resource-locator-1.0.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "osgi-resource-locator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/osgi-resource-locator-1.0.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.glassfish.hk2/osgi-resource-locator@1.0.3?package-id=ecd0b6db75deae28", + "type": "library", + "group": "org.glassfish.hk2", + "name": "osgi-resource-locator", + "version": "1.0.3", + "cpe": "cpe:2.3:a:osgi-resource-locator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.glassfish.hk2/osgi-resource-locator@1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource-locator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource_locator:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource_locator:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi-resource:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi_resource:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee4j:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee4j:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:osgi-resource-locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hk2:osgi_resource_locator:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "osgi-resource-locator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.glassfish.hk2" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.glassfish.hk2:osgi-resource-locator" + } + ] + }, + { + "bom-ref": "pkg:maven/com.thoughtworks.paranamer/paranamer@2.5.6?package-id=bc31c55e7750ba79", + "type": "library", + "group": "com.thoughtworks.paranamer", + "name": "paranamer", + "version": "2.5.6", + "cpe": "cpe:2.3:a:thoughtworks:paranamer:2.5.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.thoughtworks.paranamer/paranamer@2.5.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "87947002ff07ea3ba6110320f64cf021f16ddf49" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paranamer:paranamer:2.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/paranamer-2.5.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "paranamer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.thoughtworks.paranamer" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/paranamer-2.5.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-arrow@1.12.0-202302141732150599-28d943b?package-id=228569bbca3d8530", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-arrow", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-arrow:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-arrow@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2ca6958b1d9284d2318d3899d8f554d0e0ebb8bd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_arrow:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-arrow-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-arrow" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-arrow-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-avro@1.12.3?package-id=38a0860e726a9a20", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-avro", + "version": "1.12.3", + "cpe": "cpe:2.3:a:apache:parquet-avro:1.12.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-avro@1.12.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0227256ca59e5ad95333c6374d39cd101dafba4c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_avro:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-avro-1.12.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-avro" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-avro-1.12.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-column@1.10.0?package-id=8def6dae5f2493c5", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-column", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-column:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-column@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_column:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-column" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-column" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-column@1.12.0-202302141732150599-28d943b?package-id=cf5c7768b6c89583", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-column", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-column:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-column@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8c6553bc72c0ee3b08864753ac84cf96a558a1ed" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_column:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-column-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-column" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-column-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-column@1.8.1?package-id=07e1477774f3f616", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-column", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-column:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-column@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_column:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-column" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-column" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-column@1.8.1?package-id=6b5f0a8ce34521e5", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-column", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-column:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-column@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_column:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-column" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-column" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-common@1.10.0?package-id=0f1902399ee96459", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-common", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-common:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-common@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_common:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-common@1.12.0-202302141732150599-28d943b?package-id=4032528cfc4601c0", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-common", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-common:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-common@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "95d8e69469b6607f8e286150ce3ef60eac98aef8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_common:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-common-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-common-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-common@1.8.1?package-id=a4fe10743d80f691", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-common", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-common:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-common@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-common@1.8.1?package-id=dd6193bd44c7f43a", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-common", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-common:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-common@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_common:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-encoding@1.10.0?package-id=2e28fa2a38060b16", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-encoding", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-encoding:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-encoding@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_encoding:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-encoding" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-encoding" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-encoding@1.12.0-202302141732150599-28d943b?package-id=e922ac09806d2aca", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-encoding", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-encoding:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-encoding@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "db3832c43564a54d25e842253c2b6e7e31730d02" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_encoding:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-encoding-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-encoding" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-encoding-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-encoding@1.8.1?package-id=fd9003b2190e61f1", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-encoding", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-encoding:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-encoding@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_encoding:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-encoding" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-encoding" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-encoding@1.8.1?package-id=3735a19716eb2ddb", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-encoding", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-encoding:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-encoding@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_encoding:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-encoding" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-encoding" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-format@2.3.0-incubating?package-id=8bb0e7b171d61196", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-format", + "version": "2.3.0-incubating", + "cpe": "cpe:2.3:a:apache:parquet-format:2.3.0-incubating:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-format@2.3.0-incubating", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_format:2.3.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:2.3.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-format" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-format" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-format@2.3.0-incubating?package-id=577b778862e4da17", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-format", + "version": "2.3.0-incubating", + "cpe": "cpe:2.3:a:apache:parquet-format:2.3.0-incubating:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-format@2.3.0-incubating", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_format:2.3.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:2.3.0-incubating:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-format" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-format" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-format@2.4.0?package-id=c643632bd3630b53", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-format", + "version": "2.4.0", + "cpe": "cpe:2.3:a:apache:parquet-format:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-format@2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_format:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-format" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-format" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-format@2.7.0-201901172054060715-5352a59?package-id=913b5e95212099c3", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-format", + "version": "2.7.0-201901172054060715-5352a59", + "cpe": "cpe:2.3:a:apache:parquet-format:2.7.0-201901172054060715-5352a59:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-format@2.7.0-201901172054060715-5352a59", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1a16bf5288f6e46884964559183733d5e410f6f0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_format:2.7.0-201901172054060715-5352a59:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:2.7.0-201901172054060715-5352a59:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-format-2.7.0-201901172054060715-5352a59.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-format" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-format-2.7.0-201901172054060715-5352a59.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-format-structures@1.12.0-202302141732150599-28d943b?package-id=f0e2e6829bca82da", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-format-structures", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-format-structures:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-format-structures@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bc70ca18f073a6a61f87d3c4be6f10ac59e8e57e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_format_structures:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-format-structures-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-format-structures" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-format-structures-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-generator@1.12.0-202302141732150599-28d943b?package-id=688ad2db19d43f37", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-generator", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-generator:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-generator@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "146483ddd3ed1b1098a28297f03f3767482edf0b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_generator:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-generator-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-generator" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-generator-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop@1.10.0?package-id=ea09fe749ac33540", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-hadoop:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop@1.12.0-202302141732150599-28d943b?package-id=93bfab5f318088ab", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-hadoop:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d3a014e49834a170cb82a0f9ab940bf878697ab1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-hadoop-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-hadoop-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop@1.8.1?package-id=14e1fce37b5a3124", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-hadoop:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop@1.8.1?package-id=def8790f4f0a2f2c", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-hadoop:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.10.0?package-id=c0ffd8788e41a450", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop-bundle", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-hadoop-bundle:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop_bundle:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop-bundle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop-bundle" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.8.1?package-id=e452ffe086c44639", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop-bundle", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-hadoop-bundle:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop_bundle:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop-bundle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop-bundle" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.8.1?package-id=a551d897a7bf3967", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-hadoop-bundle", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-hadoop-bundle:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-hadoop-bundle@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_hadoop_bundle:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-hadoop-bundle" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-hadoop-bundle" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-jackson@1.10.0?package-id=0bdaed5b7608f8a2", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-jackson", + "version": "1.10.0", + "cpe": "cpe:2.3:a:apache:parquet-jackson:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-jackson@1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_jackson:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-jackson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-jackson" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-jackson@1.12.0-202302141732150599-28d943b?package-id=7dc5344e8bfbf6f6", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-jackson", + "version": "1.12.0-202302141732150599-28d943b", + "cpe": "cpe:2.3:a:apache:parquet-jackson:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-jackson@1.12.0-202302141732150599-28d943b", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fe33e773495326d2eb93af710931ffac70da65d0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_jackson:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.12.0-202302141732150599-28d943b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-jackson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/parquet-jackson-1.12.0-202302141732150599-28d943b.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-jackson@1.8.1?package-id=7aa89bb6c5a2e761", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-jackson", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-jackson:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-jackson@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_jackson:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-jackson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-jackson" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.parquet/parquet-jackson@1.8.1?package-id=8161355218d3fb4e", + "type": "library", + "group": "org.apache.parquet", + "name": "parquet-jackson", + "version": "1.8.1", + "cpe": "cpe:2.3:a:apache:parquet-jackson:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.parquet/parquet-jackson@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet_jackson:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:parquet:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "parquet-jackson" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.parquet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.parquet:parquet-jackson" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=30902b02c858ae68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:maven/io.perfmark/perfmark-api@0.25.0?package-id=5511e294ee7ea874", + "type": "library", + "name": "perfmark-api", + "version": "0.25.0", + "cpe": "cpe:2.3:a:carl-mastrangelo:perfmark-api:0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.perfmark/perfmark-api@0.25.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "340a0c3d81cdcd9ecd7dc2ae00fb2633b469b157" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carl-mastrangelo:perfmark_api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carl_mastrangelo:perfmark-api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carl_mastrangelo:perfmark_api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark-api:perfmark-api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark-api:perfmark_api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark_api:perfmark-api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark_api:perfmark_api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark:perfmark-api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perfmark:perfmark_api:0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/perfmark-api-0.25.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/perfmark-api-0.25.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=66abd42c9a706df0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:maven/org.pf4j/pf4j@3.6.0?package-id=e6823627850e1652", + "type": "library", + "group": "org.pf4j", + "name": "pf4j", + "version": "3.6.0", + "cpe": "cpe:2.3:a:pf4j:pf4j:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.pf4j/pf4j@3.6.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "09025adf3f680069bb1b52863c9ec70d341e09b0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/pf4j-3.6.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "pf4j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.pf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/pf4j-3.6.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.poi/poi@4.1.2?package-id=e5a892a7a756a3ac", + "type": "library", + "name": "poi", + "version": "4.1.2", + "cpe": "cpe:2.3:a:apache:poi:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.poi/poi@4.1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "964bf41cf68bce08e4ef6b2279b559fdf8d454f4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/poi-4.1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/poi-4.1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.poi/poi-ooxml@4.1.2?package-id=e1f40a354fea75d4", + "type": "library", + "name": "poi-ooxml", + "version": "4.1.2", + "cpe": "cpe:2.3:a:apache:poi-ooxml:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.poi/poi-ooxml@4.1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "87d9a22aa9a7dd26e80c360e709f7ee02e32ab3b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:poi_ooxml:4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:poi:4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/poi-ooxml-4.1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/poi-ooxml-4.1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.poi/poi-ooxml-schemas@4.1.2?package-id=2c3f2d7c8eb447f2", + "type": "library", + "name": "poi-ooxml-schemas", + "version": "4.1.2", + "cpe": "cpe:2.3:a:apache:poi-ooxml-schemas:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.poi/poi-ooxml-schemas@4.1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "550cc22a598c0b0a51d1f55f8371e83c1229802d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:poi_ooxml_schemas:4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:poi:4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/poi-ooxml-schemas-4.1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/poi-ooxml-schemas-4.1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.postgresql/postgresql@42.4.1?package-id=aa94279713f80cd4", + "type": "library", + "name": "postgresql", + "version": "42.4.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:postgresql-global-development-group:PGBundleActivator:42.4.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.postgresql/postgresql@42.4.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d592e02d2fc321b5d5262cdff291854be03bb862" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql_global_development_group:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql-global-development-group:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql_global_development_group:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql-global-development-group:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql-global-development-group:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql_global_development_group:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql_global_development_group:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PGBundleActivator:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PGBundleActivator:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PGBundleActivator:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PGBundleActivator:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:PGBundleActivator:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:postgresql:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postgresql:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:jdbc:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:osgi:osgi:42.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/postgresql-42.4.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/postgresql-42.4.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=95e441e4005bd88a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/profiles@2.17.295?package-id=903527b13cd86523", + "type": "library", + "group": "software.amazon.awssdk", + "name": "profiles", + "version": "2.17.295", + "cpe": "cpe:2.3:a:profiles:profiles:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/profiles@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "df23057574e96cf0b7c3ed95020f16c5c773acec" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/profiles-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "profiles" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/profiles-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1?package-id=19d2cac94c934331", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-common-protos", + "version": "2.0.1", + "cpe": "cpe:2.3:a:proto-google-common-protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common-protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-common-protos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.api.grpc:proto-google-common-protos" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1?package-id=426642eee3f21b5b", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-common-protos", + "version": "2.0.1", + "cpe": "cpe:2.3:a:proto-google-common-protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common-protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-common-protos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api.grpc:proto-google-common-protos" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1?package-id=d4643c9c9add20a9", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-common-protos", + "version": "2.0.1", + "cpe": "cpe:2.3:a:proto-google-common-protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common-protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-common-protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_common_protos:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-common-protos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api.grpc:proto-google-common-protos" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.9.0?package-id=8b73ffa9d3e155a0", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-common-protos", + "version": "2.9.0", + "cpe": "cpe:2.3:a:proto-google-common-protos:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-common-protos@2.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e4ada41aaaf6ecdedf132f44251d0d50813f7f90" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common-protos:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common_protos:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-common:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_common:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-common-protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_common_protos:2.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/proto-google-common-protos-2.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-common-protos" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/proto-google-common-protos-2.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5?package-id=552e29486d1ec806", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-iam-v1", + "version": "1.0.5", + "cpe": "cpe:2.3:a:proto-google-iam-v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam-v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-iam-v1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.api.grpc:proto-google-iam-v1" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5?package-id=44653f8ef978679e", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-iam-v1", + "version": "1.0.5", + "cpe": "cpe:2.3:a:proto-google-iam-v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "81d4939c74c2d02aa6772430de92c570593c7ab0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam-v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google-llc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/proto-google-iam-v1-1.0.5.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-iam-v1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/proto-google-iam-v1-1.0.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5?package-id=ac19bb6af736fb00", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-iam-v1", + "version": "1.0.5", + "cpe": "cpe:2.3:a:proto-google-iam-v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam-v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-iam-v1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api.grpc:proto-google-iam-v1" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5?package-id=809c521126baafa4", + "type": "library", + "group": "com.google.api.grpc", + "name": "proto-google-iam-v1", + "version": "1.0.5", + "cpe": "cpe:2.3:a:proto-google-iam-v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.api.grpc/proto-google-iam-v1@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam-v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam_v1:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google-iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google_iam:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto-google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto_google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proto:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto-google-iam-v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:proto_google_iam_v1:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "proto-google-iam-v1" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.api.grpc" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.api.grpc:proto-google-iam-v1" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9?package-id=23340093ea16bf0f", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.google.protobuf:protobuf-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9?package-id=f78ba42276d03126", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.protobuf:protobuf-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9?package-id=5fa0af27e8f6f296", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.21.9", + "licenses": [ + { + "license": { + "name": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ed1240d9231044ce6ccf1978512f6e44416bb7e7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protobuf-java-3.21.9.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protobuf-java-3.21.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9?package-id=afead48176f42753", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.protobuf:protobuf-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9?package-id=265cd1e50e8ef055", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.protobuf:protobuf-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.7.1?package-id=c931e1277198564f", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java", + "version": "3.7.1", + "cpe": "cpe:2.3:a:protobuf-java:protobuf-java:3.7.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-protobuf_3_7-1.1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/hadoop-shaded-protobuf_3_7-1.1.1.jar:com.google.protobuf:protobuf-java" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9?package-id=6bac5a36044d2992", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java-util", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java-util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.protobuf:protobuf-java-util" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9?package-id=e931bb271008036a", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java-util", + "version": "3.21.9", + "licenses": [ + { + "license": { + "name": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:protobuf-java-util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3f8d700d613d68d180f18e29ecdd64c852c3b4d8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protobuf-java-util-3.21.9.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protobuf-java-util-3.21.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9?package-id=58f7356ff734d9c2", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java-util", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java-util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.protobuf:protobuf-java-util" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9?package-id=c136042a21e1193d", + "type": "library", + "group": "com.google.protobuf", + "name": "protobuf-java-util", + "version": "3.21.9", + "cpe": "cpe:2.3:a:protobuf-java-util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.protobuf/protobuf-java-util@3.21.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java-util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java_util:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf-java-util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf_java_util:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf-java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_java:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:protobuf:3.21.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protobuf-java-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.protobuf" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.protobuf:protobuf-java-util" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/protocol-core@2.17.295?package-id=f83ac86548d1aa7b", + "type": "library", + "group": "software.amazon.awssdk", + "name": "protocol-core", + "version": "2.17.295", + "cpe": "cpe:2.3:a:protocol-core:protocol-core:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/protocol-core@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a3307b1e85eb28f3c48217a2ca07099e0c3dd383" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protocol-core:protocol_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protocol_core:protocol-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protocol_core:protocol_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protocol:protocol-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protocol:protocol_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protocol-core-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protocol-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protocol-core-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.squareup/protoparser@4.0.3?package-id=7db0a02921e91021", + "type": "library", + "group": "com.squareup", + "name": "protoparser", + "version": "4.0.3", + "cpe": "cpe:2.3:a:protoparser:protoparser:4.0.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.squareup/protoparser@4.0.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e61ee0b108059d97f43143eb2ee7a1be8059a30e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:squareup:protoparser:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protoparser-4.0.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protoparser" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.squareup" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protoparser-4.0.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.protostuff/protostuff-api@1.4.4?package-id=4f74321e4cc37c2e", + "type": "library", + "group": "io.protostuff", + "name": "protostuff-api", + "version": "1.4.4", + "cpe": "cpe:2.3:a:protostuff-api:protostuff-api:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.protostuff/protostuff-api@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3ef467baf69b9d6bd1f52a3e917dd3df41b11474" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff-api:protostuff_api:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_api:protostuff-api:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_api:protostuff_api:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff-api:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff_api:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protostuff-api-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protostuff-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.protostuff" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protostuff-api-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.protostuff/protostuff-collectionschema@1.4.4?package-id=138d2042537b5523", + "type": "library", + "group": "io.protostuff", + "name": "protostuff-collectionschema", + "version": "1.4.4", + "cpe": "cpe:2.3:a:protostuff-collectionschema:protostuff-collectionschema:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.protostuff/protostuff-collectionschema@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f54f420fc7ea88ee90417325ff926b89995efbd0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff-collectionschema:protostuff_collectionschema:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_collectionschema:protostuff-collectionschema:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_collectionschema:protostuff_collectionschema:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff-collectionschema:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff_collectionschema:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protostuff-collectionschema-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protostuff-collectionschema" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.protostuff" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protostuff-collectionschema-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.protostuff/protostuff-core@1.4.4?package-id=5b7bf225a0a77c7b", + "type": "library", + "group": "io.protostuff", + "name": "protostuff-core", + "version": "1.4.4", + "cpe": "cpe:2.3:a:protostuff-core:protostuff-core:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.protostuff/protostuff-core@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7b13d0710cb01d3fae5d35ce4809065aa39da141" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff-core:protostuff_core:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_core:protostuff-core:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_core:protostuff_core:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff-core:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff_core:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protostuff-core-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protostuff-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.protostuff" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protostuff-core-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.protostuff/protostuff-json@1.4.4?package-id=ab7de6b3947d63c5", + "type": "library", + "group": "io.protostuff", + "name": "protostuff-json", + "version": "1.4.4", + "cpe": "cpe:2.3:a:protostuff-json:protostuff-json:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.protostuff/protostuff-json@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f5fc553c378be308f353d46b638dca3b68fe27de" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff-json:protostuff_json:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_json:protostuff-json:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_json:protostuff_json:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff-json:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff_json:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protostuff-json-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protostuff-json" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.protostuff" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protostuff-json-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.protostuff/protostuff-runtime@1.4.4?package-id=fafb8f56f61d7d1f", + "type": "library", + "group": "io.protostuff", + "name": "protostuff-runtime", + "version": "1.4.4", + "cpe": "cpe:2.3:a:protostuff-runtime:protostuff-runtime:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.protostuff/protostuff-runtime@1.4.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "410a88220ab957de17bc6a4892ed960fe91b8dcf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff-runtime:protostuff_runtime:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_runtime:protostuff-runtime:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff_runtime:protostuff_runtime:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff-runtime:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protostuff:protostuff_runtime:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/protostuff-runtime-1.4.4.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "protostuff-runtime" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.protostuff" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/protostuff-runtime-1.4.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-hive-plugin@1.1.0?package-id=3f14123f559e7582", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-hive-plugin", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-hive-plugin:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-hive-plugin@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_hive_plugin:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-hive-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-hive-plugin" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-hive-plugin@1.1.0?package-id=40f9c8cc1f317cfd", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-hive-plugin", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-hive-plugin:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-hive-plugin@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_hive_plugin:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-hive-plugin" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-hive-plugin" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-audit@1.1.0?package-id=f1eebbc4e549aef4", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-audit", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-audit:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-audit@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_audit:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-audit" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-audit" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-audit@1.1.0?package-id=cbbc326ee2c3efaf", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-audit", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-audit:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-audit@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_audit:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-audit" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-audit" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-common@1.1.0?package-id=877b1bdab63f971e", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-common", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-common:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-common@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_common:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-common@1.1.0?package-id=2f5c2b1138b196a9", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-common", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-common:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-common@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_common:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-cred@1.1.0?package-id=24619461fb61027c", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-cred", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-cred:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-cred@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_cred:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-cred" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-cred" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.ranger/ranger-plugins-cred@1.1.0?package-id=aa6733193830bb92", + "type": "library", + "group": "org.apache.ranger", + "name": "ranger-plugins-cred", + "version": "1.1.0", + "cpe": "cpe:2.3:a:apache:ranger-plugins-cred:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.ranger/ranger-plugins-cred@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ranger_plugins_cred:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "ranger-plugins-cred" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.ranger" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.ranger:ranger-plugins-cred" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.re2j/re2j@1.1?package-id=5a6cce9a0e4e3ad1", + "type": "library", + "group": "com.google.re2j", + "name": "re2j", + "version": "1.1", + "cpe": "cpe:2.3:a:google:re2j:1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.re2j/re2j@1.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d716952ab58aa4369ea15126505a36544d50a333" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:re2j:re2j:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/re2j-1.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "re2j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.re2j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/re2j-1.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.re2j/re2j@1.1?package-id=5838f283a25edf27", + "type": "library", + "group": "com.google.re2j", + "name": "re2j", + "version": "1.1", + "cpe": "cpe:2.3:a:sonatype:re2j:1.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.re2j/re2j@1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:re2j:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:re2j:re2j:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:re2j:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "re2j" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.re2j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.re2j:re2j" + } + ] + }, + { + "bom-ref": "pkg:maven/org.reactivestreams.reactive-streams/reactive-streams@1.0.2?package-id=da91030e82fc8d2a", + "type": "library", + "name": "reactive-streams", + "version": "1.0.2", + "cpe": "cpe:2.3:a:reactive-streams:reactive-streams:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.reactivestreams.reactive-streams/reactive-streams@1.0.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "323964c36556eb0e6209f65c1cef72b53b461ab8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactive-streams:reactive_streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactive_streams:reactive-streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactive_streams:reactive_streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactivestreams:reactive-streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactivestreams:reactive_streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactive:reactive-streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reactive:reactive_streams:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/reactive-streams-1.0.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/reactive-streams-1.0.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazon.redshift.jdbc/redshift-jdbc42@2.1.0.8?package-id=6b9a8bb554f2ceab", + "type": "library", + "name": "redshift-jdbc42", + "version": "2.1.0.8", + "cpe": "cpe:2.3:a:oracle-corporation:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazon.redshift.jdbc/redshift-jdbc42@2.1.0.8", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d661375bfe693a7d659a6b083568ca6647853671" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:RedshiftJDBCMain:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:RedshiftJDBCMain:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift-jdbc42:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift_jdbc42:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:redshift-jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:redshift_jdbc42:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redshift:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:redshift:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jdbc:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jdbc:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:2.1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/redshift-jdbc42-2.1.0.8.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/redshift-jdbc42-2.1.0.8.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1?package-id=5dd3c1ae13832f9c", + "type": "library", + "group": "com.esotericsoftware", + "name": "reflectasm", + "version": "1.10.1", + "cpe": "cpe:2.3:a:esotericsoftware:reflectasm:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reflectasm:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "reflectasm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:reflectasm" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1?package-id=c9f6483478e671f9", + "type": "library", + "group": "com.esotericsoftware", + "name": "reflectasm", + "version": "1.10.1", + "cpe": "cpe:2.3:a:esotericsoftware:reflectasm:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reflectasm:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "reflectasm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:reflectasm" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1?package-id=37103eafdb01d213", + "type": "library", + "group": "com.esotericsoftware", + "name": "reflectasm", + "version": "1.10.1", + "cpe": "cpe:2.3:a:esotericsoftware:reflectasm:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/reflectasm@1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reflectasm:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:reflectasm:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "reflectasm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.esotericsoftware:reflectasm" + } + ] + }, + { + "bom-ref": "pkg:maven/com.esotericsoftware/reflectasm@1.11.3?package-id=59d519f1a7dc353e", + "type": "library", + "group": "com.esotericsoftware", + "name": "reflectasm", + "version": "1.11.3", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/bsd-license.php" + } + } + ], + "cpe": "cpe:2.3:a:esotericsoftware:reflectasm:1.11.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.esotericsoftware/reflectasm@1.11.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "8b102eed2f12412b254946811111ea48bc03a266" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reflectasm:reflectasm:1.11.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/reflectasm-1.11.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "reflectasm" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.esotericsoftware" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/reflectasm-1.11.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.reflections/reflections@0.10.2?package-id=4c695bcdfdac0384", + "type": "library", + "group": "org.reflections", + "name": "reflections", + "version": "0.10.2", + "licenses": [ + { + "license": { + "name": "http://www.wtfpl.net/, http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:reflections:reflections:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.reflections/reflections@0.10.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b638d7ca0e0fe0146b60a0e7ba232ad852a73b31" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/reflections-0.10.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "reflections" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.reflections" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/reflections-0.10.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/regions@2.17.295?package-id=8d28a83997fcdaea", + "type": "library", + "group": "software.amazon.awssdk", + "name": "regions", + "version": "2.17.295", + "cpe": "cpe:2.3:a:regions:regions:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/regions@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "66927121a977d410eb7f848250136078a42f0d6b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/regions-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "regions" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/regions-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/resources/resources@1.8.0_372?package-id=72b7168cd2ddde19", + "type": "library", + "name": "resources", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:resources:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/resources/resources@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "15602a24eadbe50e47f99417d2fe4504c2956006" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:resources:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resources:resources:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:resources:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/resources.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/resources.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/rocksdbjni/rocksdbjni@5.14.2?package-id=a9447e36764942d9", + "type": "library", + "name": "rocksdbjni", + "version": "5.14.2", + "cpe": "cpe:2.3:a:rocksdbjni:rocksdbjni:5.14.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/rocksdbjni/rocksdbjni@5.14.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a6087318fab540ba0b4c6ff68475ffbedc0b3d10" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/rocksdbjni-5.14.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/rocksdbjni-5.14.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.vladimir-bukhtoyarov/rolling-metrics@2.0.5?package-id=0d1c2443dfab2733", + "type": "library", + "group": "com.github.vladimir-bukhtoyarov", + "name": "rolling-metrics", + "version": "2.0.5", + "cpe": "cpe:2.3:a:vladimir-bukhtoyarov:rolling-metrics:2.0.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.vladimir-bukhtoyarov/rolling-metrics@2.0.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3d15844211d047d1fc4cce44432cf1bddef8973e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vladimir-bukhtoyarov:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vladimir_bukhtoyarov:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vladimir_bukhtoyarov:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling-metrics:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling-metrics:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling_metrics:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling_metrics:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vladimir:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vladimir:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rolling:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:rolling-metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:rolling_metrics:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/rolling-metrics-2.0.5.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "rolling-metrics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.vladimir-bukhtoyarov" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/rolling-metrics-2.0.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/cz.jirutka.rsql/rsql-parser@2.1.0?package-id=d09641b9beef82f6", + "type": "library", + "group": "cz.jirutka.rsql", + "name": "rsql-parser", + "version": "2.1.0", + "cpe": "cpe:2.3:a:rsql-parser:rsql-parser:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/cz.jirutka.rsql/rsql-parser@2.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b9194c3db2f23476630c63e0e9a0798a23e44c19" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rsql-parser:rsql_parser:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rsql_parser:rsql-parser:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rsql_parser:rsql_parser:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rsql:rsql-parser:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rsql:rsql_parser:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/rsql-parser-2.1.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "rsql-parser" + }, + { + "name": "syft:metadata:-:groupID", + "value": "cz.jirutka.rsql" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/rsql-parser-2.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/rt/rt@1.8.0_372?package-id=55c6c3c1ef7cadba", + "type": "library", + "name": "rt", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:rt:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/rt/rt@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cc97901fe3ca7220fd19b455fa78a58f64d23821" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:rt:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:rt:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rt:rt:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/rt.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/rt.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/s3@2.17.295?package-id=4a3a57a14a7205d5", + "type": "library", + "group": "software.amazon.awssdk", + "name": "s3", + "version": "2.17.295", + "cpe": "cpe:2.3:a:s3:s3:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/s3@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2e9a3ea633dfd6bd90f143cdd9c694de24ccf546" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/s3-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "s3" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/s3-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/sa-jdi/sa-jdi?package-id=21609b1806f436e7", + "type": "library", + "name": "sa-jdi", + "cpe": "cpe:2.3:a:sa-jdi:sa-jdi:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/sa-jdi/sa-jdi", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd2bba0858034fe89c19e41abd4f64d456505ff9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sa-jdi:sa_jdi:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sa_jdi:sa-jdi:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sa_jdi:sa_jdi:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sa:sa-jdi:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sa:sa_jdi:*:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/lib/sa-jdi.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/lib/sa-jdi.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/scim2-sdk-client/scim2-sdk-client@2.3.5?package-id=153b32fa9689d92a", + "type": "library", + "name": "scim2-sdk-client", + "version": "2.3.5", + "cpe": "cpe:2.3:a:scim2-sdk-client:scim2-sdk-client:2.3.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/scim2-sdk-client/scim2-sdk-client@2.3.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9da914bfb825f163e413e5c4ac89cc0a7ef07079" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk-client:scim2_sdk_client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_client:scim2-sdk-client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_client:scim2_sdk_client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2-sdk-client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2_sdk_client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2-sdk-client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2_sdk_client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2-sdk-client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2_sdk_client:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-client-2.3.5.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-client-2.3.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/scim2-sdk-common/scim2-sdk-common@2.3.5?package-id=55fa77232f7c3bd5", + "type": "library", + "name": "scim2-sdk-common", + "version": "2.3.5", + "cpe": "cpe:2.3:a:scim2-sdk-common:scim2-sdk-common:2.3.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/scim2-sdk-common/scim2-sdk-common@2.3.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4808e5ad690d12c3410f72818b801dfc4cb9ed7f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk-common:scim2_sdk_common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_common:scim2-sdk-common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_common:scim2_sdk_common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2-sdk-common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2_sdk_common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2-sdk-common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2_sdk_common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2-sdk-common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2_sdk_common:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-common-2.3.5.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-common-2.3.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/scim2-sdk-server/scim2-sdk-server@2.3.5?package-id=c4f920825cb1d537", + "type": "library", + "name": "scim2-sdk-server", + "version": "2.3.5", + "cpe": "cpe:2.3:a:scim2-sdk-server:scim2-sdk-server:2.3.5:*:*:*:*:*:*:*", + "purl": "pkg:maven/scim2-sdk-server/scim2-sdk-server@2.3.5", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1bd4ac9eaffdbabbb9e6575c9a685c3dee5c5142" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk-server:scim2_sdk_server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_server:scim2-sdk-server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk_server:scim2_sdk_server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2-sdk-server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2-sdk:scim2_sdk_server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2-sdk-server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2_sdk:scim2_sdk_server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2-sdk-server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scim2:scim2_sdk_server:2.3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-server-2.3.5.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/scim2-sdk-server-2.3.5.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/sdk-core@2.17.295?package-id=3a277297ddd69d22", + "type": "library", + "group": "software.amazon.awssdk", + "name": "sdk-core", + "version": "2.17.295", + "cpe": "cpe:2.3:a:sdk-core:sdk-core:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/sdk-core@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3f92dca22e8a828ffffbc7ddc7e7066632048cd5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk-core:sdk_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk_core:sdk-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk_core:sdk_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/sdk-core-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "sdk-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/sdk-core-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/secretsmanager@2.17.295?package-id=b302dfbd6844c718", + "type": "library", + "group": "software.amazon.awssdk", + "name": "secretsmanager", + "version": "2.17.295", + "cpe": "cpe:2.3:a:secretsmanager:secretsmanager:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/secretsmanager@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f3ee4df8f36bbfc09d212c2ceaa2da20933b6f72" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/secretsmanager-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "secretsmanager" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/secretsmanager-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=28675c60a1f26a2f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=cd12653c744f4ce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.xml.serializer/serializer@2.7.3?package-id=14bd9fdb0ab2ece9", + "type": "library", + "name": "serializer", + "version": "2.7.3", + "cpe": "cpe:2.3:a:apache:serializer:2.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.xml.serializer/serializer@2.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1aa6259987888f49fdbebb1aa1a88e0f54a44f6f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:utils:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xml:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/serializer-2.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/serializer-2.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/shims/shims@0.9.22?package-id=c2eaa5f0ca3f7663", + "type": "library", + "name": "shims", + "version": "0.9.22", + "cpe": "cpe:2.3:a:shims:shims:0.9.22:*:*:*:*:*:*:*", + "purl": "pkg:maven/shims/shims@0.9.22", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "90608fb0f9e9cb20798299bcc3ff34ca57e524c2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/shims-0.9.22.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/shims-0.9.22.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae?package-id=798331d06d794c56", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar:com.amazonaws.glue:shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae?package-id=6014d0a8cc7adfb4", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae?package-id=f4a83e36b6ebfb15", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-common", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-common@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_common:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_common:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:shims-common" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae?package-id=fc2e6ac90ee8dc9e", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-loader", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-loader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar:com.amazonaws.glue:shims-loader" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae?package-id=4459784d5f8c46d4", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-loader", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-loader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:shims-loader" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae?package-id=a0b3669cebae066d", + "type": "library", + "group": "com.amazonaws.glue", + "name": "shims-loader", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:shims-loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/shims-loader@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims-loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims_loader:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shims:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims-loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:shims_loader:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "shims-loader" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:shims-loader" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient@0.16.0?package-id=beba14ba59eda40f", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient:simpleclient:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "28b0eaf7c500c506976da8d0fc9cad6c278e8d87" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_common@0.16.0?package-id=7efb42a1f34f1c46", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_common", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-common:simpleclient-common:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_common@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a09a8c790a20309b942a9fdbfe77da22407096e6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-common:simpleclient_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_common:simpleclient-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_common:simpleclient_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_common-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_common-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_dropwizard@0.16.0?package-id=b9ee7d4d2c362824", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_dropwizard", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-dropwizard:simpleclient-dropwizard:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_dropwizard@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "366c95e25c514fbd8eb8e3d1cceb99f28592f687" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-dropwizard:simpleclient_dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_dropwizard:simpleclient-dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_dropwizard:simpleclient_dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_dropwizard:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_dropwizard-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_dropwizard" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_dropwizard-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_hotspot@0.16.0?package-id=6278efcee70e96ab", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_hotspot", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-hotspot:simpleclient-hotspot:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_hotspot@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3b34eb5be2e55348a77c2fa641c55c0874237175" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-hotspot:simpleclient_hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_hotspot:simpleclient-hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_hotspot:simpleclient_hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_hotspot:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_hotspot-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_hotspot" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_hotspot-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_servlet@0.16.0?package-id=f2674df252068198", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_servlet", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-servlet:simpleclient-servlet:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_servlet@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bb8d80e00618ab8edeaebb6c0287c48d8413c90b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-servlet:simpleclient_servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient-servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient_servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_servlet:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_servlet-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_servlet-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_servlet_common@0.16.0?package-id=8e47c3e702d3a3a7", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_servlet_common", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-servlet-common:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_servlet_common@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1d0d74b3506a0b6ac7b5f63735d674a789ffa6bb" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-servlet-common:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet_common:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet_common:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-servlet:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-servlet:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-servlet-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_servlet_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_servlet_common-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_servlet_common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_servlet_common-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_tracer_common@0.16.0?package-id=459fc0cebe1f1739", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_tracer_common", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-tracer-common:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_tracer_common@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dec00ef7c6155c4ca1109ec8248f7ff58d8f6cd3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer-common:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_common:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_common:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-tracer-common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_tracer_common:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_common-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_tracer_common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_common-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_tracer_otel@0.16.0?package-id=73ce4eaa1f6ca68e", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_tracer_otel", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-tracer-otel:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_tracer_otel@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cc3d2b7b7cb6f077e3b1ee1d3e99eb54fddfa151" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer-otel:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-tracer-otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_tracer_otel:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_otel-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_tracer_otel" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_otel-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_tracer_otel_agent@0.16.0?package-id=030c9f8694c34998", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_tracer_otel_agent", + "version": "0.16.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-tracer-otel-agent:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_tracer_otel_agent@0.16.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "009d724771e339ff7ec6cd7c0cc170d3470904c5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer-otel-agent:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel_agent:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel_agent:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer-otel:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer-otel:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer_otel:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-tracer:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_tracer:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-tracer-otel-agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_tracer_otel_agent:0.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_otel_agent-0.16.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_tracer_otel_agent" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simpleclient_tracer_otel_agent-0.16.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/simplefan/simplefan@19.3.0.0?package-id=cc6d9a308227322b", + "type": "library", + "name": "simplefan", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:oracle-corporation:simplefan:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/simplefan/simplefan@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "bcbfbb3cc529995f33c8694eb7cbc605c129e4e6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:simplefan:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simplefan:simplefan:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/simplefan-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/simplefan-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.yahoo.datasketches/sketches-core@0.9.0?package-id=cbfa573784cf9ac4", + "type": "library", + "group": "com.yahoo.datasketches", + "name": "sketches-core", + "version": "0.9.0", + "cpe": "cpe:2.3:a:sketches-core:sketches-core:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.yahoo.datasketches/sketches-core@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ba592b4cca8eb7dd425721acc1b5d4c034e34fa0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sketches-core:sketches_core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sketches_core:sketches-core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sketches_core:sketches_core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datasketches:sketches-core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datasketches:sketches_core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sketches:sketches-core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sketches:sketches_core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yahoo:sketches-core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yahoo:sketches_core:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/sketches-core-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "sketches-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.yahoo.datasketches" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/sketches-core-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/slf4j-api@1.7.2?package-id=e19f6fb853735dee", + "type": "library", + "group": "org.slf4j", + "name": "slf4j-api", + "version": "1.7.2", + "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:1.7.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/slf4j-api@1.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j-api:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j-api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j-api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slf4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.slf4j:slf4j-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/slf4j-api@1.7.2?package-id=37d553b1fb1735d7", + "type": "library", + "group": "org.slf4j", + "name": "slf4j-api", + "version": "1.7.2", + "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:1.7.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/slf4j-api@1.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j-api:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j-api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j-api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j_api:1.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slf4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.slf4j:slf4j-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/slf4j-api@1.7.36?package-id=1e6385b6efd0d556", + "type": "library", + "group": "org.slf4j", + "name": "slf4j-api", + "version": "1.7.36", + "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:1.7.36:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/slf4j-api@1.7.36", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6c62681a2f655b49963a5983b8b0950a6120ae14" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j-api:slf4j_api:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j-api:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j_api:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j-api:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j_api:1.7.36:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/slf4j-api-1.7.36.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slf4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/slf4j-api-1.7.36.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.slugify/slugify@2.1.7?package-id=5edab92563eae56d", + "type": "library", + "group": "com.github.slugify", + "name": "slugify", + "version": "2.1.7", + "cpe": "cpe:2.3:a:slugify:slugify:2.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.slugify/slugify@2.1.7", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "17094bf673d45907a3d35f73d43957467e781bdc" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:slugify:2.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/slugify-2.1.7.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slugify" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.slugify" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/slugify-2.1.7.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.slugify/slugify@2.1.7?package-id=d5ca647716c0ef8a", + "type": "library", + "group": "com.github.slugify", + "name": "slugify", + "version": "2.1.7", + "cpe": "cpe:2.3:a:slugify:slugify:2.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.slugify/slugify@2.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:slugify:2.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slugify" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.slugify" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.github.slugify:slugify" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.slugify/slugify@2.1.7?package-id=316e1e98d2c021c4", + "type": "library", + "group": "com.github.slugify", + "name": "slugify", + "version": "2.1.7", + "cpe": "cpe:2.3:a:slugify:slugify:2.1.7:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.slugify/slugify@2.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:slugify:2.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slugify" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.github.slugify" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.github.slugify:slugify" + } + ] + }, + { + "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.33?package-id=d235ac3c50f87be9", + "type": "library", + "group": "org.yaml", + "name": "snakeyaml", + "version": "1.33", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:snakeyaml:snakeyaml:1.33:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.yaml/snakeyaml@1.33", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2cd0a87ff7df953f810c344bdf2fe3340b954c69" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yaml:snakeyaml:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/snakeyaml-1.33.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "snakeyaml" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.yaml" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/snakeyaml-1.33.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.xerial.snappy.SnappyBundleActivator/snappy-java@1.1.4?package-id=1cb0d80348fdf22c", + "type": "library", + "name": "snappy-java", + "version": "1.1.4", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:SnappyBundleActivator:SnappyBundleActivator:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.xerial.snappy.SnappyBundleActivator/snappy-java@1.1.4", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d94ae6d7d27242eaa4b6c323f881edbb98e48da6" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy-java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy_java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:SnappyBundleActivator:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:SnappyBundleActivator:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:SnappyBundleActivator:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:SnappyBundleActivator:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy-java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy_java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy-java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy_java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy-java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy_java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy-java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy_java:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/snappy-java-1.1.4.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/snappy-java-1.1.4.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/net.snowflake/snowflake-jdbc@3.13.30?package-id=5f682ec075f7dbc8", + "type": "library", + "name": "snowflake-jdbc", + "version": "3.13.30", + "cpe": "cpe:2.3:a:snowflake-jdbc:snowflake-jdbc:3.13.30:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.snowflake/snowflake-jdbc@3.13.30", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "99cd70f65ed6d20828502cf368878396997f1c51" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snowflake-jdbc:snowflake_jdbc:3.13.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snowflake_jdbc:snowflake-jdbc:3.13.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snowflake_jdbc:snowflake_jdbc:3.13.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snowflake:snowflake-jdbc:3.13.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snowflake:snowflake_jdbc:3.13.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/snowflake-jdbc-3.13.30.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/snowflake-jdbc-3.13.30.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/spark-client@2.3.9-dremio-202305101625150255-0beca91?package-id=bcf25d793184c678", + "type": "library", + "group": "org.apache.hive", + "name": "spark-client", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:spark-client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/spark-client@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:spark_client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "spark-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:spark-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hive/spark-client@2.3.9-dremio-202305101625150255-0beca91?package-id=a3c5da4308a10bf6", + "type": "library", + "group": "org.apache.hive", + "name": "spark-client", + "version": "2.3.9-dremio-202305101625150255-0beca91", + "cpe": "cpe:2.3:a:apache:spark-client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hive/spark-client@2.3.9-dremio-202305101625150255-0beca91", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:spark_client:2.3.9-dremio-202305101625150255-0beca91:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "spark-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.hive" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.hive:spark-client" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae?package-id=0324c046d61ee1d2", + "type": "library", + "group": "com.amazonaws.glue", + "name": "spark-hive-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:spark-hive-shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive-shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "spark-hive-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/aws-glue-datacatalog-hive2-client-1.10.0-202302080426290085-edca6ae.jar:com.amazonaws.glue:spark-hive-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae?package-id=6ce1f8ed0c1fd9ff", + "type": "library", + "group": "com.amazonaws.glue", + "name": "spark-hive-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:spark-hive-shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive-shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "spark-hive-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-hive2-exec-shaded-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:spark-hive-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae?package-id=2669e6f478323e14", + "type": "library", + "group": "com.amazonaws.glue", + "name": "spark-hive-shims", + "version": "1.10.0-202302080426290085-edca6ae", + "cpe": "cpe:2.3:a:spark-hive-shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.amazonaws.glue/spark-hive-shims@1.10.0-202302080426290085-edca6ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive-shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive_shims:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark-hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark_hive:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazonaws:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spark:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark-hive-shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glue:spark_hive_shims:1.10.0-202302080426290085-edca6ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "spark-hive-shims" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.amazonaws.glue" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.amazonaws.glue:spark-hive-shims" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.spotbugs.annotations/spotbugs-annotations@3.1.9?package-id=9ad7aab7f4f92354", + "type": "library", + "name": "spotbugs-annotations", + "version": "3.1.9", + "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs-annotations:3.1.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.spotbugs.annotations/spotbugs-annotations@3.1.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2ef5127efcc1a899aab8c66d449a631c9a99c469" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs-annotations:spotbugs_annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs_annotations:spotbugs-annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs_annotations:spotbugs_annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:annotations:spotbugs-annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:annotations:spotbugs_annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs-annotations:annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs_annotations:annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs-annotations:spotbugs:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs:spotbugs-annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs:spotbugs_annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs_annotations:spotbugs:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:spotbugs-annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:spotbugs_annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:annotations:annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:annotations:spotbugs:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs:annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:annotations:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spotbugs:spotbugs:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:spotbugs:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/spotbugs-annotations-3.1.9.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/spotbugs-annotations-3.1.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2?package-id=c9e6f11d4e627cc7", + "type": "library", + "group": "org.codehaus.woodstox", + "name": "stax2-api", + "version": "4.2", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/bsd-license.php" + } + } + ], + "cpe": "cpe:2.3:a:fasterxml-com:stax2-api:4.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "13c2b30926bca0429c704c4b4ca0b5d0432b69cd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml-com:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml_com:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml_com:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/stax2-api-4.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "stax2-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/stax2-api-4.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2?package-id=53fe9846289c064a", + "type": "library", + "group": "org.codehaus.woodstox", + "name": "stax2-api", + "version": "4.2", + "cpe": "cpe:2.3:a:fasterxml:stax2-api:4.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "stax2-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.codehaus.woodstox:stax2-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2?package-id=be87d2661c774021", + "type": "library", + "group": "org.codehaus.woodstox", + "name": "stax2-api", + "version": "4.2", + "cpe": "cpe:2.3:a:fasterxml:stax2-api:4.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2-api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2_api:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codehaus:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2-api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stax2:stax2_api:4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "stax2-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.codehaus.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.codehaus.woodstox:stax2-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.antlr/stringtemplate@3.2.1?package-id=6a4eafa127e5ecef", + "type": "library", + "group": "org.antlr", + "name": "stringtemplate", + "version": "3.2.1", + "cpe": "cpe:2.3:a:stringtemplate:stringtemplate:3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.antlr/stringtemplate@3.2.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "59ec8083721eae215c6f3caee944c410d2be34de" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:antlr:stringtemplate:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/stringtemplate-3.2.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "stringtemplate" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.antlr" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/stringtemplate-3.2.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/sts@2.17.295?package-id=7dcc0ac2181c9e41", + "type": "library", + "group": "software.amazon.awssdk", + "name": "sts", + "version": "2.17.295", + "cpe": "cpe:2.3:a:sts:sts:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/sts@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a0c547b3654bcf0ae7c43ddb58a74b4dc5e77a7e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/sts-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "sts" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/sts-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun/sunec@1.8.0_372?package-id=238cf741e844a63b", + "type": "library", + "name": "sunec", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:sunec:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun/sunec@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "73d2100e16e3a6c857cb1bf48c92f53d163a95fe" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:sunec:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:sunec:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunec:sunec:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:sunec:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/sunec.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/sunec.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun/sunjce_provider@1.8.0_372?package-id=ea31c6300e0275c3", + "type": "library", + "name": "sunjce_provider", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun/sunjce_provider@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dec5a17d9301227c6a577bfa991cea17a78f93f0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce-provider:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce-provider:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce_provider:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce_provider:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunjce:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:sunjce-provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:sunjce_provider:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/sunjce_provider.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/sunjce_provider.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.sun/sunpkcs11@1.8.0_372?package-id=223423fcdb682ccf", + "type": "library", + "name": "sunpkcs11", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:sunpkcs11:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.sun/sunpkcs11@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "af89b92fb6be809cc84c56f1e6019c0d3f74079b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:sunpkcs11:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sunpkcs11:sunpkcs11:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:sunpkcs11:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sun:sunpkcs11:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/sunpkcs11.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/sunpkcs11.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=7abd9ae949508867", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:maven/com.tdunning/t-digest@3.2?package-id=ea2c4648e8360fa5", + "type": "library", + "group": "com.tdunning", + "name": "t-digest", + "version": "3.2", + "cpe": "cpe:2.3:a:t-digest:t-digest:3.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.tdunning/t-digest@3.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2ab94758b0276a8a26102adf8d528cf6d0567b9a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:t-digest:t_digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:t_digest:t-digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:t_digest:t_digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tdunning:t-digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tdunning:t_digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:t:t-digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:t:t_digest:3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/t-digest-3.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "t-digest" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.tdunning" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/t-digest-3.2.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=6524ace344e63539", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1ubuntu0.1.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "960" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/third-party-jackson-core@2.17.295?package-id=9b727308f765a7ea", + "type": "library", + "group": "software.amazon.awssdk", + "name": "third-party-jackson-core", + "version": "2.17.295", + "cpe": "cpe:2.3:a:third-party-jackson-core:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/third-party-jackson-core@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "774f7c451e83b03201191e8afb171e1e73b9a41b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third-party-jackson-core:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party_jackson_core:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party_jackson_core:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third-party-jackson:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third-party-jackson:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party_jackson:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party_jackson:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third-party:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third-party:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third_party:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third:third-party-jackson-core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:third:third_party_jackson_core:2.17.295:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/third-party-jackson-core-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "third-party-jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/third-party-jackson-core-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.threeten/threetenbp@1.3.3?package-id=bd5d11f0b5980ac5", + "type": "library", + "group": "org.threeten", + "name": "threetenbp", + "version": "1.3.3", + "licenses": [ + { + "license": { + "name": "https://raw.githubusercontent.com/ThreeTen/threetenbp/master/LICENSE.txt" + } + } + ], + "cpe": "cpe:2.3:a:threeten-org:threetenbp:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.threeten/threetenbp@1.3.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3ea31c96676ff12ab56be0b1af6fff61d1a4f1f2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten_org:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threetenbp:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten-org:bp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten_org:bp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bp:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threetenbp:bp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten:bp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bp:bp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/threetenbp-1.3.3.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "threetenbp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.threeten" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/threetenbp-1.3.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.threeten/threetenbp@1.3.3?package-id=c5db3ad88bf74553", + "type": "library", + "group": "org.threeten", + "name": "threetenbp", + "version": "1.3.3", + "cpe": "cpe:2.3:a:threetenbp:threetenbp:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.threeten/threetenbp@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "threetenbp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.threeten" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.threeten:threetenbp" + } + ] + }, + { + "bom-ref": "pkg:maven/org.threeten/threetenbp@1.3.3?package-id=02d0d8a7c1b7ed29", + "type": "library", + "group": "org.threeten", + "name": "threetenbp", + "version": "1.3.3", + "cpe": "cpe:2.3:a:threetenbp:threetenbp:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.threeten/threetenbp@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:threeten:threetenbp:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "threetenbp" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.threeten" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.threeten:threetenbp" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/token-provider@1.0.1?package-id=9283fcb2eb8070ea", + "type": "library", + "group": "org.apache.kerby", + "name": "token-provider", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:token-provider:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/token-provider@1.0.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e6feb6b7c06600924e8b6bda3263c870cfb0a447" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:token_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/token-provider-1.0.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "token-provider" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/token-provider-1.0.1.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.kerby/token-provider@1.0.1?package-id=2c5108795e862bfa", + "type": "library", + "group": "org.apache.kerby", + "name": "token-provider", + "version": "1.0.1", + "cpe": "cpe:2.3:a:apache:token-provider:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.kerby/token-provider@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:token_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "token-provider" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.kerby" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.apache.kerby:token-provider" + } + ] + }, + { + "bom-ref": "pkg:maven/tools/tools?package-id=7ceb666a7109041c", + "type": "library", + "name": "tools", + "cpe": "cpe:2.3:a:tools:tools:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/tools/tools", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "133d3248b4e9a6d0a570acea691095155308a6b1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/lib/tools.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/lib/tools.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-api@0.14.0-202111020547020344-41637331?package-id=834696273d826621", + "type": "library", + "group": "org.apache.twill", + "name": "twill-api", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-api:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-api@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_api:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-common@0.14.0-202111020547020344-41637331?package-id=87d2280d6fc74486", + "type": "library", + "group": "org.apache.twill", + "name": "twill-common", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-common:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-common@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_common:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-core@0.14.0-202111020547020344-41637331?package-id=536b881371262403", + "type": "library", + "group": "org.apache.twill", + "name": "twill-core", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-core:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-core@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_core:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-discovery-api@0.14.0-202111020547020344-41637331?package-id=5688f8c6f41ddcf2", + "type": "library", + "group": "org.apache.twill", + "name": "twill-discovery-api", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-discovery-api:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-discovery-api@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_discovery_api:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-discovery-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-discovery-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-discovery-core@0.14.0-202111020547020344-41637331?package-id=f030ceb604744298", + "type": "library", + "group": "org.apache.twill", + "name": "twill-discovery-core", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-discovery-core:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-discovery-core@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_discovery_core:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-discovery-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-discovery-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-ext@0.14.0-202111020547020344-41637331?package-id=cb58ee63778f2657", + "type": "library", + "group": "org.apache.twill", + "name": "twill-ext", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-ext:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-ext@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_ext:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-ext" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-ext" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-yarn@0.14.0-202111020547020344-41637331?package-id=1863fa92f7ab36be", + "type": "library", + "group": "org.apache.twill", + "name": "twill-yarn", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-yarn:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-yarn@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_yarn:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-yarn" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-yarn" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.twill/twill-zookeeper@0.14.0-202111020547020344-41637331?package-id=fb2111676329d617", + "type": "library", + "group": "org.apache.twill", + "name": "twill-zookeeper", + "version": "0.14.0-202111020547020344-41637331", + "cpe": "cpe:2.3:a:apache:twill-zookeeper:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.twill/twill-zookeeper@0.14.0-202111020547020344-41637331", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill_zookeeper:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:twill:0.14.0-202111020547020344-41637331:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "twill-zookeeper" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.twill" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/dremio-twill-shaded-24.1.2-202307070421100538-069e650d.jar:org.apache.twill:twill-zookeeper" + } + ] + }, + { + "bom-ref": "pkg:maven/net.jodah/typetools@0.5.0?package-id=f6116f51b8bc34e6", + "type": "library", + "group": "net.jodah", + "name": "typetools", + "version": "0.5.0", + "cpe": "cpe:2.3:a:typetools:typetools:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/net.jodah/typetools@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sonatype:typetools:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jodah:typetools:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oss:typetools:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "typetools" + }, + { + "name": "syft:metadata:-:groupID", + "value": "net.jodah" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/modelmapper-2.3.0.jar:net.jodah:typetools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04&package-id=bf12c58c03542484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tzdata", + "version": "2023c-0ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-0ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3881" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=aa39c87aa81813c2", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=0db6530c9465d50b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:maven/ucp/ucp@19.3.0.0?package-id=cda240ed018de09d", + "type": "library", + "name": "ucp", + "version": "19.3.0.0", + "cpe": "cpe:2.3:a:oracle-corporation:ucp:19.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/ucp/ucp@19.3.0.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "796b661b0bb1818b7c04171837356acddcea504c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:ucp:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ucp:ucp:19.3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/ucp-19.3.0.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/ucp-19.3.0.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.unboundid.ldap.sdk/unboundid-ldapsdk@4.0.9?package-id=d72cb5f3717e5a21", + "type": "library", + "name": "unboundid-ldapsdk", + "version": "4.0.9", + "cpe": "cpe:2.3:a:unboundid-ldapsdk:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.unboundid.ldap.sdk/unboundid-ldapsdk@4.0.9", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b676202ad7b56718266fda979e280fa955792e1c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid-ldapsdk:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid_ldapsdk:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid_ldapsdk:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping-identity:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping-identity:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping_identity:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping_identity:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid-ldapsdk:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid_ldapsdk:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:unboundid-ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:unboundid_ldapsdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid-ldapsdk:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid_ldapsdk:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping-identity:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping_identity:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping-identity:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ping_identity:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unboundid:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:ldap:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdk:sdk:4.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/unboundid-ldapsdk-4.0.9.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/unboundid-ldapsdk-4.0.9.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.univocity/univocity-parsers@1.3.0?package-id=74469eb9e495fad3", + "type": "library", + "group": "com.univocity", + "name": "univocity-parsers", + "version": "1.3.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:univocity-software-pty-ltd:univocity-parsers:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.univocity/univocity-parsers@1.3.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b242ecab5714ee07d5d6cb198e4a19dbc642432f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity-software-pty-ltd:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_software_pty_ltd:univocity-parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_software_pty_ltd:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity-parsers:univocity-parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity-parsers:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_parsers:univocity-parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_parsers:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity-software-pty-ltd:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_software_pty_ltd:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity:univocity-parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parsers:univocity-parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parsers:univocity_parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity-parsers:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity_parsers:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:univocity:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parsers:parsers:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/univocity-parsers-1.3.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "univocity-parsers" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.univocity" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/univocity-parsers-1.3.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=61bb73438741d478", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e?package-id=8700ea31ddaf86e1", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.cloud.bigdataoss:util" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e?package-id=f161468ee029c40e", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "df668ffc1c1dad30a942807200fd489c0e922521" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/util-2.2.2-dremio-202302142306550801-5be8d7e.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/util-2.2.2-dremio-202302142306550801-5be8d7e.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e?package-id=17abcc0770b1095a", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:util" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e?package-id=b1a39d20836e21d8", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:bigdataoss:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util@2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:util" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e?package-id=5a056ce2862fb1a1", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util-hadoop", + "version": "hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:util-hadoop:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/util-hadoop-hadoop2-2.2.2-dremio-202302142306550801-5be8d7e.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/util-hadoop-hadoop2-2.2.2-dremio-202302142306550801-5be8d7e.jar:com.google.cloud.bigdataoss:util-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e?package-id=d882c79d008350c8", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util-hadoop", + "version": "hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:util-hadoop:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop2-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_hadoop:hadoop2-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:util-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e?package-id=62a15fdfe91f761c", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util-hadoop", + "version": "hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:util-hadoop:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/gcs-connector-hadoop3-2.2.2-dremio-202302142306550801-5be8d7e-shaded.jar:com.google.cloud.bigdataoss:util-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e?package-id=f3d42725c2fb5950", + "type": "library", + "group": "com.google.cloud.bigdataoss", + "name": "util-hadoop", + "version": "hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:util-hadoop:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.google.cloud.bigdataoss/util-hadoop@hadoop3-2.2.2-dremio-202302142306550801-5be8d7e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bigdataoss:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_hadoop:hadoop3-2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "util-hadoop" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.google.cloud.bigdataoss" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.google.cloud.bigdataoss:util-hadoop" + } + ] + }, + { + "bom-ref": "pkg:maven/util-hadoop-hadoop2/util-hadoop-hadoop2@2.2.2-dremio-202302142306550801-5be8d7e?package-id=84fc7e6071faddef", + "type": "library", + "name": "util-hadoop-hadoop2", + "version": "2.2.2-dremio-202302142306550801-5be8d7e", + "cpe": "cpe:2.3:a:util-hadoop-hadoop2:util-hadoop-hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*", + "purl": "pkg:maven/util-hadoop-hadoop2/util-hadoop-hadoop2@2.2.2-dremio-202302142306550801-5be8d7e", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ffd2021837e5bf83c4344467b2b3206c963ff0ca" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop-hadoop2:util_hadoop_hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop_hadoop2:util-hadoop-hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop_hadoop2:util_hadoop_hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util-hadoop-hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-hadoop:util_hadoop_hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util-hadoop-hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_hadoop:util_hadoop_hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-hadoop-hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_hadoop_hadoop2:2.2.2-dremio-202302142306550801-5be8d7e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/util-hadoop-hadoop2-2.2.2-dremio-202302142306550801-5be8d7e.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/util-hadoop-hadoop2-2.2.2-dremio-202302142306550801-5be8d7e.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=08037aceb3d71a35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:maven/software.amazon.awssdk/utils@2.17.295?package-id=046d249eb691687a", + "type": "library", + "group": "software.amazon.awssdk", + "name": "utils", + "version": "2.17.295", + "cpe": "cpe:2.3:a:utils:utils:2.17.295:*:*:*:*:*:*:*", + "purl": "pkg:maven/software.amazon.awssdk/utils@2.17.295", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a78f906634aa1e2439c3cbb67e6e800ef5b55b25" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/utils-2.17.295.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "utils" + }, + { + "name": "syft:metadata:-:groupID", + "value": "software.amazon.awssdk" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/utils-2.17.295.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?package-id=af269638b2f64cda", + "type": "library", + "group": "javax.validation", + "name": "validation-api", + "version": "2.0.1.Final", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:validation-api:validation-api:2.0.1.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.validation/validation-api@2.0.1.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cb855558e6271b1b32e716d24cb85c7f583ce09e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validation-api:validation_api:2.0.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validation_api:validation-api:2.0.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validation_api:validation_api:2.0.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validation:validation-api:2.0.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validation:validation_api:2.0.1.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/validation-api-2.0.1.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "validation-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.validation" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/validation-api-2.0.1.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.51.v20230217?package-id=3d8c488b249e151f", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-api", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "0e2dfd856ee17165d4eef573babaf45a977076b8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:api:api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/websocket-api-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/websocket-api-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.51.v20230217?package-id=55977f00be5acaf6", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-api", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:websocket-api:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-api:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_api:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_api:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty.websocket:websocket-api" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.51.v20230217?package-id=4491029141e316fd", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-client", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "76058b58d0cde721a41a09a39c121db1c4f61ce0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/websocket-client-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/websocket-client-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.51.v20230217?package-id=f8b9123be6ab3023", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-client", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:websocket-client:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_client:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-client" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty.websocket:websocket-client" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.51.v20230217?package-id=149827305d87b2d9", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-common", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7808553f0197ed107229cbcf75dd0d940c485db9" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/websocket-common-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/websocket-common-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.51.v20230217?package-id=487b9ff65dd68992", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-common", + "version": "9.4.51.v20230217", + "cpe": "cpe:2.3:a:websocket-common:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.51.v20230217", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-common:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_common:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_common:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.eclipse.jetty.websocket:websocket-common" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-server@9.4.51.v20230217?package-id=5b1bbf4929ac0ba1", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-server", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-server@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b904bd4af0b58d276218546ac2385b580b24b62e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-server:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-server:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_server:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_server:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-server:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_server:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/websocket-server-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/websocket-server-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-servlet@9.4.51.v20230217?package-id=46ab96bcb31b297c", + "type": "library", + "group": "org.eclipse.jetty.websocket", + "name": "websocket-servlet", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-servlet@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "00723fba9a3e20762f06b17084adaa6e1ccb100e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-servlet:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-servlet:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_servlet:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_servlet:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-servlet:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_servlet:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:websocket:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/websocket-servlet-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "websocket-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty.websocket" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/websocket-servlet-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=dd46f3e1e9a416e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final?package-id=da8bb46ced1db4c2", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:jboss-by-red-hat:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7ef25e94db74d85fa7e9271b064a3c7d9ef7add5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-by-red-hat:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss-by-red-hat:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jboss_by_red_hat:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final?package-id=17a207f1a78219a5", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final?package-id=c04e074226d02eb8", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:openssl:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final?package-id=558c2ebf3eea329a", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-java", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-java" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final?package-id=b1450e496d9fd272", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-java", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-java" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final?package-id=1ddd71777db6c592", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-java", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_java:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_java:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-java" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-java" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final?package-id=0459b7ac333050c8", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-linux-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final?package-id=8ab09e763509b9d8", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-linux-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final?package-id=7f48e7e908403c02", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_i386:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-linux-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final?package-id=d41800f987b8f93d", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-linux-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final?package-id=6c56710382aae8f0", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-linux-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final?package-id=4ff688c1e8bd51ae", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-linux-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86-64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86_64:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux-x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux_x86:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_linux:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-linux-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_linux_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-linux-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-linux-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final?package-id=259f363373bfd385", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-macosx-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-macosx-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-macosx-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final?package-id=55759c288cbc6e0d", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-macosx-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-macosx-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-macosx-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final?package-id=08448f1061941833", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-macosx-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-macosx-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86-64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86_64:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx-x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx_x86:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_macosx:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-macosx-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_macosx_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-macosx-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-macosx-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final?package-id=1180e6e524fdedaa", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-solaris-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-solaris-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-solaris-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final?package-id=87dfb3513e10a872", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-solaris-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-solaris-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-solaris-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final?package-id=cd249d7a8705faa8", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-solaris-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-solaris-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86-64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86_64:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris-x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris_x86:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_solaris:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-solaris-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_solaris_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-solaris-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-solaris-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final?package-id=8aa0c09f47731667", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-windows-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final?package-id=e1fb9ed8e54b1108", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-windows-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final?package-id=b35906ec5dedd953", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-i386", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-i386@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_i386:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_i386:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-i386" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-windows-i386" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final?package-id=dc38e0e8ee6d9142", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/wildfly-openssl-1.1.3.Final.jar:org.wildfly.openssl:wildfly-openssl-windows-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final?package-id=d0e50a28cbeb696a", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-windows-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final?package-id=6345b66e306ee070", + "type": "library", + "group": "org.wildfly.openssl", + "name": "wildfly-openssl-windows-x86_64", + "version": "1.1.3.Final", + "cpe": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@1.1.3.Final", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86-64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86_64:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows-x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows_x86:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl-windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl_windows:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly-openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly_openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssl:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86-64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly-openssl-windows-x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildfly:wildfly_openssl_windows_x86_64:1.1.3.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "wildfly-openssl-windows-x86_64" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.wildfly.openssl" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:org.wildfly.openssl:wildfly-openssl-windows-x86_64" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0?package-id=2d48812af14c94c7", + "type": "library", + "group": "com.fasterxml.woodstox", + "name": "woodstox-core", + "version": "5.4.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:woodstox-core:woodstox-core:5.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3e05dcce371d3f672feba29f086ad78a93ae3996" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/woodstox-core-5.4.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "woodstox-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/woodstox-core-5.4.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0?package-id=41281e96c3b67021", + "type": "library", + "group": "com.fasterxml.woodstox", + "name": "woodstox-core", + "version": "5.4.0", + "cpe": "cpe:2.3:a:woodstox-core:woodstox-core:5.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "woodstox-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive2-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.woodstox:woodstox-core" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0?package-id=417ae9ec5e93f538", + "type": "library", + "group": "com.fasterxml.woodstox", + "name": "woodstox-core", + "version": "5.4.0", + "cpe": "cpe:2.3:a:woodstox-core:woodstox-core:5.4.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox-core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox-core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox_core:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox_core:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:woodstox:woodstox:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "woodstox-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.woodstox" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/plugins/connectors/dremio-ee-hive3-plugin-24.1.2-202307070421100538-069e650d.jar:com.fasterxml.woodstox:woodstox-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.bcel/xalan@2.7.3?package-id=9371209f0b1f2b7a", + "type": "library", + "name": "xalan", + "version": "2.7.3", + "cpe": "cpe:2.3:a:apache:regexp:2.7.3:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.bcel/xalan@2.7.3", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5095bedf29e73756fb5729f2241fd5ffa33d87e0" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xalan:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xpath:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xsltc:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:bcel:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xml:2.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/xalan-2.7.3.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/xalan-2.7.3.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.xerces.impl.Version/xercesImpl@2.12.2?package-id=971b91fc8808b4ec", + "type": "library", + "name": "xercesImpl", + "version": "2.12.2", + "cpe": "cpe:2.3:a:apache:xercesImpl:2.12.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.xerces.impl.Version/xercesImpl@2.12.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f051f988aa2c9b4d25d05f95742ab0cc3ed789e2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:Version:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xerces:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:impl:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:dom:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:sax:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xni:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ls:2.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/xercesImpl-2.12.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/xercesImpl-2.12.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.xmlcommons.Version/xml-apis@1.4.01?package-id=3c58877d6075c24e", + "type": "library", + "name": "xml-apis", + "version": "1.4.01", + "cpe": "cpe:2.3:a:apache:xmlcommons:1.4.01:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.xmlcommons.Version/xml-apis@1.4.01", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3789d9fada2d3d458c4ba2de349d48780f381ee3" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xml-apis:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:xml_apis:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:Version:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:dom:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:sax:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:ls:1.4.01:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/xml-apis-1.4.01.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/xml-apis-1.4.01.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.xmlbeans/xmlbeans@3.1.0?package-id=51a452281002a519", + "type": "library", + "name": "xmlbeans", + "version": "3.1.0", + "cpe": "cpe:2.3:a:apache:xmlbeans:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.xmlbeans/xmlbeans@3.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "6dac1f897dfb3e3f17fc79b18a3353b2e51c464e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/xmlbeans-3.1.0.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/xmlbeans-3.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/zipfs/zipfs@1.8.0_372?package-id=1be5b9487f3f29d5", + "type": "library", + "name": "zipfs", + "version": "1.8.0_372", + "cpe": "cpe:2.3:a:oracle-corporation:zipfs:1.8.0_372:*:*:*:*:*:*:*", + "purl": "pkg:maven/zipfs/zipfs@1.8.0_372", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "03bed4bb983a2be92c95d5ad36a92e92a0f2577c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:zipfs:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:temurin:zipfs:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipfs:zipfs:1.8.0_372:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e2b75d5a73b92e0ec33f3ff11e62fe3411c196d7f254bc1f83d2ec1d46a9ef09" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/jre/lib/ext/zipfs.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/jre/lib/ext/zipfs.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=851399904271a64d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2adff3136d40f189400065084a01af85d379dd0443a376a400d1d4d83a8d44d4" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.zookeeper/zookeeper@3.4.14?package-id=b2112e342406b90c", + "type": "library", + "name": "zookeeper", + "version": "3.4.14", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:zookeeper:3.4.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.zookeeper/zookeeper@3.4.14", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c114c1e1c8172a7cd3f6ae39209a635f7a06c1a1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/zookeeper-3.4.14.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/zookeeper-3.4.14.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.hadoop.zookeeper/zookeeper@3.4.14?package-id=725f17be0be9c259", + "type": "library", + "name": "zookeeper", + "version": "3.4.14", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:zookeeper:3.4.14:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.hadoop.zookeeper/zookeeper@3.4.14", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c114c1e1c8172a7cd3f6ae39209a635f7a06c1a1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:hadoop:3.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/ext/zookeeper-3.4.14.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/ext/zookeeper-3.4.14.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.github.luben/zstd-jni@1.5.0-1?package-id=55f94c132d35bc2a", + "type": "library", + "name": "zstd-jni", + "version": "1.5.0-1", + "licenses": [ + { + "license": { + "name": "https://opensource.org/licenses/BSD-2-Clause;description=BSD 2-Clause License" + } + } + ], + "cpe": "cpe:2.3:a:zstd-jni:zstd-jni:1.5.0-1:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.github.luben/zstd-jni@1.5.0-1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e7fe84d449409634be17ab7dfa0ea4e29c2a7076" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd-jni:zstd_jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd_jni:zstd-jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd_jni:zstd_jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:zstd-jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:zstd_jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luben:zstd-jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luben:zstd_jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd-jni:luben:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd_jni:luben:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd:zstd-jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd:zstd_jni:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:github:luben:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luben:luben:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd:luben:1.5.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:14cee1479a6e3ee2f84a3c28625a41006db0540d80bdf1b9bc966856e171993e" + }, + { + "name": "syft:location:0:path", + "value": "/opt/dremio/jars/3rdparty/zstd-jni-1.5.0-1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/dremio/jars/3rdparty/zstd-jni-1.5.0-1.jar" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.2 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.2 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-executionsui-0.9.28.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-executionsui-0.9.28.syft.cdx.json new file mode 100644 index 00000000..9d64ab8f --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-executionsui-0.9.28.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:165eaa41-a357-4689-aea3-f3a178535c35", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:54-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "83fa2fe63c26a4a6", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/executionsui", + "version": "0.9.28" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-filesui-0.10.43.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-filesui-0.10.43.syft.cdx.json new file mode 100644 index 00000000..7cd0f4cf --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-filesui-0.10.43.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:962435d0-ddc7-47e3-b4f9-3e151e454d4e", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:02-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "80388fef25e90a61", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/filesui", + "version": "0.10.43" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx.json new file mode 100644 index 00000000..2ec9ca8e --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-grafana-auth-proxy-20230404.4.syft.cdx.json @@ -0,0 +1,38065 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:554613af-d353-4e10-8bcb-87c40cabaf0c", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:10-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "82a962cfa7f20e29", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/grafana-auth-proxy", + "version": "20230404.4" + } + }, + "components": [ + { + "bom-ref": "pkg:npm/%40babel/code-frame@7.12.11?package-id=58a552843823226e", + "type": "library", + "author": "Sebastian McKenzie ", + "name": "@babel/code-frame", + "version": "7.12.11", + "description": "Generate errors that contain a code frame that point to source locations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@babel\\/code-frame:\\@babel\\/code-frame:7.12.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40babel/code-frame@7.12.11", + "externalReferences": [ + { + "url": "https://github.com/babel/babel.git", + "type": "distribution" + }, + { + "url": "https://babeljs.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/code-frame:\\@babel\\/code_frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/code_frame:\\@babel\\/code-frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/code_frame:\\@babel\\/code_frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/code:\\@babel\\/code-frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/code:\\@babel\\/code_frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:babel:\\@babel\\/code-frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:babel:\\@babel\\/code_frame:7.12.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/code-frame/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40babel/helper-validator-identifier@7.19.1?package-id=0663e79842f46a98", + "type": "library", + "author": "The Babel Team (https://babel.dev/team)", + "name": "@babel/helper-validator-identifier", + "version": "7.19.1", + "description": "Validate identifier/keywords name", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@babel\\/helper-validator-identifier:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40babel/helper-validator-identifier@7.19.1", + "externalReferences": [ + { + "url": "https://github.com/babel/babel.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper-validator-identifier:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper_validator_identifier:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper_validator_identifier:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper-validator:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper-validator:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper_validator:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper_validator:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@babel\\/helper:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:babel:\\@babel\\/helper-validator-identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:babel:\\@babel\\/helper_validator_identifier:7.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/helper-validator-identifier/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40babel/highlight@7.18.6?package-id=fa617b805e7252b8", + "type": "library", + "author": "The Babel Team (https://babel.dev/team)", + "name": "@babel/highlight", + "version": "7.18.6", + "description": "Syntax highlight JavaScript strings for output in terminals.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@babel\\/highlight:\\@babel\\/highlight:7.18.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40babel/highlight@7.18.6", + "externalReferences": [ + { + "url": "https://github.com/babel/babel.git", + "type": "distribution" + }, + { + "url": "https://babel.dev/docs/en/next/babel-highlight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:babel:\\@babel\\/highlight:7.18.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=07f71a6a6289ef27", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40cspotcode/source-map-support@0.8.1?package-id=73047015aeb5d6f0", + "type": "library", + "name": "@cspotcode/source-map-support", + "version": "0.8.1", + "description": "Fixes stack traces for files with source maps", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@cspotcode\\/source-map-support:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40cspotcode/source-map-support@0.8.1", + "externalReferences": [ + { + "url": "https://github.com/cspotcode/node-source-map-support", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source-map-support:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source_map_support:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source_map_support:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source-map:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source-map:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source_map:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source_map:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@cspotcode\\/source:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cspotcode:\\@cspotcode\\/source-map-support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cspotcode:\\@cspotcode\\/source_map_support:0.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@cspotcode/source-map-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40eslint/eslintrc@0.4.3?package-id=c708244598b8feba", + "type": "library", + "author": "Nicholas C. Zakas", + "name": "@eslint/eslintrc", + "version": "0.4.3", + "description": "The legacy ESLintRC config file format for ESLint", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@eslint\\/eslintrc:\\@eslint\\/eslintrc:0.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40eslint/eslintrc@0.4.3", + "externalReferences": [ + { + "url": "https://github.com/eslint/eslintrc#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:\\@eslint\\/eslintrc:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@eslint/eslintrc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40gar/promisify@1.1.3?package-id=cb920d84e3c7c52d", + "type": "library", + "author": "Gar ", + "name": "@gar/promisify", + "version": "1.1.3", + "description": "Promisify an entire class or object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@gar\\/promisify:\\@gar\\/promisify:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40gar/promisify@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/wraithgar/gar-promisify.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wraithgar:\\@gar\\/promisify:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@gar/promisify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40humanwhocodes/config-array@0.5.0?package-id=112e9e02e2755608", + "type": "library", + "author": "Nicholas C. Zakas", + "name": "@humanwhocodes/config-array", + "version": "0.5.0", + "description": "Glob-based configuration matching.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@humanwhocodes\\/config-array:\\@humanwhocodes\\/config-array:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40humanwhocodes/config-array@0.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/humanwhocodes/config-array.git", + "type": "distribution" + }, + { + "url": "https://github.com/humanwhocodes/config-array#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/config-array:\\@humanwhocodes\\/config_array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/config_array:\\@humanwhocodes\\/config-array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/config_array:\\@humanwhocodes\\/config_array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/config:\\@humanwhocodes\\/config-array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/config:\\@humanwhocodes\\/config_array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanwhocodes:\\@humanwhocodes\\/config-array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanwhocodes:\\@humanwhocodes\\/config_array:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@humanwhocodes/config-array/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40humanwhocodes/object-schema@1.2.1?package-id=4e700dd95f029a5e", + "type": "library", + "author": "Nicholas C. Zakas", + "name": "@humanwhocodes/object-schema", + "version": "1.2.1", + "description": "An object schema merger/validator", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@humanwhocodes\\/object-schema:\\@humanwhocodes\\/object-schema:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40humanwhocodes/object-schema@1.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/humanwhocodes/object-schema.git", + "type": "distribution" + }, + { + "url": "https://github.com/humanwhocodes/object-schema#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/object-schema:\\@humanwhocodes\\/object_schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/object_schema:\\@humanwhocodes\\/object-schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/object_schema:\\@humanwhocodes\\/object_schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/object:\\@humanwhocodes\\/object-schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@humanwhocodes\\/object:\\@humanwhocodes\\/object_schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanwhocodes:\\@humanwhocodes\\/object-schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanwhocodes:\\@humanwhocodes\\/object_schema:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@humanwhocodes/object-schema/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/string-locale-compare@1.1.0?package-id=f2256e4fe19b9eb2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@isaacs/string-locale-compare", + "version": "1.1.0", + "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/string-locale-compare@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/string-locale-compare", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jridgewell/resolve-uri@3.1.0?package-id=aa278e9fbf449f43", + "type": "library", + "author": "Justin Ridgewell ", + "name": "@jridgewell/resolve-uri", + "version": "3.1.0", + "description": "Resolve a URI relative to an optional base URI", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@jridgewell\\/resolve-uri:\\@jridgewell\\/resolve-uri:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jridgewell/resolve-uri@3.1.0", + "externalReferences": [ + { + "url": "https://github.com/jridgewell/resolve-uri", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/resolve-uri:\\@jridgewell\\/resolve_uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/resolve_uri:\\@jridgewell\\/resolve-uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/resolve_uri:\\@jridgewell\\/resolve_uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/resolve:\\@jridgewell\\/resolve-uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/resolve:\\@jridgewell\\/resolve_uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jridgewell:\\@jridgewell\\/resolve-uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jridgewell:\\@jridgewell\\/resolve_uri:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@jridgewell/resolve-uri/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jridgewell/sourcemap-codec@1.4.14?package-id=32729fef3b95a450", + "type": "library", + "author": "Rich Harris", + "name": "@jridgewell/sourcemap-codec", + "version": "1.4.14", + "description": "Encode/decode sourcemap mappings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@jridgewell\\/sourcemap-codec:\\@jridgewell\\/sourcemap-codec:1.4.14:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.4.14", + "externalReferences": [ + { + "url": "git+https://github.com/jridgewell/sourcemap-codec.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/sourcemap-codec:\\@jridgewell\\/sourcemap_codec:1.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/sourcemap_codec:\\@jridgewell\\/sourcemap-codec:1.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/sourcemap_codec:\\@jridgewell\\/sourcemap_codec:1.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/sourcemap:\\@jridgewell\\/sourcemap-codec:1.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/sourcemap:\\@jridgewell\\/sourcemap_codec:1.4.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@jridgewell/sourcemap-codec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jridgewell/trace-mapping@0.3.9?package-id=387983b2a6d88706", + "type": "library", + "author": "Justin Ridgewell ", + "name": "@jridgewell/trace-mapping", + "version": "0.3.9", + "description": "Trace the original position through a source map", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@jridgewell\\/trace-mapping:\\@jridgewell\\/trace-mapping:0.3.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.9", + "externalReferences": [ + { + "url": "git+https://github.com/jridgewell/trace-mapping.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/trace-mapping:\\@jridgewell\\/trace_mapping:0.3.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/trace_mapping:\\@jridgewell\\/trace-mapping:0.3.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/trace_mapping:\\@jridgewell\\/trace_mapping:0.3.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/trace:\\@jridgewell\\/trace-mapping:0.3.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jridgewell\\/trace:\\@jridgewell\\/trace_mapping:0.3.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@jridgewell/trace-mapping/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40my-scope/package-a@0.0.0?package-id=933cf6e5689cd590", + "type": "library", + "name": "@my-scope/package-a", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@my-scope\\/package-a:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40my-scope/package-a@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package-a:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_a:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_a:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40my-scope/package-b@0.0.0?package-id=c88315f838d4b621", + "type": "library", + "name": "@my-scope/package-b", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@my-scope\\/package-b:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40my-scope/package-b@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package-b:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_b:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_b:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/eslint-config-javascript@3.1.0?package-id=21846f671b20c7da", + "type": "library", + "author": "National Instruments", + "name": "@ni/eslint-config-javascript", + "version": "3.1.0", + "description": "NI's JavaScript ESLint Shareable Config", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/eslint-config-javascript:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/eslint-config-javascript@3.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/ni/javascript-styleguide.git", + "type": "distribution" + }, + { + "url": "https://github.com/ni/javascript-styleguide#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config-javascript:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config_javascript:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config_javascript:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:\\@ni\\/eslint-config-javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:\\@ni\\/eslint_config_javascript:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ni/eslint-config-javascript/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/eslint-config-typescript@3.0.5?package-id=f00e45216a421efe", + "type": "library", + "author": "National Instruments", + "name": "@ni/eslint-config-typescript", + "version": "3.0.5", + "description": "NI's TypeScript ESLint Shareable Config", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/eslint-config-typescript:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/eslint-config-typescript@3.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/ni/javascript-styleguide.git", + "type": "distribution" + }, + { + "url": "https://github.com/ni/javascript-styleguide#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config-typescript:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config_typescript:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config_typescript:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint-config:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint_config:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/eslint:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:\\@ni\\/eslint-config-typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:\\@ni\\/eslint_config_typescript:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ni/eslint-config-typescript/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40nodelib/fs.scandir@2.1.5?package-id=ace724f6d6504a36", + "type": "library", + "name": "@nodelib/fs.scandir", + "version": "2.1.5", + "description": "List files and directories inside the specified directory", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@nodelib\\/fs.scandir:\\@nodelib\\/fs.scandir:2.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40nodelib/fs.scandir@2.1.5", + "externalReferences": [ + { + "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodelib:\\@nodelib\\/fs.scandir:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@nodelib/fs.scandir/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40nodelib/fs.stat@2.0.5?package-id=6a814287716bfc11", + "type": "library", + "name": "@nodelib/fs.stat", + "version": "2.0.5", + "description": "Get the status of a file with some features", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@nodelib\\/fs.stat:\\@nodelib\\/fs.stat:2.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40nodelib/fs.stat@2.0.5", + "externalReferences": [ + { + "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodelib:\\@nodelib\\/fs.stat:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@nodelib/fs.stat/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40nodelib/fs.walk@1.2.8?package-id=7c0a9f9f07334cf4", + "type": "library", + "name": "@nodelib/fs.walk", + "version": "1.2.8", + "description": "A library for efficiently walking a directory recursively", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@nodelib\\/fs.walk:\\@nodelib\\/fs.walk:1.2.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40nodelib/fs.walk@1.2.8", + "externalReferences": [ + { + "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodelib:\\@nodelib\\/fs.walk:1.2.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@nodelib/fs.walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/arborist@5.6.3?package-id=9235b45ee1bb3f9a", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/arborist", + "version": "5.6.3", + "description": "Manage node_modules trees", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/arborist:\\@npmcli\\/arborist:5.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/arborist@5.6.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/arborist:5.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/ci-detect@2.0.0?package-id=9fe60c3a906349c7", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/ci-detect", + "version": "2.0.0", + "description": "Detect what kind of CI environment the program is in", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/ci-detect:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/ci-detect@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/ci-detect.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci-detect:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci_detect:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci_detect:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/ci-detect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/config@4.2.2?package-id=b382cbcc4a799cac", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/config", + "version": "4.2.2", + "description": "Configuration management for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/config:\\@npmcli\\/config:4.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/config@4.2.2", + "externalReferences": [ + { + "url": "https://github.com/npm/config.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/config:4.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/config/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/disparity-colors@2.0.0?package-id=89a4d27c8b328298", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/disparity-colors", + "version": "2.0.0", + "description": "Colorizes unified diff output", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/disparity-colors@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/disparity-colors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/fs@2.1.2?package-id=abf113b4a89e294b", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/fs", + "version": "2.1.2", + "description": "filesystem utilities for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/fs:\\@npmcli\\/fs:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/fs@2.1.2", + "externalReferences": [ + { + "url": "https://github.com/npm/fs.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/fs:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/git@3.0.2?package-id=db45fdd39677101d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/git", + "version": "3.0.2", + "description": "a util for spawning git from npm CLI contexts", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/git:\\@npmcli\\/git:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/git@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/git.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/git:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/git/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/installed-package-contents@1.0.7?package-id=09b34cd8f1a90ff7", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@npmcli/installed-package-contents", + "version": "1.0.7", + "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/installed-package-contents@1.0.7", + "externalReferences": [ + { + "url": "git+https://github.com/npm/installed-package-contents", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/map-workspaces@2.0.4?package-id=bb0a433eeaef9f61", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/map-workspaces", + "version": "2.0.4", + "description": "Retrieves a name:pathname Map for a given workspaces config", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/map-workspaces@2.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/map-workspaces.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/metavuln-calculator@3.1.1?package-id=b1e13c894ffe1160", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/metavuln-calculator", + "version": "3.1.1", + "description": "Calculate meta-vulnerabilities from package security advisories", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/metavuln-calculator@3.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/metavuln-calculator.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/move-file@2.0.1?package-id=7ad2e8a06390ffe6", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/move-file", + "version": "2.0.1", + "description": "move a file (fork of move-file)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/move-file:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/move-file@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/move-file.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move-file:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move_file:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move_file:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/move-file/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/name-from-folder@1.0.1?package-id=4c44f7093ecc5fc4", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@npmcli/name-from-folder", + "version": "1.0.1", + "description": "Get the package name from a folder path", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/name-from-folder@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/name-from-folder", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/node-gyp@2.0.0?package-id=4b1d08eadebe357d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/node-gyp", + "version": "2.0.0", + "description": "Tools for dealing with node-gyp packages", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/node-gyp@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/package-json@2.0.0?package-id=f2e6f99bbafcbf03", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/package-json", + "version": "2.0.0", + "description": "Programmatic API to update package.json", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/package-json@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/promise-spawn@3.0.0?package-id=12084720d26eaeaa", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/promise-spawn", + "version": "3.0.0", + "description": "spawn processes the way the npm cli likes to do", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/promise-spawn@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promise-spawn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/query@1.2.0?package-id=0a7aff241a407135", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/query", + "version": "1.2.0", + "description": "npm query parser and tools", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/query:\\@npmcli\\/query:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/query@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/query.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/query:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/query/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/run-script@4.2.1?package-id=f551d032ace7e435", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/run-script", + "version": "4.2.1", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/run-script@4.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/run-script.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tootallnate/once@2.0.0?package-id=560461b4b91ec7ad", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "@tootallnate/once", + "version": "2.0.0", + "description": "Creates a Promise that waits for a single event", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tootallnate\\/once:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tootallnate/once@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/once.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@tootallnate/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tsconfig/node10@1.0.9?package-id=4c0fbb42983d76ad", + "type": "library", + "name": "@tsconfig/node10", + "version": "1.0.9", + "description": "A base TSConfig for working with Node 10.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tsconfig\\/node10:\\@tsconfig\\/node10:1.0.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tsconfig/node10@1.0.9", + "externalReferences": [ + { + "url": "https://github.com/tsconfig/bases.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:\\@tsconfig\\/node10:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@tsconfig/node10/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tsconfig/node12@1.0.11?package-id=231a445c4f2caec4", + "type": "library", + "name": "@tsconfig/node12", + "version": "1.0.11", + "description": "A base TSConfig for working with Node 12.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tsconfig\\/node12:\\@tsconfig\\/node12:1.0.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tsconfig/node12@1.0.11", + "externalReferences": [ + { + "url": "https://github.com/tsconfig/bases.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:\\@tsconfig\\/node12:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@tsconfig/node12/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tsconfig/node14@1.0.3?package-id=1468b6e233b9ce82", + "type": "library", + "name": "@tsconfig/node14", + "version": "1.0.3", + "description": "A base TSConfig for working with Node 14.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tsconfig\\/node14:\\@tsconfig\\/node14:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tsconfig/node14@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/tsconfig/bases.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:\\@tsconfig\\/node14:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@tsconfig/node14/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tsconfig/node16@1.0.3?package-id=16f802ecdef717bb", + "type": "library", + "name": "@tsconfig/node16", + "version": "1.0.3", + "description": "A base TSConfig for working with Node 16.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tsconfig\\/node16:\\@tsconfig\\/node16:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tsconfig/node16@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/tsconfig/bases.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:\\@tsconfig\\/node16:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@tsconfig/node16/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/body-parser@1.19.2?package-id=408429d4c24ff5b6", + "type": "library", + "name": "@types/body-parser", + "version": "1.19.2", + "description": "TypeScript definitions for body-parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/body-parser:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/body-parser@1.19.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body-parser:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body_parser:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body_parser:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/body-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/connect@3.4.35?package-id=5297d11d600eefb0", + "type": "library", + "name": "@types/connect", + "version": "3.4.35", + "description": "TypeScript definitions for connect", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/connect:3.4.35:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/connect@3.4.35", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/connect:\\@types\\/connect:3.4.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/connect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/cookie-parser@1.4.3?package-id=55b9c51669746509", + "type": "library", + "name": "@types/cookie-parser", + "version": "1.4.3", + "description": "TypeScript definitions for cookie-parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/cookie-parser:\\@types\\/cookie-parser:1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/cookie-parser@1.4.3", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/cookie-parser:\\@types\\/cookie_parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/cookie_parser:\\@types\\/cookie-parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/cookie_parser:\\@types\\/cookie_parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/cookie-parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/cookie_parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/cookie:\\@types\\/cookie-parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/cookie:\\@types\\/cookie_parser:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/cookie-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/express@4.17.17?package-id=234d94679baec176", + "type": "library", + "name": "@types/express", + "version": "4.17.17", + "description": "TypeScript definitions for Express", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express:4.17.17:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/express@4.17.17", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express:4.17.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/express/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/express-serve-static-core@4.17.33?package-id=27c47591fef794b6", + "type": "library", + "name": "@types/express-serve-static-core", + "version": "4.17.33", + "description": "TypeScript definitions for Express", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/express-serve-static-core:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/express-serve-static-core@4.17.33", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static-core:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static_core:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static_core:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/express-serve-static-core/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/http-proxy@1.17.10?package-id=f015fb33605d3618", + "type": "library", + "name": "@types/http-proxy", + "version": "1.17.10", + "description": "TypeScript definitions for node-http-proxy", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/http-proxy:\\@types\\/http-proxy:1.17.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/http-proxy@1.17.10", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/http-proxy:\\@types\\/http_proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/http_proxy:\\@types\\/http-proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/http_proxy:\\@types\\/http_proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/http-proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/http_proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/http:\\@types\\/http-proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/http:\\@types\\/http_proxy:1.17.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/json-schema@7.0.11?package-id=9ca72243ac5b198a", + "type": "library", + "name": "@types/json-schema", + "version": "7.0.11", + "description": "TypeScript definitions for json-schema 4.0, 6.0 and", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/json-schema:\\@types\\/json-schema:7.0.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/json-schema@7.0.11", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/json-schema:\\@types\\/json_schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/json_schema:\\@types\\/json-schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/json_schema:\\@types\\/json_schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/json-schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/json_schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/json:\\@types\\/json-schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/json:\\@types\\/json_schema:7.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/json-schema/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/json5@0.0.29?package-id=d391c61e3fe30876", + "type": "library", + "author": "Jason Swearingen ", + "name": "@types/json5", + "version": "0.0.29", + "description": "TypeScript definitions for JSON5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/json5:\\@types\\/json5:0.0.29:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/json5@0.0.29", + "externalReferences": [ + { + "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/json5/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/mime@3.0.1?package-id=663b61b819b01ab7", + "type": "library", + "name": "@types/mime", + "version": "3.0.1", + "description": "TypeScript definitions for mime", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/mime:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/mime@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/mime:\\@types\\/mime:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/mime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/node@17.0.45?package-id=d3864a084a3acd9d", + "type": "library", + "name": "@types/node", + "version": "17.0.45", + "description": "TypeScript definitions for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/node:17.0.45:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/node@17.0.45", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/node:\\@types\\/node:17.0.45:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/qs@6.9.7?package-id=b86b3a0594678457", + "type": "library", + "name": "@types/qs", + "version": "6.9.7", + "description": "TypeScript definitions for qs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/qs:6.9.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/qs@6.9.7", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/qs:\\@types\\/qs:6.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/qs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/range-parser@1.2.4?package-id=8645e99ea561bc2b", + "type": "library", + "name": "@types/range-parser", + "version": "1.2.4", + "description": "TypeScript definitions for range-parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/range-parser:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/range-parser@1.2.4", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range-parser:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range_parser:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range_parser:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/range-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/serve-static@1.15.1?package-id=651f59e483474ac8", + "type": "library", + "name": "@types/serve-static", + "version": "1.15.1", + "description": "TypeScript definitions for serve-static", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/serve-static:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/serve-static@1.15.1", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve-static:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve_static:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve_static:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/serve-static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/eslint-plugin@4.33.0?package-id=d627b9baee807830", + "type": "library", + "name": "@typescript-eslint/eslint-plugin", + "version": "4.33.0", + "description": "TypeScript plugin for ESLint", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/eslint-plugin:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/eslint-plugin@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/eslint-plugin:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/eslint_plugin:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/eslint_plugin:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/eslint:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/eslint:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/eslint:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/eslint:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/eslint-plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/eslint_plugin:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/eslint-plugin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/experimental-utils@4.33.0?package-id=687e133124b9c3f2", + "type": "library", + "name": "@typescript-eslint/experimental-utils", + "version": "4.33.0", + "description": "(Experimental) Utilities for working with TypeScript + ESLint together", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/experimental-utils:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/experimental-utils@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/experimental-utils:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/experimental_utils:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/experimental_utils:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/experimental:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/experimental:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/experimental:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/experimental:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/experimental-utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/experimental_utils:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/experimental-utils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/parser@4.33.0?package-id=4c3d44bb0f708d15", + "type": "library", + "name": "@typescript-eslint/parser", + "version": "4.33.0", + "description": "An ESLint custom parser which leverages TypeScript ESTree", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/parser:\\@typescript-eslint\\/parser:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/parser@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/parser:\\@typescript_eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/parser:\\@typescript-eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/parser:\\@typescript_eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/parser:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/scope-manager@4.33.0?package-id=8ac8c2d11bb53b43", + "type": "library", + "name": "@typescript-eslint/scope-manager", + "version": "4.33.0", + "description": "TypeScript scope analyser for ESLint", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/scope-manager:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/scope-manager@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/scope-manager:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/scope_manager:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/scope_manager:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/scope:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/scope:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/scope:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/scope:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/scope-manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/scope_manager:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/scope-manager/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/types@4.33.0?package-id=2dcc0a54e61abf84", + "type": "library", + "name": "@typescript-eslint/types", + "version": "4.33.0", + "description": "Types for the TypeScript-ESTree AST spec", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/types:\\@typescript-eslint\\/types:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/types@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/types:\\@typescript_eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/types:\\@typescript-eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/types:\\@typescript_eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/types:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/types/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/typescript-estree@4.33.0?package-id=6cad24298f04d757", + "type": "library", + "name": "@typescript-eslint/typescript-estree", + "version": "4.33.0", + "description": "A parser that converts TypeScript source code into an ESTree compatible form", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/typescript-estree:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/typescript-estree@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/typescript-estree:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/typescript_estree:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/typescript_estree:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/typescript:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/typescript:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/typescript:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/typescript:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/typescript-estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/typescript_estree:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/typescript-estree/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40typescript-eslint/visitor-keys@4.33.0?package-id=d523dcba5adef9d7", + "type": "library", + "name": "@typescript-eslint/visitor-keys", + "version": "4.33.0", + "description": "Visitor keys used to help traverse the TypeScript-ESTree AST", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@typescript-eslint\\/visitor-keys:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40typescript-eslint/visitor-keys@4.33.0", + "externalReferences": [ + { + "url": "https://github.com/typescript-eslint/typescript-eslint.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/visitor-keys:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/visitor_keys:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/visitor_keys:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/visitor:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript-eslint\\/visitor:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/visitor:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript_eslint\\/visitor:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typescript-eslint:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript-eslint\\/visitor-keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@typescript:\\@typescript_eslint\\/visitor_keys:4.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@typescript-eslint/visitor-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=dece9156a132e261", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/accepts@1.3.8?package-id=ed15379099773c26", + "type": "library", + "name": "accepts", + "version": "1.3.8", + "description": "Higher-level content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:accepts:accepts:1.3.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/accepts@1.3.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/accepts/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn@7.4.1?package-id=3b063dc0614efe72", + "type": "library", + "name": "acorn", + "version": "7.4.1", + "description": "ECMAScript parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acornjs:acorn:7.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn@7.4.1", + "externalReferences": [ + { + "url": "https://github.com/acornjs/acorn.git", + "type": "distribution" + }, + { + "url": "https://github.com/acornjs/acorn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn:7.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/acorn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn@8.8.2?package-id=65385b0888520a7d", + "type": "library", + "name": "acorn", + "version": "8.8.2", + "description": "ECMAScript parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acornjs:acorn:8.8.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn@8.8.2", + "externalReferences": [ + { + "url": "https://github.com/acornjs/acorn.git", + "type": "distribution" + }, + { + "url": "https://github.com/acornjs/acorn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn:8.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ts-node/node_modules/acorn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn-jsx@5.3.2?package-id=01f896df0ec87726", + "type": "library", + "name": "acorn-jsx", + "version": "5.3.2", + "description": "Modern, fast React.js JSX parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acorn-jsx:acorn-jsx:5.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn-jsx@5.3.2", + "externalReferences": [ + { + "url": "https://github.com/acornjs/acorn-jsx", + "type": "distribution" + }, + { + "url": "https://github.com/acornjs/acorn-jsx", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn-jsx:acorn_jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_jsx:acorn-jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_jsx:acorn_jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acornjs:acorn-jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acornjs:acorn_jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn-jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn_jsx:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/acorn-jsx/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn-walk@8.2.0?package-id=2d4d395dfbe45c4d", + "type": "library", + "name": "acorn-walk", + "version": "8.2.0", + "description": "ECMAScript (ESTree) AST walker", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acorn-walk:acorn-walk:8.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn-walk@8.2.0", + "externalReferences": [ + { + "url": "https://github.com/acornjs/acorn.git", + "type": "distribution" + }, + { + "url": "https://github.com/acornjs/acorn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn-walk:acorn_walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_walk:acorn-walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_walk:acorn_walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acornjs:acorn-walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acornjs:acorn_walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn-walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn_walk:8.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/acorn-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@6.0.2?package-id=1620d318cc097e15", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@6.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-agent-base.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agentkeepalive@4.2.1?package-id=2dd78fcd5a12424c", + "type": "library", + "author": "fengmk2 (https://fengmk2.com)", + "name": "agentkeepalive", + "version": "4.2.1", + "description": "Missing keepalive http.Agent", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:agentkeepalive:agentkeepalive:4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/agentkeepalive@4.2.1", + "externalReferences": [ + { + "url": "git://github.com/node-modules/agentkeepalive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:agentkeepalive:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agentkeepalive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aggregate-error@3.1.0?package-id=08f5dc1ac68b9208", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aggregate-error:aggregate-error:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aggregate-error@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate-error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aggregate-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ajv@6.12.6?package-id=e5672c96dfc2f5f7", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "ajv", + "version": "6.12.6", + "description": "Another JSON Schema Validator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ajv-validator:ajv:6.12.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/ajv@6.12.6", + "externalReferences": [ + { + "url": "https://github.com/ajv-validator/ajv.git", + "type": "distribution" + }, + { + "url": "https://github.com/ajv-validator/ajv", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajv:ajv:6.12.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ajv/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ajv@8.12.0?package-id=10f361c3c2d7239d", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "ajv", + "version": "8.12.0", + "description": "Another JSON Schema Validator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ajv:ajv:8.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ajv@8.12.0", + "externalReferences": [ + { + "url": "https://ajv.js.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/table/node_modules/ajv/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.3&package-id=538dff49e6576a74", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/eXfmbYT1WXenFSqKjroYyK84NE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.3&package-id=2b13c37ad68dba47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/JgpM8J6DWI/541tUX+uHEzSjqo=" + }, + { + "name": "syft:metadata:size", + "value": "11664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.3&package-id=52cdfe05331430a5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1KM01lfKVp+gEZn23awujqjSkrN8=" + }, + { + "name": "syft:metadata:size", + "value": "13361" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-colors@4.1.3?package-id=dcd17b5aa816b946", + "type": "library", + "author": "Brian Woodward (https://github.com/doowb)", + "name": "ansi-colors", + "version": "4.1.3", + "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-colors:ansi-colors:4.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-colors@4.1.3", + "externalReferences": [ + { + "url": "https://github.com/doowb/ansi-colors", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-colors:ansi_colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_colors:ansi-colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_colors:ansi_colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:doowb:ansi-colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:doowb:ansi_colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_colors:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ansi-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=675b72e1eb6067c7", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=bbc3d4677bfce1ba", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@3.2.1?package-id=e09249b3a222a0a8", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "3.2.1", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@3.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:3.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=249ad3cb255912c9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=554d08f815017cfa", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.3&package-id=1d0d53b03364a499", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.12.10-r1", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0188f510baadbae393472103427b9c1875117136" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.3.12.0=3.12.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.12.10-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ef3iwt+cMdGngEgaFr2URIJhKzQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120973" + } + ] + }, + { + "bom-ref": "pkg:npm/aproba@2.0.0?package-id=fd7b6b3d0bae4818", + "type": "library", + "author": "Rebecca Turner ", + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:aproba:aproba:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aproba@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/aproba", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/aproba", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:aproba:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aproba/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/archy@1.0.0?package-id=a4f3fd0712f952e6", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "archy", + "version": "1.0.0", + "description": "render nested hierarchies `npm ls` style with unicode pipes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:archy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/archy@1.0.0", + "externalReferences": [ + { + "url": "http://github.com/substack/node-archy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:archy:archy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/archy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@3.0.1?package-id=704e18b99088ac2b", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/arg@4.1.3?package-id=228fd165429f12c0", + "type": "library", + "author": "Josh Junon ", + "name": "arg", + "version": "4.1.3", + "description": "Another simple argument parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:arg:arg:4.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/arg@4.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/arg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/argparse@1.0.10?package-id=e57e842193fa1a99", + "type": "library", + "name": "argparse", + "version": "1.0.10", + "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:argparse:argparse:1.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/argparse@1.0.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/argparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array-buffer-byte-length@1.0.0?package-id=09a6968598e9a88a", + "type": "library", + "author": "Jordan Harband ", + "name": "array-buffer-byte-length", + "version": "1.0.0", + "description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array-buffer-byte-length:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/array-buffer-byte-length@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/array-buffer-byte-length.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/array-buffer-byte-length#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-buffer-byte-length:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer_byte_length:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer_byte_length:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-buffer-byte:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-buffer-byte:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer_byte:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer_byte:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-buffer:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-buffer:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_buffer:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array-buffer-byte-length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array_buffer_byte_length:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array-buffer-byte-length/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array-flatten@1.1.1?package-id=e6b28b076ead64e4", + "type": "library", + "author": "Blake Embrey (http://blakeembrey.me)", + "name": "array-flatten", + "version": "1.1.1", + "description": "Flatten an array of nested arrays into a single flat array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array-flatten:array-flatten:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/array-flatten@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/blakeembrey/array-flatten.git", + "type": "distribution" + }, + { + "url": "https://github.com/blakeembrey/array-flatten", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-flatten:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_flatten:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_flatten:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blakeembrey:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blakeembrey:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array-flatten/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array-includes@3.1.6?package-id=ac71cbb334043d57", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "array-includes", + "version": "3.1.6", + "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array-includes:array-includes:3.1.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/array-includes@3.1.6", + "externalReferences": [ + { + "url": "git://github.com/es-shims/array-includes.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-includes:array_includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_includes:array-includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_includes:array_includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:array-includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:array_includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array-includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array_includes:3.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array-includes/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array-union@2.1.0?package-id=e55f78fcb8f2cc0d", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "array-union", + "version": "2.1.0", + "description": "Create an array of unique values, in order, from the input arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array-union:array-union:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/array-union@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-union:array_union:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_union:array-union:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_union:array_union:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array-union:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array_union:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array-union/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array.prototype.flat@1.3.1?package-id=c6f431a8cd5e8e15", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "array.prototype.flat", + "version": "1.3.1", + "description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array.prototype.flat:array.prototype.flat:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/array.prototype.flat@1.3.1", + "externalReferences": [ + { + "url": "git://github.com/es-shims/Array.prototype.flat.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:array.prototype.flat:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array.prototype.flat/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array.prototype.flatmap@1.3.1?package-id=e3e57d4dd13eb863", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "array.prototype.flatmap", + "version": "1.3.1", + "description": "An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array.prototype.flatmap:array.prototype.flatmap:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/array.prototype.flatmap@1.3.1", + "externalReferences": [ + { + "url": "git://github.com/es-shims/Array.prototype.flatMap.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:array.prototype.flatmap:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array.prototype.flatmap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/asap@2.0.6?package-id=2dbbaf770f78b763", + "type": "library", + "name": "asap", + "version": "2.0.6", + "description": "High-priority task queue for Node.js and browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kriskowal:asap:2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/asap@2.0.6", + "externalReferences": [ + { + "url": "https://github.com/kriskowal/asap.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asap:asap:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/asap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/astral-regex@2.0.0?package-id=39ba1e65d73bf1cb", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "astral-regex", + "version": "2.0.0", + "description": "Regular expression for matching astral symbols", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:astral-regex:astral-regex:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/astral-regex@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astral-regex:astral_regex:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astral_regex:astral-regex:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astral_regex:astral_regex:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astral:astral-regex:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astral:astral_regex:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/astral-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/available-typed-arrays@1.0.5?package-id=57a9d85db5c08a6e", + "type": "library", + "author": "Jordan Harband ", + "name": "available-typed-arrays", + "version": "1.0.5", + "description": "Returns an array of Typed Array names that are available in the current environment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:available-typed-arrays:available-typed-arrays:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/available-typed-arrays@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/available-typed-arrays.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/available-typed-arrays#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available-typed-arrays:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available_typed_arrays:available-typed-arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available_typed_arrays:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available-typed:available-typed-arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available-typed:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available_typed:available-typed-arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available_typed:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:available-typed-arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available:available-typed-arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:available:available_typed_arrays:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/available-typed-arrays/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/axios@0.25.0?package-id=4556d2da7c00a853", + "type": "library", + "author": "Matt Zabriskie", + "name": "axios", + "version": "0.25.0", + "description": "Promise based HTTP client for the browser and node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:axios:axios:0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/axios@0.25.0", + "externalReferences": [ + { + "url": "https://github.com/axios/axios.git", + "type": "distribution" + }, + { + "url": "https://axios-http.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/axios/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=d0f40071020c1a90", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=1ef100a1308a8bc8", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bin-links@3.0.3?package-id=93d741192d72c8d0", + "type": "library", + "author": "GitHub Inc.", + "name": "bin-links", + "version": "3.0.3", + "description": "JavaScript package binary linker", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:bin-links:bin-links:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/bin-links@3.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/bin-links.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin-links:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/bin-links/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/binary-extensions@2.2.0?package-id=8bfcc3276693f262", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:binary-extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/binary-extensions@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary-extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/binary-extensions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/body-parser@1.20.1?package-id=33df686aca1e703a", + "type": "library", + "name": "body-parser", + "version": "1.20.1", + "description": "Node.js body parsing middleware", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:body-parser:body-parser:1.20.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/body-parser@1.20.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body-parser:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body-parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body-parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=c84f060a59cdcf08", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=a454b9f9178ebbf8", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=18fc003d0531e2b3", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=619a175421a1b096", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/braces@3.0.2?package-id=b47fcc8870817717", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "braces", + "version": "3.0.2", + "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:braces_project:braces:3.0.2:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/braces@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/micromatch/braces", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/braces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/builtins@5.0.1?package-id=59978b60f08d7c7c", + "type": "library", + "name": "builtins", + "version": "5.0.1", + "description": "List of node.js builtin modules", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:builtins:builtins:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/builtins@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/builtins/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.3&package-id=cfc1578e6b4f88d5", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.35.0-r29", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "962560" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NN3sp0yr99btRysqty3nQUrWHaY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "509600" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3&package-id=8afef83200389370", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.35.0-r29", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1miWwyhWKXVEiRYLhmArV1TKMs6A=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:size", + "value": "1547" + } + ] + }, + { + "bom-ref": "pkg:npm/bytes@3.1.2?package-id=b71cc8bf1e9d8969", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "bytes", + "version": "3.1.2", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bytes:bytes:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bytes@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/bytes/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.3&package-id=f95698b8d91e0764", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20220614-r4", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e1839fd45a096c9e21ac24f8a61991d357d11628" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20220614-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14PFUzkDXTGDcHkiuEdFuzb+EvxQ=" + }, + { + "name": "syft:metadata:size", + "value": "126296" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@16.1.3?package-id=f3441bb6886003cb", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "16.1.3", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:16.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@16.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:16.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/call-bind@1.0.2?package-id=57c121ac3253098e", + "type": "library", + "author": "Jordan Harband ", + "name": "call-bind", + "version": "1.0.2", + "description": "Robustly `.call.bind()` a function", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:call-bind:call-bind:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/call-bind@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/call-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/call-bind#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call-bind:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call_bind:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call_bind:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/call-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/callsites@3.1.0?package-id=1955e5c3251b4d61", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "callsites", + "version": "3.1.0", + "description": "Get callsites from the V8 stack trace API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:callsites:callsites:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/callsites@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/callsites/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@2.4.2?package-id=0a396663f146df7a", + "type": "library", + "name": "chalk", + "version": "2.4.2", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:2.4.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@2.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@4.1.2?package-id=9ab248e57326aa96", + "type": "library", + "name": "chalk", + "version": "4.1.2", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@4.1.2?package-id=a8ad7c9964b24345", + "type": "library", + "name": "chalk", + "version": "4.1.2", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chownr@2.0.0?package-id=48694df824b31049", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "version": "2.0.0", + "description": "like `chown -R`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:chownr:chownr:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chownr@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/chownr.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:chownr:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chownr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cidr-regex@3.1.1?package-id=c4d1ea0ebfacc3cc", + "type": "library", + "author": "silverwind ", + "name": "cidr-regex", + "version": "3.1.1", + "description": "Regular expression for matching IP addresses in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cidr-regex:cidr-regex:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cidr-regex@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr-regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cidr-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clean-stack@2.2.0?package-id=eb6014679b01c642", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clean-stack:clean-stack:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/clean-stack@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean-stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clean-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-columns@4.0.0?package-id=255a8b93f65830bc", + "type": "library", + "author": "Shannon Moeller (http://shannonmoeller.com)", + "name": "cli-columns", + "version": "4.0.0", + "description": "Columnated lists for the CLI.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shannonmoeller:cli-columns:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-columns@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/shannonmoeller/cli-columns#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shannonmoeller:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-columns/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-table3@0.6.2?package-id=6a8a581d38c70640", + "type": "library", + "author": "James Talmage", + "name": "cli-table3", + "version": "0.6.2", + "description": "Pretty unicode tables for the command line. Based on the original cli-table.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cli-table3:cli-table3:0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-table3@0.6.2", + "externalReferences": [ + { + "url": "https://github.com/cli-table/cli-table3.git", + "type": "distribution" + }, + { + "url": "https://github.com/cli-table/cli-table3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table3:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-table3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@1.0.4?package-id=9b52e5e4c2387659", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "1.0.4", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cmd-shim@5.0.0?package-id=6ef91adf37023864", + "type": "library", + "author": "GitHub Inc.", + "name": "cmd-shim", + "version": "5.0.0", + "description": "Used in npm for command line application support", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cmd-shim:cmd-shim:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cmd-shim@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cmd-shim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd-shim:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@1.9.3?package-id=e79523d99c04a0bd", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "1.9.3", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=0658451d12c63c0d", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=1a9131bf1cc52a45", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.3?package-id=26e678a3a6d816a9", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.3", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/dfcreative/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=16b9f1a2a0e82366", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=b25914753abfad31", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-support@1.1.3?package-id=2020e6f572aaeeec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:color-support:color-support:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-support@1.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/color-support.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/columnify@1.6.0?package-id=628a54a795faa791", + "type": "library", + "author": "Tim Oxley", + "name": "columnify", + "version": "1.6.0", + "description": "Render data in text columns. Supports in-column text-wrap.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:columnify:columnify:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/columnify@1.6.0", + "externalReferences": [ + { + "url": "git://github.com/timoxley/columnify.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/columnify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timoxley:columnify:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/columnify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/commander@9.5.0?package-id=8ac5a41af9946de2", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "commander", + "version": "9.5.0", + "description": "the complete solution for node.js command-line programs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:commander:commander:9.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/commander@9.5.0", + "externalReferences": [ + { + "url": "https://github.com/tj/commander.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tj:commander:9.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/commander/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/common-ancestor-path@1.0.1?package-id=f45f20d1d300275b", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "common-ancestor-path", + "version": "1.0.1", + "description": "Find the common ancestor of 2 or more paths on Windows or Unix", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:common-ancestor-path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/common-ancestor-path@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/common-ancestor-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor-path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/common-ancestor-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=7d2fd058a6b19327", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=a08e24aa380cc4c5", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/confusing-browser-globals@1.0.11?package-id=0b0dafec26e26996", + "type": "library", + "name": "confusing-browser-globals", + "version": "1.0.11", + "description": "A list of browser globals that are often used by mistake instead of local variables", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:confusing-browser-globals:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/confusing-browser-globals@1.0.11", + "externalReferences": [ + { + "url": "https://github.com/facebook/create-react-app.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing-browser-globals:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing_browser_globals:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing_browser_globals:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing-browser:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing-browser:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing_browser:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing_browser:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:confusing:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:confusing-browser-globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:confusing_browser_globals:1.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/confusing-browser-globals/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/console-control-strings@1.1.0?package-id=98f3729c9a6bd11b", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:console-control-strings:console-control-strings:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/console-control-strings@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/console-control-strings", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control-strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/console-control-strings/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/content-disposition@0.5.4?package-id=70c5b44691d79956", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "content-disposition", + "version": "0.5.4", + "description": "Create and parse Content-Disposition header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:content-disposition:content-disposition:0.5.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/content-disposition@0.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-disposition:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_disposition:content-disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_disposition:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content-disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/content-disposition/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/content-type@1.0.5?package-id=d62cb5ec74a89b19", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "content-type", + "version": "1.0.5", + "description": "Create and parse HTTP Content-Type header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:content-type:content-type:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/content-type@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-type:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content-type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content-type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/content-type/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie@0.4.1?package-id=348f9fde39af25fa", + "type": "library", + "author": "Roman Shtylman ", + "name": "cookie", + "version": "0.4.1", + "description": "HTTP server cookie parsing and serialization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie:cookie:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie@0.5.0?package-id=2ed41ae19f9b1cae", + "type": "library", + "author": "Roman Shtylman ", + "name": "cookie", + "version": "0.5.0", + "description": "HTTP server cookie parsing and serialization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie:cookie:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie-parser@1.4.6?package-id=9d772a1a3b932d74", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "cookie-parser", + "version": "1.4.6", + "description": "Parse HTTP request cookies", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie-parser:cookie-parser:1.4.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie-parser@1.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie-parser:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie_parser:cookie-parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie_parser:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie:cookie-parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie-signature@1.0.6?package-id=e98760ab9ecefc25", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "cookie-signature", + "version": "1.0.6", + "description": "Sign and unsign cookies", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie-signature_project:cookie-signature:1.0.6:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/cookie-signature@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/visionmedia/node-cookie-signature.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie-signature/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/corepack@0.17.0?package-id=887bf18fb9ee7135", + "type": "library", + "name": "corepack", + "version": "0.17.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:corepack:corepack:0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/corepack@0.17.0", + "externalReferences": [ + { + "url": "https://github.com/nodejs/corepack.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/corepack#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:corepack:0.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/corepack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/create-require@1.1.1?package-id=14724939093f7f0f", + "type": "library", + "name": "create-require", + "version": "1.1.1", + "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:create-require:create-require:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/create-require@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:create-require:create_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:create_require:create-require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:create_require:create_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:create:create-require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:create:create_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/create-require/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cross-spawn@7.0.3?package-id=aa118fb62b8e4281", + "type": "library", + "author": "André Cruz ", + "name": "cross-spawn", + "version": "7.0.3", + "description": "Cross platform child_process#spawn and child_process#spawnSync", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cross-spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cross-spawn@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/moxystudio/node-cross-spawn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross-spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cross-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cssesc@3.0.0?package-id=dc663cc4d3620268", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "cssesc", + "version": "3.0.0", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:cssesc:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cssesc@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/cssesc.git", + "type": "distribution" + }, + { + "url": "https://mths.be/cssesc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cssesc:cssesc:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cssesc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a69137d140bd6997", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a70e9ec3e4a1f432", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a18406e2f8dec83e", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=b15adfc6e7c72f56", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@3.2.7?package-id=6c7d4f9c79805a8b", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "3.2.7", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:3.2.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@3.2.7", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-import-resolver-node/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@3.2.7?package-id=b9a56247100efbd7", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "3.2.7", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:3.2.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@3.2.7", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-module-utils/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@3.2.7?package-id=5def904fb1766bfc", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "3.2.7", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:3.2.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@3.2.7", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-plugin-import/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=1c8b74715ccb3565", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=cf63ff6ba6e98e06", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debuglog@1.0.1?package-id=a0778382d57c21d8", + "type": "library", + "author": "Sam Roberts ", + "name": "debuglog", + "version": "1.0.1", + "description": "backport of util.debuglog from node v0.11", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sam-github:debuglog:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/debuglog@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/sam-github/node-debuglog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debuglog:debuglog:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debuglog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/deep-is@0.1.4?package-id=1475dda1bc20ca9e", + "type": "library", + "author": "Thorsten Lorenz (http://thlorenz.com)", + "name": "deep-is", + "version": "0.1.4", + "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:thlorenz:deep-is:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/deep-is@0.1.4", + "externalReferences": [ + { + "url": "http://github.com/thlorenz/deep-is.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thlorenz:deep_is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep-is:deep-is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep-is:deep_is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep_is:deep-is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep_is:deep_is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep:deep-is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deep:deep_is:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/deep-is/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/defaults@1.0.3?package-id=4b54f792f7b0658a", + "type": "library", + "author": "Elijah Insua ", + "name": "defaults", + "version": "1.0.3", + "description": "merge single level defaults over a config object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:defaults:defaults:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/defaults@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tmpvar/defaults.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tmpvar:defaults:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/define-properties@1.2.0?package-id=7c974e49ecd52ef9", + "type": "library", + "author": "Jordan Harband ", + "name": "define-properties", + "version": "1.2.0", + "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:define-properties:define-properties:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/define-properties@1.2.0", + "externalReferences": [ + { + "url": "git://github.com/ljharb/define-properties.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define-properties:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define_properties:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define_properties:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/define-properties/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/delegates@1.0.0?package-id=0e1f32c670fc389d", + "type": "library", + "name": "delegates", + "version": "1.0.0", + "description": "delegate methods and accessors to another property", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delegates:delegates:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delegates@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/delegates/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@1.1.2?package-id=2ce17cd064955f4e", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "1.1.2", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@2.0.0?package-id=8dddd4e2d8293c86", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "2.0.0", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/destroy@1.2.0?package-id=70873e3c54427afd", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "destroy", + "version": "1.2.0", + "description": "destroy a stream if possible", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:destroy:destroy:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/destroy@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/destroy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/dezalgo@1.0.4?package-id=f4d42bf7461bb3e8", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "dezalgo", + "version": "1.0.4", + "description": "Contain async insanity so that the dark pony lord doesn't eat souls", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:dezalgo:dezalgo:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/dezalgo@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/dezalgo", + "type": "distribution" + }, + { + "url": "https://github.com/npm/dezalgo", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:dezalgo:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/dezalgo/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@4.0.2?package-id=971b3be4f9f2cb6b", + "type": "library", + "name": "diff", + "version": "4.0.2", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@4.0.2", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@5.1.0?package-id=50afb4006199e178", + "type": "library", + "name": "diff", + "version": "5.1.0", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/dir-glob@3.0.1?package-id=ad9fb073289b867e", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "dir-glob", + "version": "3.0.1", + "description": "Convert directories to glob compatible strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:dir-glob:dir-glob:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/dir-glob@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dir-glob:dir_glob:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dir_glob:dir-glob:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dir_glob:dir_glob:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dir:dir-glob:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dir:dir_glob:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/dir-glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/doctrine@2.1.0?package-id=9d20656e02dc561b", + "type": "library", + "name": "doctrine", + "version": "2.1.0", + "description": "JSDoc parser", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:doctrine:doctrine:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/doctrine@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/eslint/doctrine", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:doctrine:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-plugin-import/node_modules/doctrine/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/doctrine@3.0.0?package-id=2746cecc19f6dc60", + "type": "library", + "name": "doctrine", + "version": "3.0.0", + "description": "JSDoc parser", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:doctrine:doctrine:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/doctrine@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/eslint/doctrine", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:doctrine:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/doctrine/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ee-first@1.1.1?package-id=710d364f736c239f", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "ee-first", + "version": "1.1.1", + "description": "return the first event in a set of ee/event pairs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ee-first:ee-first:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ee-first@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee-first:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee_first:ee-first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee_first:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee:ee-first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ee-first/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=4155df7523ad5094", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=f4829c47fe525d81", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encodeurl@1.0.2?package-id=3ae53b0b845152e9", + "type": "library", + "name": "encodeurl", + "version": "1.0.2", + "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encodeurl:encodeurl:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/encodeurl@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/encodeurl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encoding@0.1.13?package-id=6a8f59a295993e83", + "type": "library", + "author": "Andris Reinman", + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encoding:encoding:0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/encoding@0.1.13", + "externalReferences": [ + { + "url": "https://github.com/andris9/encoding.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andris9:encoding:0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/enquirer@2.3.6?package-id=7a48561e54a00b96", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "enquirer", + "version": "2.3.6", + "description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:enquirer:enquirer:2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/enquirer@2.3.6", + "externalReferences": [ + { + "url": "https://github.com/enquirer/enquirer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/enquirer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/env-paths@2.2.1?package-id=03a2606670677bc3", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:env-paths:env-paths:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/env-paths@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env-paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/env-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/err-code@2.0.3?package-id=29d0c121e138d67d", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "err-code", + "version": "2.0.3", + "description": "Create an error with a code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:IndigoUnited:err-code:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/err-code@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/js-err-code.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/err-code/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/es-abstract@1.21.2?package-id=ade670b93ff16201", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "es-abstract", + "version": "1.21.2", + "description": "ECMAScript spec abstract operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:es-abstract:es-abstract:1.21.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/es-abstract@1.21.2", + "externalReferences": [ + { + "url": "git://github.com/ljharb/es-abstract.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-abstract:es_abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_abstract:es-abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_abstract:es_abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es-abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es_abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es-abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es_abstract:1.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/es-abstract/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/es-set-tostringtag@2.0.1?package-id=1ea03d64f21f355b", + "type": "library", + "author": "Jordan Harband ", + "name": "es-set-tostringtag", + "version": "2.0.1", + "description": "A helper to optimistically set Symbol.toStringTag, when possible.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:es-set-tostringtag:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/es-set-tostringtag@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/es-shims/es-set-tostringtag.git", + "type": "distribution" + }, + { + "url": "https://github.com/es-shims/es-set-tostringtag#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-set-tostringtag:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_set_tostringtag:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_set_tostringtag:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-set:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-set:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_set:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_set:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es-set-tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es_set_tostringtag:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/es-set-tostringtag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/es-shim-unscopables@1.0.0?package-id=8fcd40a1fbc73128", + "type": "library", + "author": "Jordan Harband ", + "name": "es-shim-unscopables", + "version": "1.0.0", + "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:es-shim-unscopables:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/es-shim-unscopables@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/es-shim-unscopables.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/es-shim-unscopables#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shim-unscopables:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_shim_unscopables:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_shim_unscopables:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shim:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shim:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_shim:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_shim:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es-shim-unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es_shim_unscopables:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/es-shim-unscopables/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/es-to-primitive@1.2.1?package-id=3f7eae09773e556e", + "type": "library", + "author": "Jordan Harband ", + "name": "es-to-primitive", + "version": "1.2.1", + "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:es-to-primitive:es-to-primitive:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/es-to-primitive@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/ljharb/es-to-primitive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-to-primitive:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_to_primitive:es-to-primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_to_primitive:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es-to-primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-to:es-to-primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-to:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_to:es-to-primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es_to:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es-to-primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es:es_to_primitive:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/es-to-primitive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escape-html@1.0.3?package-id=5ba042f2c11a7879", + "type": "library", + "name": "escape-html", + "version": "1.0.3", + "description": "Escape string for use in HTML", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escape-html:escape-html:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/escape-html@1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-html:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_html:escape-html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_html:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape-html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/escape-html/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escape-string-regexp@1.0.5?package-id=1d32225bc1fd11b9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "escape-string-regexp", + "version": "1.0.5", + "description": "Escape RegExp special characters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escape-string-regexp:escape-string-regexp:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/escape-string-regexp@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string-regexp:escape_string_regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape-string-regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape_string_regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape-string-regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape_string_regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape-string-regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape_string_regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape-string-regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape_string_regexp:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escape-string-regexp@4.0.0?package-id=68c55e5752345618", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "escape-string-regexp", + "version": "4.0.0", + "description": "Escape RegExp special characters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escape-string-regexp:escape-string-regexp:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/escape-string-regexp@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string-regexp:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/escape-string-regexp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint@7.32.0?package-id=fcb6c53d2d257131", + "type": "library", + "author": "Nicholas C. Zakas ", + "name": "eslint", + "version": "7.32.0", + "description": "An AST-based pattern checker for JavaScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint:eslint:7.32.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint@7.32.0", + "externalReferences": [ + { + "url": "https://eslint.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-config-airbnb-base@14.2.1?package-id=e6d11daed133034c", + "type": "library", + "author": "Jake Teton-Landis (https://twitter.com/@jitl)", + "name": "eslint-config-airbnb-base", + "version": "14.2.1", + "description": "Airbnb's base JS ESLint config, following our styleguide", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-config-airbnb-base:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-config-airbnb-base@14.2.1", + "externalReferences": [ + { + "url": "https://github.com/airbnb/javascript", + "type": "distribution" + }, + { + "url": "https://github.com/airbnb/javascript", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-config-airbnb-base:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config_airbnb_base:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config_airbnb_base:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-config-airbnb:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-config-airbnb:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config_airbnb:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config_airbnb:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-config:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-config:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_config:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airbnb:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:airbnb:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-config-airbnb-base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_config_airbnb_base:14.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-config-airbnb-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-import-resolver-node@0.3.7?package-id=e490371a1b1f7294", + "type": "library", + "author": "Ben Mosher (me@benmosher.com)", + "name": "eslint-import-resolver-node", + "version": "0.3.7", + "description": "Node default behavior import resolution plugin for eslint-plugin-import.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-import-resolver-node:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-import-resolver-node@0.3.7", + "externalReferences": [ + { + "url": "https://github.com/import-js/eslint-plugin-import", + "type": "distribution" + }, + { + "url": "https://github.com/import-js/eslint-plugin-import", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-import-resolver-node:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import_resolver_node:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import_resolver_node:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-import-resolver:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-import-resolver:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import_resolver:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import_resolver:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-import:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-import:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_import:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-import-resolver-node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_import_resolver_node:0.3.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-import-resolver-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-module-utils@2.7.4?package-id=787d33766b96cc71", + "type": "library", + "author": "Ben Mosher ", + "name": "eslint-module-utils", + "version": "2.7.4", + "description": "Core utilities to support eslint-plugin-import and other module-related plugins.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-module-utils:eslint-module-utils:2.7.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-module-utils@2.7.4", + "externalReferences": [ + { + "url": "git+https://github.com/import-js/eslint-plugin-import.git", + "type": "distribution" + }, + { + "url": "https://github.com/import-js/eslint-plugin-import#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-module-utils:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_module_utils:eslint-module-utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_module_utils:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-module:eslint-module-utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-module:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_module:eslint-module-utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_module:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint-module-utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-module-utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_module_utils:2.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-module-utils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-plugin-import@2.27.5?package-id=eed61a8a4d9a7a4f", + "type": "library", + "author": "Ben Mosher ", + "name": "eslint-plugin-import", + "version": "2.27.5", + "description": "Import with sanity.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-plugin-import:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-plugin-import@2.27.5", + "externalReferences": [ + { + "url": "https://github.com/import-js/eslint-plugin-import", + "type": "distribution" + }, + { + "url": "https://github.com/import-js/eslint-plugin-import", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-plugin-import:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_plugin_import:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_plugin_import:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-plugin:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-plugin:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_plugin:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_plugin:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-js:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-plugin-import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_plugin_import:2.27.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-plugin-import/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-scope@5.1.1?package-id=634c6d71010e7f1b", + "type": "library", + "name": "eslint-scope", + "version": "5.1.1", + "description": "ECMAScript scope analyzer for ESLint", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:eslint-scope:eslint-scope:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-scope@5.1.1", + "externalReferences": [ + { + "url": "http://github.com/eslint/eslint-scope", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-scope:eslint_scope:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_scope:eslint-scope:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_scope:eslint_scope:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-scope:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_scope:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-scope/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-utils@2.1.0?package-id=98f79fdd554e7e32", + "type": "library", + "author": "Toru Nagashima", + "name": "eslint-utils", + "version": "2.1.0", + "description": "Utilities for ESLint plugins.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-utils_project:eslint-utils:2.1.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/eslint-utils@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/eslint-utils.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/eslint-utils#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint/node_modules/eslint-utils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-utils@3.0.0?package-id=a3b11569185a0e35", + "type": "library", + "author": "Toru Nagashima", + "name": "eslint-utils", + "version": "3.0.0", + "description": "Utilities for ESLint plugins.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eslint-utils_project:eslint-utils:3.0.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/eslint-utils@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/eslint-utils.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/eslint-utils#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-utils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-visitor-keys@1.3.0?package-id=232364d5646bdb46", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "eslint-visitor-keys", + "version": "1.3.0", + "description": "Constants and utilities about visitor keys to traverse AST.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:eslint-visitor-keys:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-visitor-keys@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/eslint/eslint-visitor-keys#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor-keys:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-visitor-keys@1.3.0?package-id=f653be5635d4dd49", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "eslint-visitor-keys", + "version": "1.3.0", + "description": "Constants and utilities about visitor keys to traverse AST.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:eslint-visitor-keys:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-visitor-keys@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/eslint/eslint-visitor-keys#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor-keys:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-visitor-keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_visitor_keys:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/espree/node_modules/eslint-visitor-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eslint-visitor-keys@2.1.0?package-id=e9cc980f2677096b", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "eslint-visitor-keys", + "version": "2.1.0", + "description": "Constants and utilities about visitor keys to traverse AST.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:eslint-visitor-keys:eslint-visitor-keys:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eslint-visitor-keys@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/eslint/eslint-visitor-keys#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor-keys:eslint_visitor_keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint-visitor-keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor_keys:eslint_visitor_keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint-visitor-keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint-visitor:eslint_visitor_keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint-visitor-keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint_visitor:eslint_visitor_keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint-visitor-keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eslint:eslint_visitor_keys:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-visitor-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/espree@7.3.1?package-id=f1561d9a740c5699", + "type": "library", + "author": "Nicholas C. Zakas ", + "name": "espree", + "version": "7.3.1", + "description": "An Esprima-compatible JavaScript parser built on Acorn", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:eslint:espree:7.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/espree@7.3.1", + "externalReferences": [ + { + "url": "https://github.com/eslint/espree", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:espree:espree:7.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/espree/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/esprima@4.0.1?package-id=57e4f1dfb193a577", + "type": "library", + "author": "Ariya Hidayat ", + "name": "esprima", + "version": "4.0.1", + "description": "ECMAScript parsing infrastructure for multipurpose analysis", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:esprima:esprima:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/esprima@4.0.1", + "externalReferences": [ + { + "url": "https://github.com/jquery/esprima.git", + "type": "distribution" + }, + { + "url": "http://esprima.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jquery:esprima:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esprima/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/esquery@1.5.0?package-id=86266497ebdc3972", + "type": "library", + "author": "Joel Feenstra ", + "name": "esquery", + "version": "1.5.0", + "description": "A query library for ECMAScript AST using a CSS selector like query language.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:esquery:esquery:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/esquery@1.5.0", + "externalReferences": [ + { + "url": "https://github.com/estools/esquery.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/esquery/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:estools:esquery:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esquery/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/esrecurse@4.3.0?package-id=9f879e632764fa75", + "type": "library", + "name": "esrecurse", + "version": "4.3.0", + "description": "ECMAScript AST recursive visitor", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:esrecurse:esrecurse:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/esrecurse@4.3.0", + "externalReferences": [ + { + "url": "https://github.com/estools/esrecurse.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/esrecurse", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:estools:esrecurse:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esrecurse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/estraverse@4.3.0?package-id=8e4f3d63e703409c", + "type": "library", + "name": "estraverse", + "version": "4.3.0", + "description": "ECMAScript JS AST traversal functions", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:estraverse:estraverse:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/estraverse@4.3.0", + "externalReferences": [ + { + "url": "http://github.com/estools/estraverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/estraverse", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:estools:estraverse:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/estraverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/estraverse@5.3.0?package-id=0b36e38d477f86e8", + "type": "library", + "name": "estraverse", + "version": "5.3.0", + "description": "ECMAScript JS AST traversal functions", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:estraverse:estraverse:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/estraverse@5.3.0", + "externalReferences": [ + { + "url": "http://github.com/estools/estraverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/estraverse", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:estools:estraverse:5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esquery/node_modules/estraverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/estraverse@5.3.0?package-id=0f5d6a41b0306d08", + "type": "library", + "name": "estraverse", + "version": "5.3.0", + "description": "ECMAScript JS AST traversal functions", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:estraverse:estraverse:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/estraverse@5.3.0", + "externalReferences": [ + { + "url": "http://github.com/estools/estraverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/estraverse", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:estools:estraverse:5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esrecurse/node_modules/estraverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/esutils@2.0.3?package-id=92487fd62d77c73a", + "type": "library", + "name": "esutils", + "version": "2.0.3", + "description": "utility box for ECMAScript language tools", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:estools:esutils:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/esutils@2.0.3", + "externalReferences": [ + { + "url": "http://github.com/estools/esutils.git", + "type": "distribution" + }, + { + "url": "https://github.com/estools/esutils", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:esutils:esutils:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/esutils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/etag@1.8.1?package-id=3fa8df79f3b73070", + "type": "library", + "name": "etag", + "version": "1.8.1", + "description": "Create simple HTTP ETags", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:etag:etag:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/etag@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/etag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eventemitter3@4.0.7?package-id=febc2ceed0f135c9", + "type": "library", + "author": "Arnout Kazemier", + "name": "eventemitter3", + "version": "4.0.7", + "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eventemitter3:eventemitter3:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/eventemitter3@4.0.7", + "externalReferences": [ + { + "url": "git://github.com/primus/eventemitter3.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:primus:eventemitter3:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eventemitter3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express@4.18.2?package-id=fd3f58336a38ca13", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "express", + "version": "4.18.2", + "description": "Fast, unopinionated, minimalist web framework", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express:express:4.18.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/express@4.18.2", + "externalReferences": [ + { + "url": "http://expressjs.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-deep-equal@3.1.3?package-id=9391081578ab5d75", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "fast-deep-equal", + "version": "3.1.3", + "description": "Fast deep equal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-deep-equal:fast-deep-equal:3.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-deep-equal@3.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/fast-deep-equal.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/fast-deep-equal#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep-equal:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep_equal:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep_equal:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-deep-equal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-glob@3.2.12?package-id=24fe51626430283c", + "type": "library", + "author": "Denis Malinochkin (https://mrmlnc.com)", + "name": "fast-glob", + "version": "3.2.12", + "description": "It's a very fast and efficient glob library for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-glob:fast-glob:3.2.12:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-glob@3.2.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-glob:fast_glob:3.2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_glob:fast-glob:3.2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_glob:fast_glob:3.2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-glob:3.2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_glob:3.2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-json-stable-stringify@2.1.0?package-id=0bae75f813120344", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "fast-json-stable-stringify", + "version": "2.1.0", + "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-json-stable-stringify:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-json-stable-stringify@2.1.0", + "externalReferences": [ + { + "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/fast-json-stable-stringify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable-stringify:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable_stringify:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable_stringify:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-json-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-levenshtein@2.0.6?package-id=775fb857a3c8f579", + "type": "library", + "author": "Ramesh Nair (http://www.hiddentao.com/)", + "name": "fast-levenshtein", + "version": "2.0.6", + "description": "Efficient implementation of Levenshtein algorithm with locale-specific collator support.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-levenshtein:fast-levenshtein:2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-levenshtein@2.0.6", + "externalReferences": [ + { + "url": "https://github.com/hiddentao/fast-levenshtein.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-levenshtein:fast_levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_levenshtein:fast-levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_levenshtein:fast_levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hiddentao:fast-levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hiddentao:fast_levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_levenshtein:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastest-levenshtein@1.0.12?package-id=52cbde2240c2eb99", + "type": "library", + "author": "Kasper U. Weihe", + "name": "fastest-levenshtein", + "version": "1.0.12", + "description": "Fastest Levenshtein distance implementation in JS.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fastest-levenshtein:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastest-levenshtein@1.0.12", + "externalReferences": [ + { + "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git", + "type": "distribution" + }, + { + "url": "https://github.com/ka-weihe/fastest-levenshtein#README", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest-levenshtein:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastq@1.15.0?package-id=84f5e6df2eef36a9", + "type": "library", + "author": "Matteo Collina ", + "name": "fastq", + "version": "1.15.0", + "description": "Fast, in memory work queue", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mcollina:fastq:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastq@1.15.0", + "externalReferences": [ + { + "url": "git+https://github.com/mcollina/fastq.git", + "type": "distribution" + }, + { + "url": "https://github.com/mcollina/fastq#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastq:fastq:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fastq/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/file-entry-cache@6.0.1?package-id=7076338a0e6662b2", + "type": "library", + "author": "Roy Riojas (http://royriojas.com)", + "name": "file-entry-cache", + "version": "6.0.1", + "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:file-entry-cache:file-entry-cache:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/file-entry-cache@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file-entry-cache:file_entry_cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file_entry_cache:file-entry-cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file_entry_cache:file_entry_cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file-entry:file-entry-cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file-entry:file_entry_cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file_entry:file-entry-cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file_entry:file_entry_cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file:file-entry-cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:file:file_entry_cache:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/file-entry-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fill-range@7.0.1?package-id=a8b92466b7609765", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "fill-range", + "version": "7.0.1", + "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jonschlinkert:fill-range:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/fill-range@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/jonschlinkert/fill-range", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonschlinkert:fill_range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill-range:fill-range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill-range:fill_range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill_range:fill-range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill_range:fill_range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill:fill-range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill:fill_range:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fill-range/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/finalhandler@1.2.0?package-id=589f8ddb5cb63ee3", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "finalhandler", + "version": "1.2.0", + "description": "Node.js final http responder", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:finalhandler:finalhandler:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/finalhandler@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/flat-cache@3.0.4?package-id=9477a2369ba73ea1", + "type": "library", + "author": "Roy Riojas (http://royriojas.com)", + "name": "flat-cache", + "version": "3.0.4", + "description": "A stupidly simple key/value storage using files to persist some data", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:flat-cache:flat-cache:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/flat-cache@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flat-cache:flat_cache:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flat_cache:flat-cache:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flat_cache:flat_cache:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flat:flat-cache:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flat:flat_cache:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/flat-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/flatted@3.2.7?package-id=8101d72ae576217e", + "type": "library", + "author": "Andrea Giammarchi", + "name": "flatted", + "version": "3.2.7", + "description": "A super light and fast circular JSON parser.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:WebReflection:flatted:3.2.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/flatted@3.2.7", + "externalReferences": [ + { + "url": "git+https://github.com/WebReflection/flatted.git", + "type": "distribution" + }, + { + "url": "https://github.com/WebReflection/flatted#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flatted:flatted:3.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/flatted/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/follow-redirects@1.15.2?package-id=36077b491e74b336", + "type": "library", + "author": "Ruben Verborgh (https://ruben.verborgh.org/)", + "name": "follow-redirects", + "version": "1.15.2", + "description": "HTTP and HTTPS modules that follow redirects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:follow-redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/follow-redirects@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/follow-redirects/follow-redirects", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow-redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/follow-redirects/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/for-each@0.3.3?package-id=b80618061ded72cf", + "type": "library", + "author": "Raynos ", + "name": "for-each", + "version": "0.3.3", + "description": "A better forEach", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:for-each:for-each:0.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/for-each@0.3.3", + "externalReferences": [ + { + "url": "git://github.com/Raynos/for-each.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/for-each", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:for-each:for_each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:for_each:for-each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:for_each:for_each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:for-each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:for_each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:for:for-each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:for:for_each:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/for-each/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/forwarded@0.2.0?package-id=7aa53761f79279f0", + "type": "library", + "name": "forwarded", + "version": "0.2.0", + "description": "Parse HTTP X-Forwarded-For header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:forwarded_project:forwarded:0.2.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/forwarded@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/forwarded/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fresh@0.5.2?package-id=bfe36555cbcb8460", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "fresh", + "version": "0.5.2", + "description": "HTTP response freshness testing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fresh_project:fresh:0.5.2:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/fresh@0.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fresh/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@2.1.0?package-id=6e8c534ff33aed39", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs-minipass", + "version": "2.1.0", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=54827d961b3f7b06", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=6ce6cbfa2c3ee81d", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=9452eedf70d04ce8", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=cb8cc7d69228e880", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function.prototype.name@1.1.5?package-id=6285226288a15af6", + "type": "library", + "author": "Jordan Harband ", + "name": "function.prototype.name", + "version": "1.1.5", + "description": "An ES2015 spec-compliant `Function.prototype.name` shim", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function.prototype.name:function.prototype.name:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/function.prototype.name@1.1.5", + "externalReferences": [ + { + "url": "git://github.com/es-shims/Function.prototype.name.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:function.prototype.name:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/function.prototype.name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/functional-red-black-tree@1.0.1?package-id=bb06a52df220e6ee", + "type": "library", + "author": "Mikola Lysenko", + "name": "functional-red-black-tree", + "version": "1.0.1", + "description": "A fully persistent balanced binary search tree", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:functional-red-black-tree:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/functional-red-black-tree@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/mikolalysenko/functional-red-black-tree.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional-red-black-tree:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red_black_tree:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red_black_tree:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional-red-black:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional-red-black:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red_black:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red_black:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional-red:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional-red:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional_red:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikolalysenko:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikolalysenko:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional:functional-red-black-tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functional:functional_red_black_tree:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/functional-red-black-tree/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/functions-have-names@1.2.3?package-id=2dcd13159c5fac14", + "type": "library", + "author": "Jordan Harband ", + "name": "functions-have-names", + "version": "1.2.3", + "description": "Does this JS environment support the `name` property on functions?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:functions-have-names:functions-have-names:1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/functions-have-names@1.2.3", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/functions-have-names.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/functions-have-names#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions-have-names:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions_have_names:functions-have-names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions_have_names:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions-have:functions-have-names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions-have:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions_have:functions-have-names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions_have:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:functions-have-names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions:functions-have-names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:functions:functions_have_names:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/functions-have-names/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@4.0.4?package-id=d56bc5e6ead85312", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/get-intrinsic@1.2.0?package-id=fb01669180915c34", + "type": "library", + "author": "Jordan Harband ", + "name": "get-intrinsic", + "version": "1.2.0", + "description": "Get and robustly cache all JS language-level intrinsics at first require time", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:get-intrinsic:get-intrinsic:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/get-intrinsic@1.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/get-intrinsic.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/get-intrinsic#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-intrinsic:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_intrinsic:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_intrinsic:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/get-intrinsic/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/get-symbol-description@1.0.0?package-id=b7b3555731dfdaab", + "type": "library", + "author": "Jordan Harband ", + "name": "get-symbol-description", + "version": "1.0.0", + "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:get-symbol-description:get-symbol-description:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/get-symbol-description@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/get-symbol-description.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/get-symbol-description#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-symbol-description:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_symbol_description:get-symbol-description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_symbol_description:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-symbol:get-symbol-description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-symbol:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_symbol:get-symbol-description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_symbol:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:get-symbol-description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get-symbol-description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get_symbol_description:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/get-symbol-description/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=66531bef22ba87ff", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=af2de895884aaa6f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=559a78fa42a9127b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@8.0.3?package-id=52619c946e3f8795", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "8.0.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:8.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@8.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:8.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob-parent@5.1.2?package-id=e02d1e575d9931d0", + "type": "library", + "author": "Gulp Team (https://gulpjs.com/)", + "name": "glob-parent", + "version": "5.1.2", + "description": "Extract the non-magic parent path from a glob string.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:glob-parent:glob-parent:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob-parent@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob-parent:glob_parent:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob_parent:glob-parent:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob_parent:glob_parent:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob-parent:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob_parent:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/glob-parent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/globals@13.20.0?package-id=8a08b261606dfc44", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "globals", + "version": "13.20.0", + "description": "Global identifiers from different JavaScript environments", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:globals:globals:13.20.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/globals@13.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/globals/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/globalthis@1.0.3?package-id=c2addec2d06ec561", + "type": "library", + "author": "Jordan Harband ", + "name": "globalthis", + "version": "1.0.3", + "description": "ECMAScript spec-compliant polyfill/shim for `globalThis`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:globalthis:globalthis:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/globalthis@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/ljharb/System.global.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:globalthis:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/globalthis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/globby@11.1.0?package-id=746f124a3417b5fb", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "globby", + "version": "11.1.0", + "description": "User-friendly glob matching", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:globby:globby:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/globby@11.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/globby/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gopd@1.0.1?package-id=fe623966c7e4a52e", + "type": "library", + "author": "Jordan Harband ", + "name": "gopd", + "version": "1.0.1", + "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ljharb:gopd:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/gopd@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/gopd.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/gopd#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gopd:gopd:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/gopd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/graceful-fs@4.2.10?package-id=4ec07c8ad2456e11", + "type": "library", + "name": "graceful-fs", + "version": "4.2.10", + "description": "A drop-in replacement for fs, making various improvements.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:graceful-fs:graceful-fs:4.2.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/graceful-fs@4.2.10", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-graceful-fs", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful-fs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/graceful-fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/grafana-auth-proxy@0.0.0?package-id=daa3a8edcf09b6cc", + "type": "library", + "name": "grafana-auth-proxy", + "version": "0.0.0", + "cpe": "cpe:2.3:a:grafana-auth-proxy:grafana-auth-proxy:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/grafana-auth-proxy@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-auth-proxy:grafana_auth_proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_auth_proxy:grafana-auth-proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_auth_proxy:grafana_auth_proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-auth:grafana-auth-proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-auth:grafana_auth_proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_auth:grafana-auth-proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_auth:grafana_auth_proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana-auth-proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_auth_proxy:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=d18e9965c52eb378", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=d7522108601f5e31", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-bigints@1.0.2?package-id=ede082fe72fab59e", + "type": "library", + "author": "Jordan Harband ", + "name": "has-bigints", + "version": "1.0.2", + "description": "Determine if the JS environment has BigInt support.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-bigints:has-bigints:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-bigints@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/has-bigints.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/has-bigints#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-bigints:has_bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_bigints:has-bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_bigints:has_bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has-bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has_bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_bigints:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-bigints/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-flag@3.0.0?package-id=bffd286d102f0f66", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "has-flag", + "version": "3.0.0", + "description": "Check if argv has a specific flag", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-flag:has-flag:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-flag@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-flag:has_flag:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has-flag:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has_flag:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-flag:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_flag:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/has-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-flag@4.0.0?package-id=7032e559c6edecfd", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "has-flag", + "version": "4.0.0", + "description": "Check if argv has a specific flag", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-flag:has-flag:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-flag@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-flag@4.0.0?package-id=0708f5e832ca183c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "has-flag", + "version": "4.0.0", + "description": "Check if argv has a specific flag", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-flag:has-flag:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-flag@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-property-descriptors@1.0.0?package-id=702412e41bc0ada6", + "type": "library", + "author": "Jordan Harband ", + "name": "has-property-descriptors", + "version": "1.0.0", + "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-property-descriptors:has-property-descriptors:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-property-descriptors@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/has-property-descriptors.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/has-property-descriptors#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property-descriptors:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property_descriptors:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property_descriptors:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-property-descriptors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-proto@1.0.1?package-id=429b319a27ee5041", + "type": "library", + "author": "Jordan Harband ", + "name": "has-proto", + "version": "1.0.1", + "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:has-proto:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-proto@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/has-proto.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/has-proto#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-proto:has-proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-proto:has_proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_proto:has-proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_proto:has_proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_proto:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-proto/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-symbols@1.0.3?package-id=b77f40860540ab5e", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "has-symbols", + "version": "1.0.3", + "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-symbols:has-symbols:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-symbols@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/has-symbols.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/has-symbols#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-symbols:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_symbols:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_symbols:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-symbols/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-tostringtag@1.0.0?package-id=fdf3be30dd393afb", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "has-tostringtag", + "version": "1.0.0", + "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-tostringtag:has-tostringtag:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-tostringtag@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/has-tostringtag.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/has-tostringtag#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-tostringtag:has_tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_tostringtag:has-tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_tostringtag:has_tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has-tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_tostringtag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-tostringtag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-unicode@2.0.1?package-id=c04d3a7a078742e4", + "type": "library", + "author": "Rebecca Turner ", + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:has-unicode:has-unicode:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-unicode@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/iarna/has-unicode", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/has-unicode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has-unicode/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/hosted-git-info@5.2.1?package-id=7604e99788e7bf35", + "type": "library", + "author": "GitHub Inc.", + "name": "hosted-git-info", + "version": "5.2.1", + "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:hosted-git-info:hosted-git-info:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/hosted-git-info@5.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/hosted-git-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/hosted-git-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git-info:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/hosted-git-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-cache-semantics@4.1.1?package-id=5bad7791ab348c99", + "type": "library", + "author": "Kornel Lesiński (https://kornel.ski/)", + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:http-cache-semantics_project:http-cache-semantics:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-cache-semantics@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/kornelski/http-cache-semantics.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-cache-semantics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-errors@2.0.0?package-id=f936a4b38c422d1a", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "http-errors", + "version": "2.0.0", + "description": "Create HTTP error objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-errors:http-errors:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-errors@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-errors:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_errors:http-errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_errors:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/http-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy@1.18.1?package-id=bd4011038280dd38", + "type": "library", + "author": "Charlie Robbins ", + "name": "http-proxy", + "version": "1.18.1", + "description": "HTTP proxying for the masses", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy_project:http-proxy:1.18.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-proxy@1.18.1", + "externalReferences": [ + { + "url": "https://github.com/http-party/node-http-proxy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@5.0.0?package-id=9db1bef146123087", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "5.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@5.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-middleware@2.0.6?package-id=2e2aa9a03feaca17", + "type": "library", + "author": "Steven Chim", + "name": "http-proxy-middleware", + "version": "2.0.6", + "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-middleware:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-middleware@2.0.6", + "externalReferences": [ + { + "url": "https://github.com/chimurai/http-proxy-middleware.git", + "type": "distribution" + }, + { + "url": "https://github.com/chimurai/http-proxy-middleware#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-middleware:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_middleware:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_middleware:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chimurai:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chimurai:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_middleware:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/http-proxy-middleware/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@5.0.1?package-id=381f29dde6bdb0f0", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/humanize-ms@1.2.1?package-id=426d9a4633820496", + "type": "library", + "author": "dead-horse (http://deadhorse.me)", + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-modules:humanize-ms:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/humanize-ms@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/node-modules/humanize-ms", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/humanize-ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.4.24?package-id=10d3086572bcc70d", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.4.24", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.4.24:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.4.24", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.6.3?package-id=293dc83b1dc86e9a", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.6.3", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore@4.0.6?package-id=cc74313cd071486f", + "type": "library", + "author": "kael", + "name": "ignore", + "version": "4.0.6", + "description": "Ignore is a manager and filter for .gitignore rules.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ignore:ignore:4.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore@4.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@eslint/eslintrc/node_modules/ignore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore@4.0.6?package-id=e76db3c02d879ee6", + "type": "library", + "author": "kael", + "name": "ignore", + "version": "4.0.6", + "description": "Ignore is a manager and filter for .gitignore rules.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ignore:ignore:4.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore@4.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint/node_modules/ignore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore@5.2.4?package-id=6cb6adc131869bf2", + "type": "library", + "author": "kael", + "name": "ignore", + "version": "5.2.4", + "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ignore:ignore:5.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore@5.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ignore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore-walk@5.0.1?package-id=6ac5c47f094575ee", + "type": "library", + "author": "GitHub Inc.", + "name": "ignore-walk", + "version": "5.0.1", + "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ignore-walk:ignore-walk:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore-walk@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ignore-walk.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore-walk:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ignore-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/import-fresh@3.3.0?package-id=da0084afec927193", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "import-fresh", + "version": "3.3.0", + "description": "Import a module while bypassing the cache", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:import-fresh:import-fresh:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/import-fresh@3.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-fresh:import_fresh:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_fresh:import-fresh:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_fresh:import_fresh:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import:import-fresh:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import:import_fresh:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/import-fresh/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=982d079e67a420b4", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=f320e9326e44ebd6", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/indent-string@4.0.0?package-id=e415017884b41781", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indent-string:indent-string:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/indent-string@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent-string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/indent-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/infer-owner@1.0.4?package-id=daa521313faedf80", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "infer-owner", + "version": "1.0.4", + "description": "Infer the owner of a path based on the owner of its nearest existing parent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:infer-owner:infer-owner:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/infer-owner@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/infer-owner", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer-owner:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer_owner:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer_owner:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/infer-owner/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=9e82f1d208358c7f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=7db9d360ced9663c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=22cb6527dfef2e14", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=8f47d3e25e324c1a", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ini@3.0.1?package-id=13bc4d3527053278", + "type": "library", + "author": "GitHub Inc.", + "name": "ini", + "version": "3.0.1", + "description": "An ini encoder/decoder for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ini_project:ini:3.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ini@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ini.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/init-package-json@3.0.2?package-id=1b8f811638c247b8", + "type": "library", + "author": "GitHub Inc.", + "name": "init-package-json", + "version": "3.0.2", + "description": "A node module to get your node module started", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:init-package-json:init-package-json:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/init-package-json@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/init-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package-json:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/init-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/internal-slot@1.0.5?package-id=3738e490bb239017", + "type": "library", + "author": "Jordan Harband ", + "name": "internal-slot", + "version": "1.0.5", + "description": "ES spec-like internal slots", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:internal-slot:internal-slot:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/internal-slot@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/internal-slot.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/internal-slot#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:internal-slot:internal_slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:internal_slot:internal-slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:internal_slot:internal_slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:internal:internal-slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:internal:internal_slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:internal-slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:internal_slot:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/internal-slot/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip@2.0.0?package-id=30f52732d0a80b28", + "type": "library", + "author": "Fedor Indutny ", + "name": "ip", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indutny:ip:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip@2.0.0", + "externalReferences": [ + { + "url": "http://github.com/indutny/node-ip.git", + "type": "distribution" + }, + { + "url": "https://github.com/indutny/node-ip", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip-regex@4.3.0?package-id=46d8532f81facb5c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ip-regex", + "version": "4.3.0", + "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ip-regex:ip-regex:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip-regex@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip-regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ipaddr.js@1.9.1?package-id=07a97e4f89890aea", + "type": "library", + "author": "whitequark ", + "name": "ipaddr.js", + "version": "1.9.1", + "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:whitequark:ipaddr.js:1.9.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ipaddr.js@1.9.1", + "externalReferences": [ + { + "url": "git://github.com/whitequark/ipaddr.js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipaddr.js:ipaddr.js:1.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ipaddr.js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-array-buffer@3.0.2?package-id=bfbb35fa2ea759fb", + "type": "library", + "author": "Jordan Harband ", + "name": "is-array-buffer", + "version": "3.0.2", + "description": "Is this value a JS ArrayBuffer?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-array-buffer:is-array-buffer:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-array-buffer@3.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-array-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-array-buffer#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-array-buffer:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_array_buffer:is-array-buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_array_buffer:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-array-buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-array:is-array-buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-array:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_array:is-array-buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_array:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-array-buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_array_buffer:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-array-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-bigint@1.0.4?package-id=198b3b91d97626d0", + "type": "library", + "author": "Jordan Harband ", + "name": "is-bigint", + "version": "1.0.4", + "description": "Is this value an ES BigInt?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:is-bigint:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-bigint@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-bigint.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-bigint#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-bigint:is-bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-bigint:is_bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_bigint:is-bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_bigint:is_bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_bigint:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-bigint/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-boolean-object@1.1.2?package-id=6f55eb1814dc8ab5", + "type": "library", + "author": "Jordan Harband ", + "name": "is-boolean-object", + "version": "1.1.2", + "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-boolean-object:is-boolean-object:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-boolean-object@1.1.2", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-boolean-object.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-boolean-object:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_boolean_object:is-boolean-object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_boolean_object:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-boolean-object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-boolean:is-boolean-object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-boolean:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_boolean:is-boolean-object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_boolean:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-boolean-object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_boolean_object:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-boolean-object/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-callable@1.2.7?package-id=b0eda432afd72120", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "is-callable", + "version": "1.2.7", + "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-callable:is-callable:1.2.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-callable@1.2.7", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-callable.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-callable:is_callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_callable:is-callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_callable:is_callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_callable:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-callable/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-cidr@4.0.2?package-id=3551c6ba75ab5c24", + "type": "library", + "author": "silverwind ", + "name": "is-cidr", + "version": "4.0.2", + "description": "Check if a string is an IP address in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:is-cidr:is-cidr:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-cidr@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-cidr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.10.0?package-id=a8eb565a79b77e4d", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.10.0", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.10.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.11.0?package-id=e627a3813cc04bc5", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.11.0", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.11.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-date-object@1.0.5?package-id=67c40187cebe6e46", + "type": "library", + "author": "Jordan Harband", + "name": "is-date-object", + "version": "1.0.5", + "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-date-object:is-date-object:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-date-object@1.0.5", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-date-object.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-date-object:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_date_object:is-date-object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_date_object:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-date-object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-date:is-date-object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-date:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_date:is-date-object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_date:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-date-object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_date_object:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-date-object/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-extglob@2.1.1?package-id=315f6df80c468a45", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "is-extglob", + "version": "2.1.1", + "description": "Returns true if a string has an extglob.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jonschlinkert:is-extglob:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-extglob@2.1.1", + "externalReferences": [ + { + "url": "https://github.com/jonschlinkert/is-extglob", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonschlinkert:is_extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-extglob:is-extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-extglob:is_extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_extglob:is-extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_extglob:is_extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_extglob:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-extglob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=3b3d43290d507494", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=bc0200c01e24b8b2", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-glob@4.0.3?package-id=59c07258bb00c81f", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "is-glob", + "version": "4.0.3", + "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:micromatch:is-glob:4.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-glob@4.0.3", + "externalReferences": [ + { + "url": "https://github.com/micromatch/is-glob", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micromatch:is_glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-glob:is-glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-glob:is_glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_glob:is-glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_glob:is_glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_glob:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-lambda@1.0.1?package-id=2a645784a8b7234c", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-lambda:is-lambda:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-lambda@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/watson/is-lambda.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/is-lambda", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-lambda/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-negative-zero@2.0.2?package-id=5e27cd29650bf979", + "type": "library", + "author": "Jordan Harband ", + "name": "is-negative-zero", + "version": "2.0.2", + "description": "Is this value negative zero? === will lie to you", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-negative-zero:is-negative-zero:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-negative-zero@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-negative-zero.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-negative-zero", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-negative-zero:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_negative_zero:is-negative-zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_negative_zero:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-negative:is-negative-zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-negative:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_negative:is-negative-zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_negative:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-negative-zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-negative-zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_negative_zero:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-negative-zero/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-number@7.0.0?package-id=f0008c2551952227", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "is-number", + "version": "7.0.0", + "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jonschlinkert:is-number:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-number@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/jonschlinkert/is-number", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonschlinkert:is_number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-number:is-number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-number:is_number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number:is-number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number:is_number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_number:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-number/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-number-object@1.0.7?package-id=70a885972211629e", + "type": "library", + "author": "Jordan Harband ", + "name": "is-number-object", + "version": "1.0.7", + "description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-number-object:is-number-object:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-number-object@1.0.7", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-number-object.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-number-object#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-number-object:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number_object:is-number-object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number_object:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-number-object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-number:is-number-object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-number:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number:is-number-object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_number:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-number-object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_number_object:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-number-object/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-plain-obj@3.0.0?package-id=11054353872dd64b", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "is-plain-obj", + "version": "3.0.0", + "description": "Check if a value is a plain object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-plain-obj:is-plain-obj:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-plain-obj@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-plain-obj:is_plain_obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_plain_obj:is-plain-obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_plain_obj:is_plain_obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-plain:is-plain-obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-plain:is_plain_obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_plain:is-plain-obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_plain:is_plain_obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-plain-obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_plain_obj:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-plain-obj/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-regex@1.1.4?package-id=da5eecbdb1cc9eba", + "type": "library", + "author": "Jordan Harband ", + "name": "is-regex", + "version": "1.1.4", + "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:is-regex:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-regex@1.1.4", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-regex.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-regex:is-regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-regex:is_regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_regex:is-regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_regex:is_regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_regex:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-shared-array-buffer@1.0.2?package-id=0fbb5bc568e5d418", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "is-shared-array-buffer", + "version": "1.0.2", + "description": "Is this value a JS SharedArrayBuffer?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-shared-array-buffer:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-shared-array-buffer@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-shared-array-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-shared-array-buffer#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-shared-array-buffer:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared_array_buffer:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared_array_buffer:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-shared-array:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-shared-array:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared_array:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared_array:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-shared:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-shared:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_shared:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-shared-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_shared_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-shared-array-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-string@1.0.7?package-id=98116fd24fb0ceea", + "type": "library", + "author": "Jordan Harband ", + "name": "is-string", + "version": "1.0.7", + "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-string:is-string:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-string@1.0.7", + "externalReferences": [ + { + "url": "git://github.com/ljharb/is-string.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-string:is_string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_string:is-string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_string:is_string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:is-string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:is_string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_string:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-symbol@1.0.4?package-id=9e662f8c22da6e21", + "type": "library", + "author": "Jordan Harband ", + "name": "is-symbol", + "version": "1.0.4", + "description": "Determine if a value is an ES6 Symbol or not.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:is-symbol:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-symbol@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-symbol.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-symbol:is-symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-symbol:is_symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_symbol:is-symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_symbol:is_symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_symbol:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-symbol/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-typed-array@1.1.10?package-id=8f16a954233481ea", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "is-typed-array", + "version": "1.1.10", + "description": "Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-typed-array:is-typed-array:1.1.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-typed-array@1.1.10", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-typed-array.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-typed-array:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typed_array:is-typed-array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typed_array:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-typed-array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-typed:is-typed-array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-typed:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typed:is-typed-array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typed:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-typed-array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_typed_array:1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-typed-array/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-weakref@1.0.2?package-id=c1a76bcc97efc086", + "type": "library", + "author": "Jordan Harband ", + "name": "is-weakref", + "version": "1.0.2", + "description": "Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:is-weakref:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-weakref@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-weakref.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-weakref#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-weakref:is-weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-weakref:is_weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_weakref:is-weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_weakref:is_weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_weakref:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-weakref/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=ca6b5e5470f8c822", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=b01a117b2dafb50b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/js-tokens@4.0.0?package-id=c02bdacb246c0ff6", + "type": "library", + "author": "Simon Lydell", + "name": "js-tokens", + "version": "4.0.0", + "description": "A regex that tokenizes JavaScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:js-tokens:js-tokens:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/js-tokens@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js-tokens:js_tokens:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_tokens:js-tokens:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_tokens:js_tokens:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:js-tokens:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:js_tokens:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/js-tokens/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/js-yaml@3.14.1?package-id=123cf5773e3ae888", + "type": "library", + "author": "Vladimir Zapparov ", + "name": "js-yaml", + "version": "3.14.1", + "description": "YAML 1.2 parser and serializer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:js-yaml:js-yaml:3.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/js-yaml@3.14.1", + "externalReferences": [ + { + "url": "https://github.com/nodeca/js-yaml", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js-yaml:js_yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_yaml:js-yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_yaml:js_yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeca:js-yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeca:js_yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:js-yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:js_yaml:3.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/js-yaml/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-parse-even-better-errors@2.3.1?package-id=5644ffd2ea171192", + "type": "library", + "author": "Kat Marchán ", + "name": "json-parse-even-better-errors", + "version": "2.3.1", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-parse-even-better-errors:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-parse-even-better-errors@2.3.1", + "externalReferences": [ + { + "url": "https://github.com/npm/json-parse-even-better-errors", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better-errors:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-schema-traverse@0.4.1?package-id=98459c3d0ad8e149", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "json-schema-traverse", + "version": "0.4.1", + "description": "Traverse JSON Schema passing each schema object to callback", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-schema-traverse:json-schema-traverse:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-schema-traverse@0.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-traverse:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json-schema-traverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-schema-traverse@1.0.0?package-id=2de5286375393ed7", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "json-schema-traverse", + "version": "1.0.0", + "description": "Traverse JSON Schema passing each schema object to callback", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-schema-traverse:json-schema-traverse:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-schema-traverse@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-traverse:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json-schema-traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json-schema-traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json-schema-traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema-traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema-traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema_traverse:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/table/node_modules/json-schema-traverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stable-stringify-without-jsonify@1.0.1?package-id=6fb9c212f24cf6ac", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-stable-stringify-without-jsonify:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stable-stringify-without-jsonify@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/samn/json-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/samn/json-stable-stringify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable-stringify-without-jsonify:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify_without_jsonify:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify_without_jsonify:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable-stringify-without:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable-stringify-without:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify_without:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify_without:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable-stringify:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable-stringify:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable_stringify:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stable:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stable:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samn:json-stable-stringify-without-jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samn:json_stable_stringify_without_jsonify:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json-stable-stringify-without-jsonify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-nice@1.1.4?package-id=150d0868cc5573d2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "json-stringify-nice", + "version": "1.1.4", + "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-nice@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/json-stringify-nice", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-stringify-nice/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json5@1.0.2?package-id=717be41d32e5c1b4", + "type": "library", + "author": "Aseem Kishore ", + "name": "json5", + "version": "1.0.2", + "description": "JSON for humans.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json5:json5:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/json5@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/json5/json5.git", + "type": "distribution" + }, + { + "url": "http://json5.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json5/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jsonparse@1.3.1?package-id=25355f54acc71e8d", + "type": "library", + "author": "Tim Caswell ", + "name": "jsonparse", + "version": "1.3.1", + "description": "This is a pure-js JSON streaming parser for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:creationix:jsonparse:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsonparse@1.3.1", + "externalReferences": [ + { + "url": "http://github.com/creationix/jsonparse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonparse:jsonparse:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/jsonparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff@5.1.1?package-id=ba38f3b2fb818698", + "type": "library", + "author": "Angus Croll", + "name": "just-diff", + "version": "5.1.1", + "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff:just-diff:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff@5.1.1", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff-apply@5.4.1?package-id=aea852e05aeaf302", + "type": "library", + "author": "Angus Croll", + "name": "just-diff-apply", + "version": "5.4.1", + "description": "Apply a diff to an object. Optionally supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff-apply:just-diff-apply:5.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff-apply@5.4.1", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff-apply:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff-apply/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/levn@0.4.1?package-id=e33a898a98fded6c", + "type": "library", + "author": "George Zahariev ", + "name": "levn", + "version": "0.4.1", + "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:levn:levn:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/levn@0.4.1", + "externalReferences": [ + { + "url": "git://github.com/gkz/levn.git", + "type": "distribution" + }, + { + "url": "https://github.com/gkz/levn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:levn:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/levn/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.3&package-id=3da1da8b4149460f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r3", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "60424133be2e79bbfeff3d58147a22886f817ce2" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19Gg06pBPiiG9UN94ql7qImsHSUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1485" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=cc8f90662d91481d", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.0.8-r3", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.0.8-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b2ba8be016cab98f44a49ca48f7d514799eff277" + }, + { + "name": "syft:metadata:installedSize", + "value": "4206592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1cMUwxuSH1GdRU/3jE0siXde5Vt0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1710299" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3&package-id=1626e42703548020", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r4", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d4fD9hTpTHqbkXo3tGrnOndYENI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54809" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmaccess@6.0.4?package-id=f021ffa9970a5c5c", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmaccess", + "version": "6.0.4", + "description": "programmatic library for `npm access` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmaccess:libnpmaccess:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmaccess@6.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmaccess", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmaccess:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmaccess/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmdiff@4.0.5?package-id=69ce14915af756c1", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmdiff", + "version": "4.0.5", + "description": "The registry diff", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmdiff:libnpmdiff:4.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmdiff@4.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmdiff:4.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmdiff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmexec@4.0.14?package-id=bfa331d92d6f8cdc", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmexec", + "version": "4.0.14", + "description": "npm exec (npx) programmatic API", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmexec:libnpmexec:4.0.14:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmexec@4.0.14", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmexec:4.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmexec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmfund@3.0.5?package-id=7061ad2cba125452", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmfund", + "version": "3.0.5", + "description": "Programmatic API for npm fund", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmfund:libnpmfund:3.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmfund@3.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmfund:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmfund/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmhook@8.0.4?package-id=4fa027d2bc9d856b", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmhook", + "version": "8.0.4", + "description": "programmatic API for managing npm registry hooks", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmhook:libnpmhook:8.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmhook@8.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmhook:8.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmhook/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmorg@4.0.4?package-id=2d0dc845ea8b0932", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmorg", + "version": "4.0.4", + "description": "Programmatic api for `npm org` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmorg:libnpmorg:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmorg@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmorg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmorg:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmorg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpack@4.1.3?package-id=df9f32134edf35d2", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpack", + "version": "4.1.3", + "description": "Programmatic API for the bits behind npm pack", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpack:libnpmpack:4.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpack@4.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpack:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpublish@6.0.5?package-id=9ec2fda7dcef1e46", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpublish", + "version": "6.0.5", + "description": "Programmatic API for the bits behind npm publish and unpublish", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpublish:libnpmpublish:6.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpublish@6.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpublish", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpublish:6.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpublish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmsearch@5.0.4?package-id=0e01bca56feb6232", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmsearch", + "version": "5.0.4", + "description": "Programmatic API for searching in npm and compatible registries.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmsearch:libnpmsearch:5.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmsearch@5.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmsearch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmsearch:5.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmsearch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmteam@4.0.4?package-id=07b865ba0ddf22d0", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmteam", + "version": "4.0.4", + "description": "npm Team management APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmteam:libnpmteam:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmteam@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmteam", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmteam:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmteam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmversion@3.0.7?package-id=adf030141b6745ba", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmversion", + "version": "3.0.7", + "description": "library to do the things that 'npm version' does", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmversion:libnpmversion:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmversion@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmversion:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmversion/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=aadad53ca60752e4", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.0.8-r3", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.8-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.0.8-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b2ba8be016cab98f44a49ca48f7d514799eff277" + }, + { + "name": "syft:metadata:installedSize", + "value": "622592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AABw28u/ULXy0LIj4VbIvBPZFTA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "246840" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3&package-id=2d1b2f248610dd23", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r4", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14xcDVBn1li3rJCyf9lgkam5FzKE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800687" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.merge@4.6.2?package-id=36d58caed1b7a772", + "type": "library", + "author": "John-David Dalton ", + "name": "lodash.merge", + "version": "4.6.2", + "description": "The Lodash method `_.merge` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.merge:lodash.merge:4.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.merge@4.6.2", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.merge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.truncate@4.4.2?package-id=0d2c95d1254ffbfb", + "type": "library", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "name": "lodash.truncate", + "version": "4.4.2", + "description": "The lodash method `_.truncate` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.truncate:lodash.truncate:4.4.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.truncate@4.4.2", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.truncate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=968d42571d095ecb", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=2b47a5847cf473cf", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@7.13.2?package-id=885d8f17c3aa6099", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "7.13.2", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:7.13.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@7.13.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-error@1.3.6?package-id=ce6bd1dfff568283", + "type": "library", + "author": "Julien Fontanet ", + "name": "make-error", + "version": "1.3.6", + "description": "Make your own error types!", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:JsCommunity:make-error:1.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-error@1.3.6", + "externalReferences": [ + { + "url": "git://github.com/JsCommunity/make-error.git", + "type": "distribution" + }, + { + "url": "https://github.com/JsCommunity/make-error", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JsCommunity:make_error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-error:make-error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-error:make_error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_error:make-error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_error:make_error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_error:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/make-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@10.2.1?package-id=ee1f1da256b2125d", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "10.2.1", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:10.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@10.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/media-typer@0.3.0?package-id=807f2afee34dfc9f", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "media-typer", + "version": "0.3.0", + "description": "Simple RFC 6838 media type parser and formatter", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:media-typer:media-typer:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/media-typer@0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-typer:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_typer:media-typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_typer:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/media-typer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/merge-descriptors@1.0.1?package-id=0d16a1e1f60877cc", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "merge-descriptors", + "version": "1.0.1", + "description": "Merge objects using descriptors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:merge-descriptors:merge-descriptors:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/merge-descriptors@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge-descriptors:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge_descriptors:merge-descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge_descriptors:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge:merge-descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/merge-descriptors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/merge2@1.4.1?package-id=391c71b815450094", + "type": "library", + "name": "merge2", + "version": "1.4.1", + "description": "Merge multiple streams into one stream in sequence or parallel.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:teambition:merge2:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/merge2@1.4.1", + "externalReferences": [ + { + "url": "https://github.com/teambition/merge2", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge2:merge2:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/merge2/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/methods@1.1.2?package-id=a9230fe1d642c416", + "type": "library", + "name": "methods", + "version": "1.1.2", + "description": "HTTP methods that node supports", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:methods:methods:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/methods@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/methods/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/micromatch@4.0.5?package-id=64827815752ebe90", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "micromatch", + "version": "4.0.5", + "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:micromatch:micromatch:4.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/micromatch@4.0.5", + "externalReferences": [ + { + "url": "https://github.com/micromatch/micromatch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/micromatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime@1.6.0?package-id=ae9e19bc96313c03", + "type": "library", + "author": "Robert Kieffer (http://github.com/broofa)", + "name": "mime", + "version": "1.6.0", + "description": "A comprehensive library for mime-type mapping", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime_project:mime:1.6.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/mime@1.6.0", + "externalReferences": [ + { + "url": "https://github.com/broofa/node-mime", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime-db@1.52.0?package-id=752a9f6aef8ededf", + "type": "library", + "name": "mime-db", + "version": "1.52.0", + "description": "Media Type Database", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime-db:mime-db:1.52.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mime-db@1.52.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime-db:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_db:mime-db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_db:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime-db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime-db/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime-types@2.1.35?package-id=255ddee95cc0ac01", + "type": "library", + "name": "mime-types", + "version": "2.1.35", + "description": "The ultimate javascript content-type utility.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime-types:mime-types:2.1.35:*:*:*:*:*:*:*", + "purl": "pkg:npm/mime-types@2.1.35", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime-types:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_types:mime-types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_types:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime-types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime-types/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=98a175e4097b03fe", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=dc4c0fff42836020", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=709e2017cbd0274a", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@5.1.0?package-id=24b09cf81d1f234c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "5.1.0", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimist@1.2.8?package-id=74d5fe24cff3ef3a", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "minimist", + "version": "1.2.8", + "description": "parse argument options", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minimistjs:minimist:1.2.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimist@1.2.8", + "externalReferences": [ + { + "url": "git://github.com/minimistjs/minimist.git", + "type": "distribution" + }, + { + "url": "https://github.com/minimistjs/minimist", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minimist:minimist:1.2.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/minimist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.4?package-id=3d1eb64a6ca73a88", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.4", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.4", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-collect@1.0.2?package-id=b5172d707a1e97f8", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-collect:minipass-collect:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-collect@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-collect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-fetch@2.1.1?package-id=780da672c011d0b4", + "type": "library", + "author": "GitHub Inc.", + "name": "minipass-fetch", + "version": "2.1.1", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-fetch:minipass-fetch:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-fetch@2.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/minipass-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-fetch:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-flush@1.0.5?package-id=d452bfc32347f235", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-flush:minipass-flush:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-flush@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-flush.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-flush/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-json-stream@1.0.1?package-id=dd950ff29088d5e3", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-json-stream", + "version": "1.0.1", + "description": "Like JSONStream, but using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-json-stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-json-stream@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/minipass-json-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json-stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-json-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-pipeline@1.2.4?package-id=2230f921274e00cd", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-pipeline@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-pipeline/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-sized@1.0.3?package-id=a3e970b1ce9a1aef", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-sized:minipass-sized:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-sized@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-sized.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-sized/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minizlib@2.1.2?package-id=4e84873afd4d27bf", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minizlib:minizlib:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minizlib@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minizlib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minizlib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp@1.0.4?package-id=9a4dfe0b51bc32e4", + "type": "library", + "name": "mkdirp", + "version": "1.0.4", + "description": "Recursively mkdir, like `mkdir -p`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:mkdirp:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-mkdirp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mkdirp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp-infer-owner@2.0.0?package-id=fb00d9f083155f20", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "mkdirp-infer-owner", + "version": "2.0.0", + "description": "mkdirp, but chown to the owner of the containing folder if possible and necessary", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mkdirp-infer-owner:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp-infer-owner@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/mkdirp-infer-owner", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer-owner:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer_owner:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer_owner:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mkdirp-infer-owner/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/monorepo-symlink-test@0.0.0?package-id=d8ef6b1f77cd79c6", + "type": "library", + "name": "monorepo-symlink-test", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:monorepo-symlink-test:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/monorepo-symlink-test@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink-test:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink_test:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink_test:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=0dd17c98afb1736c", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=cf584d2c07f92d19", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=6c36858172756cad", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=9cf8cd254424093a", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=b6cb722fb122ccf5", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=f57b898934a950f8", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=c0ec48dc86f5ca68", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=1347e32481019694", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.3-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.3-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f93af038c3de7146121c2ea8124ba5ce29b4b058" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Pk7x1woArbB1nzkMPJPq1TECwus=" + }, + { + "name": "syft:metadata:size", + "value": "388955" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.3&package-id=96aaf79fc685e220", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.3-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.3-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f93af038c3de7146121c2ea8124ba5ce29b4b058" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.3-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ZWJL4eySx8nPSjF1FAJgQyvuNs4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36697" + } + ] + }, + { + "bom-ref": "pkg:npm/mute-stream@0.0.8?package-id=43a92cdbb8ff8930", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "mute-stream", + "version": "0.0.8", + "description": "Bytes go in, but they don't come out (when muted).", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mute-stream:mute-stream:0.0.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/mute-stream@0.0.8", + "externalReferences": [ + { + "url": "git://github.com/isaacs/mute-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute-stream:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mute-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mylib@0.0.0?package-id=1d0d79f9149924c2", + "type": "library", + "name": "mylib", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mylib:mylib:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mylib@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/natural-compare@1.4.0?package-id=3c0a98a646eeada7", + "type": "library", + "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)", + "name": "natural-compare", + "version": "1.4.0", + "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:natural-compare:natural-compare:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/natural-compare@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/litejs/natural-compare-lite.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:natural-compare:natural_compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:natural_compare:natural-compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:natural_compare:natural_compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:natural:natural-compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:natural:natural_compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:litejs:natural-compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:litejs:natural_compare:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/natural-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=a858b2ea2b76856f", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=bb2ad6a1f79febb9", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:generic/node@16.20.0?package-id=323fb70fd91debb1", + "type": "application", + "name": "node", + "version": "16.20.0", + "cpe": "cpe:2.3:a:nodejs:node.js:16.20.0:*:*:*:*:*:*:*", + "purl": "pkg:generic/node@16.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node.js:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:nodejs:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node.js:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:nodejs:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node.js:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:nodejs:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node:16.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/node" + } + ] + }, + { + "bom-ref": "pkg:npm/node-gyp@9.1.0?package-id=ee5a10c474067bd3", + "type": "library", + "author": "Nathan Rajlich (http://tootallnate.net)", + "name": "node-gyp", + "version": "9.1.0", + "description": "Node.js native addon build tool", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-gyp:node-gyp:9.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-gyp@9.1.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-gyp:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@5.0.0?package-id=0e0d6448ee9274af", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "nopt", + "version": "5.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@6.0.0?package-id=91c711109d003f4e", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "6.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/normalize-package-data@4.0.1?package-id=3cf62d9493019df2", + "type": "library", + "author": "GitHub Inc.", + "name": "normalize-package-data", + "version": "4.0.1", + "description": "Normalizes data that can be found in package.json files.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:normalize-package-data:normalize-package-data:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/normalize-package-data@4.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/normalize-package-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package-data:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/normalize-package-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm@8.19.4?package-id=b190192e488bf981", + "type": "library", + "author": "GitHub Inc.", + "name": "npm", + "version": "8.19.4", + "description": "a package manager for JavaScript", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + } + ], + "cpe": "cpe:2.3:a:node_packaged_modules_project:node_packaged_modules:8.19.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/npm@8.19.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://docs.npmjs.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-audit-report@3.0.0?package-id=4ff785b5f927bf28", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-audit-report", + "version": "3.0.0", + "description": "Given a response from the npm security api, render it into a variety of security reports", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-audit-report:npm-audit-report:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-audit-report@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-audit-report.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-audit-report#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit-report:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-audit-report/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-bundled@1.1.2?package-id=d07f90b648a27c83", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "npm-bundled", + "version": "1.1.2", + "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-bundled:npm-bundled:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-bundled@1.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/npm/npm-bundled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-bundled:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm-bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-bundled@2.0.1?package-id=4ff412c049d7103c", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-bundled", + "version": "2.0.1", + "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-bundled:npm-bundled:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-bundled@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-bundled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-bundled:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm-bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-bundled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-init@0.0.0?package-id=cd6a6feb106ec1f8", + "type": "library", + "name": "npm-init", + "version": "0.0.0", + "description": "an initter you init wit, innit?", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:npm-init:npm-init:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-init@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-init:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_init:npm-init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_init:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promzard/example/npm-init/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-install-checks@5.0.0?package-id=b2d2dc0a975094cb", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-install-checks", + "version": "5.0.0", + "description": "Check the engines and platform fields in package.json", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-install-checks:npm-install-checks:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-install-checks@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-install-checks.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install-checks:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-install-checks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@1.0.1?package-id=8057a2240fd89d46", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "npm-normalize-package-bin", + "version": "1.0.1", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/npm-normalize-package-bin", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=c75fcbb5159c4220", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=deebe005f522fdd7", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=864142663d2b0f32", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=ed0fdd04ff63d766", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=8315b0021228b478", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-package-arg@9.1.0?package-id=51e2c976aab5a561", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-package-arg", + "version": "9.1.0", + "description": "Parse the things that can be arguments to `npm install`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-package-arg:npm-package-arg:9.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-package-arg@9.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-package-arg.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-package-arg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package-arg:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-packlist@5.1.3?package-id=88ca2a3af8122b00", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-packlist", + "version": "5.1.3", + "description": "Get a list of the files to add from a folder into an npm package", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-packlist:npm-packlist:5.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-packlist@5.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-packlist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-packlist:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm-packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-packlist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-pick-manifest@7.0.2?package-id=1b695c77d9e38e38", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-pick-manifest", + "version": "7.0.2", + "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-pick-manifest:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-pick-manifest@7.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-pick-manifest.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick-manifest:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-profile@6.2.1?package-id=de850f783754f51c", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-profile", + "version": "6.2.1", + "description": "Library for updating an npmjs.com profile", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-profile:npm-profile:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-profile@6.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-profile.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-profile:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm-profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-profile/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-registry-fetch@13.3.1?package-id=c28fbfc577d07ba9", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-registry-fetch", + "version": "13.3.1", + "description": "Fetch-based http client for use with npm registry APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-registry-fetch:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-registry-fetch@13.3.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-registry-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry-fetch:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-user-validate@1.0.1?package-id=9c47d6c91e3d3da7", + "type": "library", + "author": "Robert Kowalski ", + "name": "npm-user-validate", + "version": "1.0.1", + "description": "User validations for npm", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-user-validate:npm-user-validate:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-user-validate@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/npm/npm-user-validate.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user-validate:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-user-validate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npmlog@6.0.2?package-id=0b7359ad883aff5e", + "type": "library", + "author": "GitHub Inc.", + "name": "npmlog", + "version": "6.0.2", + "description": "logger for npm", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmlog:npmlog:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npmlog@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/npmlog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npmlog:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npmlog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object-inspect@1.12.3?package-id=cffb6dab0a00ad2e", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "object-inspect", + "version": "1.12.3", + "description": "string representations of objects in node and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object-inspect:object-inspect:1.12.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/object-inspect@1.12.3", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/object-inspect.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/object-inspect", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object-inspect:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_inspect:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_inspect:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object-inspect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object-keys@1.1.1?package-id=d26c3a53f7b8fa2d", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "object-keys", + "version": "1.1.1", + "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object-keys:object-keys:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/object-keys@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/ljharb/object-keys.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object-keys:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_keys:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_keys:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object.assign@4.1.4?package-id=e14225f27990c4b0", + "type": "library", + "author": "Jordan Harband", + "name": "object.assign", + "version": "4.1.4", + "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object.assign:object.assign:4.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/object.assign@4.1.4", + "externalReferences": [ + { + "url": "git://github.com/ljharb/object.assign.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:object.assign:4.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object.assign/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object.entries@1.1.6?package-id=50345e4efc21d332", + "type": "library", + "author": "Jordan Harband", + "name": "object.entries", + "version": "1.1.6", + "description": "ES2017 spec-compliant Object.entries shim.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object.entries:object.entries:1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/object.entries@1.1.6", + "externalReferences": [ + { + "url": "git://github.com/es-shims/Object.entries.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:object.entries:1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object.entries/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object.values@1.1.6?package-id=519a39de0be76c0e", + "type": "library", + "author": "Jordan Harband ", + "name": "object.values", + "version": "1.1.6", + "description": "ES2017 spec-compliant Object.values shim.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object.values:object.values:1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/object.values@1.1.6", + "externalReferences": [ + { + "url": "git://github.com/es-shims/Object.values.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:object.values:1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object.values/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/on-finished@2.4.1?package-id=89ce932934d57007", + "type": "library", + "name": "on-finished", + "version": "2.4.1", + "description": "Execute a callback when a request closes, finishes, or errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:on-finished:on-finished:2.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/on-finished@2.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on-finished:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_finished:on-finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_finished:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on-finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/on-finished/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=92b1638e7051c342", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=9c67e05dff25ad11", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/opener@1.5.2?package-id=fb4e6c57b5eba12d", + "type": "library", + "author": "Domenic Denicola (https://domenic.me/)", + "name": "opener", + "version": "1.5.2", + "description": "Opens stuff, like webpages and files and executables, cross-platform", + "cpe": "cpe:2.3:a:opener:opener:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/opener@1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/opener/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/optionator@0.9.1?package-id=78220e5a463a1f98", + "type": "library", + "author": "George Zahariev ", + "name": "optionator", + "version": "0.9.1", + "description": "option parsing and help generation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:optionator:optionator:0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/optionator@0.9.1", + "externalReferences": [ + { + "url": "git://github.com/gkz/optionator.git", + "type": "distribution" + }, + { + "url": "https://github.com/gkz/optionator", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:optionator:0.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/optionator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/p-map@4.0.0?package-id=879cbb199f13a48d", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:p-map:p-map:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/p-map@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p-map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/p-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/pacote@13.6.2?package-id=cf4b8accc2dc191f", + "type": "library", + "author": "GitHub Inc.", + "name": "pacote", + "version": "13.6.2", + "description": "JavaScript package downloader", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:pacote:pacote:13.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/pacote@13.6.2", + "externalReferences": [ + { + "url": "https://github.com/npm/pacote.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:pacote:13.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/pacote/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parent-module@1.0.1?package-id=809a01480d61b8eb", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "parent-module", + "version": "1.0.1", + "description": "Get the path of the parent module", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:parent-module:parent-module:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/parent-module@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parent-module:parent_module:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parent_module:parent-module:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parent_module:parent_module:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parent:parent-module:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parent:parent_module:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/parent-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parse-conflict-json@2.0.2?package-id=f6cfcff281880df8", + "type": "library", + "author": "GitHub Inc.", + "name": "parse-conflict-json", + "version": "2.0.2", + "description": "Parse a JSON string that has git merge conflicts, resolving if possible", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:parse-conflict-json:parse-conflict-json:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/parse-conflict-json@2.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/parse-conflict-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict-json:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/parse-conflict-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parseurl@1.3.3?package-id=0d196d5b605c6077", + "type": "library", + "name": "parseurl", + "version": "1.3.3", + "description": "parse a url with memoization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:parseurl:parseurl:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/parseurl@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/parseurl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=2c8a35d54cee8557", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=f32e7fe5e190eb7c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-key@3.1.1?package-id=5de159f7b8edf6cb", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-key", + "version": "3.1.1", + "description": "Get the PATH environment variable key cross-platform", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-key:path-key:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-key@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-key/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-parse@1.0.7?package-id=4f2a4198a06aa229", + "type": "library", + "author": "Javier Blanco ", + "name": "path-parse", + "version": "1.0.7", + "description": "Node.js path.parse() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-parse_project:path-parse:1.0.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/path-parse@1.0.7", + "externalReferences": [ + { + "url": "https://github.com/jbgutierrez/path-parse.git", + "type": "distribution" + }, + { + "url": "https://github.com/jbgutierrez/path-parse#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-to-regexp@0.1.7?package-id=05a5b312312942bc", + "type": "library", + "name": "path-to-regexp", + "version": "0.1.7", + "description": "Express style path to RegExp utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-to-regexp:path-to-regexp:0.1.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-to-regexp@0.1.7", + "externalReferences": [ + { + "url": "https://github.com/component/path-to-regexp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to-regexp:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to_regexp:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to_regexp:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:component:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:component:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-to-regexp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-type@4.0.0?package-id=9b50c54951e2207d", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-type", + "version": "4.0.0", + "description": "Check if a path is a file, directory, or symlink", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-type:path-type:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-type@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-type:path_type:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_type:path-type:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_type:path_type:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-type:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_type:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-type/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/picomatch@2.3.1?package-id=59c86ce4a2e77076", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "picomatch", + "version": "2.3.1", + "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:micromatch:picomatch:2.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/picomatch@2.3.1", + "externalReferences": [ + { + "url": "https://github.com/micromatch/picomatch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:picomatch:picomatch:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/picomatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/postcss-selector-parser@6.0.10?package-id=de5620797486c805", + "type": "library", + "name": "postcss-selector-parser", + "version": "6.0.10", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:postcss-selector-parser:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/postcss-selector-parser@6.0.10", + "externalReferences": [ + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector-parser:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/prelude-ls@1.2.1?package-id=32576ee2106d5579", + "type": "library", + "author": "George Zahariev ", + "name": "prelude-ls", + "version": "1.2.1", + "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:prelude-ls:prelude-ls:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/prelude-ls@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/gkz/prelude-ls.git", + "type": "distribution" + }, + { + "url": "http://preludels.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prelude-ls:prelude_ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prelude_ls:prelude-ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prelude_ls:prelude_ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prelude:prelude-ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prelude:prelude_ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:prelude-ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:prelude_ls:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/prelude-ls/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proc-log@2.0.1?package-id=1b53361fb1c378a7", + "type": "library", + "author": "GitHub Inc.", + "name": "proc-log", + "version": "2.0.1", + "description": "just emit 'log' events on the process object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:proc-log:proc-log:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/proc-log@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/proc-log.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc-log:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/proc-log/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/progress@2.0.3?package-id=cd25573faffb5931", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "progress", + "version": "2.0.3", + "description": "Flexible ascii progress bar", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:visionmedia:progress:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/progress@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/node-progress", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:progress:progress:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/progress/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-all-reject-late@1.0.1?package-id=cbdada40f118a801", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-all-reject-late", + "version": "1.0.1", + "description": "Like Promise.all, but save rejections until all promises are resolved", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-all-reject-late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-all-reject-late@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject-late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-call-limit@1.0.1?package-id=93ff1a67f13a3b81", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-call-limit", + "version": "1.0.1", + "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-call-limit:promise-call-limit:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-call-limit@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/promise-call-limit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call-limit:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-call-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-inflight@1.0.1?package-id=b0a3dcccbc5b7fc1", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-inflight@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/iarna/promise-inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/promise-inflight#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-retry@2.0.1?package-id=84c3673a3bcc8303", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:promise-retry:promise-retry:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-retry@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/node-promise-retry.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promzard@0.3.0?package-id=1ef7a25eb7ef46ec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "promzard", + "version": "0.3.0", + "description": "prompting wizardly", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promzard:promzard:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/promzard@0.3.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/promzard", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:promzard:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promzard/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proxy-addr@2.0.7?package-id=b3742a084e364bd9", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "proxy-addr", + "version": "2.0.7", + "description": "Determine address of proxied request", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:proxy-addr:proxy-addr:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/proxy-addr@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy-addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy_addr:proxy-addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy_addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy:proxy-addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/proxy-addr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/punycode@2.3.0?package-id=88ecb5dc8f13d721", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "punycode", + "version": "2.3.0", + "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:punycode:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/punycode@2.3.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/punycode.js.git", + "type": "distribution" + }, + { + "url": "https://mths.be/punycode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:punycode:punycode:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/punycode/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qrcode-terminal@0.12.0?package-id=cde083283f3abcd3", + "type": "library", + "name": "qrcode-terminal", + "version": "0.12.0", + "description": "QRCodes, in the terminal", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:qrcode-terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/qrcode-terminal@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "distribution" + }, + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode-terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/qrcode-terminal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qs@6.11.0?package-id=ddd9d98ad98bdd82", + "type": "library", + "name": "qs", + "version": "6.11.0", + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:qs_project:qs:6.11.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/qs@6.11.0", + "externalReferences": [ + { + "url": "https://github.com/ljharb/qs.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/qs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/qs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/queue-microtask@1.2.3?package-id=66f36d72f612942a", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "queue-microtask", + "version": "1.2.3", + "description": "fast, tiny `queueMicrotask` shim for modern engines", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:queue-microtask:queue-microtask:1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/queue-microtask@1.2.3", + "externalReferences": [ + { + "url": "git://github.com/feross/queue-microtask.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/queue-microtask", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:queue-microtask:queue_microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:queue_microtask:queue-microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:queue_microtask:queue_microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:queue-microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:queue_microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:queue:queue-microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:queue:queue_microtask:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/queue-microtask/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/range-parser@1.2.1?package-id=9cf208683082bb56", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "range-parser", + "version": "1.2.1", + "description": "Range header field string parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:range-parser:range-parser:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/range-parser@1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range-parser:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range_parser:range-parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range_parser:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range:range-parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/range-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/raw-body@2.5.1?package-id=46c150d070ac863b", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "raw-body", + "version": "2.5.1", + "description": "Get and validate the raw body of a readable stream.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raw-body:raw-body:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/raw-body@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw-body:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw-body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw-body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/raw-body/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read@1.0.7?package-id=0ca71f767cf58ebc", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "read", + "version": "1.0.7", + "description": "read(1) for node programs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:read:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/read@1.0.7", + "externalReferences": [ + { + "url": "git://github.com/isaacs/read.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-cmd-shim@3.0.0?package-id=4810976f1d9512ee", + "type": "library", + "author": "GitHub Inc.", + "name": "read-cmd-shim", + "version": "3.0.0", + "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-cmd-shim:read-cmd-shim:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-cmd-shim@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-cmd-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/read-cmd-shim#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd-shim:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json@5.0.2?package-id=12ae0f280f21b0c0", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json", + "version": "5.0.2", + "description": "The thing npm uses to read package.json files with semantics and defaults and validation", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json:read-package-json:5.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json@5.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json-fast@2.0.3?package-id=b68048839693fbc1", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "read-package-json-fast", + "version": "2.0.3", + "description": "Like read-package-json, but faster", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json-fast:read-package-json-fast:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json-fast@2.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/npm/read-package-json-fast.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json-fast:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json-fast/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.0?package-id=fa996ab4a3560e26", + "type": "library", + "name": "readable-stream", + "version": "3.6.0", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readdir-scoped-modules@1.1.0?package-id=dcb120d8212f092f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "readdir-scoped-modules", + "version": "1.1.0", + "description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:readdir-scoped-modules:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readdir-scoped-modules@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/readdir-scoped-modules", + "type": "distribution" + }, + { + "url": "https://github.com/npm/readdir-scoped-modules", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped-modules:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped_modules:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped_modules:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/readdir-scoped-modules/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/regexp.prototype.flags@1.4.3?package-id=4246e2c4832e181f", + "type": "library", + "author": "Jordan Harband ", + "name": "regexp.prototype.flags", + "version": "1.4.3", + "description": "ES6 spec-compliant RegExp.prototype.flags shim.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:regexp.prototype.flags:regexp.prototype.flags:1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/regexp.prototype.flags@1.4.3", + "externalReferences": [ + { + "url": "git://github.com/es-shims/RegExp.prototype.flags.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:regexp.prototype.flags:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/regexp.prototype.flags/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/regexpp@3.2.0?package-id=4bd9c996fecac184", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "regexpp", + "version": "3.2.0", + "description": "Regular expression parser for ECMAScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mysticatea:regexpp:3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/regexpp@3.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/regexpp.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/regexpp#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:regexpp:regexpp:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/regexpp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/require-from-string@2.0.2?package-id=678e0ae8fa5054e3", + "type": "library", + "author": "Vsevolod Strukchinsky (github.com/floatdrop)", + "name": "require-from-string", + "version": "2.0.2", + "description": "Require module from string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:require-from-string:require-from-string:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/require-from-string@2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-from-string:require_from_string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_from_string:require-from-string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_from_string:require_from_string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-from:require-from-string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-from:require_from_string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_from:require-from-string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_from:require_from_string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require-from-string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require_from_string:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/require-from-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/requires-port@1.0.0?package-id=d1d15a72de75ad80", + "type": "library", + "author": "Arnout Kazemier", + "name": "requires-port", + "version": "1.0.0", + "description": "Check if a protocol requires a certain port number to be added to an URL.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requires-port:requires-port:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/requires-port@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/unshiftio/requires-port", + "type": "distribution" + }, + { + "url": "https://github.com/unshiftio/requires-port", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires-port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/requires-port/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/resolve@1.22.1?package-id=a48d955e590cd369", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "resolve", + "version": "1.22.1", + "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:browserify:resolve:1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/resolve@1.22.1", + "externalReferences": [ + { + "url": "git://github.com/browserify/resolve.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve:resolve:1.22.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/resolve-from@4.0.0?package-id=6802c23eea4684f8", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "resolve-from", + "version": "4.0.0", + "description": "Resolve the path of a module like `require.resolve()` but from a given path", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:resolve-from:resolve-from:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/resolve-from@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve-from:resolve_from:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve_from:resolve-from:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve_from:resolve_from:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve:resolve-from:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve:resolve_from:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve-from/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/retry@0.12.0?package-id=0ae13328e3ed2bca", + "type": "library", + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "version": "0.12.0", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tim-kos:retry:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/retry@0.12.0", + "externalReferences": [ + { + "url": "git://github.com/tim-kos/node-retry.git", + "type": "distribution" + }, + { + "url": "https://github.com/tim-kos/node-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:retry:retry:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/reusify@1.0.4?package-id=78d6031eb55eba03", + "type": "library", + "author": "Matteo Collina ", + "name": "reusify", + "version": "1.0.4", + "description": "Reuse objects and functions with style", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mcollina:reusify:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/reusify@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/mcollina/reusify.git", + "type": "distribution" + }, + { + "url": "https://github.com/mcollina/reusify#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:reusify:reusify:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/reusify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=dc16b9e007d22011", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=b1c5f39cd0dd4804", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/run-parallel@1.2.0?package-id=930d43b2a32660f8", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "run-parallel", + "version": "1.2.0", + "description": "Run an array of functions in parallel", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:run-parallel:run-parallel:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/run-parallel@1.2.0", + "externalReferences": [ + { + "url": "git://github.com/feross/run-parallel.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/run-parallel", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run-parallel:run_parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_parallel:run-parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_parallel:run_parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:run-parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:run_parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run-parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run_parallel:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/run-parallel/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=d13e1a511fe50988", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=87bf759315796c60", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-regex-test@1.0.0?package-id=e0973c20c58d37b6", + "type": "library", + "author": "Jordan Harband ", + "name": "safe-regex-test", + "version": "1.0.0", + "description": "Give a regex, get a robust predicate function that tests it against a string.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-regex-test:safe-regex-test:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-regex-test@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/safe-regex-test.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/safe-regex-test#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-regex-test:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_regex_test:safe-regex-test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_regex_test:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-regex:safe-regex-test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-regex:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_regex:safe-regex-test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_regex:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:safe-regex-test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-regex-test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_regex_test:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safe-regex-test/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=eeed7108489391d2", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=a07a10e3e77dab53", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.3&package-id=014ce49f90e359d5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.5-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.5-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e52243dbb02069f10d48440ccc5fd41fa5fc2236" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.5-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11dxYFsHvBFAzzHGDo5gOTDNJDyQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "37687" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@6.3.0?package-id=9e25d3e55b78dc09", + "type": "library", + "name": "semver", + "version": "6.3.0", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:6.3.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@6.3.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/eslint-plugin-import/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.3.7?package-id=599b7743d3147f39", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.3.7", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.3.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.3.7", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.3.8?package-id=de0d724a755eaf7b", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.3.8", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.3.8:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.3.8", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/send@0.18.0?package-id=97fa7f24fb8a06ab", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "send", + "version": "0.18.0", + "description": "Better streaming static file server with Range and conditional-GET support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:send:send:0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/send@0.18.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/serve-static@1.15.0?package-id=2c63ce5bf0afe64b", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "serve-static", + "version": "1.15.0", + "description": "Serve static files", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:serve-static:serve-static:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/serve-static@1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve-static:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve_static:serve-static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve_static:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve:serve-static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/serve-static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/set-blocking@2.0.0?package-id=62b29cfa8ddf618d", + "type": "library", + "author": "Ben Coe ", + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:set-blocking:set-blocking:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/set-blocking@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/yargs/set-blocking.git", + "type": "distribution" + }, + { + "url": "https://github.com/yargs/set-blocking#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set-blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/set-blocking/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/setprototypeof@1.2.0?package-id=21bb5ed5369866ff", + "type": "library", + "author": "Wes Todd", + "name": "setprototypeof", + "version": "1.2.0", + "description": "A small polyfill for Object.setprototypeof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:setprototypeof:setprototypeof:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/setprototypeof@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/wesleytodd/setprototypeof.git", + "type": "distribution" + }, + { + "url": "https://github.com/wesleytodd/setprototypeof", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wesleytodd:setprototypeof:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/setprototypeof/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-command@2.0.0?package-id=951dc063d7b68de8", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "shebang-command", + "version": "2.0.0", + "description": "Get the command from a shebang", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-command:shebang-command:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-command@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/shebang-command/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-regex@3.0.0?package-id=e436c6380f445f30", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "shebang-regex", + "version": "3.0.0", + "description": "Regular expression for matching a shebang line", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-regex:shebang-regex:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-regex@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/shebang-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/side-channel@1.0.4?package-id=fc7294387c8c409c", + "type": "library", + "author": "Jordan Harband ", + "name": "side-channel", + "version": "1.0.4", + "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:side-channel:side-channel:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/side-channel@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/side-channel.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/side-channel#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side-channel:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side_channel:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side_channel:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/side-channel/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@3.0.7?package-id=01e3e5a0aacb8689", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + }, + { + "url": "https://github.com/tapjs/signal-exit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/slash@3.0.0?package-id=350f311591e52be1", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "slash", + "version": "3.0.0", + "description": "Convert Windows backslash paths to slash paths", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:slash:slash:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/slash@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/slash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/slice-ansi@4.0.0?package-id=75694951885518fc", + "type": "library", + "name": "slice-ansi", + "version": "4.0.0", + "description": "Slice a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:slice-ansi:slice-ansi:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/slice-ansi@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slice-ansi:slice_ansi:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slice_ansi:slice-ansi:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slice_ansi:slice_ansi:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slice:slice-ansi:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slice:slice_ansi:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/slice-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/smart-buffer@4.2.0?package-id=b2f92ca46a19d8b5", + "type": "library", + "author": "Josh Glazebrook", + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:smart-buffer:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/smart-buffer@4.2.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/smart-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/smart-buffer/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JoshGlazebrook:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/smart-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks@2.7.0?package-id=d9f78361c170fc3a", + "type": "library", + "author": "Josh Glazebrook", + "name": "socks", + "version": "2.7.0", + "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:socks:2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks@2.7.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/socks.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/socks/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@7.0.0?package-id=0cfca13a62fbdaf8", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "7.0.0", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-correct@3.1.1?package-id=97404948a9f05b0a", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "spdx-correct", + "version": "3.1.1", + "description": "correct invalid SPDX expressions", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-correct:spdx-correct:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-correct@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-correct:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx-correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-correct/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-exceptions@2.3.0?package-id=ac999a05b44a0e5d", + "type": "library", + "author": "The Linux Foundation", + "name": "spdx-exceptions", + "version": "2.3.0", + "description": "list of SPDX standard license exceptions", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-exceptions@2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-exceptions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-expression-parse@3.0.1?package-id=35927b342f932e0c", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "spdx-expression-parse", + "version": "3.0.1", + "description": "parse SPDX license expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:spdx-expression-parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-expression-parse@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression-parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-license-ids@3.0.11?package-id=15c1bad6d688f74e", + "type": "library", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "name": "spdx-license-ids", + "version": "3.0.11", + "description": "A list of SPDX license identifiers", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-license-ids:spdx-license-ids:3.0.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-license-ids@3.0.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license-ids:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-license-ids/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sprintf-js@1.0.3?package-id=b37d4e8fbbae611e", + "type": "library", + "author": "Alexandru Marasteanu (http://alexei.ro/)", + "name": "sprintf-js", + "version": "1.0.3", + "description": "JavaScript sprintf implementation", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:sprintf-js:sprintf-js:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/sprintf-js@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/alexei/sprintf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf-js:sprintf_js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf_js:sprintf-js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf_js:sprintf_js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf:sprintf-js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf:sprintf_js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexei:sprintf-js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexei:sprintf_js:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/sprintf-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3&package-id=032b724597417981", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.35.0-r29", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QuqZjeP6XG85I29tOiCWofL8Cj0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4929" + } + ] + }, + { + "bom-ref": "pkg:npm/ssri@9.0.1?package-id=82ce47a4847e7ba9", + "type": "library", + "author": "GitHub Inc.", + "name": "ssri", + "version": "9.0.1", + "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ssri:ssri:9.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ssri@9.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ssri.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ssri:9.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ssri/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/statuses@2.0.1?package-id=c9d5eac300e439dc", + "type": "library", + "name": "statuses", + "version": "2.0.1", + "description": "HTTP status utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:statuses:statuses:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/statuses@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/statuses/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=c27480f61d8a6b60", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=410ba6801705f16c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string.prototype.trim@1.2.7?package-id=dbdd56dd2a39ec50", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "string.prototype.trim", + "version": "1.2.7", + "description": "ES5 spec-compliant shim for String.prototype.trim", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string.prototype.trim:string.prototype.trim:1.2.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/string.prototype.trim@1.2.7", + "externalReferences": [ + { + "url": "git://github.com/es-shims/String.prototype.trim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:string.prototype.trim:1.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string.prototype.trim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string.prototype.trimend@1.0.6?package-id=f299d590877fd54b", + "type": "library", + "author": "Jordan Harband ", + "name": "string.prototype.trimend", + "version": "1.0.6", + "description": "ES2019 spec-compliant String.prototype.trimEnd shim.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string.prototype.trimend:string.prototype.trimend:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/string.prototype.trimend@1.0.6", + "externalReferences": [ + { + "url": "git://github.com/es-shims/String.prototype.trimEnd.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:string.prototype.trimend:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string.prototype.trimend/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string.prototype.trimstart@1.0.6?package-id=d6c6ec4fd6dbcc22", + "type": "library", + "author": "Jordan Harband ", + "name": "string.prototype.trimstart", + "version": "1.0.6", + "description": "ES2019 spec-compliant String.prototype.trimStart shim.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string.prototype.trimstart:string.prototype.trimstart:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/string.prototype.trimstart@1.0.6", + "externalReferences": [ + { + "url": "git://github.com/es-shims/String.prototype.trimStart.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es-shims:string.prototype.trimstart:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string.prototype.trimstart/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=877baedf9ab7a0dc", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=ed249812cb373a87", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=f5d3e79214a5f651", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-bom@3.0.0?package-id=5a8fe48f2541a7a2", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-bom", + "version": "3.0.0", + "description": "Strip UTF-8 byte order mark (BOM) from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-bom:strip-bom:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-bom@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-bom:strip_bom:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_bom:strip-bom:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_bom:strip_bom:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-bom:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_bom:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/strip-bom/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-json-comments@3.1.1?package-id=f8d954a41f11c4e2", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-json-comments", + "version": "3.1.1", + "description": "Strip comments from JSON. Lets you use comments in your JSON files!", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-json-comments:strip-json-comments:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-json-comments@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-json-comments:strip_json_comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_json_comments:strip-json-comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_json_comments:strip_json_comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-json:strip-json-comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-json:strip_json_comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_json:strip-json-comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_json:strip_json_comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-json-comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_json_comments:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/strip-json-comments/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@5.5.0?package-id=900eccb416222ded", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "supports-color", + "version": "5.5.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:5.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@5.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@babel/highlight/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@7.2.0?package-id=567779d766f17660", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "supports-color", + "version": "7.2.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@7.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@7.2.0?package-id=46a27d910509daf4", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "supports-color", + "version": "7.2.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@7.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-preserve-symlinks-flag@1.0.0?package-id=30fa9458529b9d21", + "type": "library", + "author": "Jordan Harband ", + "name": "supports-preserve-symlinks-flag", + "version": "1.0.0", + "description": "Determine if the current node version supports the `--preserve-symlinks` flag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-preserve-symlinks-flag:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-preserve-symlinks-flag@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks-flag:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks_flag:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks_flag:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/supports-preserve-symlinks-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/table@6.8.1?package-id=e99d28bc35eb104e", + "type": "library", + "author": "Gajus Kuizinas (http://gajus.com)", + "name": "table", + "version": "6.8.1", + "description": "Formats data into a string table.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:gajus:table:6.8.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/table@6.8.1", + "externalReferences": [ + { + "url": "https://github.com/gajus/table", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:table:table:6.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/table/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tar@6.1.11?package-id=0db3d992cf7f3b27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "tar", + "version": "6.1.11", + "description": "tar for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:tar_project:tar:6.1.11:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tar@6.1.11", + "externalReferences": [ + { + "url": "https://github.com/npm/node-tar.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tar/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=6a517008b09096ed", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=18e379f589d29266", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tiny-relative-date@1.3.0?package-id=d786045d7709a3a0", + "type": "library", + "author": "Joseph Wynn (https://wildlyinaccurate.com/)", + "name": "tiny-relative-date", + "version": "1.3.0", + "description": "Tiny function that provides relative, human-readable dates.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tiny-relative-date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tiny-relative-date@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/wildlyinaccurate/relative-date.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative-date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tiny-relative-date/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/to-regex-range@5.0.1?package-id=c31640f2404fb140", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "to-regex-range", + "version": "5.0.1", + "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:to-regex-range:to-regex-range:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/to-regex-range@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/micromatch/to-regex-range", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to-regex-range:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to_regex_range:to-regex-range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to_regex_range:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micromatch:to-regex-range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:micromatch:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to-regex:to-regex-range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to-regex:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to_regex:to-regex-range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to_regex:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to:to-regex-range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:to:to_regex_range:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/to-regex-range/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/toidentifier@1.0.1?package-id=dd9454ed2e9a6aa5", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "toidentifier", + "version": "1.0.1", + "description": "Convert a string of words to a JavaScript identifier", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:toidentifier:toidentifier:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/toidentifier@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/toidentifier/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/treeverse@2.0.0?package-id=28cdc63ea8748963", + "type": "library", + "author": "GitHub Inc.", + "name": "treeverse", + "version": "2.0.0", + "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:treeverse:treeverse:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/treeverse@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/treeverse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:treeverse:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/treeverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ts-node@10.9.1?package-id=68dcf1b17380ce0c", + "type": "library", + "author": "Blake Embrey (http://blakeembrey.me)", + "name": "ts-node", + "version": "10.9.1", + "description": "TypeScript execution environment and REPL for node.js, with source map support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TypeStrong:ts-node:10.9.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ts-node@10.9.1", + "externalReferences": [ + { + "url": "git://github.com/TypeStrong/ts-node.git", + "type": "distribution" + }, + { + "url": "https://typestrong.org/ts-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TypeStrong:ts_node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts-node:ts-node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts-node:ts_node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts_node:ts-node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts_node:ts_node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts:ts-node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ts:ts_node:10.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ts-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tsconfig-paths@3.14.2?package-id=d733d4510f80e0a2", + "type": "library", + "author": "Jonas Kello", + "name": "tsconfig-paths", + "version": "3.14.2", + "description": "Load node modules according to tsconfig paths, in run-time or via API.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tsconfig-paths:tsconfig-paths:3.14.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/tsconfig-paths@3.14.2", + "externalReferences": [ + { + "url": "https://github.com/dividab/tsconfig-paths", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig-paths:tsconfig_paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig_paths:tsconfig-paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig_paths:tsconfig_paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:tsconfig-paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsconfig:tsconfig_paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dividab:tsconfig-paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dividab:tsconfig_paths:3.14.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tsconfig-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=645f6df94b01da17", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tsutils@3.21.0?package-id=062efb3bb9908067", + "type": "library", + "author": "Klaus Meinhardt", + "name": "tsutils", + "version": "3.21.0", + "description": "utilities for working with typescript's AST", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tsutils:tsutils:3.21.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tsutils@3.21.0", + "externalReferences": [ + { + "url": "https://github.com/ajafff/tsutils", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajafff:tsutils:3.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tsutils/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/type-check@0.4.0?package-id=5d6404bb1f445703", + "type": "library", + "author": "George Zahariev ", + "name": "type-check", + "version": "0.4.0", + "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:type-check:type-check:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/type-check@0.4.0", + "externalReferences": [ + { + "url": "git://github.com/gkz/type-check.git", + "type": "distribution" + }, + { + "url": "https://github.com/gkz/type-check", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type-check:type_check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_check:type-check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_check:type_check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type-check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type_check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:type-check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gkz:type_check:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/type-check/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/type-fest@0.20.2?package-id=0bfacee8e548b064", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "type-fest", + "version": "0.20.2", + "description": "A collection of essential TypeScript types", + "cpe": "cpe:2.3:a:type-fest:type-fest:0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/type-fest@0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type-fest:type_fest:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_fest:type-fest:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_fest:type_fest:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type-fest:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type_fest:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/type-fest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/type-is@1.6.18?package-id=edf6df4ac39b4517", + "type": "library", + "name": "type-is", + "version": "1.6.18", + "description": "Infer the content-type of a request.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:type-is:type-is:1.6.18:*:*:*:*:*:*:*", + "purl": "pkg:npm/type-is@1.6.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type-is:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_is:type-is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_is:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type-is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/type-is/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/typed-array-length@1.0.4?package-id=a727797e177b8512", + "type": "library", + "author": "Jordan Harband ", + "name": "typed-array-length", + "version": "1.0.4", + "description": "Robustly get the length of a Typed Array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:typed-array-length:typed-array-length:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/typed-array-length@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/typed-array-length.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/typed-array-length#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed-array-length:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed_array_length:typed-array-length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed_array_length:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed-array:typed-array-length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed-array:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed_array:typed-array-length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed_array:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:typed-array-length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed:typed-array-length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typed:typed_array_length:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/typed-array-length/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/typescript@4.9.5?package-id=95b21f8f53eedffc", + "type": "library", + "author": "Microsoft Corp.", + "name": "typescript", + "version": "4.9.5", + "description": "TypeScript is a language for application scale JavaScript development", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:typescript:typescript:4.9.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/typescript@4.9.5", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/TypeScript.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Microsoft:typescript:4.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/typescript/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unbox-primitive@1.0.2?package-id=537719113b1adcd0", + "type": "library", + "author": "Jordan Harband ", + "name": "unbox-primitive", + "version": "1.0.2", + "description": "Unbox a boxed JS primitive value.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:unbox-primitive:unbox-primitive:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/unbox-primitive@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/unbox-primitive.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/unbox-primitive#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unbox-primitive:unbox_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unbox_primitive:unbox-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unbox_primitive:unbox_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:unbox-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:unbox_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unbox:unbox-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unbox:unbox_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/unbox-primitive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-filename@2.0.1?package-id=421b74911df1c1c3", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-filename", + "version": "2.0.1", + "description": "Generate a unique filename for use in temporary directories or caches.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-filename:unique-filename:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-filename@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-filename.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/unique-filename", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-filename:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-filename/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-slug@3.0.0?package-id=02858183d7b87785", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-slug", + "version": "3.0.0", + "description": "Generate a unique character string suitible for use in files and URLs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-slug:unique-slug:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-slug@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-slug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-slug:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-slug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unpipe@1.0.0?package-id=195ba8ddd5b6fcc7", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "unpipe", + "version": "1.0.0", + "description": "Unpipe a stream from all destinations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:unpipe:unpipe:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unpipe@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/unpipe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uri-js@4.4.1?package-id=5fffe3624fde3a2c", + "type": "library", + "author": "Gary Court ", + "name": "uri-js", + "version": "4.4.1", + "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:uri-js_project:uri-js:4.4.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/uri-js@4.4.1", + "externalReferences": [ + { + "url": "http://github.com/garycourt/uri-js", + "type": "distribution" + }, + { + "url": "https://github.com/garycourt/uri-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/uri-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=93c457ea6c55342d", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/utils-merge@1.0.1?package-id=068d21363c53352d", + "type": "library", + "author": "Jared Hanson (http://www.jaredhanson.net/)", + "name": "utils-merge", + "version": "1.0.1", + "description": "merge() utility function", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jaredhanson:utils-merge:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/utils-merge@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/jaredhanson/utils-merge.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaredhanson:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils-merge:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils-merge:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils_merge:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils_merge:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/utils-merge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/v8-compile-cache@2.3.0?package-id=34a4385c12fa3ad2", + "type": "library", + "author": "Andres Suarez ", + "name": "v8-compile-cache", + "version": "2.3.0", + "description": "Require hook for automatic V8 compile cache persistence", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:v8-compile-cache:v8-compile-cache:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/v8-compile-cache@2.3.0", + "externalReferences": [ + { + "url": "https://github.com/zertosh/v8-compile-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile-cache:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache:v8-compile-cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile:v8-compile-cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile:v8-compile-cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zertosh:v8-compile-cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zertosh:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8:v8-compile-cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8:v8_compile_cache:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/v8-compile-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/v8-compile-cache-lib@3.0.1?package-id=5061626dfff6fed7", + "type": "library", + "author": "Andrew Bradley ", + "name": "v8-compile-cache-lib", + "version": "3.0.1", + "description": "Require hook for automatic V8 compile cache persistence", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:v8-compile-cache-lib:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/v8-compile-cache-lib@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/cspotcode/v8-compile-cache-lib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile-cache-lib:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache_lib:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache_lib:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile-cache:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile-cache:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile_cache:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8-compile:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8_compile:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cspotcode:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cspotcode:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8:v8-compile-cache-lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:v8:v8_compile_cache_lib:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/v8-compile-cache-lib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4?package-id=d2f4d374ef2fa2c3", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "validate-npm-package-license", + "version": "3.0.4", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-license@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-name@4.0.0?package-id=f66ff435b462078e", + "type": "library", + "author": "GitHub Inc.", + "name": "validate-npm-package-name", + "version": "4.0.0", + "description": "Give me a string and I'll tell you if it's a valid npm package name", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-name:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-name@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/validate-npm-package-name.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/validate-npm-package-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-name:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/vary@1.1.2?package-id=8103672eb32261db", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "vary", + "version": "1.1.2", + "description": "Manipulate the HTTP Vary header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:vary:vary:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/vary@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/vary/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/walk-up-path@1.0.0?package-id=f964fdf825ea096e", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "walk-up-path", + "version": "1.0.0", + "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:walk-up-path:walk-up-path:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/walk-up-path@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/walk-up-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up-path:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/walk-up-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wcwidth@1.0.1?package-id=2f108387d69600a2", + "type": "library", + "author": "Tim Oxley", + "name": "wcwidth", + "version": "1.0.1", + "description": "Port of C's wcwidth() and wcswidth()", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timoxley:wcwidth:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/wcwidth@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/timoxley/wcwidth.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/wcwidth#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wcwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=7bdd9ca7cf972dc2", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=5617c726bd9eb55c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which-boxed-primitive@1.0.2?package-id=b5d16a95872aa070", + "type": "library", + "author": "Jordan Harband ", + "name": "which-boxed-primitive", + "version": "1.0.2", + "description": "Which kind of boxed JS primitive is this?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:which-boxed-primitive:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which-boxed-primitive@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/which-boxed-primitive.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/which-boxed-primitive#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-boxed-primitive:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_boxed_primitive:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_boxed_primitive:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-boxed:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-boxed:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_boxed:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_boxed:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which-boxed-primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which_boxed_primitive:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/which-boxed-primitive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which-typed-array@1.1.9?package-id=5a47afb93f8840ed", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "which-typed-array", + "version": "1.1.9", + "description": "Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:which-typed-array:which-typed-array:1.1.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/which-typed-array@1.1.9", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/which-typed-array.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-typed-array:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_typed_array:which-typed-array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_typed_array:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-typed:which-typed-array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which-typed:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_typed:which-typed-array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which_typed:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:which-typed-array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which-typed-array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which_typed_array:1.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/which-typed-array/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wide-align@1.1.5?package-id=c5836cfeba38f215", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "wide-align", + "version": "1.1.5", + "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wide-align:wide-align:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/wide-align@1.1.5", + "externalReferences": [ + { + "url": "https://github.com/iarna/wide-align", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide-align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wide-align/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/word-wrap@1.2.3?package-id=80e1ff8a76be48e4", + "type": "library", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "name": "word-wrap", + "version": "1.2.3", + "description": "Wrap words to a specified length.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:word-wrap_project:word-wrap:1.2.3:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/word-wrap@1.2.3", + "externalReferences": [ + { + "url": "https://github.com/jonschlinkert/word-wrap", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/word-wrap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=5cd8e12f98ad2537", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=cdb2fcf506c85171", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/write-file-atomic@4.0.2?package-id=88ed005f04479d05", + "type": "library", + "author": "GitHub Inc.", + "name": "write-file-atomic", + "version": "4.0.2", + "description": "Write files in an atomic fashion w/configurable ownership", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:write-file-atomic:write-file-atomic:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/write-file-atomic@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/write-file-atomic.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/write-file-atomic", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file-atomic:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/write-file-atomic/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=7aa4601e743c9f2c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d8bcb7a961eba17f36a9bdfed6e988efc36f628f79df427609b92817a3888f6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=5e2e2aad0f7ed590", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yarn@1.22.19?package-id=b3ac5620e21af7b1", + "type": "library", + "name": "yarn", + "version": "1.22.19", + "description": "📦🐈 Fast, reliable, and secure dependency management.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:yarn:yarn:1.22.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/yarn@1.22.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/opt/yarn-v1.22.19/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yn@3.1.1?package-id=cf3216e1047416d7", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "yn", + "version": "3.1.1", + "description": "Parse yes/no like values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:yn:yn:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/yn@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:96bbd89e60d2d6fa6ee323754dfeb339fdf73477fd921872bde6be54c25b08e6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/yn/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.3&package-id=b8ee1f66780f175f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r0", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.3", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b951f8a113f5cb174e44d411da76c4f72fef8e95ef1d03bcf4a1592a21a8aeb6" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb37266b06a72d21d1fd850ef4b86665cf9ef70f" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rjnXT01l1PAxXheUxe4Oldl5rFk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54258" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.17.3", + "description": "Alpine Linux v3.17", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.17.3" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.17" + }, + { + "name": "syft:distro:versionID", + "value": "3.17.3" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.3&package-id=538dff49e6576a74", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.3&package-id=2b13c37ad68dba47", + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3&package-id=8afef83200389370" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.3&package-id=1d0d53b03364a499", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.3&package-id=f95698b8d91e0764", + "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=cc8f90662d91481d", + "pkg:apk/alpine/libssl3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=aadad53ca60752e4", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b", + "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.3&package-id=b8ee1f66780f175f" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3&package-id=8afef83200389370", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.3&package-id=cfc1578e6b4f88d5" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.3&package-id=cfc1578e6b4f88d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.3&package-id=3da1da8b4149460f", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.3&package-id=96aaf79fc685e220" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=cc8f90662d91481d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3&package-id=1626e42703548020", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=aadad53ca60752e4", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=cc8f90662d91481d", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3&package-id=2d1b2f248610dd23", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.3&package-id=1626e42703548020", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.3&package-id=96aaf79fc685e220", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b", + "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.3&package-id=014ce49f90e359d5" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.3&package-id=014ce49f90e359d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.3&package-id=032b724597417981", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=cc8f90662d91481d", + "pkg:apk/alpine/libssl3@3.0.8-r3?arch=x86_64&upstream=openssl&distro=alpine-3.17.3&package-id=aadad53ca60752e4", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.3&package-id=b8ee1f66780f175f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.3&package-id=a82a419b6960f70b" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-grafana-plugins-3.9.2.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-grafana-plugins-3.9.2.syft.cdx.json new file mode 100644 index 00000000..6776e2a8 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-grafana-plugins-3.9.2.syft.cdx.json @@ -0,0 +1,87 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:8882218d-063f-4eb1-a950-9a51e34b5620", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:52-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "b65d92bb02b11080", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/grafana-plugins", + "version": "3.9.2" + } + }, + "components": [ + { + "bom-ref": "ecb6dda993e2a156", + "type": "application", + "name": "busybox", + "version": "1.36.1", + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1:*:*:*:*:*:*:*", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox:1.36.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:82ae998286b2bba64ce571578647adcabef93d53867748d6046cc844ff193a83" + }, + { + "name": "syft:location:0:path", + "value": "/bin/[" + } + ] + }, + { + "type": "operating-system", + "name": "busybox", + "version": "1.36.1", + "description": "BusyBox v1.36.1", + "swid": { + "tagId": "busybox", + "name": "busybox", + "version": "1.36.1" + }, + "properties": [ + { + "name": "syft:distro:id", + "value": "busybox" + }, + { + "name": "syft:distro:idLike:0", + "value": "busybox" + }, + { + "name": "syft:distro:prettyName", + "value": "BusyBox v1.36.1" + }, + { + "name": "syft:distro:versionID", + "value": "1.36.1" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx.json new file mode 100644 index 00000000..112d8c93 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-grafana-rbac-integrator-0.9.10.syft.cdx.json @@ -0,0 +1,6875 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:7358856e-aedc-4a5e-ac87-1a477ca08007", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:00-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "a5dfa241e8442087", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/grafana-rbac-integrator", + "version": "0.9.10" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/.python-rundeps@20231201.023246?arch=noarch&distro=alpine-3.18.5&package-id=cc3d2a808088993f", + "type": "library", + "name": ".python-rundeps", + "version": "20231201.023246", + "description": "virtual meta package", + "cpe": "cpe:2.3:a:.python-rundeps:.python-rundeps:20231201.023246:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/.python-rundeps@20231201.023246?arch=noarch&distro=alpine-3.18.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python-rundeps:.python_rundeps:20231201.023246:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python-rundeps:20231201.023246:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python_rundeps:20231201.023246:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python-rundeps:20231201.023246:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python_rundeps:20231201.023246:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QaR9h8T3pD0GyIBghF6hbLrkWmM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libbz2.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libpanelw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "so:libsqlite3.so.0" + }, + { + "name": "syft:metadata:pullDependencies:13", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:14", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:pullDependencies:15", + "value": "so:libuuid.so.1" + }, + { + "name": "syft:metadata:pullDependencies:16", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libexpat.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libffi.so.8" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libgdbm.so.6" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libgdbm_compat.so.4" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:liblzma.so.5" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libnsl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "0" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "type": "library", + "publisher": "prspkt ", + "name": "brotli-libs", + "version": "1.0.9-r14", + "description": "Generic lossless compressor (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://github.com/google/brotli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli-libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0a1208f4924921ba3c0fba5429338a5990f1741c" + }, + { + "name": "syft:metadata:installedSize", + "value": "806912" + }, + { + "name": "syft:metadata:originPackage", + "value": "brotli" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbrotlicommon.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libbrotlidec.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libbrotlienc.so.1=1.0.9" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1SLIAbTXN3oSaGPfK2/rxfJJzEw8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "348557" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FG8M+7w+dkjV9Vy0mGFWW2t4+Do=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157021" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.7.22?package-id=54c6d6dd87a629d7", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.7.22", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.7.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.7.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/certifi-2023.7.22.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/certifi-2023.7.22.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.9/site-packages/certifi-2023.7.22.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.3.0?package-id=cec6d750b821e1d8", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.3.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/charset_normalizer-3.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/charset_normalizer-3.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.9/site-packages/charset_normalizer-3.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=6d19df7102779c4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "curl", + "version": "8.5.0-r0", + "description": "URL retrival utility and library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:haxx:curl:8.5.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "badf2583b77f06cf2b9fa4406a593dd663023de3" + }, + { + "name": "syft:metadata:installedSize", + "value": "253952" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:curl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oSBerwcr+l8IBT+vBOsovgBwQRo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libcurl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcurl.so.4" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "149054" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5695dee3f09cd7f0", + "type": "library", + "publisher": "Natanael Copa ", + "name": "gdbm", + "version": "1.23-r1", + "description": "GNU dbm is a set of database routines that use extensible hashing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gdbm:gdbm:1.23-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gdbm/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:gdbm:1.23-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "gdbm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgdbm.so.6=6.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgdbm_compat.so.4=4.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1LJ16wY8axQA000s8vbuD1ZTVDiE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32308" + } + ] + }, + { + "bom-ref": "pkg:pypi/grafana-client@3.11.0?package-id=bdbcc011410b1450", + "type": "library", + "author": "Andrew Prokhorenkov ", + "name": "grafana-client", + "version": "3.11.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:andrew_prokhorenkov_project:python-grafana-client:3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grafana-client@3.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov_project:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkovproject:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkovproject:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-client:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-client:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_client:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_client:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov_project:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov_project:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-prokhorenkov:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-prokhorenkov:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkovproject:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkovproject:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-client:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-client:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_client:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_client:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-client:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-client:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_client:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_client:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-prokhorenkov:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-prokhorenkov:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_prokhorenkov:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-client:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-client:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_client:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_client:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grafana-client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grafana_client:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/grafana_client-3.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/grafana_client-3.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.9/site-packages/grafana_client-3.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/grafana-rbac-integrator@0.1.0?package-id=b8ccfd2db07c7903", + "type": "library", + "author": "Carson Moore ", + "name": "grafana-rbac-integrator", + "version": "0.1.0", + "cpe": "cpe:2.3:a:python-grafana-rbac-integrator:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grafana-rbac-integrator@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac-integrator:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac_integrator:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac_integrator:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac-integrator:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac-integrator:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac_integrator:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac_integrator:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac-integrator:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac-integrator:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac_integrator:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac_integrator:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore_project:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore_project:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_mooreproject:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_mooreproject:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac-integrator:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac-integrator:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac_integrator:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac_integrator:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore_project:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore_project:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson-moore:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson-moore:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_mooreproject:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_mooreproject:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana-rbac:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana_rbac:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grafana:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grafana:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson-moore:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson-moore:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:carson_moore:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana-rbac:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana_rbac:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grafana-rbac-integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grafana_rbac_integrator:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f632826359702cf0657976c3bc143c9a9c53f41b2bfc9d547ff02742802bf680" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/grafana_rbac_integrator-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f632826359702cf0657976c3bc143c9a9c53f41b2bfc9d547ff02742802bf680" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/grafana_rbac_integrator-0.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=dccf9a5fd1c84192", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "keyutils-libs", + "version": "1.6.3-r3", + "description": "Key utilities library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:keyutils-libs:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://people.redhat.com/~dhowells/keyutils/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils-libs:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils-libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils_libs:1.6.3-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "keyutils" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libkeyutils.so.1=1.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q169EXh6T3Gsex3BmvC91FPFbZPD8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "8084" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=ff111bf3f55c965d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-conf", + "version": "1.0-r2", + "description": "Shared krb5.conf for both MIT krb5 and heimdal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4a46b2cb955e25fd6d6f913794d35bc6d876aea9" + }, + { + "name": "syft:metadata:installedSize", + "value": "12288" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1q3Zh7lCMzdYPnyTuQclztivao2M=" + }, + { + "name": "syft:metadata:size", + "value": "1771" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.5&package-id=742b3b6abf611e31", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-libs", + "version": "1.20.1-r1", + "description": "The shared libraries used by Kerberos 5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_libs:1.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1912832" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgssapi_krb5.so.2=2.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgssrpc.so.4=4.2" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libk5crypto.so.3=3.1" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libkadm5clnt_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libkadm5srv_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:5", + "value": "so:libkdb5.so.10=10.0" + }, + { + "name": "syft:metadata:provides:6", + "value": "so:libkrad.so.0=0.0" + }, + { + "name": "syft:metadata:provides:7", + "value": "so:libkrb5.so.3=3.3" + }, + { + "name": "syft:metadata:provides:8", + "value": "so:libkrb5support.so.0=0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ttrAtHO+y9TyCt7Tu4dHasAd480=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcom_err.so.2" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libkeyutils.so.1" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libverto.so.1" + }, + { + "name": "syft:metadata:size", + "value": "792001" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libbz2", + "version": "1.0.8-r5", + "description": "Shared library for bz2", + "licenses": [ + { + "license": { + "id": "bzip2-1.0.6" + } + } + ], + "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://sourceware.org/bzip2/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "bzip2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbz2.so.1=1.0.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1v13gWmLEhB4wJ6i0S77ZTIkSSDU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "33557" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.5&package-id=623d7ebf7cada75d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcom_err", + "version": "1.47.0-r2", + "description": "Common error description library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND MIT" + } + ], + "cpe": "cpe:2.3:a:libcom-err:libcom-err:1.47.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://e2fsprogs.sourceforge.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom-err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err:1.47.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f795d18f2f028733a4a0cb0cddf582da77d5cd6c" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "e2fsprogs" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcom_err.so.2=2.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JtioCUgk/Ig2kemAEwFP5ZC5CZ8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "6497" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcurl", + "version": "8.5.0-r0", + "description": "The multiprotocol file transfer library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:libcurl:libcurl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "badf2583b77f06cf2b9fa4406a593dd663023de3" + }, + { + "name": "syft:metadata:installedSize", + "value": "598016" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcurl.so.4=4.8.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rSeJPoRcRdLTweUC2PkOGXCQnUw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libidn2.so.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libnghttp2.so.14" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "284008" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libexpat", + "version": "2.5.0-r1", + "description": "XML Parser library written in C (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat:libexpat:2.5.0-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://libexpat.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "147456" + }, + { + "name": "syft:metadata:originPackage", + "value": "expat" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexpat.so.1=1.8.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1HckygN+FaPOKMnPm/G6nsK7Ddvw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "58531" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=2d759b4ca3e335ed", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libffi", + "version": "3.4.4-r2", + "description": "portable, high level programming interface to various calling conventions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libffi:libffi:3.4.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://sourceware.org/libffi/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "53248" + }, + { + "name": "syft:metadata:originPackage", + "value": "libffi" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libffi.so.8=8.1.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1xtictLb2KgBtjl6nDymcUhtVZy8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "18623" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "type": "library", + "publisher": "Drew DeVault ", + "name": "libidn2", + "version": "2.3.4-r1", + "description": "Encode/Decode library for internationalized domain names", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libidn2:libidn2:2.3.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libidn#libidn2", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "212992" + }, + { + "name": "syft:metadata:originPackage", + "value": "libidn2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libidn2.so.0=0.3.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1e8PNgko4hneETI5udcz1NEz0L28=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libunistring.so.5" + }, + { + "name": "syft:metadata:size", + "value": "104931" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1dD0p75kd/SeiqiNdbcrVT0ZTiOY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "161980" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4a1de3dc5b37b070", + "type": "library", + "publisher": "Valery Kartel ", + "name": "libnsl", + "version": "2.0.0-r0", + "description": "Public client interface for NIS(YP) and NIS+ in a IPv6 ready version", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:thkukuk:libnsl:2.0.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://github.com/thkukuk/libnsl", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl:2.0.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "35fa189025e04e300ea9d2627661460e3c40394b" + }, + { + "name": "syft:metadata:installedSize", + "value": "45056" + }, + { + "name": "syft:metadata:originPackage", + "value": "libnsl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnsl.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q116M0vyFzWk2D7bxxooklbRhnwtU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libintl.so.8" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:size", + "value": "12039" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=708313fe8e002a17", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libpanelw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libpanelw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libpanelw:libpanelw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "32768" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpanelw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nmQyhXWGB+MYddbEFQl1GzvQoIc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "5878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libproc2@4.0.4-r0?arch=x86_64&upstream=procps-ng&distro=alpine-3.18.5&package-id=a4387602c7af4e36", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libproc2", + "version": "4.0.4-r0", + "description": "Library for monitoring system and processes", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:procps-ng:libproc2:4.0.4-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libproc2@4.0.4-r0?arch=x86_64&upstream=procps-ng&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.com/procps-ng/procps", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2:libproc2:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps-ng:libproc:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2:libproc:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc:libproc2:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc:libproc:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "844291c27bac99e0d91aa263682192d9cd723bfe" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "procps-ng" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libproc2.so.0=0.0.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17L59H9waCU/UqVDU6Ko91QrZAw0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "50976" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.5&package-id=618be9fd1848c691", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc", + "version": "1.3.3-r2", + "description": "Transport Independent RPC library (SunRPC replacement)", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc:libtirpc:1.3.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "184320" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libtirpc.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d1TWQjNfUkUo43SL5ECJTWcyHgs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libtirpc-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libgssapi_krb5.so.2" + }, + { + "name": "syft:metadata:size", + "value": "78558" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.5&package-id=f0585e8bbaf33a47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc-conf", + "version": "1.3.3-r2", + "description": "Configuration files for TI-RPC", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-conf:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-conf:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_conf:1.3.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "16384" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ED22CTrY6e0j2oLj7prv0hD7kfQ=" + }, + { + "name": "syft:metadata:size", + "value": "2236" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libunistring", + "version": "1.1-r1", + "description": "Library for manipulating Unicode strings and C strings", + "licenses": [ + { + "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libunistring:libunistring:1.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libunistring/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libunistring:1.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1736704" + }, + { + "name": "syft:metadata:originPackage", + "value": "libunistring" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libunistring.so.5=5.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FM6LSxIv3TOssRzH8QaqBWHCGaE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "657728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libuuid", + "version": "2.38.1-r8", + "description": "DCE compatible Universally Unique Identifier library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libuuid:libuuid:2.38.1-r8:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.kernel.org/cgit/utils/util-linux/util-linux.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c7de7fac9ae57f268781a733984e74a36f867d1c" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "util-linux" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libuuid.so.1=1.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ThHPty++vvhFwUhrDrYD7CmyUBI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "13567" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.5&package-id=892c2b575b667d2c", + "type": "library", + "publisher": "Francesco Colista ", + "name": "libverto", + "version": "0.3.2-r2", + "description": "Main loop abstraction library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:latchset:libverto:0.3.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://github.com/latchset/libverto", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libverto:libverto:0.3.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "libverto" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libverto.so.1=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1cSuPMAxDY/t44Tj5ltH6h6xeYvU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "9600" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=22610cd6c710c459", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20230506-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10a6n6U74hqvF5n9KAe2AjnhuN9g=" + }, + { + "name": "syft:metadata:size", + "value": "22927" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "type": "library", + "publisher": "Francesco Colista ", + "name": "nghttp2-libs", + "version": "1.57.0-r0", + "description": "Experimental HTTP/2 client, server and proxy (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nghttp2.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "95f0574832de1634863c9643afda632ff0e8175c" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "nghttp2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnghttp2.so.14=14.25.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S9cOYKpPfZ6/ZrJHJctl/7/04NM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "66153" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/procps-ng@4.0.4-r0?arch=x86_64&distro=alpine-3.18.5&package-id=1d854ab24a679932", + "type": "library", + "publisher": "Natanael Copa ", + "name": "procps-ng", + "version": "4.0.4-r0", + "description": "Utilities for monitoring your system and processes on your system", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:procps-ng:procps-ng:4.0.4-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/procps-ng@4.0.4-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.com/procps-ng/procps", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps-ng:procps_ng:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps_ng:procps-ng:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps_ng:procps_ng:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps:procps-ng:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:procps:procps_ng:4.0.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "844291c27bac99e0d91aa263682192d9cd723bfe" + }, + { + "name": "syft:metadata:installedSize", + "value": "593920" + }, + { + "name": "syft:metadata:originPackage", + "value": "procps-ng" + }, + { + "name": "syft:metadata:provides:0", + "value": "procps=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:free=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:10", + "value": "cmd:sysctl=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:11", + "value": "cmd:tload=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:12", + "value": "cmd:top=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:13", + "value": "cmd:uptime=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:14", + "value": "cmd:vmstat=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:15", + "value": "cmd:w=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:16", + "value": "cmd:watch=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:pgrep=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:pidof=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:pidwait=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:pkill=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:pmap=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:ps=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:pwdx=4.0.4-r0" + }, + { + "name": "syft:metadata:provides:9", + "value": "cmd:slabtop=4.0.4-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yUp1WSAjFRI3MgDwzm1GpK7hxec=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libintl.so.8" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libproc2.so.0" + }, + { + "name": "syft:metadata:size", + "value": "195286" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.9.18?package-id=f4e7836368169db3", + "type": "application", + "name": "python", + "version": "3.9.18", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.9.18:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e0b0c6672942bd9b0d78bf57d577ab79167bdc3f969f4b96fca2d472c967f193" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.9" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e0b0c6672942bd9b0d78bf57d577ab79167bdc3f969f4b96fca2d472c967f193" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.9.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dotenv@1.0.0?package-id=a2b9d2ea742813a6", + "type": "library", + "author": "Saurabh Kumar ", + "name": "python-dotenv", + "version": "1.0.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:saurabh_kumar_project:python-dotenv:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dotenv@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:saurabh_kumar_project:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:saurabh_kumarproject:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:saurabh_kumarproject:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+github_project:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+github_project:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+githubproject:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+githubproject:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dotenv:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dotenv:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dotenv:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dotenv:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:saurabh_kumar:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:saurabh_kumar:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+github:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me\\+github:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dotenv:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/python_dotenv-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/python_dotenv-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.9/site-packages/python_dotenv-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b6c9855c9ada0d6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r1", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nCcvep9N4MNO9aY8W8z6c3YV+eQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "124162" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=d96b788b9b4a90d2", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.9/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:pypi/sl-userservices-client@0.1.20?package-id=db5fb9da2ef5f510", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "sl-userservices-client", + "version": "0.1.20", + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sl-userservices-client@0.1.20", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python-sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python_sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl-userservices-client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl_userservices_client:0.1.20:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/sl_userservices_client-0.1.20.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/sl_userservices_client-0.1.20.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.5&package-id=826c3642af1247cf", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "sqlite-libs", + "version": "3.41.2-r2", + "description": "C library that implements an SQL database engine (libraries)", + "licenses": [ + { + "license": { + "id": "blessing" + } + } + ], + "cpe": "cpe:2.3:a:sqlite-libs:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.sqlite.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite-libs:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite-libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite_libs:3.41.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "20e9f157887d6c71320553e280014b14e51c6ba9" + }, + { + "name": "syft:metadata:installedSize", + "value": "999424" + }, + { + "name": "syft:metadata:originPackage", + "value": "sqlite" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsqlite3.so.0=0.8.6" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1eYSiWp105sYtd/e6O7kKszgQrss=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "537591" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@2.0.6?package-id=29aaa84a4d21a228", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "2.0.6", + "cpe": "cpe:2.3:a:python:urllib3:2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.9/site-packages/urllib3-2.0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ddd74624908c07677e854d9620045ecb92904893dfcb376cf048b60497c9f0a6" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.9/site-packages/urllib3-2.0.6.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/verlib2@0.2.0?package-id=bc3ce786a52d0ad7", + "type": "library", + "author": "Donald Stufft ", + "name": "verlib2", + "version": "0.2.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "wheel", + "version": "0.42.0", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "xz-libs", + "version": "5.4.3-r0", + "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://tukaani.org/xz", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "abed75d9bafbb3548ce40d77daa90d84d55d762e" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "xz" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:liblzma.so.5=5.4.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mtV1/ZRayPbsAAEYrhTsWQTMuho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "114313" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2775ae31e91d1b783c1385b9c274901976b9b98fab266732c357bac8b7385d73" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/.python-rundeps@20231201.023246?arch=noarch&distro=alpine-3.18.5&package-id=cc3d2a808088993f", + "dependsOn": [ + "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5695dee3f09cd7f0", + "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=2d759b4ca3e335ed", + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4a1de3dc5b37b070", + "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=708313fe8e002a17", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.5&package-id=618be9fd1848c691", + "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b6c9855c9ada0d6", + "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.5&package-id=826c3642af1247cf", + "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5&package-id=ed7ddde066604e66", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=6d19df7102779c4e", + "dependsOn": [ + "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5695dee3f09cd7f0", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.5&package-id=0227e0ec375d942e", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.5&package-id=742b3b6abf611e31", + "dependsOn": [ + "pkg:apk/alpine/keyutils-libs@1.6.3-r3?arch=x86_64&upstream=keyutils&distro=alpine-3.18.5&package-id=0227e0ec375d942e", + "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=ff111bf3f55c965d", + "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.5&package-id=623d7ebf7cada75d", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.5&package-id=892c2b575b667d2c", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcom_err@1.47.0-r2?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.18.5&package-id=623d7ebf7cada75d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libffi@3.4.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=2d759b4ca3e335ed", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "dependsOn": [ + "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4a1de3dc5b37b070", + "dependsOn": [ + "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.5&package-id=618be9fd1848c691", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libpanelw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=708313fe8e002a17", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libproc2@4.0.4-r0?arch=x86_64&upstream=procps-ng&distro=alpine-3.18.5&package-id=a4387602c7af4e36", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libtirpc@1.3.3-r2?arch=x86_64&distro=alpine-3.18.5&package-id=618be9fd1848c691", + "dependsOn": [ + "pkg:apk/alpine/krb5-libs@1.20.1-r1?arch=x86_64&upstream=krb5&distro=alpine-3.18.5&package-id=742b3b6abf611e31", + "pkg:apk/alpine/libtirpc-conf@1.3.3-r2?arch=x86_64&upstream=libtirpc&distro=alpine-3.18.5&package-id=f0585e8bbaf33a47", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libverto@0.3.2-r2?arch=x86_64&distro=alpine-3.18.5&package-id=892c2b575b667d2c", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/procps-ng@4.0.4-r0?arch=x86_64&distro=alpine-3.18.5&package-id=1d854ab24a679932", + "dependsOn": [ + "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "pkg:apk/alpine/libproc2@4.0.4-r0?arch=x86_64&upstream=procps-ng&distro=alpine-3.18.5&package-id=a4387602c7af4e36", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b6c9855c9ada0d6", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/sqlite-libs@3.41.2-r2?arch=x86_64&upstream=sqlite&distro=alpine-3.18.5&package-id=826c3642af1247cf", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5&package-id=ed7ddde066604e66", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-dataservices-0.8.12.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-dataservices-0.8.12.syft.cdx.json new file mode 100644 index 00000000..f56b81a4 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-dataservices-0.8.12.syft.cdx.json @@ -0,0 +1,2158 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:dea657d1-36e8-40e1-b5d2-d23cc416748b", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:03-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "9de18b7b31e01087", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-dataservices", + "version": "0.8.12" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1482d58a9e0f728d646ad7f534dac9b6c0494cf8bf437697d2cdacfb960127e" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx.json new file mode 100644 index 00000000..c0a12b13 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-fileingestionservices-0.12.11.syft.cdx.json @@ -0,0 +1,15667 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:1e09a0c5-2831-4e02-b963-069022866394", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:15-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "28fad4218c975c3b", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-fileingestionservices", + "version": "0.12.11" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-auth@0.7.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c5f7104f4e479c93", + "type": "library", + "name": "aws-c-auth", + "version": "0.7.4-r0", + "description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-auth:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-auth@0.7.4-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-auth", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-auth:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_auth:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_auth:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_auth:0.7.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1e4df73e7fdcdbd931f4298e885c30125afc894e" + }, + { + "name": "syft:metadata:installedSize", + "value": "192512" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-auth" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-auth.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1r7+OgM4JksHJy7jKQqhWiefQISw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-cal.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-c-http.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libaws-c-sdkutils.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "66553" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "type": "library", + "name": "aws-c-cal", + "version": "0.6.2-r0", + "description": "AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-cal:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-cal", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-cal:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_cal:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_cal:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_cal:0.6.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6fa212c3e11c0698a0d0d8cc761b46220f39a52a" + }, + { + "name": "syft:metadata:installedSize", + "value": "69632" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-cal" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-cal.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1RrHzCBU721Yp8DiTE4gUAnMLGbQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "20800" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "type": "library", + "name": "aws-c-common", + "version": "0.9.4-r0", + "description": "Core c99 package for AWS SDK for C including cross-platform primitives, configuration, data structures, and error handling", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-common:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-common", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-common:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_common:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_common:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_common:0.9.4-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6c58b04c94e2986123434cab24b4658084a34417" + }, + { + "name": "syft:metadata:installedSize", + "value": "212992" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-common" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-common.so.1=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zbM3gTUvc+pXmB8YNUGYry847wo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "84520" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-compression@0.2.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b920fbf49b4607b5", + "type": "library", + "name": "aws-c-compression", + "version": "0.2.17-r1", + "description": "C99 implementation of huffman encoding/decoding", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-compression:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-compression@0.2.17-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-compression", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-compression:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_compression:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_compression:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_compression:0.2.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e88698cc296a8492a8f70938c58f5755f39609d" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-compression" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-compression.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zgjTdfCfmB6+Ml23tsC0wbWd+Us=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "5436" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-event-stream@0.3.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fe6b19631c021aae", + "type": "library", + "name": "aws-c-event-stream", + "version": "0.3.2-r0", + "description": "AWS C99 implementation of the vnd.amazon.eventstream content-type", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-event-stream:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-event-stream@0.3.2-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-event-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-event-stream:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_event_stream:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_event_stream:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-event:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-event:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_event:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_event:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-event-stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_event_stream:0.3.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "36cf9b77db8ed19010087c5689091e3b30f3cf05" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-event-stream" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-event-stream.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1LnUGyW4eudTbISz8HUXyITjNF88=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-checksums.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "31357" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "type": "library", + "name": "aws-c-http", + "version": "0.7.13-r0", + "description": "AWS C99 implementation of the HTTP/1.1 and HTTP/2 specifications", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-http:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-http", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-http:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_http:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_http:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_http:0.7.13-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5ab9c428b3a49db5f3450563174399e83bc47ed9" + }, + { + "name": "syft:metadata:installedSize", + "value": "339968" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-http" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-http.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VxooVr5tUhXbSB4JHGoNSMV2K18=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-cal.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-c-compression.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "127167" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "type": "library", + "name": "aws-c-io", + "version": "0.13.32-r0", + "description": "Module for the AWS SDK for C handling all IO and TLS work for application protocols", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-io:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-io", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-io:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_io:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_io:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_io:0.13.32-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "95a9f318bb602c9d9c1029b67586d6afb66ced80" + }, + { + "name": "syft:metadata:installedSize", + "value": "249856" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-io" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-io.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1pJ1hSCt96K0sk7y+JSqYvo6MbNQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-cal.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libs2n.so.1" + }, + { + "name": "syft:metadata:size", + "value": "87517" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-mqtt@0.9.6-r0?arch=x86_64&distro=alpine-3.19.0&package-id=e01b0d51c555f880", + "type": "library", + "name": "aws-c-mqtt", + "version": "0.9.6-r0", + "description": "AWS C99 implementation of the MQTT 3.1.1 specification", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-mqtt:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-mqtt@0.9.6-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-mqtt", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-mqtt:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_mqtt:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_mqtt:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_mqtt:0.9.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "45a61849c5cd489e363ac2af114838ca81154807" + }, + { + "name": "syft:metadata:installedSize", + "value": "270336" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-mqtt" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-mqtt.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oqO10A7XUqZKT+BnG0NppvpElQQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-http.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "98664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-s3@0.3.17-r0?arch=x86_64&distro=alpine-3.19.0&package-id=000e12ae748c281d", + "type": "library", + "name": "aws-c-s3", + "version": "0.3.17-r0", + "description": "AWS C99 library implementation for communicating with the S3 service", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-s3:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-s3@0.3.17-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-s3", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s3:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s3:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s3:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s3:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s3:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s3:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s3:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-s:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_s:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_s3:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_s:0.3.17-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2705ba35bc388ed608905572cfb68ed8b12759d9" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-s3" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-s3.so.0unstable=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1WEBPHyVAVxU/14UteuuEK9nzM1w=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-auth.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-cal.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libaws-c-http.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libaws-checksums.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "57227" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-c-sdkutils@0.1.12-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b0c0981d433bcf60", + "type": "library", + "name": "aws-c-sdkutils", + "version": "0.1.12-r1", + "description": "C99 library implementing AWS SDK specific utilities", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-c-sdkutils:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-c-sdkutils@0.1.12-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-c-sdkutils", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c-sdkutils:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_sdkutils:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c_sdkutils:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-c:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_c:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-c-sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_c_sdkutils:0.1.12-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e88698cc296a8492a8f70938c58f5755f39609d" + }, + { + "name": "syft:metadata:installedSize", + "value": "94208" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-c-sdkutils" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-c-sdkutils.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Y9qA5dVK8sg/AZeRjjMazUm/qEA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "31551" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=61e83cc485f35e28", + "type": "library", + "name": "aws-checksums", + "version": "0.1.17-r1", + "description": "AWS Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-checksums:aws-checksums:0.1.17-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-checksums", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-checksums:aws_checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_checksums:aws-checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_checksums:aws_checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws-checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:aws_checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_checksums:0.1.17-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e88698cc296a8492a8f70938c58f5755f39609d" + }, + { + "name": "syft:metadata:installedSize", + "value": "61440" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-checksums" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaws-checksums.so.1.0.0=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13CbqSYDgxFnQwWVpF6shzhLWqcc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "37984" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-cli@2.13.25-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ce66ed3ae6d1fd3d", + "type": "library", + "publisher": "Jakub.Panek ", + "name": "aws-cli", + "version": "2.13.25-r0", + "description": "Universal Command Line Interface for Amazon Web Services (v2)", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-cli:aws-cli:2.13.25-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-cli@2.13.25-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-cli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-cli:aws_cli:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli:aws-cli:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli:aws_cli:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-cli:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_cli:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "884f07511550855624e4bda2c6bbd9ab215ed3fd" + }, + { + "name": "syft:metadata:installedSize", + "value": "101122048" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-cli" + }, + { + "name": "syft:metadata:provides:0", + "value": "aws-cli-v2=2.13.25-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:aws=2.13.25-r0" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:aws_completer=2.13.25-r0" + }, + { + "name": "syft:metadata:provides:3", + "value": "py3.11:awscli=2.13.25-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15PyZ/RFsvuuTCKeNVocPlrqvIqw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-awscrt" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-certifi" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "py3-ruamel.yaml<0.17.29" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "py3-cryptography" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "py3-dateutil" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "py3-distro" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "py3-colorama" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "py3-docutils" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "py3-jmespath" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "py3-urllib3" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "py3-prompt_toolkit" + }, + { + "name": "syft:metadata:size", + "value": "12871303" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aws-cli-pyc@2.13.25-r0?arch=x86_64&upstream=aws-cli&distro=alpine-3.19.0&package-id=0043cf41b63c20a5", + "type": "library", + "publisher": "Jakub.Panek ", + "name": "aws-cli-pyc", + "version": "2.13.25-r0", + "description": "Precompiled Python bytecode for aws-cli", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-cli-pyc:aws-cli-pyc:2.13.25-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aws-cli-pyc@2.13.25-r0?arch=x86_64&upstream=aws-cli&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-cli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-cli-pyc:aws_cli_pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli_pyc:aws-cli-pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli_pyc:aws_cli_pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-cli:aws-cli-pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-cli:aws_cli_pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli:aws-cli-pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_cli:aws_cli_pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-cli-pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_cli_pyc:2.13.25-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "884f07511550855624e4bda2c6bbd9ab215ed3fd" + }, + { + "name": "syft:metadata:installedSize", + "value": "5345280" + }, + { + "name": "syft:metadata:originPackage", + "value": "aws-cli" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11bFRyxzVYkopJq6vg6+LUdTRVcI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-awscrt" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-certifi" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "py3-ruamel.yaml<0.17.29" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "py3-cryptography" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "py3-dateutil" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "py3-distro" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "py3-colorama" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "py3-docutils" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "py3-jmespath" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "py3-urllib3" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "py3-prompt_toolkit" + }, + { + "name": "syft:metadata:size", + "value": "1578868" + } + ] + }, + { + "bom-ref": "pkg:pypi/awscli@2.13.25?package-id=7c38eba07804ccf4", + "type": "library", + "author": "Amazon Web Services", + "name": "awscli", + "version": "2.13.25", + "cpe": "cpe:2.3:a:amazon_web_services_project:python-awscli:2.13.25:*:*:*:*:*:*:*", + "purl": "pkg:pypi/awscli@2.13.25", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services_project:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_servicesproject:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_servicesproject:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services_project:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_servicesproject:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscli:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscli:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscli:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscli:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscli:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscli:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscli:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscli:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscli:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:awscli:2.13.25:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/awscli-2.13.25.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/awscli-2.13.25.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/awscrt@0.19.2?package-id=eba13b93995bef8c", + "type": "library", + "author": "Amazon Web Services, Inc ", + "name": "awscrt", + "version": "0.19.2", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:amazon_web_services\\,_inc_project:python-awscrt:0.19.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/awscrt@0.19.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_inc_project:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_incproject:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_incproject:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime_project:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime_project:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtimeproject:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtimeproject:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_inc_project:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_inc:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_inc:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_incproject:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime_project:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-sdk-common-runtime:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-sdk-common-runtime:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtimeproject:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:amazon_web_services\\,_inc:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-sdk-common-runtime:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sdk_common_runtime:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscrt:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscrt:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscrt:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscrt:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-awscrt:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_awscrt:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:awscrt:0.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/awscrt-0.19.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/awscrt-0.19.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/awscrt-0.19.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.7.22?package-id=7b5cc440409e0184", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.7.22", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.7.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.7.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cffi@1.16.0?package-id=760b1b4b674a3c7a", + "type": "library", + "author": "Armin Rigo, Maciej Fijalkowski ", + "name": "cffi", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/cffi-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/cffi-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/cffi-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorama@0.4.6?package-id=3fba8a54ced75076", + "type": "library", + "author": "Jonathan Hartley ", + "name": "colorama", + "version": "0.4.6", + "cpe": "cpe:2.3:a:jonathan_hartley_\\", + "name": "cryptography", + "version": "41.0.7", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography_project:python-cryptography:41.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cryptography@41.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/cryptography-41.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/cryptography-41.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/cryptography-41.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/distro@1.8.0?package-id=f839190c5b29c668", + "type": "library", + "author": "Nir Cohen ", + "name": "distro", + "version": "1.8.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nir_cohen_project:python-distro:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/distro@1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen_project:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen_project:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:distro:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/distro-1.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/distro-1.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/distro-1.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/docutils@0.20.1?package-id=6ff62429bae32d9a", + "type": "library", + "author": "David Goodger ", + "name": "docutils", + "version": "0.20.1", + "licenses": [ + { + "license": { + "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)" + } + } + ], + "cpe": "cpe:2.3:a:david_goodger_project:python-docutils:0.20.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/docutils@0.20.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodger_project:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodgerproject:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodgerproject:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger_project:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger_project:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-docutils:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-docutils:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_docutils:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_docutils:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodger_project:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodgerproject:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodgerproject:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodger:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodger:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodgerproject:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger_project:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-docutils:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_docutils:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodgerproject:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_goodger:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:goodger:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:docutils:0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.19.0&package-id=08a60f6e6b90aa0b", + "type": "library", + "publisher": "Natanael Copa ", + "name": "gdbm", + "version": "1.23-r1", + "description": "GNU dbm is a set of database routines that use extensible hashing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gdbm:gdbm:1.23-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gdbm/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:gdbm:1.23-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "86016" + }, + { + "name": "syft:metadata:originPackage", + "value": "gdbm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgdbm.so.6=6.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgdbm_compat.so.4=4.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1SkXsBulqfwziRToTN/geaaMAqoA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "30627" + } + ] + }, + { + "bom-ref": "pkg:pypi/jmespath@1.0.1?package-id=52acfa2b82469a27", + "type": "library", + "author": "James Saryerwinnie ", + "name": "jmespath", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:james_saryerwinnie_project:python-jmespath:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jmespath@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:python-jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:js:jmespath:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/jmespath-1.0.1-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/jmespath-1.0.1-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.19.0&package-id=8450740fd032900d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libbz2", + "version": "1.0.8-r6", + "description": "Shared library for bz2", + "licenses": [ + { + "license": { + "id": "bzip2-1.0.6" + } + } + ], + "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r6:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://sourceware.org/bzip2/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz:1.0.8-r6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "bzip2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbz2.so.1=1.0.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1POJN4BzFrPMBHN8LsVqeXOG33lY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "33088" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libexpat@2.5.0-r2?arch=x86_64&upstream=expat&distro=alpine-3.19.0&package-id=728afd9e0f384e12", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libexpat", + "version": "2.5.0-r2", + "description": "XML Parser library written in C (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat:libexpat:2.5.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libexpat@2.5.0-r2?arch=x86_64&upstream=expat&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://libexpat.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "147456" + }, + { + "name": "syft:metadata:originPackage", + "value": "expat" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexpat.so.1=1.8.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1xXzgb1v9bBjfP//ndDd1Qu3qi2Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "57827" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libffi@3.4.4-r3?arch=x86_64&distro=alpine-3.19.0&package-id=b2a8fffd40ee5841", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libffi", + "version": "3.4.4-r3", + "description": "portable, high level programming interface to various calling conventions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libffi:libffi:3.4.4-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libffi@3.4.4-r3?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://sourceware.org/libffi/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "53248" + }, + { + "name": "syft:metadata:originPackage", + "value": "libffi" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libffi.so.8=8.1.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11hzRqDTQLVW3X0FbhP38PBMdg0E=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "18115" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libpanelw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=330af4a19893a163", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libpanelw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libpanelw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libpanelw:libpanelw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libpanelw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "32768" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpanelw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rHkaSNpPDSw5HzFk/mnQ4uB/QOY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "5660" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/mpdecimal@2.5.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=388b46c572000004", + "type": "library", + "publisher": "Stefan Stutz ", + "name": "mpdecimal", + "version": "2.5.1-r2", + "description": "complete implementation of the General Decimal Arithmetic Specification", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:mpdecimal:mpdecimal:2.5.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/mpdecimal@2.5.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.bytereef.org/mpdecimal/index.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "mpdecimal" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libmpdec++.so.3=2.5.1" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libmpdec.so.3=2.5.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q143WaA4vJWmwmbdrw+k5ohjMKbfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libstdc++.so.6" + }, + { + "name": "syft:metadata:size", + "value": "78698" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:pypi/prompt-toolkit@3.0.41?package-id=958104b14758b90a", + "type": "library", + "author": "Jonathan Slenders", + "name": "prompt-toolkit", + "version": "3.0.41", + "cpe": "cpe:2.3:a:jonathan_slenders_project:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prompt-toolkit@3.0.41", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-awscrt@0.19.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fa646e8491620a2b", + "type": "library", + "name": "py3-awscrt", + "version": "0.19.2-r0", + "description": "Python bindings for the AWS Common Runtime", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:awscrt-project:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-awscrt@0.19.2-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-crt-python", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-project:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_project:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_project:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrtproject:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrtproject:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-project:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_project:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrtproject:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:awscrt:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "08052c273e3871cd5310c90c3860602c42d3640f" + }, + { + "name": "syft:metadata:installedSize", + "value": "536576" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-awscrt" + }, + { + "name": "syft:metadata:provides:0", + "value": "py3.11:awscrt=0.19.2-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d1L0A7xT5adcVL/3jKWZzgei0Rk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libaws-c-auth.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libaws-c-cal.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libaws-c-common.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libaws-c-event-stream.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libaws-c-http.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libaws-c-io.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libaws-c-mqtt.so.1.0.0" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libaws-c-s3.so.0unstable" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libaws-checksums.so.1.0.0" + }, + { + "name": "syft:metadata:size", + "value": "124119" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-awscrt-pyc@0.19.2-r0?arch=x86_64&upstream=py3-awscrt&distro=alpine-3.19.0&package-id=2117a06a051aecf1", + "type": "library", + "name": "py3-awscrt-pyc", + "version": "0.19.2-r0", + "description": "Precompiled Python bytecode for py3-awscrt", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:awscrt-pyc-project:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-awscrt-pyc@0.19.2-r0?arch=x86_64&upstream=py3-awscrt&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/awslabs/aws-crt-python", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc-project:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc_project:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc_project:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc_project:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc_project:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pycproject:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pycproject:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pycproject:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pycproject:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc-project:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc-project:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc_project:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc_project:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc_project:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc_project:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt-pyc:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt-pyc:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt_pyc:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt_pyc:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pycproject:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pycproject:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pycproject:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pycproject:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt-pyc:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt-pyc:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt_pyc:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt_pyc:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt-pyc:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt_pyc:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-awscrt:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_awscrt:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awscrt:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:awscrt-pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:awscrt_pyc:0.19.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "08052c273e3871cd5310c90c3860602c42d3640f" + }, + { + "name": "syft:metadata:installedSize", + "value": "397312" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-awscrt" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1s9RUIWRwrlNJcwjNAQZuQ1McXQw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "106047" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-certifi@2023.7.22-r0?arch=x86_64&distro=alpine-3.19.0&package-id=b34cce84f9ecfbac", + "type": "library", + "publisher": "Dmitry Romanenko ", + "name": "py3-certifi", + "version": "2023.7.22-r0", + "description": "Python3 package for providing Mozilla's CA Bundle", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:certifi-project:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-certifi@2023.7.22-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/certifi", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-project:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_project:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_project:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifiproject:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifiproject:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-project:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_project:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifiproject:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:certifi:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "85017885311bff3bca0dfa4fbdc1c49e1b01ae13" + }, + { + "name": "syft:metadata:installedSize", + "value": "65536" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-certifi" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-certifi=2023.7.22-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:certifi=2023.7.22-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jHT6Y7Rb71QWuOuYlIJvZZmcDN8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "6024" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-certifi-pyc@2023.7.22-r0?arch=x86_64&upstream=py3-certifi&distro=alpine-3.19.0&package-id=704374b61eeb28e3", + "type": "library", + "publisher": "Dmitry Romanenko ", + "name": "py3-certifi-pyc", + "version": "2023.7.22-r0", + "description": "Precompiled Python bytecode for py3-certifi", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:certifi-pyc-project:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-certifi-pyc@2023.7.22-r0?arch=x86_64&upstream=py3-certifi&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/certifi", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc-project:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc_project:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc_project:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc_project:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc_project:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pycproject:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pycproject:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pycproject:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pycproject:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc-project:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc-project:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc_project:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc_project:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc_project:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc_project:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi-pyc:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi-pyc:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi_pyc:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi_pyc:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pycproject:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pycproject:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pycproject:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pycproject:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi-pyc:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi-pyc:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi_pyc:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi_pyc:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi-pyc:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi_pyc:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-certifi:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_certifi:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:certifi-pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:certifi_pyc:2023.7.22-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "85017885311bff3bca0dfa4fbdc1c49e1b01ae13" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-certifi" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19u4bfqCWDK/5LEFcXE4AGYtIvMk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "4042" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cffi@1.16.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ecc66d41201b4d36", + "type": "library", + "publisher": "Peter Shkenev ", + "name": "py3-cffi", + "version": "1.16.0-r0", + "description": "Foreign function interface for calling C code from Python3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cffi-project:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cffi@1.16.0-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "http://cffi.readthedocs.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-project:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_project:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_project:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffiproject:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffiproject:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-project:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_project:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffiproject:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cffi:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "871ad1e71e3e805a258bbdef895476e2b42e5bc3" + }, + { + "name": "syft:metadata:installedSize", + "value": "626688" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cffi" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-cffi=1.16.0-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:cffi=1.16.0-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1hzovwaL+IDujls0E7JQhnBq7vOQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-cparser" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libffi.so.8" + }, + { + "name": "syft:metadata:size", + "value": "160965" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cffi-pyc@1.16.0-r0?arch=x86_64&upstream=py3-cffi&distro=alpine-3.19.0&package-id=5546d9c7b0b67156", + "type": "library", + "publisher": "Peter Shkenev ", + "name": "py3-cffi-pyc", + "version": "1.16.0-r0", + "description": "Precompiled Python bytecode for py3-cffi", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cffi-pyc-project:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cffi-pyc@1.16.0-r0?arch=x86_64&upstream=py3-cffi&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "http://cffi.readthedocs.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc-project:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc_project:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc_project:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc_project:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc_project:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pycproject:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pycproject:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pycproject:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pycproject:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc-project:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc-project:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc_project:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc_project:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc_project:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc_project:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi-pyc:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi-pyc:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi_pyc:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi_pyc:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pycproject:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pycproject:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pycproject:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pycproject:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi-pyc:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi-pyc:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi_pyc:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi_pyc:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi-pyc:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi_pyc:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cffi:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cffi:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cffi-pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cffi_pyc:1.16.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "871ad1e71e3e805a258bbdef895476e2b42e5bc3" + }, + { + "name": "syft:metadata:installedSize", + "value": "528384" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cffi" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jgKORw/rmoqGTtoxll6yuzv8LWw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-cparser" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "185291" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-colorama@0.4.6-r3?arch=x86_64&distro=alpine-3.19.0&package-id=3e579e3b12cf1496", + "type": "library", + "publisher": "Fabian Affolter ", + "name": "py3-colorama", + "version": "0.4.6-r3", + "description": "Simple cross-platform colored terminal text", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:colorama-project:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-colorama@0.4.6-r3?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/colorama", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-project:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_project:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_project:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coloramaproject:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coloramaproject:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-project:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_project:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coloramaproject:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:colorama:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "083eb89bb9af1e5570429a2580c0c2d5d136be4c" + }, + { + "name": "syft:metadata:installedSize", + "value": "106496" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-colorama" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-colorama=0.4.6-r3" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:colorama=0.4.6-r3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VYtyuHRNu33VCHyuUeFJMRAm3UU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "18321" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-colorama-pyc@0.4.6-r3?arch=x86_64&upstream=py3-colorama&distro=alpine-3.19.0&package-id=3f874fe5c0c08538", + "type": "library", + "publisher": "Fabian Affolter ", + "name": "py3-colorama-pyc", + "version": "0.4.6-r3", + "description": "Precompiled Python bytecode for py3-colorama", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:colorama-pyc-project:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-colorama-pyc@0.4.6-r3?arch=x86_64&upstream=py3-colorama&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/colorama", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc-project:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc_project:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc_project:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc_project:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc_project:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pycproject:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pycproject:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pycproject:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pycproject:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc-project:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc-project:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc_project:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc_project:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc_project:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc_project:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama-pyc:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama-pyc:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama_pyc:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama_pyc:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pycproject:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pycproject:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pycproject:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pycproject:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama-pyc:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama-pyc:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama_pyc:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama_pyc:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama-pyc:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama_pyc:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-colorama:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_colorama:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:colorama-pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:colorama_pyc:0.4.6-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "083eb89bb9af1e5570429a2580c0c2d5d136be4c" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-colorama" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1CwXiKWerMpX0dcwNZxIgloQ6dWM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "18620" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cparser@2.21-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd442a26d9a55e73", + "type": "library", + "publisher": "Peter Shkenev ", + "name": "py3-cparser", + "version": "2.21-r4", + "description": "C parser written in Python3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cparser-project:py3-cparser:2.21-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cparser@2.21-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/eliben/pycparser", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-project:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_project:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_project:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparserproject:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparserproject:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-project:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_project:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparserproject:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cparser:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a5f540ec2f559169476334be95b6aecd4cd84235" + }, + { + "name": "syft:metadata:installedSize", + "value": "700416" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cparser" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-cparser=2.21-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:pycparser=2.21-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ZugmVPvazGtSUMhQsf1/Ng7AYZQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "114835" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cparser-pyc@2.21-r4?arch=x86_64&upstream=py3-cparser&distro=alpine-3.19.0&package-id=a7d77a703edc72fd", + "type": "library", + "publisher": "Peter Shkenev ", + "name": "py3-cparser-pyc", + "version": "2.21-r4", + "description": "Precompiled Python bytecode for py3-cparser", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cparser-pyc-project:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cparser-pyc@2.21-r4?arch=x86_64&upstream=py3-cparser&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/eliben/pycparser", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc-project:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc_project:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc_project:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc_project:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc_project:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pycproject:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pycproject:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pycproject:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pycproject:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc-project:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc-project:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc_project:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc_project:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc_project:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc_project:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser-pyc:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser-pyc:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser_pyc:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser_pyc:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pycproject:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pycproject:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pycproject:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pycproject:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser-pyc:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser-pyc:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser_pyc:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser_pyc:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser-pyc:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser_pyc:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cparser:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cparser:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cparser:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cparser-pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cparser_pyc:2.21-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a5f540ec2f559169476334be95b6aecd4cd84235" + }, + { + "name": "syft:metadata:installedSize", + "value": "688128" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cparser" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YDFIu+zTKCgp82H1M/FqlrXzhUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "185178" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cryptography@41.0.7-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ef90a3aad647ba18", + "type": "library", + "publisher": "Duncan Bellamy ", + "name": "py3-cryptography", + "version": "41.0.7-r0", + "description": "Cryptographic recipes and primitives for Python", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography-project:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cryptography@41.0.7-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://cryptography.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography-project:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography_project:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography_project:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography-project:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography-project:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography_project:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography_project:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-project:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-project:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography-project:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography_project:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptographyproject:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptographyproject:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-project:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-project:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptographyproject:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptographyproject:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-project:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptographyproject:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptography:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:python-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:python_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cryptography:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb8991dd11d5d7eff3142551862ab6134c50d1f1" + }, + { + "name": "syft:metadata:installedSize", + "value": "2699264" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cryptography" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-cryptography=41.0.7-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:cryptography=41.0.7-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FDrlpLcv1zGd1amzYq4FnNZWtyg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-cffi" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "770496" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-cryptography-pyc@41.0.7-r0?arch=x86_64&upstream=py3-cryptography&distro=alpine-3.19.0&package-id=b44fd324cb075bf4", + "type": "library", + "publisher": "Duncan Bellamy ", + "name": "py3-cryptography-pyc", + "version": "41.0.7-r0", + "description": "Precompiled Python bytecode for py3-cryptography", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:cryptography-pyc-project:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-cryptography-pyc@41.0.7-r0?arch=x86_64&upstream=py3-cryptography&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://cryptography.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc-project:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc_project:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc_project:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc_project:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc_project:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pycproject:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pycproject:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pycproject:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pycproject:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc-project:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc-project:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc_project:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc_project:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc_project:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc_project:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography-pyc:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography-pyc:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography_pyc:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography_pyc:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pycproject:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pycproject:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pycproject:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pycproject:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography-pyc:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography-pyc:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography_pyc:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography_pyc:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-pyc:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_pyc:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-cryptography:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_cryptography:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cryptography-pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:cryptography_pyc:41.0.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb8991dd11d5d7eff3142551862ab6134c50d1f1" + }, + { + "name": "syft:metadata:installedSize", + "value": "1114112" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-cryptography" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19VjIxBO9hSpzzaAPtwPKe9no/Nw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-cffi" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "256100" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-dateutil@2.8.2-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd91866bbab8751a", + "type": "library", + "publisher": "Will Sinatra ", + "name": "py3-dateutil", + "version": "2.8.2-r4", + "description": "Python3 extensions for datetime module", + "licenses": [ + { + "expression": "Apache-2.0 AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:dateutil-project:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-dateutil@2.8.2-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://dateutil.readthedocs.io", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-project:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_project:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_project:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutilproject:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutilproject:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-project:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_project:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutilproject:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:dateutil:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5355097c9c0bb6cbe711012d4f647c9a69628230" + }, + { + "name": "syft:metadata:installedSize", + "value": "573440" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-dateutil" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-dateutil=2.8.2-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:dateutil=2.8.2-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1me11feXpIA+sMUdofmpt35eE5Xc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-six" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "244964" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-dateutil-pyc@2.8.2-r4?arch=x86_64&upstream=py3-dateutil&distro=alpine-3.19.0&package-id=2c8d9de06f430b32", + "type": "library", + "publisher": "Will Sinatra ", + "name": "py3-dateutil-pyc", + "version": "2.8.2-r4", + "description": "Precompiled Python bytecode for py3-dateutil", + "licenses": [ + { + "expression": "Apache-2.0 AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:dateutil-pyc-project:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-dateutil-pyc@2.8.2-r4?arch=x86_64&upstream=py3-dateutil&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://dateutil.readthedocs.io", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc-project:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc_project:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc_project:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc_project:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc_project:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pycproject:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pycproject:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pycproject:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pycproject:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc-project:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc-project:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc_project:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc_project:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc_project:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc_project:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil-pyc:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil-pyc:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil_pyc:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil_pyc:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pycproject:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pycproject:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pycproject:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pycproject:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil-pyc:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil-pyc:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil_pyc:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil_pyc:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil-pyc:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil_pyc:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-dateutil:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_dateutil:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dateutil:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:dateutil-pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:dateutil_pyc:2.8.2-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5355097c9c0bb6cbe711012d4f647c9a69628230" + }, + { + "name": "syft:metadata:installedSize", + "value": "425984" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-dateutil" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15kJxtLpLsII/4onQRTQ63dVqBp4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-six" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "133195" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-distro@1.8.0-r2?arch=x86_64&distro=alpine-3.19.0&package-id=81fa70b0ccca8bda", + "type": "library", + "publisher": "Fabian Affolter ", + "name": "py3-distro", + "version": "1.8.0-r2", + "description": "A Linux OS platform information API", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:distro-project:py3-distro:1.8.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-distro@1.8.0-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/python-distro/distro", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-project:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_project:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_project:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distroproject:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distroproject:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-project:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_project:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distroproject:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:distro:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "083eb89bb9af1e5570429a2580c0c2d5d136be4c" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-distro" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-distro=1.8.0-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:distro=1.8.0-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "py3.11:distro=1.8.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1LrQzf+kmn7f4bDZx/n51oOXmzm0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "21428" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-distro-pyc@1.8.0-r2?arch=x86_64&upstream=py3-distro&distro=alpine-3.19.0&package-id=09c581ae2e212c21", + "type": "library", + "publisher": "Fabian Affolter ", + "name": "py3-distro-pyc", + "version": "1.8.0-r2", + "description": "Precompiled Python bytecode for py3-distro", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:distro-pyc-project:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-distro-pyc@1.8.0-r2?arch=x86_64&upstream=py3-distro&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/python-distro/distro", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc-project:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc_project:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc_project:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc_project:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc_project:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pycproject:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pycproject:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pycproject:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pycproject:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc-project:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc-project:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc_project:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc_project:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc_project:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc_project:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro-pyc:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro-pyc:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro_pyc:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro_pyc:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pycproject:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pycproject:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pycproject:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pycproject:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro-pyc:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro-pyc:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro_pyc:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro_pyc:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-pyc:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_pyc:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-distro:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_distro:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:distro-pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:distro_pyc:1.8.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "083eb89bb9af1e5570429a2580c0c2d5d136be4c" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-distro" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1G9olmQuo9SSLv1yICk0j+HAaxY0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "21602" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-docutils@0.20.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=f6a9f8072824f717", + "type": "library", + "publisher": "Matt Smith ", + "name": "py3-docutils", + "version": "0.20.1-r1", + "description": "Documentation Utilities for Python3", + "licenses": [ + { + "expression": "BSD-2-Clause AND GPL-3.0-or-later AND Python-2.0" + } + ], + "cpe": "cpe:2.3:a:docutils-project:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-docutils@0.20.1-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/docutils", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-project:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_project:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_project:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutilsproject:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutilsproject:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-project:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_project:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutilsproject:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:docutils:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "420263aaf087494c8f965c51089e23b0cbc2d40a" + }, + { + "name": "syft:metadata:installedSize", + "value": "2564096" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-docutils" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-docutils=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:docutils=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:10", + "value": "cmd:rst2html=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:11", + "value": "cmd:rst2latex-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:12", + "value": "cmd:rst2latex.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:13", + "value": "cmd:rst2latex=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:14", + "value": "cmd:rst2man-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:15", + "value": "cmd:rst2man.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:16", + "value": "cmd:rst2man=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:17", + "value": "cmd:rst2odt-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:18", + "value": "cmd:rst2odt.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:19", + "value": "cmd:rst2odt=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:rst2html-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:20", + "value": "cmd:rst2odt_prepstyles-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:21", + "value": "cmd:rst2odt_prepstyles.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:22", + "value": "cmd:rst2odt_prepstyles=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:23", + "value": "cmd:rst2pseudoxml-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:24", + "value": "cmd:rst2pseudoxml.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:25", + "value": "cmd:rst2pseudoxml=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:26", + "value": "cmd:rst2s5-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:27", + "value": "cmd:rst2s5.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:28", + "value": "cmd:rst2s5=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:29", + "value": "cmd:rst2xetex-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:rst2html.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:30", + "value": "cmd:rst2xetex.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:31", + "value": "cmd:rst2xetex=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:32", + "value": "cmd:rst2xml-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:33", + "value": "cmd:rst2xml.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:34", + "value": "cmd:rst2xml=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:35", + "value": "cmd:rstpep2html-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:36", + "value": "cmd:rstpep2html.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:37", + "value": "cmd:rstpep2html=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:38", + "value": "py3.11:docutils=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:rst2html4-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:rst2html4.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:rst2html4=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:rst2html5-3=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:rst2html5.py=0.20.1-r1" + }, + { + "name": "syft:metadata:provides:9", + "value": "cmd:rst2html5=0.20.1-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Q5CvR7M7wrWcvwEl4apVlCa+cAI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "481853" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-docutils-pyc@0.20.1-r1?arch=x86_64&upstream=py3-docutils&distro=alpine-3.19.0&package-id=1742e0064768acfa", + "type": "library", + "publisher": "Matt Smith ", + "name": "py3-docutils-pyc", + "version": "0.20.1-r1", + "description": "Precompiled Python bytecode for py3-docutils", + "licenses": [ + { + "expression": "BSD-2-Clause AND GPL-3.0-or-later AND Python-2.0" + } + ], + "cpe": "cpe:2.3:a:docutils-pyc-project:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-docutils-pyc@0.20.1-r1?arch=x86_64&upstream=py3-docutils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/docutils", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc-project:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc_project:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc_project:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc_project:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc_project:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pycproject:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pycproject:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pycproject:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pycproject:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc-project:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc-project:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc_project:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc_project:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc_project:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc_project:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils-pyc:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils-pyc:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils_pyc:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils_pyc:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pycproject:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pycproject:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pycproject:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pycproject:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils-pyc:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils-pyc:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils_pyc:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils_pyc:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils-pyc:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils_pyc:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-docutils:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_docutils:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docutils:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:docutils-pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:docutils_pyc:0.20.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "420263aaf087494c8f965c51089e23b0cbc2d40a" + }, + { + "name": "syft:metadata:installedSize", + "value": "2433024" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-docutils" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Jt1mOBpqbPOeSvi3fqJxK/5PEQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "754223" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-jmespath@1.0.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=d7716564a0de645b", + "type": "library", + "publisher": "Valery Kartel ", + "name": "py3-jmespath", + "version": "1.0.1-r1", + "description": "JMESPath is a query language for JSON", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jmespath-project:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-jmespath@1.0.1-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://jmespath.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-project:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_project:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_project:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespathproject:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespathproject:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-project:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_project:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespathproject:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:jmespath:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "dd4af725ad12ee35cb969f8eedd1ad12c621df2f" + }, + { + "name": "syft:metadata:installedSize", + "value": "139264" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-jmespath" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-jmespath=1.0.1-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:jp.py=1.0.1-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "py3.11:jmespath=1.0.1-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14G7uTj8ksfL/I9CQlRjCcXAyJyg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "19170" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-jmespath-pyc@1.0.1-r1?arch=x86_64&upstream=py3-jmespath&distro=alpine-3.19.0&package-id=1191a0a609c3aeae", + "type": "library", + "publisher": "Valery Kartel ", + "name": "py3-jmespath-pyc", + "version": "1.0.1-r1", + "description": "Precompiled Python bytecode for py3-jmespath", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jmespath-pyc-project:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-jmespath-pyc@1.0.1-r1?arch=x86_64&upstream=py3-jmespath&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://jmespath.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc-project:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc_project:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc_project:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc_project:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc_project:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pycproject:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pycproject:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pycproject:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pycproject:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc-project:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc-project:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc_project:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc_project:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc_project:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc_project:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath-pyc:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath-pyc:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath_pyc:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath_pyc:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pycproject:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pycproject:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pycproject:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pycproject:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath-pyc:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath-pyc:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath_pyc:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath_pyc:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath-pyc:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath_pyc:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-jmespath:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_jmespath:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:jmespath-pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:jmespath_pyc:1.0.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "dd4af725ad12ee35cb969f8eedd1ad12c621df2f" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-jmespath" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+b6cp2N1XrBvJpo0GrQSRonCMQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "33276" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-prompt_toolkit@3.0.41-r0?arch=x86_64&distro=alpine-3.19.0&package-id=56ecba0aa32a239f", + "type": "library", + "publisher": "Thomas Boerger ", + "name": "py3-prompt_toolkit", + "version": "3.0.41-r0", + "description": "Library for building powerful interactive command lines in Python", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:prompt-toolkit-project:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-prompt_toolkit@3.0.41-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/prompt-toolkit/python-prompt-toolkit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-project:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-project:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_project:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_project:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_project:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkitproject:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkitproject:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkitproject:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkitproject:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkitproject:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkitproject:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-project:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-project:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_project:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_project:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkitproject:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkitproject:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkitproject:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkitproject:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:prompt-toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:prompt_toolkit:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4418028ff25fd472a067639394f83b4098b6d468" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818624" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-prompt_toolkit" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-prompt_toolkit=3.0.41-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:prompt_toolkit=3.0.41-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yABNJRjSa+lF9j4aEl8UWeOaNzc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-wcwidth" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "341424" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-prompt_toolkit-pyc@3.0.41-r0?arch=x86_64&upstream=py3-prompt_toolkit&distro=alpine-3.19.0&package-id=6e85e34478a04b08", + "type": "library", + "publisher": "Thomas Boerger ", + "name": "py3-prompt_toolkit-pyc", + "version": "3.0.41-r0", + "description": "Precompiled Python bytecode for py3-prompt_toolkit", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:prompt-toolkit-pyc-project:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-prompt_toolkit-pyc@3.0.41-r0?arch=x86_64&upstream=py3-prompt_toolkit&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/prompt-toolkit/python-prompt-toolkit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc-project:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc-project:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc-project:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc-project:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc-project:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc_project:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc_project:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pycproject:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pycproject:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pycproject:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit-pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit-pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit_pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit-pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit-pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit_pyc:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt-toolkit:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt_toolkit:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt_toolkit:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-prompt:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_prompt:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:prompt-toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:prompt_toolkit-pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:prompt_toolkit_pyc:3.0.41-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4418028ff25fd472a067639394f83b4098b6d468" + }, + { + "name": "syft:metadata:installedSize", + "value": "2285568" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-prompt_toolkit" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1531bQs+0n5JaiUo22WocNfLVQgA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "py3-wcwidth" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "662836" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-ruamel.yaml@0.17.28-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6dee9708d8686370", + "type": "library", + "publisher": "Keith Maxwell ", + "name": "py3-ruamel.yaml", + "version": "0.17.28-r0", + "description": "Python YAML parser/emitter", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:py3-ruamel.yaml:py3-ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-ruamel.yaml@0.17.28-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/ruamel-yaml/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-ruamel.yaml:py3_ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml:py3-ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml:py3_ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_ruamel.yaml:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ffc0d4a9c68c7d872c83fa818ca579e753ba81a0" + }, + { + "name": "syft:metadata:installedSize", + "value": "651264" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-ruamel.yaml" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-ruamel=0.17.28-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3-ruamel=0.17.28-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18zgEX0YM1UCFpN5s4feZVPjYBb0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-ruamel.yaml.clib" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "103958" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-ruamel.yaml-pyc@0.17.28-r0?arch=x86_64&upstream=py3-ruamel.yaml&distro=alpine-3.19.0&package-id=3d5593c9558fe12e", + "type": "library", + "publisher": "Keith Maxwell ", + "name": "py3-ruamel.yaml-pyc", + "version": "0.17.28-r0", + "description": "Precompiled Python bytecode for py3-ruamel.yaml", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:py3-ruamel.yaml-pyc:py3-ruamel.yaml-pyc:0.17.28-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-ruamel.yaml-pyc@0.17.28-r0?arch=x86_64&upstream=py3-ruamel.yaml&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/ruamel-yaml/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-ruamel.yaml-pyc:py3_ruamel.yaml_pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml_pyc:py3-ruamel.yaml-pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml_pyc:py3_ruamel.yaml_pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-ruamel.yaml:py3-ruamel.yaml-pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-ruamel.yaml:py3_ruamel.yaml_pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml:py3-ruamel.yaml-pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml:py3_ruamel.yaml_pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-ruamel.yaml-pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_ruamel.yaml_pyc:0.17.28-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ffc0d4a9c68c7d872c83fa818ca579e753ba81a0" + }, + { + "name": "syft:metadata:installedSize", + "value": "753664" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-ruamel.yaml" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1emb5L0Hq/MWm+41vkFdi4SJg6cc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "py3-ruamel.yaml.clib" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "229473" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-ruamel.yaml.clib@0.2.7-r1?arch=x86_64&distro=alpine-3.19.0&package-id=70bf1cfe4dfe78f4", + "type": "library", + "publisher": "Keith Maxwell ", + "name": "py3-ruamel.yaml.clib", + "version": "0.2.7-r1", + "description": "C version of reader, parser and emitter for ruamel.yaml", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:py3-ruamel.yaml.clib:py3-ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-ruamel.yaml.clib@0.2.7-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/ruamel-yaml-clib/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-ruamel.yaml.clib:py3_ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml.clib:py3-ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_ruamel.yaml.clib:py3_ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_ruamel.yaml.clib:0.2.7-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "deb62258ecabff34513a2067f2ba756f74113bf0" + }, + { + "name": "syft:metadata:installedSize", + "value": "299008" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-ruamel.yaml.clib" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NurOb2cOcSV6vfB3gSNzivs1p6Q=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "100732" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-six@1.16.0-r8?arch=x86_64&distro=alpine-3.19.0&package-id=fcf72f5b9f7bc128", + "type": "library", + "publisher": "Patrycja Rosa ", + "name": "py3-six", + "version": "1.16.0-r8", + "description": "Python 2 and 3 compatibility library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:six-project:py3-six:1.16.0-r8:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-six@1.16.0-r8?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/six", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-project:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_project:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_project:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sixproject:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sixproject:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-project:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_project:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sixproject:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:py3-six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:py3_six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd8396aa529ad8342a67839969a2e5015e46d408" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-six" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-six=1.16.0-r8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ex7KXzKWq+4YtxJ5AaL2b8XIIbo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "12022" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-six-pyc@1.16.0-r8?arch=x86_64&upstream=py3-six&distro=alpine-3.19.0&package-id=d2fb524325e07f57", + "type": "library", + "publisher": "Patrycja Rosa ", + "name": "py3-six-pyc", + "version": "1.16.0-r8", + "description": "Precompiled Python bytecode for py3-six", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:six-pyc-project:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-six-pyc@1.16.0-r8?arch=x86_64&upstream=py3-six&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/six", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc-project:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc_project:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc_project:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc_project:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc_project:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pycproject:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pycproject:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pycproject:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pycproject:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six-pyc:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six-pyc:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six_pyc:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six_pyc:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc-project:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc-project:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc_project:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc_project:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc_project:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc_project:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pycproject:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pycproject:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pycproject:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pycproject:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six-pyc:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six-pyc:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six_pyc:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six_pyc:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-six:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_six:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six-pyc:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:py3-six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:py3_six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six_pyc:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six-pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six_pyc:1.16.0-r8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd8396aa529ad8342a67839969a2e5015e46d408" + }, + { + "name": "syft:metadata:installedSize", + "value": "73728" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-six" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1iKRW1pidPWpdauqte7lBshnhGic=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "20351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-urllib3@1.26.18-r0?arch=x86_64&distro=alpine-3.19.0&package-id=59a52aefb1bf6b31", + "type": "library", + "publisher": "Francesco Colista ", + "name": "py3-urllib3", + "version": "1.26.18-r0", + "description": "HTTP library with thread-safe connection pooling, file post, and more", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:urllib3-project:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-urllib3@1.26.18-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/urllib3/urllib3", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-project:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_project:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_project:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3project:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3project:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-project:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_project:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3project:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:urllib3:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a2a43b4d58ff966ffa163fdfdeceff411f059714" + }, + { + "name": "syft:metadata:installedSize", + "value": "593920" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-urllib3" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-urllib3=1.26.18-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:urllib3=1.26.18-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FFv235AWsz04w8BHkUmzFio3JPE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "134646" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-urllib3-pyc@1.26.18-r0?arch=x86_64&upstream=py3-urllib3&distro=alpine-3.19.0&package-id=0f271e71a8ae0fff", + "type": "library", + "publisher": "Francesco Colista ", + "name": "py3-urllib3-pyc", + "version": "1.26.18-r0", + "description": "Precompiled Python bytecode for py3-urllib3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:urllib3-pyc-project:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-urllib3-pyc@1.26.18-r0?arch=x86_64&upstream=py3-urllib3&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/urllib3/urllib3", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc-project:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc_project:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc_project:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc_project:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc_project:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pycproject:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pycproject:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pycproject:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pycproject:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3-pyc:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3-pyc:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3_pyc:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3_pyc:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc-project:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc-project:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc_project:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc_project:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc_project:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc_project:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pycproject:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pycproject:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pycproject:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pycproject:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3-pyc:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3-pyc:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3_pyc:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3_pyc:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-urllib3:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_urllib3:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3-pyc:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3_pyc:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:urllib3-pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:urllib3_pyc:1.26.18-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a2a43b4d58ff966ffa163fdfdeceff411f059714" + }, + { + "name": "syft:metadata:installedSize", + "value": "622592" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-urllib3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13j5CgZRwCqQH9fMZMe0SRmOrkbc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "198559" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-wcwidth@0.2.10-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4371385037238b98", + "type": "library", + "publisher": "Thomas Boerger ", + "name": "py3-wcwidth", + "version": "0.2.10-r0", + "description": "Measures number of Terminal column cells of wide-character codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wcwidth-project:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-wcwidth@0.2.10-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/wcwidth", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-project:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_project:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_project:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidthproject:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidthproject:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-project:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_project:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidthproject:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:wcwidth:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "52098ed7eb48bcc1a5a759114381dec9acee7980" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-wcwidth" + }, + { + "name": "syft:metadata:provides:0", + "value": "py-wcwidth=0.2.10-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "py3.11:wcwidth=0.2.10-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wTmxD9BAmJHoubFh1zKcv3ML8hQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "34065" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/py3-wcwidth-pyc@0.2.10-r0?arch=x86_64&upstream=py3-wcwidth&distro=alpine-3.19.0&package-id=d6f4d226365aa9ca", + "type": "library", + "publisher": "Thomas Boerger ", + "name": "py3-wcwidth-pyc", + "version": "0.2.10-r0", + "description": "Precompiled Python bytecode for py3-wcwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wcwidth-pyc-project:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/py3-wcwidth-pyc@0.2.10-r0?arch=x86_64&upstream=py3-wcwidth&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://pypi.org/project/wcwidth", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc-project:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc_project:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc_project:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc_project:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc_project:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pycproject:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pycproject:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pycproject:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pycproject:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth-pyc:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth-pyc:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth_pyc:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth_pyc:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc-project:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc-project:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc_project:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc_project:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc_project:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc_project:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pycproject:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pycproject:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pycproject:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pycproject:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth-pyc:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth-pyc:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth_pyc:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth_pyc:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3-wcwidth:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3_wcwidth:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth-pyc:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth_pyc:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3-wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:py3_wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:wcwidth-pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py3:wcwidth_pyc:0.2.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "52098ed7eb48bcc1a5a759114381dec9acee7980" + }, + { + "name": "syft:metadata:installedSize", + "value": "94208" + }, + { + "name": "syft:metadata:originPackage", + "value": "py3-wcwidth" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1fYg7cAFmRKGUREmNhwp/K7tK89c=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:size", + "value": "16598" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=9c68694764416f55", + "type": "library", + "publisher": "Natanael Copa ", + "name": "pyc", + "version": "3.11.6-r1", + "description": "Meta package for pulling in all -pyc packages", + "licenses": [ + { + "license": { + "id": "PSF-2.0" + } + } + ], + "cpe": "cpe:2.3:a:pyc:pyc:3.11.6-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.python.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f5aaef9ea8b11fac1d695001f434732e6758ba4d" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "python3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1t4kXW/TI5UuXrgXAE/A63VVFvq8=" + }, + { + "name": "syft:metadata:size", + "value": "1465" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycparser@2.21?package-id=c942522b32b3267c", + "type": "library", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.21", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.21:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/pycparser-2.21.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/pycparser-2.21.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/pycparser-2.21.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=bec9c39047a8973f", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/python_dateutil-2.8.2-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/python_dateutil-2.8.2-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062", + "type": "library", + "publisher": "Natanael Copa ", + "name": "python3", + "version": "3.11.6-r1", + "description": "High-level scripting language", + "licenses": [ + { + "license": { + "id": "PSF-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-software-foundation:python3:3.11.6-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.python.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python3:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-software-foundation:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-software:python3:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software:python3:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-software:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python3:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f5aaef9ea8b11fac1d695001f434732e6758ba4d" + }, + { + "name": "syft:metadata:installedSize", + "value": "26050560" + }, + { + "name": "syft:metadata:originPackage", + "value": "python3" + }, + { + "name": "syft:metadata:provides:0", + "value": "pythonispython3=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpython3.11.so.1.0=1.0" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libpython3.so=0" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:2to3-3.11=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:2to3=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:pydoc3.11=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:pydoc3=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:python3.11=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:python3=3.11.6-r1" + }, + { + "name": "syft:metadata:provides:9", + "value": "cmd:python=3.11.6-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1WixnDK2hVaCHs5GQEn3ymV60od0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3~3.11" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbz2.so.1" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libpanelw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "so:libsqlite3.so.0" + }, + { + "name": "syft:metadata:pullDependencies:13", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:14", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libexpat.so.1" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libffi.so.8" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libgdbm_compat.so.4" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:liblzma.so.5" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libmpdec.so.3" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "9275258" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/python3-pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=2ff5ea1bfbb81357", + "type": "library", + "publisher": "Natanael Copa ", + "name": "python3-pyc", + "version": "3.11.6-r1", + "description": "High-level scripting language (install .pyc cache files)", + "licenses": [ + { + "license": { + "id": "PSF-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python3-pyc:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/python3-pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.python.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pyc:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pyc:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pyc:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyc:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyc:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pyc:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pyc:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pyc:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pyc:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyc:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyc:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyc:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyc:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyc:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyc:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python3-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python3_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyc:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f5aaef9ea8b11fac1d695001f434732e6758ba4d" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "python3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1v4njZ+vA9M0QO1kJTi1epEn+g00=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "python3-pycache-pyc0=3.11.6-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "pyc" + }, + { + "name": "syft:metadata:size", + "value": "1508" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/python3-pycache-pyc0@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=04d0d03d9fbe0003", + "type": "library", + "publisher": "Natanael Copa ", + "name": "python3-pycache-pyc0", + "version": "3.11.6-r1", + "description": "High-level scripting language (.pyc pycache files)", + "licenses": [ + { + "license": { + "id": "PSF-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python3-pycache-pyc0:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/python3-pycache-pyc0@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.python.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache-pyc0:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache_pyc0:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache_pyc0:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache-pyc0:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache-pyc0:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache-pyc0:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache-pyc0:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache_pyc0:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache_pyc0:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache_pyc0:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache_pyc0:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache-pyc0:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache-pyc0:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache_pyc0:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache_pyc0:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pycache:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pycache:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycache:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycache:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python3-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python3_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycache-pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycache_pyc0:3.11.6-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f5aaef9ea8b11fac1d695001f434732e6758ba4d" + }, + { + "name": "syft:metadata:installedSize", + "value": "13987840" + }, + { + "name": "syft:metadata:originPackage", + "value": "python3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Q0z1bgyfvdhKjBUYjC8oyvrM2f8=" + }, + { + "name": "syft:metadata:size", + "value": "4614312" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml@0.17.28?package-id=ed51475ca3698b34", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml", + "version": "0.17.28", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:ruamel.yaml_project:ruamel.yaml:0.17.28:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml@0.17.28", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/ruamel.yaml-0.17.28.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/ruamel.yaml-0.17.28.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/ruamel.yaml-0.17.28.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml.clib@0.2.7?package-id=38c4b96f65cab318", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml.clib", + "version": "0.2.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthon_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml.clib@0.2.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/s2n-tls@1.3.56-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c1ec3b1b78e4170f", + "type": "library", + "name": "s2n-tls", + "version": "1.3.56-r0", + "description": "AWS C99 implementation of the TLS/SSL protocols", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:s2n-tls:s2n-tls:1.3.56-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/s2n-tls@1.3.56-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/aws/s2n-tls", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s2n-tls:s2n_tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s2n_tls:s2n-tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s2n_tls:s2n_tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:s2n-tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:s2n_tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s2n:s2n-tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s2n:s2n_tls:1.3.56-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9da54920c2f39950b093360e71647e0a4f64677f" + }, + { + "name": "syft:metadata:installedSize", + "value": "1273856" + }, + { + "name": "syft:metadata:originPackage", + "value": "s2n-tls" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libs2n.so.1=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o0qCuQNOl7KkGo6/CLn75eBgdDQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "320841" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=f2dc9840740f1f51", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/sqlite-libs@3.44.2-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.19.0&package-id=a78d9d5f1406093e", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "sqlite-libs", + "version": "3.44.2-r0", + "description": "C library that implements an SQL database engine (libraries)", + "licenses": [ + { + "license": { + "id": "blessing" + } + } + ], + "cpe": "cpe:2.3:a:sqlite-libs:sqlite-libs:3.44.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/sqlite-libs@3.44.2-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.sqlite.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite-libs:sqlite_libs:3.44.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite-libs:3.44.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite_libs:3.44.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite-libs:3.44.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite_libs:3.44.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8269c3338bb5882aa42b429a72fbdd4c89b71ae2" + }, + { + "name": "syft:metadata:installedSize", + "value": "1445888" + }, + { + "name": "syft:metadata:originPackage", + "value": "sqlite" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsqlite3.so.0=0.8.6" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yIEzgl4X9Dnize3RL2xzutTH+E8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "761711" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@1.26.18?package-id=8b7d49983c24190c", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "1.26.18", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:urllib3:1.26.18:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/wcwidth@0.2.10?package-id=de4dd423c147effc", + "type": "library", + "author": "Jeff Quast ", + "name": "wcwidth", + "version": "0.2.10", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jeff_quast_project:python-wcwidth:0.2.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wcwidth@0.2.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wcwidth:0.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3.11/site-packages/wcwidth-0.2.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3.11/site-packages/wcwidth-0.2.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:2:path", + "value": "/usr/lib/python3.11/site-packages/wcwidth-0.2.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/xz-libs@5.4.5-r0?arch=x86_64&upstream=xz&distro=alpine-3.19.0&package-id=4ec334ca8a5e62f1", + "type": "library", + "publisher": "Natanael Copa ", + "name": "xz-libs", + "version": "5.4.5-r0", + "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.4.5-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/xz-libs@5.4.5-r0?arch=x86_64&upstream=xz&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tukaani.org/xz", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-libs:xz_libs:5.4.5-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz-libs:5.4.5-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz_libs:5.4.5-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-libs:5.4.5-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_libs:5.4.5-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "03b1ccce410be290b739a0d9804f176e2726db3d" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "xz" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:liblzma.so.5=5.4.5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bq46AhEwTuI+McZJHkvO/bfMdvE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "114649" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d9ee7f92c3c0e77afbf685fd642be825342b86a3795888bac9a6bd008c6e3e70" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-auth@0.7.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c5f7104f4e479c93", + "dependsOn": [ + "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/aws-c-sdkutils@0.1.12-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b0c0981d433bcf60", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-compression@0.2.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b920fbf49b4607b5", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-event-stream@0.3.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fe6b19631c021aae", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=61e83cc485f35e28", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "dependsOn": [ + "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-compression@0.2.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b920fbf49b4607b5", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "dependsOn": [ + "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/s2n-tls@1.3.56-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c1ec3b1b78e4170f" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-mqtt@0.9.6-r0?arch=x86_64&distro=alpine-3.19.0&package-id=e01b0d51c555f880", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-s3@0.3.17-r0?arch=x86_64&distro=alpine-3.19.0&package-id=000e12ae748c281d", + "dependsOn": [ + "pkg:apk/alpine/aws-c-auth@0.7.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c5f7104f4e479c93", + "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=61e83cc485f35e28", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-c-sdkutils@0.1.12-r1?arch=x86_64&distro=alpine-3.19.0&package-id=b0c0981d433bcf60", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=61e83cc485f35e28", + "dependsOn": [ + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/aws-cli-pyc@2.13.25-r0?arch=x86_64&upstream=aws-cli&distro=alpine-3.19.0&package-id=0043cf41b63c20a5", + "dependsOn": [ + "pkg:apk/alpine/py3-awscrt@0.19.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fa646e8491620a2b", + "pkg:apk/alpine/py3-certifi@2023.7.22-r0?arch=x86_64&distro=alpine-3.19.0&package-id=b34cce84f9ecfbac", + "pkg:apk/alpine/py3-colorama@0.4.6-r3?arch=x86_64&distro=alpine-3.19.0&package-id=3e579e3b12cf1496", + "pkg:apk/alpine/py3-cryptography@41.0.7-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ef90a3aad647ba18", + "pkg:apk/alpine/py3-dateutil@2.8.2-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd91866bbab8751a", + "pkg:apk/alpine/py3-distro@1.8.0-r2?arch=x86_64&distro=alpine-3.19.0&package-id=81fa70b0ccca8bda", + "pkg:apk/alpine/py3-docutils@0.20.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=f6a9f8072824f717", + "pkg:apk/alpine/py3-jmespath@1.0.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=d7716564a0de645b", + "pkg:apk/alpine/py3-prompt_toolkit@3.0.41-r0?arch=x86_64&distro=alpine-3.19.0&package-id=56ecba0aa32a239f", + "pkg:apk/alpine/py3-ruamel.yaml@0.17.28-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6dee9708d8686370", + "pkg:apk/alpine/py3-urllib3@1.26.18-r0?arch=x86_64&distro=alpine-3.19.0&package-id=59a52aefb1bf6b31", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/aws-cli@2.13.25-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ce66ed3ae6d1fd3d", + "dependsOn": [ + "pkg:apk/alpine/py3-awscrt@0.19.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fa646e8491620a2b", + "pkg:apk/alpine/py3-certifi@2023.7.22-r0?arch=x86_64&distro=alpine-3.19.0&package-id=b34cce84f9ecfbac", + "pkg:apk/alpine/py3-colorama@0.4.6-r3?arch=x86_64&distro=alpine-3.19.0&package-id=3e579e3b12cf1496", + "pkg:apk/alpine/py3-cryptography@41.0.7-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ef90a3aad647ba18", + "pkg:apk/alpine/py3-dateutil@2.8.2-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd91866bbab8751a", + "pkg:apk/alpine/py3-distro@1.8.0-r2?arch=x86_64&distro=alpine-3.19.0&package-id=81fa70b0ccca8bda", + "pkg:apk/alpine/py3-docutils@0.20.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=f6a9f8072824f717", + "pkg:apk/alpine/py3-jmespath@1.0.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=d7716564a0de645b", + "pkg:apk/alpine/py3-prompt_toolkit@3.0.41-r0?arch=x86_64&distro=alpine-3.19.0&package-id=56ecba0aa32a239f", + "pkg:apk/alpine/py3-ruamel.yaml@0.17.28-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6dee9708d8686370", + "pkg:apk/alpine/py3-urllib3@1.26.18-r0?arch=x86_64&distro=alpine-3.19.0&package-id=59a52aefb1bf6b31", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.19.0&package-id=08a60f6e6b90aa0b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.19.0&package-id=8450740fd032900d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libexpat@2.5.0-r2?arch=x86_64&upstream=expat&distro=alpine-3.19.0&package-id=728afd9e0f384e12", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libffi@3.4.4-r3?arch=x86_64&distro=alpine-3.19.0&package-id=b2a8fffd40ee5841", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libpanelw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=330af4a19893a163", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/mpdecimal@2.5.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=388b46c572000004", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/py3-awscrt@0.19.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fa646e8491620a2b", + "dependsOn": [ + "pkg:apk/alpine/aws-c-auth@0.7.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c5f7104f4e479c93", + "pkg:apk/alpine/aws-c-cal@0.6.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4cd17a2f558270ef", + "pkg:apk/alpine/aws-c-common@0.9.4-r0?arch=x86_64&distro=alpine-3.19.0&package-id=38f7048366b8838d", + "pkg:apk/alpine/aws-c-event-stream@0.3.2-r0?arch=x86_64&distro=alpine-3.19.0&package-id=fe6b19631c021aae", + "pkg:apk/alpine/aws-c-http@0.7.13-r0?arch=x86_64&distro=alpine-3.19.0&package-id=5f510125f8061ac3", + "pkg:apk/alpine/aws-c-io@0.13.32-r0?arch=x86_64&distro=alpine-3.19.0&package-id=129f4b1e045ef14f", + "pkg:apk/alpine/aws-c-mqtt@0.9.6-r0?arch=x86_64&distro=alpine-3.19.0&package-id=e01b0d51c555f880", + "pkg:apk/alpine/aws-c-s3@0.3.17-r0?arch=x86_64&distro=alpine-3.19.0&package-id=000e12ae748c281d", + "pkg:apk/alpine/aws-checksums@0.1.17-r1?arch=x86_64&distro=alpine-3.19.0&package-id=61e83cc485f35e28", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/py3-certifi-pyc@2023.7.22-r0?arch=x86_64&upstream=py3-certifi&distro=alpine-3.19.0&package-id=704374b61eeb28e3", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154" + ] + }, + { + "ref": "pkg:apk/alpine/py3-certifi@2023.7.22-r0?arch=x86_64&distro=alpine-3.19.0&package-id=b34cce84f9ecfbac", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cffi-pyc@1.16.0-r0?arch=x86_64&upstream=py3-cffi&distro=alpine-3.19.0&package-id=5546d9c7b0b67156", + "dependsOn": [ + "pkg:apk/alpine/py3-cparser@2.21-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd442a26d9a55e73" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cffi@1.16.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ecc66d41201b4d36", + "dependsOn": [ + "pkg:apk/alpine/libffi@3.4.4-r3?arch=x86_64&distro=alpine-3.19.0&package-id=b2a8fffd40ee5841", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/py3-cparser@2.21-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd442a26d9a55e73" + ] + }, + { + "ref": "pkg:apk/alpine/py3-colorama-pyc@0.4.6-r3?arch=x86_64&upstream=py3-colorama&distro=alpine-3.19.0&package-id=3f874fe5c0c08538", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-colorama@0.4.6-r3?arch=x86_64&distro=alpine-3.19.0&package-id=3e579e3b12cf1496", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cparser-pyc@2.21-r4?arch=x86_64&upstream=py3-cparser&distro=alpine-3.19.0&package-id=a7d77a703edc72fd", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cparser@2.21-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd442a26d9a55e73", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cryptography-pyc@41.0.7-r0?arch=x86_64&upstream=py3-cryptography&distro=alpine-3.19.0&package-id=b44fd324cb075bf4", + "dependsOn": [ + "pkg:apk/alpine/py3-cffi@1.16.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ecc66d41201b4d36", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-cryptography@41.0.7-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ef90a3aad647ba18", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/py3-cffi@1.16.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=ecc66d41201b4d36", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-dateutil-pyc@2.8.2-r4?arch=x86_64&upstream=py3-dateutil&distro=alpine-3.19.0&package-id=2c8d9de06f430b32", + "dependsOn": [ + "pkg:apk/alpine/py3-six@1.16.0-r8?arch=x86_64&distro=alpine-3.19.0&package-id=fcf72f5b9f7bc128", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-dateutil@2.8.2-r4?arch=x86_64&distro=alpine-3.19.0&package-id=cd91866bbab8751a", + "dependsOn": [ + "pkg:apk/alpine/py3-six@1.16.0-r8?arch=x86_64&distro=alpine-3.19.0&package-id=fcf72f5b9f7bc128", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-distro-pyc@1.8.0-r2?arch=x86_64&upstream=py3-distro&distro=alpine-3.19.0&package-id=09c581ae2e212c21", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-distro@1.8.0-r2?arch=x86_64&distro=alpine-3.19.0&package-id=81fa70b0ccca8bda", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-docutils-pyc@0.20.1-r1?arch=x86_64&upstream=py3-docutils&distro=alpine-3.19.0&package-id=1742e0064768acfa", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-docutils@0.20.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=f6a9f8072824f717", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-jmespath-pyc@1.0.1-r1?arch=x86_64&upstream=py3-jmespath&distro=alpine-3.19.0&package-id=1191a0a609c3aeae", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-jmespath@1.0.1-r1?arch=x86_64&distro=alpine-3.19.0&package-id=d7716564a0de645b", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-prompt_toolkit-pyc@3.0.41-r0?arch=x86_64&upstream=py3-prompt_toolkit&distro=alpine-3.19.0&package-id=6e85e34478a04b08", + "dependsOn": [ + "pkg:apk/alpine/py3-wcwidth@0.2.10-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4371385037238b98", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-prompt_toolkit@3.0.41-r0?arch=x86_64&distro=alpine-3.19.0&package-id=56ecba0aa32a239f", + "dependsOn": [ + "pkg:apk/alpine/py3-wcwidth@0.2.10-r0?arch=x86_64&distro=alpine-3.19.0&package-id=4371385037238b98", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-ruamel.yaml-pyc@0.17.28-r0?arch=x86_64&upstream=py3-ruamel.yaml&distro=alpine-3.19.0&package-id=3d5593c9558fe12e", + "dependsOn": [ + "pkg:apk/alpine/py3-ruamel.yaml.clib@0.2.7-r1?arch=x86_64&distro=alpine-3.19.0&package-id=70bf1cfe4dfe78f4" + ] + }, + { + "ref": "pkg:apk/alpine/py3-ruamel.yaml.clib@0.2.7-r1?arch=x86_64&distro=alpine-3.19.0&package-id=70bf1cfe4dfe78f4", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-ruamel.yaml@0.17.28-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6dee9708d8686370", + "dependsOn": [ + "pkg:apk/alpine/py3-ruamel.yaml.clib@0.2.7-r1?arch=x86_64&distro=alpine-3.19.0&package-id=70bf1cfe4dfe78f4" + ] + }, + { + "ref": "pkg:apk/alpine/py3-six-pyc@1.16.0-r8?arch=x86_64&upstream=py3-six&distro=alpine-3.19.0&package-id=d2fb524325e07f57", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-six@1.16.0-r8?arch=x86_64&distro=alpine-3.19.0&package-id=fcf72f5b9f7bc128", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-urllib3-pyc@1.26.18-r0?arch=x86_64&upstream=py3-urllib3&distro=alpine-3.19.0&package-id=0f271e71a8ae0fff", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/py3-urllib3@1.26.18-r0?arch=x86_64&distro=alpine-3.19.0&package-id=59a52aefb1bf6b31", + "dependsOn": [ + "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062" + ] + }, + { + "ref": "pkg:apk/alpine/python3-pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=2ff5ea1bfbb81357", + "dependsOn": [ + "pkg:apk/alpine/pyc@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=9c68694764416f55", + "pkg:apk/alpine/python3-pycache-pyc0@3.11.6-r1?arch=x86_64&upstream=python3&distro=alpine-3.19.0&package-id=04d0d03d9fbe0003" + ] + }, + { + "ref": "pkg:apk/alpine/python3@3.11.6-r1?arch=x86_64&distro=alpine-3.19.0&package-id=ef68538eea209062", + "dependsOn": [ + "pkg:apk/alpine/gdbm@1.23-r1?arch=x86_64&distro=alpine-3.19.0&package-id=08a60f6e6b90aa0b", + "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.19.0&package-id=8450740fd032900d", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libexpat@2.5.0-r2?arch=x86_64&upstream=expat&distro=alpine-3.19.0&package-id=728afd9e0f384e12", + "pkg:apk/alpine/libffi@3.4.4-r3?arch=x86_64&distro=alpine-3.19.0&package-id=b2a8fffd40ee5841", + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/libpanelw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=330af4a19893a163", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/mpdecimal@2.5.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=388b46c572000004", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "pkg:apk/alpine/sqlite-libs@3.44.2-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.19.0&package-id=a78d9d5f1406093e", + "pkg:apk/alpine/xz-libs@5.4.5-r0?arch=x86_64&upstream=xz&distro=alpine-3.19.0&package-id=4ec334ca8a5e62f1", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/s2n-tls@1.3.56-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c1ec3b1b78e4170f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/sqlite-libs@3.44.2-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.19.0&package-id=a78d9d5f1406093e", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/xz-libs@5.4.5-r0?arch=x86_64&upstream=xz&distro=alpine-3.19.0&package-id=4ec334ca8a5e62f1", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-salt-master-1.6.9.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-salt-master-1.6.9.syft.cdx.json new file mode 100644 index 00000000..722d9284 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-salt-master-1.6.9.syft.cdx.json @@ -0,0 +1,2732 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:1815abe0-2db2-41cc-bb0d-b7f959021575", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:18-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "5beaa0f4b441d392", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-salt-master", + "version": "1.6.9" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=538dff49e6576a74", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/eXfmbYT1WXenFSqKjroYyK84NE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.2&package-id=2b13c37ad68dba47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/JgpM8J6DWI/541tUX+uHEzSjqo=" + }, + { + "name": "syft:metadata:size", + "value": "11664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.2&package-id=52cdfe05331430a5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1KM01lfKVp+gEZn23awujqjSkrN8=" + }, + { + "name": "syft:metadata:size", + "value": "13361" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.2&package-id=1d0d53b03364a499", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.12.10-r1", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0188f510baadbae393472103427b9c1875117136" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.3.12.0=3.12.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.12.10-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ef3iwt+cMdGngEgaFr2URIJhKzQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120973" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.2&package-id=72fc1e6c3fb0615d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.15-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.15-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.15-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a286bb720c7825575bc7cfa107dc4b5961a2d248" + }, + { + "name": "syft:metadata:installedSize", + "value": "1433600" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.15-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18L4X0+pNmem0ecUJ40sj09hZln4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "465962" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.2&package-id=cfc1578e6b4f88d5", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.35.0-r29", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "962560" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NN3sp0yr99btRysqty3nQUrWHaY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "509600" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=8afef83200389370", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.35.0-r29", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1miWwyhWKXVEiRYLhmArV1TKMs6A=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:size", + "value": "1547" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.2&package-id=8fedcdaded0f729f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c56ff944f7d21017702e916e9546ee10389aef62" + }, + { + "name": "syft:metadata:installedSize", + "value": "708608" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1N/Jm97UPP48iytm9ei9pTR/j3+U=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157324" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.2&package-id=f95698b8d91e0764", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20220614-r4", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20220614-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e1839fd45a096c9e21ac24f8a61991d357d11628" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20220614-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14PFUzkDXTGDcHkiuEdFuzb+EvxQ=" + }, + { + "name": "syft:metadata:size", + "value": "126296" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.2&package-id=3da1da8b4149460f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r3", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "60424133be2e79bbfeff3d58147a22886f817ce2" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19Gg06pBPiiG9UN94ql7qImsHSUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1485" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.0.8-r0", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.0.8-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "524302e205a5b43c2bb48d041bcb10ccf2b480f9" + }, + { + "name": "syft:metadata:installedSize", + "value": "4206592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lyWpurYeMlLEt60ys+OlTABmzgs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1710217" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2&package-id=1626e42703548020", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r4", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d4fD9hTpTHqbkXo3tGrnOndYENI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54809" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/liblksctp@1.0.19-r1?arch=x86_64&upstream=lksctp-tools&distro=alpine-3.17.2&package-id=e133dd8f5a7da4a2", + "type": "library", + "publisher": "Natanael Copa ", + "name": "liblksctp", + "version": "1.0.19-r1", + "description": "User-space access to Linux Kernel SCTP (libraries)", + "licenses": [ + { + "expression": "GPL-2.0-only AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:liblksctp:liblksctp:1.0.19-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/liblksctp@1.0.19-r1?arch=x86_64&upstream=lksctp-tools&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://lksctp.sourceforge.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84d02e8c3abb163d4ca89e62e831c4116b9ea195" + }, + { + "name": "syft:metadata:installedSize", + "value": "53248" + }, + { + "name": "syft:metadata:originPackage", + "value": "lksctp-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsctp.so.1=1.0.19" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1RI+OMfnfDjcmkc6TwfaefVwiKpc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "8253" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=ef6673feb9d834f5", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.0.8-r0", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.8-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.0.8-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "524302e205a5b43c2bb48d041bcb10ccf2b480f9" + }, + { + "name": "syft:metadata:installedSize", + "value": "622592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Z6/d/FKYkPehWzNtOtYnJ74oIkY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "246853" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2&package-id=2d1b2f248610dd23", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r4", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14xcDVBn1li3rJCyf9lgkam5FzKE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800687" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/lksctp-tools@1.0.19-r1?arch=x86_64&distro=alpine-3.17.2&package-id=b0c4e56b08df2785", + "type": "library", + "publisher": "Natanael Copa ", + "name": "lksctp-tools", + "version": "1.0.19-r1", + "description": "User-space access to Linux Kernel SCTP", + "licenses": [ + { + "expression": "GPL-2.0-only AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:lksctp-tools:lksctp-tools:1.0.19-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/lksctp-tools@1.0.19-r1?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://lksctp.sourceforge.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lksctp-tools:lksctp_tools:1.0.19-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lksctp_tools:lksctp-tools:1.0.19-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lksctp_tools:lksctp_tools:1.0.19-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lksctp:lksctp-tools:1.0.19-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lksctp:lksctp_tools:1.0.19-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84d02e8c3abb163d4ca89e62e831c4116b9ea195" + }, + { + "name": "syft:metadata:installedSize", + "value": "143360" + }, + { + "name": "syft:metadata:originPackage", + "value": "lksctp-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:checksctp=1.0.19-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sctp_darn=1.0.19-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:sctp_status=1.0.19-r1" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:sctp_test=1.0.19-r1" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:withsctp=1.0.19-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10VEnf64o1WKlSrRE/r32IWYD+Rg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libsctp.so.1" + }, + { + "name": "syft:metadata:size", + "value": "40707" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.3-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.3-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f93af038c3de7146121c2ea8124ba5ce29b4b058" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Pk7x1woArbB1nzkMPJPq1TECwus=" + }, + { + "name": "syft:metadata:size", + "value": "388955" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.2&package-id=96aaf79fc685e220", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.3-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.3-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.3-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f93af038c3de7146121c2ea8124ba5ce29b4b058" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.3-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.3-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ZWJL4eySx8nPSjF1FAJgQyvuNs4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36697" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses@6.3_p20221119-r0?arch=x86_64&distro=alpine-3.17.2&package-id=9ef721726b90d00c", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses", + "version": "6.3_p20221119-r0", + "description": "Console display library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses:ncurses:6.3_p20221119-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses@6.3_p20221119-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8065d637b9d14488a01f042ff4150f6abcd2df8d" + }, + { + "name": "syft:metadata:installedSize", + "value": "286720" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:captoinfo=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:clear=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:infocmp=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:infotocap=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:reset=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:tabs=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:tic=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:toe=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:tput=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:9", + "value": "cmd:tset=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JcmS5LsOEiUJ4zwC3omOCPCE4ng=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "85066" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=c203fe6e92c0670d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-libs", + "version": "6.3_p20221119-r0", + "description": "Ncurses libraries", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-libs:ncurses-libs:6.3_p20221119-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-libs:ncurses_libs:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses-libs:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses_libs:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-libs:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_libs:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8065d637b9d14488a01f042ff4150f6abcd2df8d" + }, + { + "name": "syft:metadata:installedSize", + "value": "512000" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "ncurses-widec-libs=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libformw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libmenuw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libncursesw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libpanelw.so.6=6.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12EgKjD4CuKjV+gVLYFBMZj/l2w4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.3_p20221119-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "213802" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=b24c401e9dc5a330", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.3_p20221119-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.3_p20221119-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.3_p20221119-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8065d637b9d14488a01f042ff4150f6abcd2df8d" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1OIObVLLNvpS7g7O11TvsxEi670g=" + }, + { + "name": "syft:metadata:size", + "value": "22609" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/openssl@3.0.8-r0?arch=x86_64&distro=alpine-3.17.2&package-id=6cf436aab9a9f5ac", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "openssl", + "version": "3.0.8-r0", + "description": "Toolkit for Transport Layer Security (TLS)", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.8-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/openssl@3.0.8-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "524302e205a5b43c2bb48d041bcb10ccf2b480f9" + }, + { + "name": "syft:metadata:installedSize", + "value": "888832" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "openssl3=3.0.8-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:openssl=3.0.8-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11A1j315WWIh7Hhza0elkw9bLv9g=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "339777" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=92f1d7a2f9a9fa92", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.0-r0", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b4e918d160824e1d7994b4628758c415050177ef" + }, + { + "name": "syft:metadata:installedSize", + "value": "315392" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qyQWwtj+kAOI1eA1M35MKpntcb0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "125516" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.2&package-id=014ce49f90e359d5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.5-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.5-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e52243dbb02069f10d48440ccc5fd41fa5fc2236" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.5-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11dxYFsHvBFAzzHGDo5gOTDNJDyQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "37687" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=032b724597417981", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.35.0-r29", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QuqZjeP6XG85I29tOiCWofL8Cj0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4929" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/unixodbc@2.3.11-r0?arch=x86_64&distro=alpine-3.17.2&package-id=2dd537f6b67de42f", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "unixodbc", + "version": "2.3.11-r0", + "description": "ODBC is an open specification to access Data Sources", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:unixodbc:unixodbc:2.3.11-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/unixodbc@2.3.11-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "http://www.unixodbc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "299ddac10d5c53688c0f07c8008ba2bc9dcc3a2d" + }, + { + "name": "syft:metadata:installedSize", + "value": "716800" + }, + { + "name": "syft:metadata:originPackage", + "value": "unixodbc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libodbc.so.2=2.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libodbccr.so.2=2.0.0" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libodbcinst.so.2=2.0.0" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:dltest=2.3.11-r0" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:isql=2.3.11-r0" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:iusql=2.3.11-r0" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:odbc_config=2.3.11-r0" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:odbcinst=2.3.11-r0" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:slencheck=2.3.11-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16jGXA93DeSg5RmnH38o7Fju6sDs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "259902" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.2&package-id=b8ee1f66780f175f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r0", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.2", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:75426f291498428cd203586fdab385cc7341c1ce50d2c51ae0d68f6e07c7b6a0" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb37266b06a72d21d1fd850ef4b86665cf9ef70f" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rjnXT01l1PAxXheUxe4Oldl5rFk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54258" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.17.2", + "description": "Alpine Linux v3.17", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.17.2" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.17" + }, + { + "name": "syft:distro:versionID", + "value": "3.17.2" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=538dff49e6576a74", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.2&package-id=2b13c37ad68dba47", + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=8afef83200389370" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.2&package-id=1d0d53b03364a499", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20220614-r4?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.2&package-id=f95698b8d91e0764", + "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=ef6673feb9d834f5", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.2&package-id=b8ee1f66780f175f" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.2&package-id=72fc1e6c3fb0615d", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=8afef83200389370", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=92f1d7a2f9a9fa92" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=8afef83200389370", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.2&package-id=cfc1578e6b4f88d5" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.2&package-id=cfc1578e6b4f88d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.2&package-id=8fedcdaded0f729f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=8afef83200389370", + "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.2&package-id=3da1da8b4149460f", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.2&package-id=96aaf79fc685e220" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2&package-id=1626e42703548020", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/liblksctp@1.0.19-r1?arch=x86_64&upstream=lksctp-tools&distro=alpine-3.17.2&package-id=e133dd8f5a7da4a2", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=ef6673feb9d834f5", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2&package-id=2d1b2f248610dd23", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.2&package-id=1626e42703548020", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/lksctp-tools@1.0.19-r1?arch=x86_64&distro=alpine-3.17.2&package-id=b0c4e56b08df2785", + "dependsOn": [ + "pkg:apk/alpine/liblksctp@1.0.19-r1?arch=x86_64&upstream=lksctp-tools&distro=alpine-3.17.2&package-id=e133dd8f5a7da4a2", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.3-r4?arch=x86_64&upstream=musl&distro=alpine-3.17.2&package-id=96aaf79fc685e220", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.2&package-id=014ce49f90e359d5" + ] + }, + { + "ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=c203fe6e92c0670d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=b24c401e9dc5a330" + ] + }, + { + "ref": "pkg:apk/alpine/ncurses@6.3_p20221119-r0?arch=x86_64&distro=alpine-3.17.2&package-id=9ef721726b90d00c", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=c203fe6e92c0670d" + ] + }, + { + "ref": "pkg:apk/alpine/openssl@3.0.8-r0?arch=x86_64&distro=alpine-3.17.2&package-id=6cf436aab9a9f5ac", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=ef6673feb9d834f5", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=92f1d7a2f9a9fa92", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.17.2&package-id=c203fe6e92c0670d" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.2&package-id=014ce49f90e359d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.2&package-id=032b724597417981", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=eebd7aa606bc92f9", + "pkg:apk/alpine/libssl3@3.0.8-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.2&package-id=ef6673feb9d834f5", + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + }, + { + "ref": "pkg:apk/alpine/unixodbc@2.3.11-r0?arch=x86_64&distro=alpine-3.17.2&package-id=2dd537f6b67de42f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b", + "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.2&package-id=92f1d7a2f9a9fa92" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.2&package-id=b8ee1f66780f175f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r4?arch=x86_64&distro=alpine-3.17.2&package-id=a82a419b6960f70b" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-serviceregistry-0.9.16.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-serviceregistry-0.9.16.syft.cdx.json new file mode 100644 index 00000000..57cf5145 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-serviceregistry-0.9.16.syft.cdx.json @@ -0,0 +1,2942 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:af9c60b0-d9a0-462e-a6c5-5ae31267aa84", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "6e6cd9dd3d58a11f", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-serviceregistry", + "version": "0.9.16" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/brotli-libs@1.1.0-r1?arch=x86_64&upstream=brotli&distro=alpine-3.19.0&package-id=d743812d56fb46c4", + "type": "library", + "publisher": "prspkt ", + "name": "brotli-libs", + "version": "1.1.0-r1", + "description": "Generic lossless compressor (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.1.0-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/brotli-libs@1.1.0-r1?arch=x86_64&upstream=brotli&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://github.com/google/brotli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli-libs:brotli_libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli-libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli_libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli-libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli_libs:1.1.0-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "63284a52a10b5b56250d30784d1c549a5be3f02c" + }, + { + "name": "syft:metadata:installedSize", + "value": "954368" + }, + { + "name": "syft:metadata:originPackage", + "value": "brotli" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbrotlicommon.so.1=1.1.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libbrotlidec.so.1=1.1.0" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libbrotlienc.so.1=1.1.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yPFWp3goBg7fPPwIf7Ba6Sveq1Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "416208" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/c-ares@1.22.1-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6f9935fa9f9b1fbe", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "c-ares", + "version": "1.22.1-r0", + "description": "Asynchronous DNS/names resolver library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:c-ares:c-ares:1.22.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/c-ares@1.22.1-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://c-ares.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c-ares:c_ares:1.22.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c_ares:c-ares:1.22.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c_ares:c_ares:1.22.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c:c-ares:1.22.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c:c_ares:1.22.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "be7fbd3ec980b4b058f8dba0e65536b1e9e905f1" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "c-ares" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcares.so.2=2.8.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/X+vZBznMOkiMSMzCGzvqnO97cc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "59562" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=610715d4d43246da", + "type": "library", + "publisher": "Natanael Copa ", + "name": "curl", + "version": "8.5.0-r0", + "description": "URL retrival utility and library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:haxx:curl:8.5.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ac23f14e444cbe1c6a15a9f6fc961df6cfc6ac03" + }, + { + "name": "syft:metadata:installedSize", + "value": "253952" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:curl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nJKZr+rbrjnQb58AdGLl3q6l+jI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libcurl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcurl.so.4" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "147127" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.19.0&package-id=be45bea3a578e946", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcurl", + "version": "8.5.0-r0", + "description": "The multiprotocol file transfer library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:libcurl:libcurl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ac23f14e444cbe1c6a15a9f6fc961df6cfc6ac03" + }, + { + "name": "syft:metadata:installedSize", + "value": "593920" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcurl.so.4=4.8.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/L46zD1LjOnAPD3HhWu39KRlR5g=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcares.so.2" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libidn2.so.0" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libnghttp2.so.14" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "279767" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libidn2@2.3.4-r4?arch=x86_64&distro=alpine-3.19.0&package-id=dc290375f1f6664a", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libidn2", + "version": "2.3.4-r4", + "description": "Encode/Decode library for internationalized domain names", + "licenses": [ + { + "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libidn2:libidn2:2.3.4-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libidn2@2.3.4-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libidn#libidn2", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn:2.3.4-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn2:2.3.4-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn:2.3.4-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn2:2.3.4-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn:2.3.4-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "3d07ca5b68892e5531f0cd7908d34e4ff0f18a99" + }, + { + "name": "syft:metadata:installedSize", + "value": "212992" + }, + { + "name": "syft:metadata:originPackage", + "value": "libidn2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libidn2.so.0=0.3.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VDwhLxa6bpPehrCKBuk56fSvQig=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libunistring.so.5" + }, + { + "name": "syft:metadata:size", + "value": "104332" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libunistring@1.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=92d6dd40e3d90e79", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libunistring", + "version": "1.1-r2", + "description": "Library for manipulating Unicode strings and C strings", + "licenses": [ + { + "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libunistring:libunistring:1.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libunistring@1.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libunistring/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libunistring:1.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "1703936" + }, + { + "name": "syft:metadata:originPackage", + "value": "libunistring" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libunistring.so.5=5.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1EJDwV5i3RRMO/1ySVbvfelGYOUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "649131" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.58.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.19.0&package-id=4c3b346a9d1eb3c6", + "type": "library", + "publisher": "Francesco Colista ", + "name": "nghttp2-libs", + "version": "1.58.0-r0", + "description": "HTTP/2 C client, server and proxy (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nghttp2-libs@1.58.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://nghttp2.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp-libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp_libs:1.58.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6ef35a3461df71065266d1706d0eebeac9755130" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "nghttp2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnghttp2.so.14=14.25.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1T3sQhM708H2wnjh9mp1gFLuWcmE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "65604" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0a178c445cfc84b671beca9fdbe1cd4297195fc34bfb643625e7f3f91925483c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/brotli-libs@1.1.0-r1?arch=x86_64&upstream=brotli&distro=alpine-3.19.0&package-id=d743812d56fb46c4", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/c-ares@1.22.1-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6f9935fa9f9b1fbe", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.19.0&package-id=610715d4d43246da", + "dependsOn": [ + "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.19.0&package-id=be45bea3a578e946", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.19.0&package-id=be45bea3a578e946", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.1.0-r1?arch=x86_64&upstream=brotli&distro=alpine-3.19.0&package-id=d743812d56fb46c4", + "pkg:apk/alpine/c-ares@1.22.1-r0?arch=x86_64&distro=alpine-3.19.0&package-id=6f9935fa9f9b1fbe", + "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libidn2@2.3.4-r4?arch=x86_64&distro=alpine-3.19.0&package-id=dc290375f1f6664a", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/nghttp2-libs@1.58.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.19.0&package-id=4c3b346a9d1eb3c6", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libidn2@2.3.4-r4?arch=x86_64&distro=alpine-3.19.0&package-id=dc290375f1f6664a", + "dependsOn": [ + "pkg:apk/alpine/libunistring@1.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=92d6dd40e3d90e79", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libunistring@1.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=92d6dd40e3d90e79", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/nghttp2-libs@1.58.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.19.0&package-id=4c3b346a9d1eb3c6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-taghistoriandataretention-0.4.8.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-taghistoriandataretention-0.4.8.syft.cdx.json new file mode 100644 index 00000000..fd366b57 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-taghistoriandataretention-0.4.8.syft.cdx.json @@ -0,0 +1,2158 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:e6c28f14-649a-4518-af69-3b4d2baf1417", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:05-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "5d8e9784143faa7b", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-taghistoriandataretention", + "version": "0.4.8" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f5c6e19a784592ff125a974e3f4c8ef54bfdbc5ee68747c96b520abb5247209b" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-taghistorianservices-0.4.8.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-taghistorianservices-0.4.8.syft.cdx.json new file mode 100644 index 00000000..ddf89d4e --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-taghistorianservices-0.4.8.syft.cdx.json @@ -0,0 +1,2158 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:8c2f343f-3f4e-455d-941d-fbc803e472e1", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:12-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "9f4e7991214fdcda", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-taghistorianservices", + "version": "0.4.8" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fceaa8244bd7db392e54f44a351949a44e44b22a8224055d51b2dbba9582b12c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-userservices-0.9.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-userservices-0.9.14.syft.cdx.json new file mode 100644 index 00000000..522fa78b --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-userservices-0.9.14.syft.cdx.json @@ -0,0 +1,2158 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:7258ec5b-db54-4806-b230-77940cc58282", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:59-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "4305b600b24cfde2", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-userservices", + "version": "0.9.14" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:903c93236495978e03041b49dd51518dc7b4d72502759275388865ff3a97616c" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-webappservices-0.8.5.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-webappservices-0.8.5.syft.cdx.json new file mode 100644 index 00000000..3ea4cbc0 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-webappservices-0.8.5.syft.cdx.json @@ -0,0 +1,2158 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:54c18395-2978-42f5-9d27-e327beefa86b", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d75a135918ba3ed1", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-webappservices", + "version": "0.8.5" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16vHLRZoP2NZ2lLj3reL8p+l/YE4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8911" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r2", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "7749273fed55f6e1df7c9ee6a127f18099f98a94" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bC0czvEJH7WmK58XQiahmMdYqYg=" + }, + { + "name": "syft:metadata:size", + "value": "11533" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0&package-id=46f6bffcb2c73f62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1tL491cf/hUqLQi7fZ4MhT9Qmi9U=" + }, + { + "name": "syft:metadata:size", + "value": "13353" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r5", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Xe3uPoEqpMGDw0SM8/BaTSfh1OU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120789" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.21-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.21-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.21-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6a9559d98850225ba80771901ef1abda91cb29aa" + }, + { + "name": "syft:metadata:installedSize", + "value": "1396736" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.21-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qMdd8YfapOr2ghkbqefkT/lqqfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "448728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r15", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1AYNx2pLOAHRYZQgv3nM8TNtvRWY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "506796" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r15", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oLisfZGMCPUKyVfkRHKxsHWJ/Fg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r15" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1a8hnTfz0JUG/J6/RPQ4HyI/BjWs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "156460" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ATe9K4aivW08p8b+ZflYTIBw1Cs=" + }, + { + "name": "syft:metadata:size", + "value": "126293" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1lJjUjga9N2+T+wI4k4se3BhThIM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1476" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r2", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "4608000" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1I5Ek2FINjJCQMWZs3yaqCJ16804=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743334" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "13.2.1_git20231014-r0", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17dzcPyizt4AsFMwIOqGXqQDNOm8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "64074" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20231125-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GdDjdK3OfweB16Gn1m2TOlHseC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20231125-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158755" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r2", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8c0e4c45399a259ca7e4df625b15bcc011f4d4af" + }, + { + "name": "syft:metadata:installedSize", + "value": "561152" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1wSl/zFA50sBO0S+xUkF+fJnsyrU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "234052" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "13.2.1_git20231014-r0", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20231014-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "090e168783a86e5c2ba31fc65921b9715bac62ff" + }, + { + "name": "syft:metadata:installedSize", + "value": "2715648" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.32" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jY6Z+pg5DXYYtmsQkkau0ZYTOo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "917068" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "667648" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kqFQHSGzXGq3k7gQTqb+GxbmnOw=" + }, + { + "name": "syft:metadata:size", + "value": "407278" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4_git20230717-r4", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4_git20230717-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ca7f2ab5e88794e4e654b40776f8a92256f50639" + }, + { + "name": "syft:metadata:installedSize", + "value": "131072" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4_git20230717-r4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VD38+us9gqsMV19YuiIgIxZ0XLE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36348" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20231125-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20231125-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "6e07a4fb8681687ace8c822eb304d3d5bdb6ecf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "217088" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13RZhxSY1s/pe34FFz7OE3WAZXYA=" + }, + { + "name": "syft:metadata:size", + "value": "22351" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r2", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33283848034c9885d984c8e8697c645c57324938" + }, + { + "name": "syft:metadata:installedSize", + "value": "303104" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mcAsJO6ukFy7SiHyTIRBzr3+O4I=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "119878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r2", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18Y1DJlDSna1erZEsWwiRhLpmv90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32404" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r15", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d1b6f274f29076967826e0ecf6ebcaa5d360272f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r15" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ghpY+ugZuaNDPDKibm/Uuw1UGr8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4666" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.3-r2", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.3-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7c2c6a8db79480338ce2e4af9efce7cb6bc70a13f273c6bc50694216323176e1" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "8b1292453c5bd0f9ea199177390d2e0a8a241b32" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TQbTVWuDHwVE++STPgKW8zw/DSM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "53871" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.19.0", + "description": "Alpine Linux v3.19", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.19.0" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.19" + }, + { + "name": "syft:distro:versionID", + "value": "3.19.0" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=cba981c6d7d753d8", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r2?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.19.0&package-id=21b770a27559b688", + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r5?arch=x86_64&distro=alpine-3.19.0&package-id=5e80226c574546c8", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.19.0&package-id=26d0c46eaae55154", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.21-r0?arch=x86_64&distro=alpine-3.19.0&package-id=c297a0cc596f8dfb", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r15?arch=x86_64&distro=alpine-3.19.0&package-id=127032100f18814a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.19.0&package-id=f42412b3a82f310f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=5e8f09d17f5d5546", + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.19.0&package-id=4a8fd1531269a659", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=e746e7d82f050022" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=6a0be11ff0f36730", + "dependsOn": [ + "pkg:apk/alpine/libgcc@13.2.1_git20231014-r0?arch=x86_64&upstream=gcc&distro=alpine-3.19.0&package-id=497922e96a8fc37b", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4_git20230717-r4?arch=x86_64&upstream=musl&distro=alpine-3.19.0&package-id=1408fab140b4baf6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347", + "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r2?arch=x86_64&distro=alpine-3.19.0&package-id=8c2bdfabb669a726", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20231125-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.19.0&package-id=c6c991eb844dcf46", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.19.0&package-id=cf737a0a0d4d169d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r15?arch=x86_64&upstream=busybox&distro=alpine-3.19.0&package-id=2d4caae398e2b365", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=766c553e8ee6acca", + "pkg:apk/alpine/libssl3@3.1.4-r2?arch=x86_64&upstream=openssl&distro=alpine-3.19.0&package-id=583c174ccb4b0051", + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.3-r2?arch=x86_64&distro=alpine-3.19.0&package-id=65d12728f219a945", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4_git20230717-r4?arch=x86_64&distro=alpine-3.19.0&package-id=2faa277bbb57d347" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-helium-webserver-0.16.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-helium-webserver-0.16.14.syft.cdx.json new file mode 100644 index 00000000..b5e7a53f --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-helium-webserver-0.16.14.syft.cdx.json @@ -0,0 +1,50454 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:21fafdfe-c547-487f-a37b-d0b978875d18", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:14-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "cb981640468b4ac1", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/helium-webserver", + "version": "0.16.14" + } + }, + "components": [ + { + "bom-ref": "pkg:npm/1to2@1.0.0?package-id=c3eb02a2da053ba4", + "type": "library", + "name": "1to2", + "version": "1.0.0", + "description": "NAN 1 -> 2 Migration Script", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nodejs:1to2:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/1to2@1.0.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/nan.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:1to2:1to2:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/nan/tools/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/crc32@3.0.0?package-id=36309679f3e47e6a", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/crc32", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/crc32:\\@aws-crypto\\/crc32:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/crc32@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/crc32", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/crc32:\\@aws_crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/crc32:\\@aws-crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/crc32:\\@aws_crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/crc32:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/crc32/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/crc32c@3.0.0?package-id=9afd13d7d6f6a894", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/crc32c", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/crc32c:\\@aws-crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/crc32c@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/crc32c", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/crc32c:\\@aws_crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/crc32c:\\@aws-crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/crc32c:\\@aws_crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/crc32c:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/crc32c/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/ie11-detection@3.0.0?package-id=83fc923a904badfe", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/ie11-detection", + "version": "3.0.0", + "description": "Provides functions and types for detecting if the host environment is IE11", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/ie11-detection:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/ie11-detection@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/ie11-detection", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/ie11-detection:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/ie11_detection:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/ie11_detection:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/ie11:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/ie11:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/ie11:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/ie11:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/ie11-detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/ie11_detection:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/ie11-detection/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/sha1-browser@3.0.0?package-id=95b17651680f1e74", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/sha1-browser", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/sha1-browser:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/sha1-browser@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha1-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha1-browser:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha1_browser:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha1_browser:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha1:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha1:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha1:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha1:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/sha1-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/sha1_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha1-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/sha256-browser@3.0.0?package-id=16e5e12eb3662eb6", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/sha256-browser", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/sha256-browser:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/sha256-browser@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256-browser:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256_browser:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256_browser:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/sha256-browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/sha256_browser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha256-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/sha256-js@3.0.0?package-id=95df10e99db9dfca", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/sha256-js", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/sha256-js:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/sha256-js@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256-js:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256_js:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256_js:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/sha256:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/sha256:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/sha256-js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/sha256_js:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha256-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/supports-web-crypto@3.0.0?package-id=1001d9229b080ed3", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/supports-web-crypto", + "version": "3.0.0", + "description": "Provides functions for detecting if the host environment supports the WebCrypto API", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/supports-web-crypto:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/supports-web-crypto@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/supports-web-crypto:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports_web_crypto:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports_web_crypto:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/supports-web:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/supports-web:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports_web:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports_web:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/supports:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/supports:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/supports:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/supports-web-crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/supports_web_crypto:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/supports-web-crypto/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-crypto/util@3.0.0?package-id=c8d68befe16d9d67", + "type": "library", + "author": "AWS Crypto Tools Team (https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us)", + "name": "@aws-crypto/util", + "version": "3.0.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-crypto\\/util:\\@aws-crypto\\/util:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-crypto/util@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-crypto\\/util:\\@aws_crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/util:\\@aws-crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_crypto\\/util:\\@aws_crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_crypto\\/util:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/util/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/client-s3@3.377.0?package-id=c39702595a0aeb54", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/client-s3", + "version": "3.377.0", + "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/client-s3:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/client-s3@3.377.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-s3:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_s3:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_s3:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/client-s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/client_s3:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/client-s3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/client-sso@3.370.0?package-id=70e597a6d1aaa74f", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/client-sso", + "version": "3.370.0", + "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/client-sso:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/client-sso@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-sso:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/client-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/client_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/client-sso/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/client-sso-oidc@3.370.0?package-id=1cbc19f999698374", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/client-sso-oidc", + "version": "3.370.0", + "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/client-sso-oidc:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/client-sso-oidc@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso-oidc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-sso-oidc:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso_oidc:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso_oidc:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-sso:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-sso:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sso:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/client-sso-oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/client_sso_oidc:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/client-sso-oidc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/client-sts@3.377.0?package-id=aefa84f737a91eee", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/client-sts", + "version": "3.377.0", + "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/client-sts:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/client-sts@3.377.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client-sts:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sts:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client_sts:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/client:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/client:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/client-sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/client_sts:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/client-sts/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-env@3.370.0?package-id=a2c150f1fc578b07", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-env", + "version": "3.370.0", + "description": "AWS credential provider that sources credentials from known environment variables", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-env:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-env@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-env", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-env:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_env:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_env:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_env:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-env/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-ini@3.370.0?package-id=3bb9474136f1251d", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-ini", + "version": "3.370.0", + "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-ini:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-ini@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-ini", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-ini:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_ini:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_ini:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_ini:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-node@3.370.0?package-id=3ca85d5d4e1a5a1a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-node", + "version": "3.370.0", + "description": "AWS credential provider that sources credentials from a Node.JS environment. ", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-node:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-node@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-node:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_node:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_node:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-process@3.370.0?package-id=b24c9c2eb145e2ef", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-process", + "version": "3.370.0", + "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-process:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-process@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-process", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-process:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_process:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_process:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_process:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-process/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-sso@3.370.0?package-id=d6f3cf2c625aa349", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-sso", + "version": "3.370.0", + "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-sso:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-sso@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-sso", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-sso:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_sso:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_sso:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_sso:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-sso/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/credential-provider-web-identity@3.370.0?package-id=09e1d996b099a84a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/credential-provider-web-identity", + "version": "3.370.0", + "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-web-identity:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/credential-provider-web-identity@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-web-identity", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-web-identity:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_web_identity:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_web_identity:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-web:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider-web:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_web:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider_web:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential-provider:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential_provider:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/credential:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/credential:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/credential-provider-web-identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/credential_provider_web_identity:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/credential-provider-web-identity/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/hash-stream-node@3.374.0?package-id=9dacf672f3f0ffff", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/hash-stream-node", + "version": "3.374.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/hash-stream-node:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/hash-stream-node@3.374.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/hash-stream-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/hash-stream-node:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash_stream_node:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash_stream_node:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/hash-stream:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/hash-stream:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash_stream:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash_stream:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/hash:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/hash:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/hash:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/hash-stream-node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/hash_stream_node:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/hash-stream-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/lib-storage@3.377.0?package-id=f9b976bc91a66fcf", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/lib-storage", + "version": "3.377.0", + "description": "Storage higher order operation", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/lib-storage:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/lib-storage@3.377.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/lib/lib-storage", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/lib-storage:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/lib_storage:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/lib_storage:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/lib:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/lib:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/lib:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/lib:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/lib-storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/lib_storage:3.377.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/lib-storage/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-bucket-endpoint@3.370.0?package-id=59f465b00cf48468", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-bucket-endpoint", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-bucket-endpoint:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-bucket-endpoint@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-bucket-endpoint", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-bucket-endpoint:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_bucket_endpoint:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_bucket_endpoint:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-bucket:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-bucket:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_bucket:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_bucket:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-bucket-endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_bucket_endpoint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-expect-continue@3.370.0?package-id=877d8a6aac69aaa3", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-expect-continue", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-expect-continue:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-expect-continue@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-expect-continue", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-expect-continue:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_expect_continue:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_expect_continue:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-expect:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-expect:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_expect:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_expect:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-expect-continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_expect_continue:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-expect-continue/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-flexible-checksums@3.374.0?package-id=2edb94134bab3ce7", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-flexible-checksums", + "version": "3.374.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-flexible-checksums:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-flexible-checksums@3.374.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-flexible-checksums", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-flexible-checksums:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_flexible_checksums:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_flexible_checksums:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-flexible:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-flexible:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_flexible:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_flexible:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-flexible-checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_flexible_checksums:3.374.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-flexible-checksums/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-host-header@3.370.0?package-id=075f009dcc1a5cbb", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-host-header", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-host-header:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-host-header@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-host-header", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-host-header:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_host_header:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_host_header:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-host:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-host:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_host:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_host:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-host-header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_host_header:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-host-header/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-location-constraint@3.370.0?package-id=9918dd3c3656a103", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-location-constraint", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-location-constraint:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-location-constraint@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-location-constraint", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-location-constraint:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_location_constraint:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_location_constraint:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-location:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-location:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_location:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_location:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-location-constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_location_constraint:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-location-constraint/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-logger@3.370.0?package-id=b72d9246ff96549d", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-logger", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-logger:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-logger@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-logger", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-logger:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_logger:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_logger:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_logger:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-logger/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-recursion-detection@3.370.0?package-id=d032227e9d6bcd9c", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-recursion-detection", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-recursion-detection:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-recursion-detection@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-recursion-detection", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-recursion-detection:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_recursion_detection:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_recursion_detection:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-recursion:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-recursion:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_recursion:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_recursion:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-recursion-detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_recursion_detection:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-recursion-detection/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-sdk-s3@3.370.0?package-id=f1ab65744d52efd5", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-sdk-s3", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk-s3:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-sdk-s3@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-sdk-s3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk-s3:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk_s3:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk_s3:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-sdk-s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_sdk_s3:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-sdk-s3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-sdk-sts@3.370.0?package-id=3f141173d5343d07", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-sdk-sts", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk-sts:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-sdk-sts@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-sdk-sts", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk-sts:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk_sts:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk_sts:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-sdk:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_sdk:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-sdk-sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_sdk_sts:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-sdk-sts/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-signing@3.370.0?package-id=9d39878f35f45d04", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-signing", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-signing:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-signing@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-signing", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-signing:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_signing:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_signing:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_signing:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-signing/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-ssec@3.370.0?package-id=9563cc6a516d2a95", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-ssec", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-ssec:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-ssec@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-ssec", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-ssec:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_ssec:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_ssec:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_ssec:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-ssec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/middleware-user-agent@3.370.0?package-id=9cb7d6f1c70aa3e9", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/middleware-user-agent", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/middleware-user-agent:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/middleware-user-agent@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-user-agent", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-user-agent:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_user_agent:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_user_agent:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-user:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware-user:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_user:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware_user:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/middleware:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/middleware:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/middleware-user-agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/middleware_user_agent:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/middleware-user-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/signature-v4-multi-region@3.370.0?package-id=15d06c2ed26ebe5b", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/signature-v4-multi-region", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/signature-v4-multi-region:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/signature-v4-multi-region@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4-multi-region", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature-v4-multi-region:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4_multi_region:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4_multi_region:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature-v4-multi:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature-v4-multi:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4_multi:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4_multi:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature-v4:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature-v4:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature_v4:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/signature:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/signature:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/signature-v4-multi-region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/signature_v4_multi_region:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/signature-v4-multi-region/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/token-providers@3.370.0?package-id=bb82cdbfc72582e8", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/token-providers", + "version": "3.370.0", + "description": "A collection of token providers", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/token-providers:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/token-providers@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/token-providers", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/token-providers:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/token_providers:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/token_providers:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/token:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/token:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/token:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/token:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/token-providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/token_providers:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/token-providers/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/types@3.370.0?package-id=e8bf7ab435ca198a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/types", + "version": "3.370.0", + "description": "Types for the AWS SDK", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/types:\\@aws-sdk\\/types:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/types@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/types:\\@aws_sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/types:\\@aws-sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/types:\\@aws_sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/types:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/types/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-arn-parser@3.310.0?package-id=37ab5df2127a12f6", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-arn-parser", + "version": "3.310.0", + "description": "A parser to Amazon Resource Names", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-arn-parser:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-arn-parser@3.310.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-arn-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-arn-parser:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_arn_parser:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_arn_parser:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-arn:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-arn:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_arn:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_arn:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-arn-parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_arn_parser:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-arn-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-endpoints@3.370.0?package-id=aa75071beb5fb2bb", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-endpoints", + "version": "3.370.0", + "description": "Utilities to help with endpoint resolution", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-endpoints:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-endpoints@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-endpoints:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_endpoints:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_endpoints:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_endpoints:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-endpoints/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-locate-window@3.310.0?package-id=9dbd3f7f3415eba2", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-locate-window", + "version": "3.310.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-locate-window:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-locate-window@3.310.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-locate-window", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-locate-window:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_locate_window:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_locate_window:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-locate:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-locate:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_locate:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_locate:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-locate-window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_locate_window:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-locate-window/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-user-agent-browser@3.370.0?package-id=18d1d2121d2a7cd1", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-user-agent-browser", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent-browser:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-user-agent-browser@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent-browser:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent_browser:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent_browser:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-user-agent-browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_user_agent_browser:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-user-agent-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-user-agent-node@3.370.0?package-id=2c1bb01e6ee11385", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-user-agent-node", + "version": "3.370.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent-node:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-user-agent-node@3.370.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent-node:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent_node:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent_node:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user-agent:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user_agent:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-user:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_user:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-user-agent-node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_user_agent_node:3.370.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-user-agent-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/util-utf8-browser@3.259.0?package-id=17aca9e3e44623ce", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/util-utf8-browser", + "version": "3.259.0", + "description": "A browser UTF-8 string <-> UInt8Array converter", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/util-utf8-browser:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/util-utf8-browser@3.259.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-utf8-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-utf8-browser:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_utf8_browser:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_utf8_browser:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-utf8:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util-utf8:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_utf8:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util_utf8:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/util:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/util:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/util-utf8-browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/util_utf8_browser:3.259.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/util-utf8-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40aws-sdk/xml-builder@3.310.0?package-id=c2cd70237ed437d6", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@aws-sdk/xml-builder", + "version": "3.310.0", + "description": "XML builder for the AWS SDK", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@aws-sdk\\/xml-builder:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40aws-sdk/xml-builder@3.310.0", + "externalReferences": [ + { + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "type": "distribution" + }, + { + "url": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/xml-builder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/xml-builder:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/xml_builder:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/xml_builder:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/xml:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws-sdk\\/xml:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/xml:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws_sdk\\/xml:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@aws:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws-sdk\\/xml-builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:\\@aws_sdk\\/xml_builder:3.310.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-sdk/xml-builder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=07f71a6a6289ef27", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=e5804893cb76c19e", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40dabh/diagnostics@2.0.3?package-id=4038d91b65956727", + "type": "library", + "author": "Arnout Kazemier", + "name": "@dabh/diagnostics", + "version": "2.0.3", + "description": "Tools for debugging your node.js modules and event loop", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@dabh\\/diagnostics:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40dabh/diagnostics@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/diagnostics.git", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/diagnostics", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@dabh/diagnostics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40gar/promisify@1.1.3?package-id=cb920d84e3c7c52d", + "type": "library", + "author": "Gar ", + "name": "@gar/promisify", + "version": "1.1.3", + "description": "Promisify an entire class or object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@gar\\/promisify:\\@gar\\/promisify:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40gar/promisify@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/wraithgar/gar-promisify.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wraithgar:\\@gar\\/promisify:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@gar/promisify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40grpc/grpc-js@1.8.14?package-id=e9c72d219fa77fff", + "type": "library", + "author": "Google Inc.", + "name": "@grpc/grpc-js", + "version": "1.8.14", + "description": "gRPC Library for Node - pure JS implementation", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@grpc\\/grpc-js:\\@grpc\\/grpc-js:1.8.14:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40grpc/grpc-js@1.8.14", + "externalReferences": [ + { + "url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js", + "type": "distribution" + }, + { + "url": "https://grpc.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/grpc-js:\\@grpc\\/grpc_js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/grpc_js:\\@grpc\\/grpc-js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/grpc_js:\\@grpc\\/grpc_js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/grpc:\\@grpc\\/grpc-js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/grpc:\\@grpc\\/grpc_js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:\\@grpc\\/grpc-js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:\\@grpc\\/grpc_js:1.8.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@grpc/grpc-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40grpc/proto-loader@0.7.7?package-id=30c2b897aea5a993", + "type": "library", + "author": "Google Inc.", + "name": "@grpc/proto-loader", + "version": "0.7.7", + "description": "gRPC utility library for loading .proto files", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@grpc\\/proto-loader:\\@grpc\\/proto-loader:0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40grpc/proto-loader@0.7.7", + "externalReferences": [ + { + "url": "https://github.com/grpc/grpc-node.git", + "type": "distribution" + }, + { + "url": "https://grpc.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/proto-loader:\\@grpc\\/proto_loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/proto_loader:\\@grpc\\/proto-loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/proto_loader:\\@grpc\\/proto_loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/proto:\\@grpc\\/proto-loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@grpc\\/proto:\\@grpc\\/proto_loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:\\@grpc\\/proto-loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:\\@grpc\\/proto_loader:0.7.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@grpc/proto-loader/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ioredis/commands@1.2.0?package-id=66ebb7188e1d06f2", + "type": "library", + "author": "Zihua Li (http://zihua.li)", + "name": "@ioredis/commands", + "version": "1.2.0", + "description": "Redis commands", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@ioredis\\/commands:\\@ioredis\\/commands:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ioredis/commands@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/ioredis/commands.git", + "type": "distribution" + }, + { + "url": "https://github.com/ioredis/commands", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis:\\@ioredis\\/commands:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ioredis/commands/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/string-locale-compare@1.1.0?package-id=f2256e4fe19b9eb2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@isaacs/string-locale-compare", + "version": "1.1.0", + "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/string-locale-compare@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/string-locale-compare", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40my-scope/package-a@0.0.0?package-id=933cf6e5689cd590", + "type": "library", + "name": "@my-scope/package-a", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@my-scope\\/package-a:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40my-scope/package-a@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package-a:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_a:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_a:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my-scope\\/package-a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my_scope\\/package_a:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40my-scope/package-b@0.0.0?package-id=c88315f838d4b621", + "type": "library", + "name": "@my-scope/package-b", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@my-scope\\/package-b:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40my-scope/package-b@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package-b:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_b:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package_b:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my-scope\\/package:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my_scope\\/package:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my-scope\\/package-b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@my:\\@my_scope\\/package_b:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni-kismet/helium-node-lib@1.69.0?package-id=28cbbf24168cf2a4", + "type": "library", + "name": "@ni-kismet/helium-node-lib", + "version": "1.69.0", + "description": "Helium NodeJS Library", + "cpe": "cpe:2.3:a:\\@ni-kismet\\/helium-node-lib:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni-kismet/helium-node-lib@1.69.0", + "externalReferences": [ + { + "url": "git+https://github.com/ni-kismet/helium-node-lib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium-node-lib:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_node_lib:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_node_lib:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium-node:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium-node:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_node:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_node:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni:\\@ni-kismet\\/helium-node-lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni:\\@ni_kismet\\/helium_node_lib:1.69.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ni-kismet/helium-node-lib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni-kismet/helium-uicomponents@1.537.0?package-id=8caf9e3ae68f56ce", + "type": "library", + "name": "@ni-kismet/helium-uicomponents", + "version": "1.537.0", + "description": "Helium UI Components", + "cpe": "cpe:2.3:a:\\@ni-kismet\\/helium-uicomponents:\\@ni-kismet\\/helium-uicomponents:1.537.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni-kismet/helium-uicomponents@1.537.0", + "externalReferences": [ + { + "url": "git+https://github.com/ni-kismet/helium-uicomponents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium-uicomponents:\\@ni_kismet\\/helium_uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_uicomponents:\\@ni-kismet\\/helium-uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium_uicomponents:\\@ni_kismet\\/helium_uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium:\\@ni-kismet\\/helium-uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni-kismet\\/helium:\\@ni_kismet\\/helium_uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium:\\@ni-kismet\\/helium-uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni_kismet\\/helium:\\@ni_kismet\\/helium_uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni:\\@ni-kismet\\/helium-uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni:\\@ni_kismet\\/helium_uicomponents:1.537.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:164a0c41fefd073e6dfb5315d783473c66563a26913fe22517d4c20e1c259479" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/content/node_modules/@ni-kismet/helium-uicomponents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/arborist@5.6.3?package-id=9235b45ee1bb3f9a", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/arborist", + "version": "5.6.3", + "description": "Manage node_modules trees", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/arborist:\\@npmcli\\/arborist:5.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/arborist@5.6.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/arborist:5.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/ci-detect@2.0.0?package-id=9fe60c3a906349c7", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/ci-detect", + "version": "2.0.0", + "description": "Detect what kind of CI environment the program is in", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/ci-detect:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/ci-detect@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/ci-detect.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci-detect:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci_detect:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci_detect:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci:\\@npmcli\\/ci-detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/ci:\\@npmcli\\/ci_detect:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/ci-detect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/config@4.2.2?package-id=b382cbcc4a799cac", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/config", + "version": "4.2.2", + "description": "Configuration management for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/config:\\@npmcli\\/config:4.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/config@4.2.2", + "externalReferences": [ + { + "url": "https://github.com/npm/config.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/config:4.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/config/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/disparity-colors@2.0.0?package-id=89a4d27c8b328298", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/disparity-colors", + "version": "2.0.0", + "description": "Colorizes unified diff output", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/disparity-colors@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/disparity-colors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity-colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity_colors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/fs@2.1.2?package-id=abf113b4a89e294b", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/fs", + "version": "2.1.2", + "description": "filesystem utilities for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/fs:\\@npmcli\\/fs:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/fs@2.1.2", + "externalReferences": [ + { + "url": "https://github.com/npm/fs.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/fs:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/git@3.0.2?package-id=db45fdd39677101d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/git", + "version": "3.0.2", + "description": "a util for spawning git from npm CLI contexts", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/git:\\@npmcli\\/git:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/git@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/git.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/git:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/git/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/installed-package-contents@1.0.7?package-id=09b34cd8f1a90ff7", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@npmcli/installed-package-contents", + "version": "1.0.7", + "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/installed-package-contents@1.0.7", + "externalReferences": [ + { + "url": "git+https://github.com/npm/installed-package-contents", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed-package-contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed_package_contents:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/map-workspaces@2.0.4?package-id=bb0a433eeaef9f61", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/map-workspaces", + "version": "2.0.4", + "description": "Retrieves a name:pathname Map for a given workspaces config", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/map-workspaces@2.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/map-workspaces.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map-workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map_workspaces:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/metavuln-calculator@3.1.1?package-id=b1e13c894ffe1160", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/metavuln-calculator", + "version": "3.1.1", + "description": "Calculate meta-vulnerabilities from package security advisories", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/metavuln-calculator@3.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/metavuln-calculator.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln-calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln_calculator:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/move-file@2.0.1?package-id=7ad2e8a06390ffe6", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/move-file", + "version": "2.0.1", + "description": "move a file (fork of move-file)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/move-file:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/move-file@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/move-file.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move-file:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move_file:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move_file:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/move:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/move-file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/move_file:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/move-file/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/name-from-folder@1.0.1?package-id=4c44f7093ecc5fc4", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@npmcli/name-from-folder", + "version": "1.0.1", + "description": "Get the package name from a folder path", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/name-from-folder@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/name-from-folder", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name-from-folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name_from_folder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/node-gyp@2.0.0?package-id=4b1d08eadebe357d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/node-gyp", + "version": "2.0.0", + "description": "Tools for dealing with node-gyp packages", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/node-gyp@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node-gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node_gyp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/package-json@2.0.0?package-id=f2e6f99bbafcbf03", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/package-json", + "version": "2.0.0", + "description": "Programmatic API to update package.json", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/package-json@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/promise-spawn@3.0.0?package-id=12084720d26eaeaa", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/promise-spawn", + "version": "3.0.0", + "description": "spawn processes the way the npm cli likes to do", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/promise-spawn@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promise-spawn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise-spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise_spawn:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/query@1.2.0?package-id=0a7aff241a407135", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/query", + "version": "1.2.0", + "description": "npm query parser and tools", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/query:\\@npmcli\\/query:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/query@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/query.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/query:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/query/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/run-script@4.2.1?package-id=f551d032ace7e435", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/run-script", + "version": "4.2.1", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/run-script@4.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/run-script.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run-script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run_script:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/api@1.4.1?package-id=1fc1344facbd34e0", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/api", + "version": "1.4.1", + "description": "Public API for OpenTelemetry", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/api:\\@opentelemetry\\/api:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/api@1.4.1", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/api", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/api:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/api/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/api-logs@0.41.2?package-id=902241b2e96d0d41", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/api-logs", + "version": "0.41.2", + "description": "Public logs API for OpenTelemetry", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/api-logs:\\@opentelemetry\\/api-logs:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/api-logs@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-logs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/api-logs:\\@opentelemetry\\/api_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/api_logs:\\@opentelemetry\\/api-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/api_logs:\\@opentelemetry\\/api_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/api:\\@opentelemetry\\/api-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/api:\\@opentelemetry\\/api_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/api-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/api_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/api-logs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/context-async-hooks@1.15.2?package-id=53819e51f92d7c9f", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/context-async-hooks", + "version": "1.15.2", + "description": "OpenTelemetry AsyncHooks-based Context Manager", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/context-async-hooks:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/context-async-hooks@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context-async-hooks:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context_async_hooks:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context_async_hooks:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context-async:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context-async:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context_async:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context_async:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/context:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/context-async-hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/context_async_hooks:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/context-async-hooks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/core@1.15.2?package-id=92195e627613b0c6", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/core", + "version": "1.15.2", + "description": "OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/core:\\@opentelemetry\\/core:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/core@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/core:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/core/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/exporter-trace-otlp-grpc@0.41.2?package-id=dddf69f2d5c4484c", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/exporter-trace-otlp-grpc", + "version": "0.41.2", + "description": "OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace-otlp-grpc:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/exporter-trace-otlp-grpc@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-grpc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace-otlp-grpc:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace_otlp_grpc:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace_otlp_grpc:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace-otlp:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace-otlp:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace_otlp:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace_otlp:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter-trace:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter_trace:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/exporter:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/exporter-trace-otlp-grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/exporter_trace_otlp_grpc:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/exporter-trace-otlp-grpc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/instrumentation@0.41.2?package-id=1cddd97145193d90", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/instrumentation", + "version": "0.41.2", + "description": "Base class for node which OpenTelemetry instrumentation modules extend", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/instrumentation:\\@opentelemetry\\/instrumentation:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/instrumentation@0.41.2", + "externalReferences": [ + { + "url": "git+https://github.com/open-telemetry/opentelemetry-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/instrumentation:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/instrumentation-express@0.33.0?package-id=5e5b20a5b278ebdb", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/instrumentation-express", + "version": "0.33.0", + "description": "OpenTelemetry express automatic instrumentation package.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/instrumentation-express:\\@opentelemetry\\/instrumentation-express:0.33.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/instrumentation-express@0.33.0", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation-express:\\@opentelemetry\\/instrumentation_express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation_express:\\@opentelemetry\\/instrumentation-express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation_express:\\@opentelemetry\\/instrumentation_express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation:\\@opentelemetry\\/instrumentation-express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation:\\@opentelemetry\\/instrumentation_express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/instrumentation-express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/instrumentation_express:0.33.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation-express/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/instrumentation-http@0.41.2?package-id=657134a68770240f", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/instrumentation-http", + "version": "0.41.2", + "description": "OpenTelemetry http/https automatic instrumentation package.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/instrumentation-http:\\@opentelemetry\\/instrumentation-http:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/instrumentation-http@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation-http:\\@opentelemetry\\/instrumentation_http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation_http:\\@opentelemetry\\/instrumentation-http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation_http:\\@opentelemetry\\/instrumentation_http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation:\\@opentelemetry\\/instrumentation-http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/instrumentation:\\@opentelemetry\\/instrumentation_http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/instrumentation-http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/instrumentation_http:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation-http/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/otlp-exporter-base@0.41.2?package-id=8b9a1f704e9fd166", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/otlp-exporter-base", + "version": "0.41.2", + "description": "OpenTelemetry OTLP Exporter base (for internal use only)", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/otlp-exporter-base:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/otlp-exporter-base@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-exporter-base", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-exporter-base:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_exporter_base:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_exporter_base:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-exporter:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-exporter:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_exporter:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_exporter:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/otlp-exporter-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/otlp-grpc-exporter-base@0.41.2?package-id=89ff2c28c12fc504", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/otlp-grpc-exporter-base", + "version": "0.41.2", + "description": "OpenTelemetry OTLP-gRPC Exporter base (for internal use only)", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc-exporter-base:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/otlp-grpc-exporter-base@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-grpc-exporter-base", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc-exporter-base:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc_exporter_base:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc_exporter_base:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc-exporter:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc-exporter:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc_exporter:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc_exporter:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-grpc:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_grpc:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp-grpc-exporter-base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp_grpc_exporter_base:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/otlp-grpc-exporter-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/otlp-transformer@0.41.2?package-id=3a2d0f9c3be8d314", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/otlp-transformer", + "version": "0.41.2", + "description": "Transform OpenTelemetry SDK data into OTLP", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/otlp-transformer:\\@opentelemetry\\/otlp-transformer:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/otlp-transformer@0.41.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-transformer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp-transformer:\\@opentelemetry\\/otlp_transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_transformer:\\@opentelemetry\\/otlp-transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp_transformer:\\@opentelemetry\\/otlp_transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp-transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/otlp:\\@opentelemetry\\/otlp_transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp-transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/otlp_transformer:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/otlp-transformer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/propagator-b3@1.15.2?package-id=7240ed799439cd10", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/propagator-b3", + "version": "1.15.2", + "description": "OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/propagator-b3:\\@opentelemetry\\/propagator-b3:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/propagator-b3@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-propagator-b3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator-b3:\\@opentelemetry\\/propagator_b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator_b3:\\@opentelemetry\\/propagator-b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator_b3:\\@opentelemetry\\/propagator_b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator:\\@opentelemetry\\/propagator-b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator:\\@opentelemetry\\/propagator_b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/propagator-b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/propagator_b3:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/propagator-b3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/propagator-jaeger@1.15.2?package-id=71d3f6d58f8d505c", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/propagator-jaeger", + "version": "1.15.2", + "description": "OpenTelemetry Jaeger propagator provides HTTP header propagation for systems that are using Jaeger HTTP header format.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/propagator-jaeger:\\@opentelemetry\\/propagator-jaeger:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/propagator-jaeger@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-propagator-jaeger", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator-jaeger:\\@opentelemetry\\/propagator_jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator_jaeger:\\@opentelemetry\\/propagator-jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator_jaeger:\\@opentelemetry\\/propagator_jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator:\\@opentelemetry\\/propagator-jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/propagator:\\@opentelemetry\\/propagator_jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/propagator-jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/propagator_jaeger:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/propagator-jaeger/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/resources@1.15.2?package-id=12bfd87505cd341b", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/resources", + "version": "1.15.2", + "description": "OpenTelemetry SDK resources", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/resources:\\@opentelemetry\\/resources:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/resources@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/resources:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/resources/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/sdk-logs@0.41.2?package-id=7e10a742e70d6f42", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/sdk-logs", + "version": "0.41.2", + "description": "OpenTelemetry logs SDK", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/sdk-logs:\\@opentelemetry\\/sdk-logs:0.41.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/sdk-logs@0.41.2", + "externalReferences": [ + { + "url": "git+https://github.com/open-telemetry/opentelemetry-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/sdk-logs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-logs:\\@opentelemetry\\/sdk_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_logs:\\@opentelemetry\\/sdk-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_logs:\\@opentelemetry\\/sdk_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk-logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk_logs:0.41.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-logs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/sdk-metrics@1.15.2?package-id=99f29b7ba5fbd239", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/sdk-metrics", + "version": "1.15.2", + "description": "OpenTelemetry metrics SDK", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/sdk-metrics:\\@opentelemetry\\/sdk-metrics:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/sdk-metrics@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-metrics:\\@opentelemetry\\/sdk_metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_metrics:\\@opentelemetry\\/sdk-metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_metrics:\\@opentelemetry\\/sdk_metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk-metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk_metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk-metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk_metrics:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-metrics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/sdk-trace-base@1.15.2?package-id=be3b36487fd6a671", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/sdk-trace-base", + "version": "1.15.2", + "description": "OpenTelemetry Tracing", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace-base:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/sdk-trace-base@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace-base:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace_base:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace_base:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk-trace-base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk_trace_base:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-trace-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/sdk-trace-node@1.15.2?package-id=2799fdc85bd5cf15", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/sdk-trace-node", + "version": "1.15.2", + "description": "OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace-node:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/sdk-trace-node@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace-node:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace_node:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace_node:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk-trace:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk_trace:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/sdk:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk-trace-node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/sdk_trace_node:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-trace-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40opentelemetry/semantic-conventions@1.15.2?package-id=042737604b6bb576", + "type": "library", + "author": "OpenTelemetry Authors", + "name": "@opentelemetry/semantic-conventions", + "version": "1.15.2", + "description": "OpenTelemetry semantic conventions", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@opentelemetry\\/semantic-conventions:\\@opentelemetry\\/semantic-conventions:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40opentelemetry/semantic-conventions@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/semantic-conventions:\\@opentelemetry\\/semantic_conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/semantic_conventions:\\@opentelemetry\\/semantic-conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/semantic_conventions:\\@opentelemetry\\/semantic_conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/semantic:\\@opentelemetry\\/semantic-conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@opentelemetry\\/semantic:\\@opentelemetry\\/semantic_conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/semantic-conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:open-telemetry:\\@opentelemetry\\/semantic_conventions:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/semantic-conventions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/aspromise@1.1.2?package-id=7c650fa1de368079", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/aspromise", + "version": "1.1.2", + "description": "Returns a promise from a node-style callback function.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/aspromise:\\@protobufjs\\/aspromise:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/aspromise@1.1.2", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/aspromise:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/aspromise/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/base64@1.1.2?package-id=f7c2647546092520", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/base64", + "version": "1.1.2", + "description": "A minimal base64 implementation for number arrays.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/base64:\\@protobufjs\\/base64:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/base64@1.1.2", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/base64:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/base64/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/codegen@2.0.4?package-id=7be3a7446e4364c8", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/codegen", + "version": "2.0.4", + "description": "A minimalistic code generation utility.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/codegen:\\@protobufjs\\/codegen:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/codegen@2.0.4", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/codegen:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/codegen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/eventemitter@1.1.0?package-id=a38aeef81e218ab8", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/eventemitter", + "version": "1.1.0", + "description": "A minimal event emitter.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/eventemitter:\\@protobufjs\\/eventemitter:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/eventemitter@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/eventemitter:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/eventemitter/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/fetch@1.1.0?package-id=0c47259713f4f1b0", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/fetch", + "version": "1.1.0", + "description": "Fetches the contents of a file accross node and browsers.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/fetch:\\@protobufjs\\/fetch:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/fetch@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/fetch:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/float@1.0.2?package-id=1aa5b5e9f66b81de", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/float", + "version": "1.0.2", + "description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/float:\\@protobufjs\\/float:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/float@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/float:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/float/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/inquire@1.1.0?package-id=cc0f042c999ae582", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/inquire", + "version": "1.1.0", + "description": "Requires a module only if available and hides the require call from bundlers.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/inquire:\\@protobufjs\\/inquire:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/inquire@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/inquire:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/inquire/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/path@1.1.2?package-id=49ae5940eb7a7e6d", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/path", + "version": "1.1.2", + "description": "A minimal path module to resolve Unix, Windows and URL paths alike.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/path:\\@protobufjs\\/path:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/path@1.1.2", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/path:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/pool@1.1.0?package-id=71314e9f3d2556e7", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/pool", + "version": "1.1.0", + "description": "A general purpose buffer pool.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/pool:\\@protobufjs\\/pool:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/pool@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/pool:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/pool/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40protobufjs/utf8@1.1.0?package-id=fe68ad935eedecb7", + "type": "library", + "author": "Daniel Wirtz ", + "name": "@protobufjs/utf8", + "version": "1.1.0", + "description": "A minimal UTF8 implementation for number arrays.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@protobufjs\\/utf8:\\@protobufjs\\/utf8:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40protobufjs/utf8@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/protobuf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dcodeIO:\\@protobufjs\\/utf8:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@protobufjs/utf8/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/bloom@1.2.0?package-id=adbe9fff81d65556", + "type": "library", + "name": "@redis/bloom", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/bloom:\\@redis\\/bloom:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/bloom@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/bloom/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/client@1.5.8?package-id=c1ca0a16e42d7985", + "type": "library", + "name": "@redis/client", + "version": "1.5.8", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/client:\\@redis\\/client:1.5.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/client@1.5.8", + "externalReferences": [ + { + "url": "git://github.com/redis/node-redis.git", + "type": "distribution" + }, + { + "url": "https://github.com/redis/node-redis/tree/master/packages/client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:\\@redis\\/client:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/client/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/graph@1.1.0?package-id=e49fa65766201405", + "type": "library", + "name": "@redis/graph", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/graph:\\@redis\\/graph:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/graph@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/graph/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/json@1.0.4?package-id=b9592e1fff0c7618", + "type": "library", + "name": "@redis/json", + "version": "1.0.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/json:\\@redis\\/json:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/json@1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/search@1.1.3?package-id=f2f49715710a844d", + "type": "library", + "name": "@redis/search", + "version": "1.1.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/search:\\@redis\\/search:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/search@1.1.3", + "externalReferences": [ + { + "url": "git://github.com/redis/node-redis.git", + "type": "distribution" + }, + { + "url": "https://github.com/redis/node-redis/tree/master/packages/search", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:\\@redis\\/search:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/search/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40redis/time-series@1.0.4?package-id=cfa6d95a8c1f4993", + "type": "library", + "name": "@redis/time-series", + "version": "1.0.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@redis\\/time-series:\\@redis\\/time-series:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40redis/time-series@1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@redis\\/time-series:\\@redis\\/time_series:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@redis\\/time_series:\\@redis\\/time-series:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@redis\\/time_series:\\@redis\\/time_series:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@redis\\/time:\\@redis\\/time-series:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@redis\\/time:\\@redis\\/time_series:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/time-series/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/abort-controller@1.0.1?package-id=96aa854f0613eae5", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/abort-controller", + "version": "1.0.1", + "description": "A simple abort controller library", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/abort-controller:\\@smithy\\/abort-controller:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/abort-controller@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/abort-controller", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/abort-controller:\\@smithy\\/abort_controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/abort_controller:\\@smithy\\/abort-controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/abort_controller:\\@smithy\\/abort_controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/abort:\\@smithy\\/abort-controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/abort:\\@smithy\\/abort_controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/abort-controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/abort_controller:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/abort-controller/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/chunked-blob-reader@1.0.2?package-id=d1ce5e525f6c1ae6", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/chunked-blob-reader", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/chunked-blob-reader@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/chunked-blob-reader", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/chunked-blob-reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/chunked_blob_reader:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/chunked-blob-reader/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/chunked-blob-reader-native@1.0.2?package-id=a82f2b68f6a167a1", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/chunked-blob-reader-native", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader-native:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/chunked-blob-reader-native@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/chunked-blob-reader-native", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader-native:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader_native:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader_native:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob-reader:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob_reader:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked-blob:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked_blob:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/chunked:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/chunked-blob-reader-native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/chunked_blob_reader_native:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/chunked-blob-reader-native/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/config-resolver@1.0.1?package-id=206ce93568230d93", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/config-resolver", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/config-resolver:\\@smithy\\/config-resolver:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/config-resolver@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/config-resolver", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/config-resolver:\\@smithy\\/config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/config_resolver:\\@smithy\\/config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/config_resolver:\\@smithy\\/config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/config:\\@smithy\\/config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/config:\\@smithy\\/config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/config-resolver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/credential-provider-imds@1.0.1?package-id=be1025a0eb122cf6", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/credential-provider-imds", + "version": "1.0.1", + "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/credential-provider-imds:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/credential-provider-imds@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/credential-provider-imds", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential-provider-imds:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential_provider_imds:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential_provider_imds:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential-provider:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential-provider:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential_provider:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential_provider:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/credential:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/credential-provider-imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/credential_provider_imds:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/credential-provider-imds/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/eventstream-codec@1.0.1?package-id=6eea8b2d3f0ec316", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/eventstream-codec", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/eventstream-codec:\\@smithy\\/eventstream-codec:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/eventstream-codec@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/eventstream-codec", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-codec:\\@smithy\\/eventstream_codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_codec:\\@smithy\\/eventstream-codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_codec:\\@smithy\\/eventstream_codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream-codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream_codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream-codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream_codec:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/eventstream-codec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/eventstream-serde-browser@1.0.1?package-id=192c25b351e1a6ba", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/eventstream-serde-browser", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/eventstream-serde-browser:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/eventstream-serde-browser@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/eventstream-serde-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-browser:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_browser:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_browser:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream-serde-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream_serde_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/eventstream-serde-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/eventstream-serde-config-resolver@1.0.1?package-id=61b0207f12b5639a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/eventstream-serde-config-resolver", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/eventstream-serde-config-resolver:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/eventstream-serde-config-resolver@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/eventstream-serde-config-resolver", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-config-resolver:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_config_resolver:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_config_resolver:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-config:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-config:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_config:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_config:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream-serde-config-resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream_serde_config_resolver:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/eventstream-serde-config-resolver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/eventstream-serde-node@1.0.1?package-id=f9ad2e0bec519716", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/eventstream-serde-node", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/eventstream-serde-node:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/eventstream-serde-node@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/eventstream-serde-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-node:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_node:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_node:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream-serde-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream_serde_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/eventstream-serde-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/eventstream-serde-universal@1.0.1?package-id=4654ce812ec7ac11", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/eventstream-serde-universal", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/eventstream-serde-universal:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/eventstream-serde-universal@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/eventstream-serde-universal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde-universal:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_universal:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde_universal:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream-serde:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream_serde:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/eventstream:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream-serde-universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/eventstream_serde_universal:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/eventstream-serde-universal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/fetch-http-handler@1.0.1?package-id=3bf693c4c9cf59e1", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/fetch-http-handler", + "version": "1.0.1", + "description": "Provides a way to make requests", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/fetch-http-handler:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/fetch-http-handler@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/fetch-http-handler", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch-http-handler:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch_http_handler:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch_http_handler:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch-http:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch-http:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch_http:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch_http:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/fetch:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/fetch-http-handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/fetch_http_handler:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/fetch-http-handler/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/hash-blob-browser@1.0.2?package-id=113a83a90ebcb09c", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/hash-blob-browser", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/hash-blob-browser:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/hash-blob-browser@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/hash-blob-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-blob-browser:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_blob_browser:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_blob_browser:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-blob:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-blob:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_blob:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_blob:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash-blob-browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash_blob_browser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/hash-blob-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/hash-node@1.0.1?package-id=5d8d44b2ae3f5f87", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/hash-node", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/hash-node:\\@smithy\\/hash-node:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/hash-node@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/hash-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-node:\\@smithy\\/hash_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_node:\\@smithy\\/hash-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_node:\\@smithy\\/hash_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/hash-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/hash-stream-node@1.0.2?package-id=a8bbcb5de32d8cd7", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/hash-stream-node", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/hash-stream-node:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/hash-stream-node@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/hash-stream-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-stream-node:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_stream_node:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_stream_node:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-stream:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash-stream:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_stream:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash_stream:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/hash:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash-stream-node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/hash_stream_node:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/hash-stream-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/invalid-dependency@1.0.1?package-id=9b6b29db33c64582", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/invalid-dependency", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/invalid-dependency:\\@smithy\\/invalid-dependency:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/invalid-dependency@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/invalid-dependency", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/invalid-dependency:\\@smithy\\/invalid_dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/invalid_dependency:\\@smithy\\/invalid-dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/invalid_dependency:\\@smithy\\/invalid_dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/invalid:\\@smithy\\/invalid-dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/invalid:\\@smithy\\/invalid_dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/invalid-dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/invalid_dependency:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/invalid-dependency/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/is-array-buffer@1.0.2?package-id=11831ac63030264a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/is-array-buffer", + "version": "1.0.2", + "description": "Provides a function for detecting if an argument is an ArrayBuffer", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/is-array-buffer:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/is-array-buffer@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/is-array-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is-array-buffer:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is_array_buffer:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is_array_buffer:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is-array:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is-array:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is_array:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is_array:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/is:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/is-array-buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/is_array_buffer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/is-array-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/md5-js@1.0.2?package-id=779a9f511bdd6065", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/md5-js", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/md5-js:\\@smithy\\/md5-js:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/md5-js@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/md5-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/md5-js:\\@smithy\\/md5_js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/md5_js:\\@smithy\\/md5-js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/md5_js:\\@smithy\\/md5_js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/md5:\\@smithy\\/md5-js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/md5:\\@smithy\\/md5_js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/md5-js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/md5_js:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/md5-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/middleware-content-length@1.0.1?package-id=500efb39c3b98350", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/middleware-content-length", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/middleware-content-length:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/middleware-content-length@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-content-length", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-content-length:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_content_length:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_content_length:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-content:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-content:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_content:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_content:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware-content-length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware_content_length:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-content-length/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/middleware-endpoint@1.0.3?package-id=79d6652904904b36", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/middleware-endpoint", + "version": "1.0.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/middleware-endpoint:\\@smithy\\/middleware-endpoint:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/middleware-endpoint@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-endpoint", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-endpoint:\\@smithy\\/middleware_endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_endpoint:\\@smithy\\/middleware-endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_endpoint:\\@smithy\\/middleware_endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware-endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware_endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware-endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware_endpoint:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-endpoint/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/middleware-retry@1.0.4?package-id=d87b03d67ff06fdf", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/middleware-retry", + "version": "1.0.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/middleware-retry:\\@smithy\\/middleware-retry:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/middleware-retry@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-retry:\\@smithy\\/middleware_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_retry:\\@smithy\\/middleware-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_retry:\\@smithy\\/middleware_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/middleware-serde@1.0.2?package-id=e6cd260b48c1636b", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/middleware-serde", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/middleware-serde:\\@smithy\\/middleware-serde:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/middleware-serde@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-serde", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-serde:\\@smithy\\/middleware_serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_serde:\\@smithy\\/middleware-serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_serde:\\@smithy\\/middleware_serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware-serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware_serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware-serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware_serde:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-serde/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/middleware-stack@1.0.1?package-id=cd052f205c16a21f", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/middleware-stack", + "version": "1.0.1", + "description": "Provides a means for composing multiple middleware functions into a single handler", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/middleware-stack:\\@smithy\\/middleware-stack:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/middleware-stack@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-stack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware-stack:\\@smithy\\/middleware_stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_stack:\\@smithy\\/middleware-stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware_stack:\\@smithy\\/middleware_stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware-stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/middleware:\\@smithy\\/middleware_stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware-stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/middleware_stack:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/node-config-provider@1.0.1?package-id=940f87e48ba6c707", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/node-config-provider", + "version": "1.0.1", + "description": "Load config default values from ini config files and environmental variable", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/node-config-provider:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/node-config-provider@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/node-config-provider", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-config-provider:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_config_provider:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_config_provider:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-config:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-config:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_config:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_config:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/node-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/node_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/node-config-provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/node-http-handler@1.0.2?package-id=39e04d71263eea08", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/node-http-handler", + "version": "1.0.2", + "description": "Provides a way to make requests", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/node-http-handler:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/node-http-handler@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/node-http-handler", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-http-handler:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_http_handler:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_http_handler:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-http:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node-http:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_http:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node_http:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/node:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/node-http-handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/node_http_handler:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/node-http-handler/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/property-provider@1.0.1?package-id=ea7d5d9b2c638582", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/property-provider", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/property-provider:\\@smithy\\/property-provider:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/property-provider@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/property-provider", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/property-provider:\\@smithy\\/property_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/property_provider:\\@smithy\\/property-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/property_provider:\\@smithy\\/property_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/property:\\@smithy\\/property-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/property:\\@smithy\\/property_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/property-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/property_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/property-provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/protocol-http@1.1.1?package-id=7548861816b10ae6", + "type": "library", + "author": "AWS Smithy Team (https://smithy.io)", + "name": "@smithy/protocol-http", + "version": "1.1.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/protocol-http:\\@smithy\\/protocol-http:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/protocol-http@1.1.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/protocol-http", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/protocol-http:\\@smithy\\/protocol_http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/protocol_http:\\@smithy\\/protocol-http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/protocol_http:\\@smithy\\/protocol_http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/protocol:\\@smithy\\/protocol-http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/protocol:\\@smithy\\/protocol_http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/protocol-http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/protocol_http:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/protocol-http/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/querystring-builder@1.0.1?package-id=d295479692eb6d7b", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/querystring-builder", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/querystring-builder:\\@smithy\\/querystring-builder:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/querystring-builder@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/querystring-builder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring-builder:\\@smithy\\/querystring_builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring_builder:\\@smithy\\/querystring-builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring_builder:\\@smithy\\/querystring_builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring:\\@smithy\\/querystring-builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring:\\@smithy\\/querystring_builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/querystring-builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/querystring_builder:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/querystring-builder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/querystring-parser@1.0.2?package-id=bba02ccce489fc54", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/querystring-parser", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/querystring-parser:\\@smithy\\/querystring-parser:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/querystring-parser@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/querystring-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring-parser:\\@smithy\\/querystring_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring_parser:\\@smithy\\/querystring-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring_parser:\\@smithy\\/querystring_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring:\\@smithy\\/querystring-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/querystring:\\@smithy\\/querystring_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/querystring-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/querystring_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/querystring-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/service-error-classification@1.0.3?package-id=9fc8874c7e167386", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/service-error-classification", + "version": "1.0.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/service-error-classification:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/service-error-classification@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/service-error-classification", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service-error-classification:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service_error_classification:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service_error_classification:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service-error:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service-error:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service_error:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service_error:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/service:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/service-error-classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/service_error_classification:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/service-error-classification/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/shared-ini-file-loader@1.0.1?package-id=ce4a583428afb7c5", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/shared-ini-file-loader", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/shared-ini-file-loader:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/shared-ini-file-loader@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/shared-ini-file-loader", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared-ini-file-loader:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini_file_loader:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini_file_loader:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared-ini-file:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared-ini-file:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini_file:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini_file:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared-ini:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared-ini:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared_ini:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/shared:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/shared-ini-file-loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/shared_ini_file_loader:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/shared-ini-file-loader/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/signature-v4@1.0.1?package-id=4fd3a0e9a089ee82", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/signature-v4", + "version": "1.0.1", + "description": "A standalone implementation of the AWS Signature V4 request signing algorithm", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/signature-v4:\\@smithy\\/signature-v4:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/signature-v4@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/signature-v4", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/signature-v4:\\@smithy\\/signature_v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/signature_v4:\\@smithy\\/signature-v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/signature_v4:\\@smithy\\/signature_v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/signature:\\@smithy\\/signature-v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/signature:\\@smithy\\/signature_v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/signature-v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/signature_v4:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/signature-v4/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/smithy-client@1.0.3?package-id=947c965bee446463", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/smithy-client", + "version": "1.0.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/smithy-client:\\@smithy\\/smithy-client:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/smithy-client@1.0.3", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/smithy-client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/smithy-client:\\@smithy\\/smithy_client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/smithy_client:\\@smithy\\/smithy-client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/smithy_client:\\@smithy\\/smithy_client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/smithy:\\@smithy\\/smithy-client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/smithy:\\@smithy\\/smithy_client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/smithy-client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/smithy_client:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/smithy-client/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/types@1.1.1?package-id=cb0dc3a272dc244e", + "type": "library", + "author": "AWS Smithy Team (https://smithy.io)", + "name": "@smithy/types", + "version": "1.1.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/types:\\@smithy\\/types:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/types@1.1.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/types", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/types:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/types/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/url-parser@1.0.2?package-id=7eb1006ba00d6434", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/url-parser", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/url-parser:\\@smithy\\/url-parser:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/url-parser@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/url-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/url-parser:\\@smithy\\/url_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/url_parser:\\@smithy\\/url-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/url_parser:\\@smithy\\/url_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/url:\\@smithy\\/url-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/url:\\@smithy\\/url_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/url-parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/url_parser:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/url-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-base64@1.0.2?package-id=8e42bb6ef2adc167", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-base64", + "version": "1.0.2", + "description": "A Base64 <-> UInt8Array converter", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-base64:\\@smithy\\/util-base64:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-base64@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-base64", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-base64:\\@smithy\\/util_base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_base64:\\@smithy\\/util-base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_base64:\\@smithy\\/util_base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_base64:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-base64/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-body-length-browser@1.0.1?package-id=663a53dc74201291", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-body-length-browser", + "version": "1.0.1", + "description": "Determines the length of a request body in browsers", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-body-length-browser:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-body-length-browser@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-body-length-browser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length-browser:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length_browser:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length_browser:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-body-length-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_body_length_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-body-length-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-body-length-node@1.0.1?package-id=febcc246f14571b0", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-body-length-node", + "version": "1.0.1", + "description": "Determines the length of a request body in node.js", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-body-length-node:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-body-length-node@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-body-length-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length-node:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length_node:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length_node:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body-length:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body_length:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-body:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_body:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-body-length-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_body_length_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-body-length-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-buffer-from@1.0.2?package-id=5490dc70ec23c679", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-buffer-from", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-buffer-from:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-buffer-from@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-buffer-from", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-buffer-from:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_buffer_from:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_buffer_from:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-buffer:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-buffer:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_buffer:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_buffer:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-buffer-from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_buffer_from:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-buffer-from/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-config-provider@1.0.1?package-id=beb312ea91afa19d", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-config-provider", + "version": "1.0.1", + "description": "Utilities package for configuration providers", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-config-provider:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-config-provider@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-config-provider", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-config-provider:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_config_provider:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_config_provider:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-config:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-config:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_config:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_config:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-config-provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_config_provider:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-config-provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-defaults-mode-browser@1.0.1?package-id=66013245b88418f0", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-defaults-mode-browser", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-defaults-mode-browser:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-defaults-mode-browser@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-defaults-mode-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode-browser:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode_browser:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode_browser:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-defaults-mode-browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_defaults_mode_browser:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-defaults-mode-browser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-defaults-mode-node@1.0.1?package-id=bbc052fbcfdb34e9", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-defaults-mode-node", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-defaults-mode-node:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-defaults-mode-node@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-defaults-mode-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode-node:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode_node:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode_node:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults-mode:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults_mode:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-defaults:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_defaults:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-defaults-mode-node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_defaults_mode_node:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-defaults-mode-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-hex-encoding@1.0.1?package-id=92cac10dbae367c9", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-hex-encoding", + "version": "1.0.1", + "description": "Converts binary buffers to and from lowercase hexadecimal encoding", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-hex-encoding:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-hex-encoding@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-hex-encoding", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-hex-encoding:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_hex_encoding:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_hex_encoding:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-hex:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-hex:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_hex:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_hex:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-hex-encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_hex_encoding:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-hex-encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-middleware@1.0.2?package-id=3d8ba9ccb06e90f9", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-middleware", + "version": "1.0.2", + "description": "Shared utilities for to be used in middleware packages.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-middleware:\\@smithy\\/util-middleware:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-middleware@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/master/packages/util-middleware", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-middleware:\\@smithy\\/util_middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_middleware:\\@smithy\\/util-middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_middleware:\\@smithy\\/util_middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_middleware:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-middleware/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-retry@1.0.4?package-id=4ad4dada384b19e4", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-retry", + "version": "1.0.4", + "description": "Shared retry utilities to be used in middleware packages.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-retry:\\@smithy\\/util-retry:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-retry@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/master/packages/util-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-retry:\\@smithy\\/util_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_retry:\\@smithy\\/util-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_retry:\\@smithy\\/util_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_retry:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-stream@1.0.1?package-id=5ca334b5c26762e8", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-stream", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-stream:\\@smithy\\/util-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-stream@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-stream:\\@smithy\\/util_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_stream:\\@smithy\\/util-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_stream:\\@smithy\\/util_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-uri-escape@1.0.1?package-id=6863a617b97b5a8a", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-uri-escape", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-uri-escape:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-uri-escape@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-uri-escape", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-uri-escape:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_uri_escape:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_uri_escape:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-uri:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-uri:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_uri:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_uri:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-uri-escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_uri_escape:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-uri-escape/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-utf8@1.0.2?package-id=3829679af9a78c16", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-utf8", + "version": "1.0.2", + "description": "A UTF-8 string <-> UInt8Array converter", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-utf8:\\@smithy\\/util-utf8:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-utf8@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-utf8:\\@smithy\\/util_utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_utf8:\\@smithy\\/util-utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_utf8:\\@smithy\\/util_utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_utf8:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-utf8/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40smithy/util-waiter@1.0.1?package-id=5ff1e84f1c0201f8", + "type": "library", + "author": "AWS SDK for JavaScript Team (https://aws.amazon.com/javascript/)", + "name": "@smithy/util-waiter", + "version": "1.0.1", + "description": "Shared utilities for client waiters for the AWS SDK", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@smithy\\/util-waiter:\\@smithy\\/util-waiter:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40smithy/util-waiter@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/awslabs/smithy-typescript.git", + "type": "distribution" + }, + { + "url": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-waiter", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util-waiter:\\@smithy\\/util_waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_waiter:\\@smithy\\/util-waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util_waiter:\\@smithy\\/util_waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util-waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@smithy\\/util:\\@smithy\\/util_waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util-waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:awslabs:\\@smithy\\/util_waiter:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/util-waiter/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tootallnate/once@2.0.0?package-id=560461b4b91ec7ad", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "@tootallnate/once", + "version": "2.0.0", + "description": "Creates a Promise that waits for a single event", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tootallnate\\/once:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tootallnate/once@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/once.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@tootallnate/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/body-parser@1.19.2?package-id=408429d4c24ff5b6", + "type": "library", + "name": "@types/body-parser", + "version": "1.19.2", + "description": "TypeScript definitions for body-parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/body-parser:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/body-parser@1.19.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body-parser:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body_parser:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body_parser:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body:\\@types\\/body-parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/body:\\@types\\/body_parser:1.19.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/body-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/connect@3.4.35?package-id=5297d11d600eefb0", + "type": "library", + "name": "@types/connect", + "version": "3.4.35", + "description": "TypeScript definitions for connect", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/connect:3.4.35:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/connect@3.4.35", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/connect:\\@types\\/connect:3.4.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/connect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/express@4.17.13?package-id=b3a3b6e2017048dd", + "type": "library", + "name": "@types/express", + "version": "4.17.13", + "description": "TypeScript definitions for Express", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express:4.17.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/express@4.17.13", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express:4.17.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/express/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/express-serve-static-core@4.17.33?package-id=27c47591fef794b6", + "type": "library", + "name": "@types/express-serve-static-core", + "version": "4.17.33", + "description": "TypeScript definitions for Express", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/express-serve-static-core:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/express-serve-static-core@4.17.33", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static-core:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static_core:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static_core:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve-static:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve_static:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express-serve:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express_serve:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express-serve-static-core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/express:\\@types\\/express_serve_static_core:4.17.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/express-serve-static-core/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/long@4.0.2?package-id=20962d9289acd5ee", + "type": "library", + "name": "@types/long", + "version": "4.0.2", + "description": "TypeScript definitions for long.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/long:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/long@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/long", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/long:\\@types\\/long:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/long/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/mime@3.0.1?package-id=663b61b819b01ab7", + "type": "library", + "name": "@types/mime", + "version": "3.0.1", + "description": "TypeScript definitions for mime", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/mime:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/mime@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/mime:\\@types\\/mime:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/mime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/node@18.15.10?package-id=e3ea1cde846e3937", + "type": "library", + "name": "@types/node", + "version": "18.15.10", + "description": "TypeScript definitions for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/node:18.15.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/node@18.15.10", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/node:\\@types\\/node:18.15.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/qs@6.9.7?package-id=b86b3a0594678457", + "type": "library", + "name": "@types/qs", + "version": "6.9.7", + "description": "TypeScript definitions for qs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/qs:6.9.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/qs@6.9.7", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/qs:\\@types\\/qs:6.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/qs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/range-parser@1.2.4?package-id=8645e99ea561bc2b", + "type": "library", + "name": "@types/range-parser", + "version": "1.2.4", + "description": "TypeScript definitions for range-parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/range-parser:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/range-parser@1.2.4", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range-parser:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range_parser:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range_parser:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range:\\@types\\/range-parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/range:\\@types\\/range_parser:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/range-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/serve-static@1.15.1?package-id=651f59e483474ac8", + "type": "library", + "name": "@types/serve-static", + "version": "1.15.1", + "description": "TypeScript definitions for serve-static", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/serve-static:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/serve-static@1.15.1", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve-static:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve_static:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve_static:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve:\\@types\\/serve-static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/serve:\\@types\\/serve_static:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/serve-static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/shimmer@1.0.2?package-id=f5042d278573d4b2", + "type": "library", + "name": "@types/shimmer", + "version": "1.0.2", + "description": "TypeScript definitions for Shimmer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:DefinitelyTyped:\\@types\\/shimmer:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/shimmer@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shimmer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/shimmer:\\@types\\/shimmer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/shimmer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/triple-beam@1.3.2?package-id=145067c72a965cc0", + "type": "library", + "name": "@types/triple-beam", + "version": "1.3.2", + "description": "TypeScript definitions for triple-beam", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/triple-beam@1.3.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@types/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40xmldom/xmldom@0.7.9?package-id=a638e49d80c96b07", + "type": "library", + "name": "@xmldom/xmldom", + "version": "0.7.9", + "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@xmldom\\/xmldom:\\@xmldom\\/xmldom:0.7.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40xmldom/xmldom@0.7.9", + "externalReferences": [ + { + "url": "git://github.com/xmldom/xmldom.git", + "type": "distribution" + }, + { + "url": "https://github.com/xmldom/xmldom", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xmldom:\\@xmldom\\/xmldom:0.7.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@xmldom/xmldom/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=dece9156a132e261", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=0dd8db5b6af85ea2", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abstract-logging@2.0.1?package-id=7000553e0058a09c", + "type": "library", + "author": "James Sumners ", + "name": "abstract-logging", + "version": "2.0.1", + "description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:abstract-logging:abstract-logging:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abstract-logging@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/jsumners/abstract-logging.git", + "type": "distribution" + }, + { + "url": "https://github.com/jsumners/abstract-logging#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abstract-logging:abstract_logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abstract_logging:abstract-logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abstract_logging:abstract_logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abstract:abstract-logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abstract:abstract_logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsumners:abstract-logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsumners:abstract_logging:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/abstract-logging/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/accepts@1.3.8?package-id=ed15379099773c26", + "type": "library", + "name": "accepts", + "version": "1.3.8", + "description": "Higher-level content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:accepts:accepts:1.3.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/accepts@1.3.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/accepts/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn@8.8.2?package-id=a26a6a5fca132121", + "type": "library", + "name": "acorn", + "version": "8.8.2", + "description": "ECMAScript parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acornjs:acorn:8.8.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn@8.8.2", + "externalReferences": [ + { + "url": "https://github.com/acornjs/acorn.git", + "type": "distribution" + }, + { + "url": "https://github.com/acornjs/acorn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn:8.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/acorn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/acorn-import-assertions@1.9.0?package-id=460ae1328012f680", + "type": "library", + "author": "Sven Sauleau ", + "name": "acorn-import-assertions", + "version": "1.9.0", + "description": "Support for import assertions in acorn", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:acorn-import-assertions:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/acorn-import-assertions@1.9.0", + "externalReferences": [ + { + "url": "https://github.com/xtuc/acorn-import-assertions", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn-import-assertions:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_import_assertions:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_import_assertions:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn-import:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn-import:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_import:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn_import:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:acorn:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xtuc:acorn-import-assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xtuc:acorn_import_assertions:1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/acorn-import-assertions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/activedirectory@0.7.2?package-id=40275f6d8ea37f65", + "type": "library", + "author": "George Heeres ", + "name": "activedirectory", + "version": "0.7.2", + "description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:activedirectory:activedirectory:0.7.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/activedirectory@0.7.2", + "externalReferences": [ + { + "url": "https://github.com/gheeres/node-activedirectory.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gheeres:activedirectory:0.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/activedirectory/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@6.0.2?package-id=1620d318cc097e15", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@6.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-agent-base.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agentkeepalive@4.2.1?package-id=2dd78fcd5a12424c", + "type": "library", + "author": "fengmk2 (https://fengmk2.com)", + "name": "agentkeepalive", + "version": "4.2.1", + "description": "Missing keepalive http.Agent", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:agentkeepalive:agentkeepalive:4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/agentkeepalive@4.2.1", + "externalReferences": [ + { + "url": "git://github.com/node-modules/agentkeepalive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:agentkeepalive:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agentkeepalive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aggregate-error@3.1.0?package-id=08f5dc1ac68b9208", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aggregate-error:aggregate-error:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aggregate-error@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate-error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aggregate-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ajv@6.12.6?package-id=e5672c96dfc2f5f7", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "ajv", + "version": "6.12.6", + "description": "Another JSON Schema Validator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ajv-validator:ajv:6.12.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/ajv@6.12.6", + "externalReferences": [ + { + "url": "https://github.com/ajv-validator/ajv.git", + "type": "distribution" + }, + { + "url": "https://github.com/ajv-validator/ajv", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajv:ajv:6.12.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ajv/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=538dff49e6576a74", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/eXfmbYT1WXenFSqKjroYyK84NE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5&package-id=2b13c37ad68dba47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/JgpM8J6DWI/541tUX+uHEzSjqo=" + }, + { + "name": "syft:metadata:size", + "value": "11664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.5&package-id=52cdfe05331430a5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1KM01lfKVp+gEZn23awujqjSkrN8=" + }, + { + "name": "syft:metadata:size", + "value": "13361" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=675b72e1eb6067c7", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=bbc3d4677bfce1ba", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=249ad3cb255912c9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=0165ac52d2811fac", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrap-ansi/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1d0d53b03364a499", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.12.10-r1", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0188f510baadbae393472103427b9c1875117136" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.3.12.0=3.12.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.12.10-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ef3iwt+cMdGngEgaFr2URIJhKzQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120973" + } + ] + }, + { + "bom-ref": "pkg:npm/aproba@2.0.0?package-id=fd7b6b3d0bae4818", + "type": "library", + "author": "Rebecca Turner ", + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:aproba:aproba:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aproba@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/aproba", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/aproba", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:aproba:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aproba/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/archy@1.0.0?package-id=a4f3fd0712f952e6", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "archy", + "version": "1.0.0", + "description": "render nested hierarchies `npm ls` style with unicode pipes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:archy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/archy@1.0.0", + "externalReferences": [ + { + "url": "http://github.com/substack/node-archy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:archy:archy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/archy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@3.0.1?package-id=704e18b99088ac2b", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/array-flatten@1.1.1?package-id=e6b28b076ead64e4", + "type": "library", + "author": "Blake Embrey (http://blakeembrey.me)", + "name": "array-flatten", + "version": "1.1.1", + "description": "Flatten an array of nested arrays into a single flat array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:array-flatten:array-flatten:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/array-flatten@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/blakeembrey/array-flatten.git", + "type": "distribution" + }, + { + "url": "https://github.com/blakeembrey/array-flatten", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array-flatten:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_flatten:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array_flatten:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blakeembrey:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blakeembrey:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array-flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:array:array_flatten:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/array-flatten/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/asap@2.0.6?package-id=2dbbaf770f78b763", + "type": "library", + "name": "asap", + "version": "2.0.6", + "description": "High-priority task queue for Node.js and browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kriskowal:asap:2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/asap@2.0.6", + "externalReferences": [ + { + "url": "https://github.com/kriskowal/asap.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asap:asap:2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/asap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/asn1@0.2.6?package-id=141e744a7b311054", + "type": "library", + "author": "Joyent (joyent.com)", + "name": "asn1", + "version": "0.2.6", + "description": "Contains parsers and serializers for ASN.1 (currently BER only)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:joyent:asn1:0.2.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/asn1@0.2.6", + "externalReferences": [ + { + "url": "https://github.com/joyent/node-asn1.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asn1:asn1:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/asn1/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/assert-plus@1.0.0?package-id=849f9a91aa1894c3", + "type": "library", + "author": "Mark Cavage ", + "name": "assert-plus", + "version": "1.0.0", + "description": "Extra assertions on top of node's assert module", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:assert-plus:assert-plus:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/assert-plus@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/mcavage/node-assert-plus.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:assert-plus:assert_plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:assert_plus:assert-plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:assert_plus:assert_plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mcavage:assert-plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mcavage:assert_plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:assert:assert-plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:assert:assert_plus:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/assert-plus/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/async@3.2.4?package-id=ae05cfc585b84941", + "type": "library", + "author": "Caolan McMahon", + "name": "async", + "version": "3.2.4", + "description": "Higher-order functions and common patterns for asynchronous code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:caolan:async:3.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/async@3.2.4", + "externalReferences": [ + { + "url": "https://github.com/caolan/async.git", + "type": "distribution" + }, + { + "url": "https://caolan.github.io/async/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async:3.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/async/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/asynckit@0.4.0?package-id=624852a966f26121", + "type": "library", + "author": "Alex Indigo ", + "name": "asynckit", + "version": "0.4.0", + "description": "Minimal async jobs utility library, with streams support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alexindigo:asynckit:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/asynckit@0.4.0", + "externalReferences": [ + { + "url": "git+https://github.com/alexindigo/asynckit.git", + "type": "distribution" + }, + { + "url": "https://github.com/alexindigo/asynckit#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asynckit:asynckit:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/asynckit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aws-sign2@0.7.0?package-id=670f95f222cccc55", + "type": "library", + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "aws-sign2", + "version": "0.7.0", + "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:aws-sign2:aws-sign2:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aws-sign2@0.7.0", + "externalReferences": [ + { + "url": "https://github.com/mikeal/aws-sign", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws-sign2:aws_sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sign2:aws-sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws_sign2:aws_sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:aws-sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:aws_sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws-sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sign2:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/aws-sign2/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aws4@1.12.0?package-id=2c51df9f4ac2d45f", + "type": "library", + "author": "Michael Hart (https://github.com/mhart)", + "name": "aws4", + "version": "1.12.0", + "description": "Signs and prepares requests using AWS Signature Version 4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aws4:aws4:1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aws4@1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/aws4/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/backoff@2.5.0?package-id=0a43680fe0afa622", + "type": "library", + "author": "Mathieu Turcotte ", + "name": "backoff", + "version": "2.5.0", + "description": "Fibonacci and exponential backoffs.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:MathieuTurcotte:backoff:2.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/backoff@2.5.0", + "externalReferences": [ + { + "url": "https://github.com/MathieuTurcotte/node-backoff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:backoff:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/backoff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=d0f40071020c1a90", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=1ef100a1308a8bc8", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/base64-js@1.5.1?package-id=c8531bcb1124e33a", + "type": "library", + "author": "T. Jameson Little ", + "name": "base64-js", + "version": "1.5.1", + "description": "Base64 encoding/decoding in pure JS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:beatgammit:base64-js:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/base64-js@1.5.1", + "externalReferences": [ + { + "url": "git://github.com/beatgammit/base64-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/beatgammit/base64-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:beatgammit:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/base64-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.5&package-id=72fc1e6c3fb0615d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.15-r0", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.15-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.15-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a286bb720c7825575bc7cfa107dc4b5961a2d248" + }, + { + "name": "syft:metadata:installedSize", + "value": "1433600" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.15-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q18L4X0+pNmem0ecUJ40sj09hZln4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "465962" + } + ] + }, + { + "bom-ref": "pkg:npm/bcrypt-pbkdf@1.0.2?package-id=8a5b23967fb073f2", + "type": "library", + "name": "bcrypt-pbkdf", + "version": "1.0.2", + "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:bcrypt-pbkdf:bcrypt-pbkdf:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bcrypt-pbkdf@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/joyent/node-bcrypt-pbkdf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt-pbkdf:bcrypt_pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt_pbkdf:bcrypt-pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt_pbkdf:bcrypt_pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:bcrypt-pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:bcrypt_pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joyent:bcrypt-pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joyent:bcrypt_pbkdf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/bcrypt-pbkdf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bin-links@3.0.3?package-id=93d741192d72c8d0", + "type": "library", + "author": "GitHub Inc.", + "name": "bin-links", + "version": "3.0.3", + "description": "JavaScript package binary linker", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:bin-links:bin-links:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/bin-links@3.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/bin-links.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin-links:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin-links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin_links:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/bin-links/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/binary-extensions@2.2.0?package-id=8bfcc3276693f262", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:binary-extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/binary-extensions@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary-extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/binary-extensions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/body-parser@1.20.1?package-id=4e273b3f73b43bb4", + "type": "library", + "name": "body-parser", + "version": "1.20.1", + "description": "Node.js body parsing middleware", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:body-parser:body-parser:1.20.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/body-parser@1.20.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body-parser:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body-parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body-parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body_parser:1.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/body-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/body-parser@1.20.2?package-id=04c48027647042fe", + "type": "library", + "name": "body-parser", + "version": "1.20.2", + "description": "Node.js body parsing middleware", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:body-parser:body-parser:1.20.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/body-parser@1.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body-parser:body_parser:1.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body-parser:1.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body_parser:body_parser:1.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body-parser:1.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:body:body_parser:1.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/boolean@3.2.0?package-id=a4151b02cfb0db2e", + "type": "library", + "name": "boolean", + "version": "3.2.0", + "description": "boolean converts lots of things to boolean.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:thenativeweb:boolean:3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/boolean@3.2.0", + "externalReferences": [ + { + "url": "git://github.com/thenativeweb/boolean.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boolean:boolean:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/boolean/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bowser@2.11.0?package-id=9970c86049017fe2", + "type": "library", + "author": "Dustin Diaz (http://dustindiaz.com)", + "name": "bowser", + "version": "2.11.0", + "description": "Lightweight browser detector", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lancedikson:bowser:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/bowser@2.11.0", + "externalReferences": [ + { + "url": "git+https://github.com/lancedikson/bowser.git", + "type": "distribution" + }, + { + "url": "https://github.com/lancedikson/bowser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bowser:bowser:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/bowser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=c84f060a59cdcf08", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=a454b9f9178ebbf8", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=18fc003d0531e2b3", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=619a175421a1b096", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/browser-detect@0.2.28?package-id=bab560abe368552f", + "type": "library", + "author": "PIGNOSE ", + "name": "browser-detect", + "version": "0.2.28", + "description": "Simplify detecting your browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:KennethanCeyer:browser-detect:0.2.28:*:*:*:*:*:*:*", + "purl": "pkg:npm/browser-detect@0.2.28", + "externalReferences": [ + { + "url": "https://github.com/KennethanCeyer/browser-detect.git", + "type": "distribution" + }, + { + "url": "https://github.com/KennethanCeyer/browser-detect", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:KennethanCeyer:browser_detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser-detect:browser-detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser-detect:browser_detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser_detect:browser-detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser_detect:browser_detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser:browser-detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browser:browser_detect:0.2.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/browser-detect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/buffer@5.6.0?package-id=b8e648b0ed5ecd89", + "type": "library", + "author": "Feross Aboukhadijeh (http://feross.org)", + "name": "buffer", + "version": "5.6.0", + "description": "Node.js Buffer API, for the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:buffer:buffer:5.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/buffer@5.6.0", + "externalReferences": [ + { + "url": "git://github.com/feross/buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:buffer:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/builtins@5.0.1?package-id=59978b60f08d7c7c", + "type": "library", + "name": "builtins", + "version": "5.0.1", + "description": "List of node.js builtin modules", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:builtins:builtins:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/builtins@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/builtins/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bunyan@1.8.15?package-id=1e6eb9ad3f485215", + "type": "library", + "author": "Trent Mick (http://trentm.com)", + "name": "bunyan", + "version": "1.8.15", + "description": "a JSON logging library for node.js services", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bunyan:bunyan:1.8.15:*:*:*:*:*:*:*", + "purl": "pkg:npm/bunyan@1.8.15", + "externalReferences": [ + { + "url": "git://github.com/trentm/node-bunyan.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:bunyan:1.8.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/bunyan/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.35.0-r29", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "962560" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NN3sp0yr99btRysqty3nQUrWHaY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "509600" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.35.0-r29", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1miWwyhWKXVEiRYLhmArV1TKMs6A=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:size", + "value": "1547" + } + ] + }, + { + "bom-ref": "pkg:npm/bytes@3.0.0?package-id=ac85bc154e716c48", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "bytes", + "version": "3.0.0", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bytes:bytes:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/bytes@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/compression/node_modules/bytes/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bytes@3.1.2?package-id=b71cc8bf1e9d8969", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "bytes", + "version": "3.1.2", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bytes:bytes:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bytes@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/bytes/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5&package-id=8fedcdaded0f729f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c56ff944f7d21017702e916e9546ee10389aef62" + }, + { + "name": "syft:metadata:installedSize", + "value": "708608" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1N/Jm97UPP48iytm9ei9pTR/j3+U=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157324" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5&package-id=7f201a451682e35a", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c56ff944f7d21017702e916e9546ee10389aef62" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13X+cgKNwpP6viqMRvLV8Pp+2NV4=" + }, + { + "name": "syft:metadata:size", + "value": "126306" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@16.1.3?package-id=f3441bb6886003cb", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "16.1.3", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:16.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@16.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:16.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/call-bind@1.0.2?package-id=57c121ac3253098e", + "type": "library", + "author": "Jordan Harband ", + "name": "call-bind", + "version": "1.0.2", + "description": "Robustly `.call.bind()` a function", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:call-bind:call-bind:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/call-bind@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/call-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/call-bind#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call-bind:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call_bind:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call_bind:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call:call-bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:call:call_bind:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/call-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/caseless@0.12.0?package-id=294d03ceec5ebfcd", + "type": "library", + "author": "Mikeal Rogers ", + "name": "caseless", + "version": "0.12.0", + "description": "Caseless object set/get/has, very useful when working with HTTP headers.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:caseless:caseless:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/caseless@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/mikeal/caseless", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:caseless:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/caseless/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@4.1.2?package-id=9ab248e57326aa96", + "type": "library", + "name": "chalk", + "version": "4.1.2", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chownr@2.0.0?package-id=48694df824b31049", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "version": "2.0.0", + "description": "like `chown -R`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:chownr:chownr:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chownr@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/chownr.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:chownr:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chownr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cidr-regex@3.1.1?package-id=c4d1ea0ebfacc3cc", + "type": "library", + "author": "silverwind ", + "name": "cidr-regex", + "version": "3.1.1", + "description": "Regular expression for matching IP addresses in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cidr-regex:cidr-regex:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cidr-regex@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr-regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cidr-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cjs-module-lexer@1.2.3?package-id=15b686d8107551ef", + "type": "library", + "author": "Guy Bedford", + "name": "cjs-module-lexer", + "version": "1.2.3", + "description": "Lexes CommonJS modules, returning their named exports metadata", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cjs-module-lexer:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cjs-module-lexer@1.2.3", + "externalReferences": [ + { + "url": "git+https://github.com/nodejs/cjs-module-lexer.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/cjs-module-lexer#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs-module-lexer:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs_module_lexer:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs_module_lexer:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs-module:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs-module:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs_module:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs_module:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs:cjs-module-lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cjs:cjs_module_lexer:1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cjs-module-lexer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clean-stack@2.2.0?package-id=eb6014679b01c642", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clean-stack:clean-stack:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/clean-stack@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean-stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clean-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-columns@4.0.0?package-id=255a8b93f65830bc", + "type": "library", + "author": "Shannon Moeller (http://shannonmoeller.com)", + "name": "cli-columns", + "version": "4.0.0", + "description": "Columnated lists for the CLI.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shannonmoeller:cli-columns:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-columns@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/shannonmoeller/cli-columns#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shannonmoeller:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-columns/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-table3@0.6.2?package-id=6a8a581d38c70640", + "type": "library", + "author": "James Talmage", + "name": "cli-table3", + "version": "0.6.2", + "description": "Pretty unicode tables for the command line. Based on the original cli-table.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cli-table3:cli-table3:0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-table3@0.6.2", + "externalReferences": [ + { + "url": "https://github.com/cli-table/cli-table3.git", + "type": "distribution" + }, + { + "url": "https://github.com/cli-table/cli-table3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table3:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_table3:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-table3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/client-sessions@0.8.0?package-id=a32d54fe16a45c83", + "type": "library", + "author": "Ben Adida ", + "name": "client-sessions", + "version": "0.8.0", + "description": "secure sessions stored in cookies", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:client-sessions:client-sessions:0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/client-sessions@0.8.0", + "externalReferences": [ + { + "url": "https://github.com/mozilla/node-client-sessions", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client-sessions:client_sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client_sessions:client-sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client_sessions:client_sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:client-sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:client_sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:client-sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:client:client_sessions:0.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/client-sessions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cliui@8.0.1?package-id=b5c4813d635939f4", + "type": "library", + "author": "Ben Coe ", + "name": "cliui", + "version": "8.0.1", + "description": "easily create complex multi-column command-line-interfaces", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cliui:cliui:8.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cliui@8.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@grpc/proto-loader/node_modules/cliui/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@1.0.4?package-id=9b52e5e4c2387659", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "1.0.4", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@2.1.2?package-id=37394de3fe587a09", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "2.1.2", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@2.1.2", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cluster-key-slot@1.1.2?package-id=59cd00df5e3ac441", + "type": "library", + "author": "Mike Diarmid (http://github.com/Salakar/)", + "name": "cluster-key-slot", + "version": "1.1.2", + "description": "Generates CRC hashes for strings - for use by node redis clients to determine key slots.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:cluster-key-slot:cluster-key-slot:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/cluster-key-slot@1.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/Salakar/cluster-key-slot.git", + "type": "distribution" + }, + { + "url": "https://github.com/Salakar/cluster-key-slot#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster-key-slot:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster_key_slot:cluster-key-slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster_key_slot:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster-key:cluster-key-slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster-key:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster_key:cluster-key-slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster_key:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Salakar:cluster-key-slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Salakar:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster:cluster-key-slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cluster:cluster_key_slot:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cluster-key-slot/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cmd-shim@5.0.0?package-id=6ef91adf37023864", + "type": "library", + "author": "GitHub Inc.", + "name": "cmd-shim", + "version": "5.0.0", + "description": "Used in npm for command line application support", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cmd-shim:cmd-shim:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cmd-shim@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cmd-shim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd-shim:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd-shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd_shim:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color@3.2.1?package-id=b2c352e6a2afe869", + "type": "library", + "name": "color", + "version": "3.2.1", + "description": "Color conversion and manipulation with CSS string support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color:color:3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color@3.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@1.9.3?package-id=25a52274550209c1", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "1.9.3", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=0658451d12c63c0d", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=b0017f99b9a9e30f", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrap-ansi/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.3?package-id=9455f499e64b4a85", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.3", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/dfcreative/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=16b9f1a2a0e82366", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=5bdc33d7e6da9524", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrap-ansi/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-string@1.9.1?package-id=8cbdd2d44100cd2a", + "type": "library", + "author": "Heather Arthur ", + "name": "color-string", + "version": "1.9.1", + "description": "Parser and generator for CSS color strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-string_project:color-string:1.9.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/color-string@1.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/color-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-support@1.1.3?package-id=2020e6f572aaeeec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:color-support:color-support:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-support@1.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/color-support.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/colorspace@1.1.4?package-id=7544a1ebd71217cf", + "type": "library", + "author": "Arnout Kazemier", + "name": "colorspace", + "version": "1.1.4", + "description": "Generate HEX colors for a given namespace.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:colorspace:colorspace:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/colorspace@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:colorspace:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/colorspace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/columnify@1.6.0?package-id=628a54a795faa791", + "type": "library", + "author": "Tim Oxley", + "name": "columnify", + "version": "1.6.0", + "description": "Render data in text columns. Supports in-column text-wrap.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:columnify:columnify:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/columnify@1.6.0", + "externalReferences": [ + { + "url": "git://github.com/timoxley/columnify.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/columnify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timoxley:columnify:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/columnify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/combined-stream@1.0.8?package-id=1bc280b5f510c1dd", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "combined-stream", + "version": "1.0.8", + "description": "A stream that emits multiple other streams one after another.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:combined-stream:combined-stream:1.0.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/combined-stream@1.0.8", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-combined-stream.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-combined-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:combined-stream:combined_stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:combined_stream:combined-stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:combined_stream:combined_stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:combined:combined-stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:combined:combined_stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:combined-stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:combined_stream:1.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/combined-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/common-ancestor-path@1.0.1?package-id=f45f20d1d300275b", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "common-ancestor-path", + "version": "1.0.1", + "description": "Find the common ancestor of 2 or more paths on Windows or Unix", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:common-ancestor-path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/common-ancestor-path@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/common-ancestor-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor-path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/common-ancestor-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/compressible@2.0.18?package-id=53162da44682a0f5", + "type": "library", + "name": "compressible", + "version": "2.0.18", + "description": "Compressible Content-Type / mime checking", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:compressible:compressible:2.0.18:*:*:*:*:*:*:*", + "purl": "pkg:npm/compressible@2.0.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/compressible/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/compression@1.7.4?package-id=b2f299c517ceaf30", + "type": "library", + "name": "compression", + "version": "1.7.4", + "description": "Node.js compression middleware", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:compression:compression:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/compression@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/compression/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=7d2fd058a6b19327", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=a08e24aa380cc4c5", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/connect-redis@6.1.3?package-id=85be47c13233b160", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "connect-redis", + "version": "6.1.3", + "description": "Redis session store for Connect", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:connect-redis:connect-redis:6.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/connect-redis@6.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect-redis:connect_redis:6.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect_redis:connect-redis:6.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect_redis:connect_redis:6.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect:connect-redis:6.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect:connect_redis:6.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ni-kismet/helium-node-lib/node_modules/connect-redis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/connect-redis@7.1.0?package-id=9d2dd2e880a14f9b", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "connect-redis", + "version": "7.1.0", + "description": "Redis session store for Connect", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:connect-redis:connect-redis:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/connect-redis@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect-redis:connect_redis:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect_redis:connect-redis:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect_redis:connect_redis:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect:connect-redis:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:connect:connect_redis:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/connect-redis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/console-control-strings@1.1.0?package-id=98f3729c9a6bd11b", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:console-control-strings:console-control-strings:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/console-control-strings@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/console-control-strings", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control-strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/console-control-strings/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/content-disposition@0.5.4?package-id=70c5b44691d79956", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "content-disposition", + "version": "0.5.4", + "description": "Create and parse Content-Disposition header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:content-disposition:content-disposition:0.5.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/content-disposition@0.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-disposition:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_disposition:content-disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_disposition:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content-disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content_disposition:0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/content-disposition/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/content-type@1.0.5?package-id=d62cb5ec74a89b19", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "content-type", + "version": "1.0.5", + "description": "Create and parse HTTP Content-Type header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:content-type:content-type:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/content-type@1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content-type:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content-type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content_type:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content-type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:content:content_type:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/content-type/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie@0.4.1?package-id=348f9fde39af25fa", + "type": "library", + "author": "Roman Shtylman ", + "name": "cookie", + "version": "0.4.1", + "description": "HTTP server cookie parsing and serialization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie:cookie:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie@0.4.2?package-id=f8715cdb7c1fba39", + "type": "library", + "author": "Roman Shtylman ", + "name": "cookie", + "version": "0.4.2", + "description": "HTTP server cookie parsing and serialization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie:cookie:0.4.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie@0.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-session/node_modules/cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie@0.5.0?package-id=2ed41ae19f9b1cae", + "type": "library", + "author": "Roman Shtylman ", + "name": "cookie", + "version": "0.5.0", + "description": "HTTP server cookie parsing and serialization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie:cookie:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie-parser@1.4.6?package-id=9d772a1a3b932d74", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "cookie-parser", + "version": "1.4.6", + "description": "Parse HTTP request cookies", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie-parser:cookie-parser:1.4.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookie-parser@1.4.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie-parser:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie_parser:cookie-parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie_parser:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie:cookie-parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cookie:cookie_parser:1.4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookie-signature@1.0.6?package-id=e98760ab9ecefc25", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "cookie-signature", + "version": "1.0.6", + "description": "Sign and unsign cookies", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookie-signature_project:cookie-signature:1.0.6:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/cookie-signature@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/visionmedia/node-cookie-signature.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookie-signature/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cookies@0.7.3?package-id=9f379598f3612340", + "type": "library", + "author": "Jed Schmidt (http://jed.is)", + "name": "cookies", + "version": "0.7.3", + "description": "Cookies, optionally signed using Keygrip.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cookies:cookies:0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cookies@0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookies/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/core-js@2.6.12?package-id=a217b29dc3e27097", + "type": "library", + "name": "core-js", + "version": "2.6.12", + "description": "Standard library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:zloirock:core-js:2.6.12:*:*:*:*:*:*:*", + "purl": "pkg:npm/core-js@2.6.12", + "externalReferences": [ + { + "url": "https://github.com/zloirock/core-js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zloirock:core_js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core-js:core-js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core-js:core_js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_js:core-js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_js:core_js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core-js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core_js:2.6.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/core-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/core-util-is@1.0.2?package-id=7f9f59de1b51a924", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "core-util-is", + "version": "1.0.2", + "description": "The `util.is*` functions introduced in Node v0.12.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:core-util-is:core-util-is:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/core-util-is@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/core-util-is", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core-util-is:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_util_is:core-util-is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_util_is:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core-util:core-util-is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core-util:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_util:core-util-is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core_util:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:core-util-is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core-util-is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core_util_is:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/core-util-is/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/corepack@0.17.0?package-id=887bf18fb9ee7135", + "type": "library", + "name": "corepack", + "version": "0.17.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:corepack:corepack:0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/corepack@0.17.0", + "externalReferences": [ + { + "url": "https://github.com/nodejs/corepack.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/corepack#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:corepack:0.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/corepack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cssesc@3.0.0?package-id=dc663cc4d3620268", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "cssesc", + "version": "3.0.0", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:cssesc:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cssesc@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/cssesc.git", + "type": "distribution" + }, + { + "url": "https://mths.be/cssesc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cssesc:cssesc:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cssesc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/dashdash@1.14.1?package-id=f527fdad89d9dcf2", + "type": "library", + "author": "Trent Mick (http://trentm.com)", + "name": "dashdash", + "version": "1.14.1", + "description": "A light, featureful and explicit option parsing library.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:dashdash:dashdash:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/dashdash@1.14.1", + "externalReferences": [ + { + "url": "git://github.com/trentm/node-dashdash.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:dashdash:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/dashdash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a69137d140bd6997", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=f700fbbb2ca59afa", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/compression/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=0ccf66cf85131919", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-session/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a70e9ec3e4a1f432", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=a18406e2f8dec83e", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@2.6.9?package-id=b15adfc6e7c72f56", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "debug", + "version": "2.6.9", + "description": "small debugging utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:2.6.9:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@2.6.9", + "externalReferences": [ + { + "url": "git://github.com/visionmedia/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=1c8b74715ccb3565", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=cf63ff6ba6e98e06", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debuglog@1.0.1?package-id=a0778382d57c21d8", + "type": "library", + "author": "Sam Roberts ", + "name": "debuglog", + "version": "1.0.1", + "description": "backport of util.debuglog from node v0.11", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sam-github:debuglog:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/debuglog@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/sam-github/node-debuglog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debuglog:debuglog:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debuglog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/defaults@1.0.3?package-id=4b54f792f7b0658a", + "type": "library", + "author": "Elijah Insua ", + "name": "defaults", + "version": "1.0.3", + "description": "merge single level defaults over a config object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:defaults:defaults:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/defaults@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tmpvar/defaults.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tmpvar:defaults:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/define-properties@1.2.0?package-id=7c974e49ecd52ef9", + "type": "library", + "author": "Jordan Harband ", + "name": "define-properties", + "version": "1.2.0", + "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:define-properties:define-properties:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/define-properties@1.2.0", + "externalReferences": [ + { + "url": "git://github.com/ljharb/define-properties.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define-properties:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define_properties:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define_properties:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:define:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:define-properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:define_properties:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/define-properties/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/delayed-stream@1.0.0?package-id=d558705cd395e690", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "delayed-stream", + "version": "1.0.0", + "description": "Buffers events from a stream until you are ready to handle them.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delayed-stream:delayed-stream:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delayed-stream@1.0.0", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-delayed-stream.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-delayed-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:delayed-stream:delayed_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:delayed_stream:delayed-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:delayed_stream:delayed_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:delayed:delayed-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:delayed:delayed_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:delayed-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:delayed_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/delayed-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/delegates@1.0.0?package-id=0e1f32c670fc389d", + "type": "library", + "name": "delegates", + "version": "1.0.0", + "description": "delegate methods and accessors to another property", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delegates:delegates:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delegates@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/delegates/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/denque@2.1.0?package-id=ed6371a4a645b5bf", + "type": "library", + "author": "Invertase (http://github.com/invertase/)", + "name": "denque", + "version": "2.1.0", + "description": "The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:denque:denque:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/denque@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/invertase/denque.git", + "type": "distribution" + }, + { + "url": "https://docs.page/invertase/denque", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/denque/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@1.1.2?package-id=2ce17cd064955f4e", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "1.1.2", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@1.1.2?package-id=60ce9f923a19ffe9", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "1.1.2", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/cookies/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@2.0.0?package-id=8dddd4e2d8293c86", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "2.0.0", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/destroy@1.2.0?package-id=70873e3c54427afd", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "destroy", + "version": "1.2.0", + "description": "destroy a stream if possible", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:destroy:destroy:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/destroy@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/destroy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/detect-node@2.1.0?package-id=5e8f35d549d92bb4", + "type": "library", + "author": "Ilya Kantor", + "name": "detect-node", + "version": "2.1.0", + "description": "Detect Node.JS (as opposite to browser environment) (reliable)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:detect-node:detect-node:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/detect-node@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/iliakan/detect-node", + "type": "distribution" + }, + { + "url": "https://github.com/iliakan/detect-node", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:detect-node:detect_node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:detect_node:detect-node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:detect_node:detect_node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iliakan:detect-node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iliakan:detect_node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:detect:detect-node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:detect:detect_node:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/detect-node/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/dezalgo@1.0.4?package-id=f4d42bf7461bb3e8", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "dezalgo", + "version": "1.0.4", + "description": "Contain async insanity so that the dark pony lord doesn't eat souls", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:dezalgo:dezalgo:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/dezalgo@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/dezalgo", + "type": "distribution" + }, + { + "url": "https://github.com/npm/dezalgo", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:dezalgo:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/dezalgo/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@5.1.0?package-id=50afb4006199e178", + "type": "library", + "name": "diff", + "version": "5.1.0", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/dtrace-provider@0.8.8?package-id=c919f72747d5c316", + "type": "library", + "author": "Chris Andrews ", + "name": "dtrace-provider", + "version": "0.8.8", + "description": "Native DTrace providers for node.js applications", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:dtrace-provider:dtrace-provider:0.8.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/dtrace-provider@0.8.8", + "externalReferences": [ + { + "url": "https://github.com/chrisa/node-dtrace-provider.git", + "type": "distribution" + }, + { + "url": "https://github.com/chrisa/node-dtrace-provider#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dtrace-provider:dtrace_provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dtrace_provider:dtrace-provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dtrace_provider:dtrace_provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisa:dtrace-provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisa:dtrace_provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dtrace:dtrace-provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dtrace:dtrace_provider:0.8.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/dtrace-provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ecc-jsbn@0.1.2?package-id=dd5665eabf16e557", + "type": "library", + "author": "Jeremie Miller (http://jeremie.com/)", + "name": "ecc-jsbn", + "version": "0.1.2", + "description": "ECC JS code based on JSBN", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:quartzjer:ecc-jsbn:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ecc-jsbn@0.1.2", + "externalReferences": [ + { + "url": "https://github.com/quartzjer/ecc-jsbn.git", + "type": "distribution" + }, + { + "url": "https://github.com/quartzjer/ecc-jsbn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quartzjer:ecc_jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc-jsbn:ecc-jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc-jsbn:ecc_jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc_jsbn:ecc-jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc_jsbn:ecc_jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc:ecc-jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ecc:ecc_jsbn:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ecc-jsbn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ee-first@1.1.1?package-id=710d364f736c239f", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "ee-first", + "version": "1.1.1", + "description": "return the first event in a set of ee/event pairs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ee-first:ee-first:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ee-first@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee-first:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee_first:ee-first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee_first:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee:ee-first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ee:ee_first:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ee-first/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=4155df7523ad5094", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=f4829c47fe525d81", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/enabled@2.0.0?package-id=f4892a4cb48e1104", + "type": "library", + "author": "Arnout Kazemier", + "name": "enabled", + "version": "2.0.0", + "description": "Check if a certain debug flag is enabled.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:enabled:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/enabled@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/enabled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enabled:enabled:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/enabled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encodeurl@1.0.2?package-id=3ae53b0b845152e9", + "type": "library", + "name": "encodeurl", + "version": "1.0.2", + "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encodeurl:encodeurl:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/encodeurl@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/encodeurl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encoding@0.1.13?package-id=6a8f59a295993e83", + "type": "library", + "author": "Andris Reinman", + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encoding:encoding:0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/encoding@0.1.13", + "externalReferences": [ + { + "url": "https://github.com/andris9/encoding.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andris9:encoding:0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/env-paths@2.2.1?package-id=03a2606670677bc3", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:env-paths:env-paths:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/env-paths@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env-paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/env-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/err-code@2.0.3?package-id=29d0c121e138d67d", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "err-code", + "version": "2.0.3", + "description": "Create an error with a code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:IndigoUnited:err-code:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/err-code@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/js-err-code.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/err-code/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/es6-error@4.1.1?package-id=b441c552c7be2ff4", + "type": "library", + "author": "Ben Youngblood", + "name": "es6-error", + "version": "4.1.1", + "description": "Easily-extendable error for use with ES6 classes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bjyoungblood:es6-error:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/es6-error@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/bjyoungblood/es6-error.git", + "type": "distribution" + }, + { + "url": "https://github.com/bjyoungblood/es6-error", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bjyoungblood:es6_error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6-error:es6-error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6-error:es6_error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6_error:es6-error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6_error:es6_error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6:es6-error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:es6:es6_error:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/es6-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escalade@3.1.1?package-id=69f998c05f1b5610", + "type": "library", + "author": "Luke Edwards (https://lukeed.com)", + "name": "escalade", + "version": "3.1.1", + "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escalade:escalade:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/escalade@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/escalade/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escape-html@1.0.3?package-id=5ba042f2c11a7879", + "type": "library", + "name": "escape-html", + "version": "1.0.3", + "description": "Escape string for use in HTML", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escape-html:escape-html:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/escape-html@1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-html:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_html:escape-html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_html:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape-html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape_html:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/escape-html/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/escape-string-regexp@4.0.0?package-id=365e0aa7661cd38d", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "escape-string-regexp", + "version": "4.0.0", + "description": "Escape RegExp special characters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:escape-string-regexp:escape-string-regexp:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/escape-string-regexp@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string-regexp:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string_regexp:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape-string:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape_string:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape-string-regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escape:escape_string_regexp:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/matcher/node_modules/escape-string-regexp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/etag@1.8.1?package-id=3fa8df79f3b73070", + "type": "library", + "name": "etag", + "version": "1.8.1", + "description": "Create simple HTTP ETags", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:etag:etag:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/etag@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/etag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/events@3.3.0?package-id=829727a4c50d95af", + "type": "library", + "author": "Irakli Gozalishvili (http://jeditoolkit.com)", + "name": "events", + "version": "3.3.0", + "description": "Node's event emitter for all engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:Gozala:events:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/events@3.3.0", + "externalReferences": [ + { + "url": "git://github.com/Gozala/events.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:events:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/events/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express@4.18.2?package-id=fd3f58336a38ca13", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "express", + "version": "4.18.2", + "description": "Fast, unopinionated, minimalist web framework", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express:express:4.18.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/express@4.18.2", + "externalReferences": [ + { + "url": "http://expressjs.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express-oauth2-jwt-bearer@1.5.0?package-id=bbc43eef788098c9", + "type": "library", + "author": "Auth0 ", + "name": "express-oauth2-jwt-bearer", + "version": "1.5.0", + "description": "Authentication middleware for Express.js that validates JWT bearer access tokens.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express-oauth2-jwt-bearer:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/express-oauth2-jwt-bearer@1.5.0", + "externalReferences": [ + { + "url": "https://github.com/auth0/node-oauth2-jwt-bearer/tree/main/packages/express-oauth2-jwt-bearer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-oauth2-jwt-bearer:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2_jwt_bearer:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2_jwt_bearer:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-oauth2-jwt:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-oauth2-jwt:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2_jwt:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2_jwt:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-oauth2:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-oauth2:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_oauth2:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth0:express-oauth2-jwt-bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth0:express_oauth2_jwt_bearer:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-oauth2-jwt-bearer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express-rate-limit@5.5.1?package-id=3601e813f496cc14", + "type": "library", + "author": "Nathan Friedly (http://nfriedly.com/)", + "name": "express-rate-limit", + "version": "5.5.1", + "description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express-rate-limit:express-rate-limit:5.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/express-rate-limit@5.5.1", + "externalReferences": [ + { + "url": "https://github.com/nfriedly/express-rate-limit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-rate-limit:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_rate_limit:express-rate-limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_rate_limit:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-rate:express-rate-limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-rate:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_rate:express-rate-limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_rate:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nfriedly:express-rate-limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nfriedly:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express-rate-limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express_rate_limit:5.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-rate-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express-session@1.17.3?package-id=0bf63a8532e66f62", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "express-session", + "version": "1.17.3", + "description": "Simple session middleware for Express", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express-session:express-session:1.17.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/express-session@1.17.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-session:express_session:1.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_session:express-session:1.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_session:express_session:1.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express-session:1.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express_session:1.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-session/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/express-useragent@1.0.15?package-id=da7ea111aaf3f801", + "type": "library", + "author": "Aleksejs Gordejevs (https://github.com/biggora)", + "name": "express-useragent", + "version": "1.0.15", + "description": "ExpressJS/Connect/TrinteJS user-agent middleware exposing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:express-useragent:express-useragent:1.0.15:*:*:*:*:*:*:*", + "purl": "pkg:npm/express-useragent@1.0.15", + "externalReferences": [ + { + "url": "git://github.com/biggora/express-useragent.git", + "type": "distribution" + }, + { + "url": "https://github.com/biggora/express-useragent/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express-useragent:express_useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_useragent:express-useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express_useragent:express_useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:biggora:express-useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:biggora:express_useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express-useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:express:express_useragent:1.0.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-useragent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/extend@3.0.2?package-id=bcae5c27ce335420", + "type": "library", + "author": "Stefan Thomas (http://www.justmoon.net)", + "name": "extend", + "version": "3.0.2", + "description": "Port of jQuery.extend for node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:extend_project:extend:3.0.2:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/extend@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/justmoon/node-extend.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/extend/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/extsprintf@1.3.0?package-id=d992408cd6a6f334", + "type": "library", + "name": "extsprintf", + "version": "1.3.0", + "description": "extended POSIX-style sprintf", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davepacheco:extsprintf:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/extsprintf@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/davepacheco/node-extsprintf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:extsprintf:extsprintf:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/extsprintf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-deep-equal@3.1.3?package-id=9391081578ab5d75", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "fast-deep-equal", + "version": "3.1.3", + "description": "Fast deep equal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-deep-equal:fast-deep-equal:3.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-deep-equal@3.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/fast-deep-equal.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/fast-deep-equal#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep-equal:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep_equal:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep_equal:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-deep:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_deep:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-deep-equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_deep_equal:3.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-deep-equal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-json-stable-stringify@2.1.0?package-id=0bae75f813120344", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "fast-json-stable-stringify", + "version": "2.1.0", + "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fast-json-stable-stringify:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-json-stable-stringify@2.1.0", + "externalReferences": [ + { + "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/fast-json-stable-stringify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable-stringify:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable_stringify:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable_stringify:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json-stable:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json_stable:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-json:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_json:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-json-stable-stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_json_stable_stringify:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-json-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fast-xml-parser@4.2.5?package-id=68e71af674fbb0fa", + "type": "library", + "author": "Amit Gupta (https://amitkumargupta.work/)", + "name": "fast-xml-parser", + "version": "4.2.5", + "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:NaturalIntelligence:fast-xml-parser:4.2.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/fast-xml-parser@4.2.5", + "externalReferences": [ + { + "url": "https://github.com/NaturalIntelligence/fast-xml-parser", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NaturalIntelligence:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-xml-parser:fast-xml-parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-xml-parser:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_xml_parser:fast-xml-parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_xml_parser:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-xml:fast-xml-parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast-xml:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_xml:fast-xml-parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast_xml:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast-xml-parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fast:fast_xml_parser:4.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fast-xml-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastest-levenshtein@1.0.12?package-id=52cbde2240c2eb99", + "type": "library", + "author": "Kasper U. Weihe", + "name": "fastest-levenshtein", + "version": "1.0.12", + "description": "Fastest Levenshtein distance implementation in JS.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fastest-levenshtein:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastest-levenshtein@1.0.12", + "externalReferences": [ + { + "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git", + "type": "distribution" + }, + { + "url": "https://github.com/ka-weihe/fastest-levenshtein#README", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest-levenshtein:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest-levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest_levenshtein:1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fecha@4.2.3?package-id=b2d18beec5e8c7dc", + "type": "library", + "author": "Taylor Hakes", + "name": "fecha", + "version": "4.2.3", + "description": "Date formatting and parsing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:taylorhakes:fecha:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fecha@4.2.3", + "externalReferences": [ + { + "url": "https://taylorhakes@github.com/taylorhakes/fecha.git", + "type": "distribution" + }, + { + "url": "https://github.com/taylorhakes/fecha", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fecha:fecha:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fecha/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fengari@0.1.4?package-id=3d1dfeee2275915d", + "type": "library", + "name": "fengari", + "version": "0.1.4", + "description": "A Lua VM written in JS ES6 targeting the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fengari-lua:fengari:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/fengari@0.1.4", + "externalReferences": [ + { + "url": "git+https://github.com/fengari-lua/fengari.git", + "type": "distribution" + }, + { + "url": "https://github.com/fengari-lua/fengari#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari:fengari:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fengari/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fengari-interop@0.1.3?package-id=6e00c30efd2d88fb", + "type": "library", + "author": "Daurnimator ", + "name": "fengari-interop", + "version": "0.1.3", + "description": "JS library for Fengari", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fengari-interop:fengari-interop:0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fengari-interop@0.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/fengari-lua/fengari-interop.git", + "type": "distribution" + }, + { + "url": "https://github.com/fengari-lua/fengari-interop", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari-interop:fengari_interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari_interop:fengari-interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari_interop:fengari_interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari-lua:fengari-interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari-lua:fengari_interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari:fengari-interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fengari:fengari_interop:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fengari-interop/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fill-keys@1.0.2?package-id=8aa43c74f581db9d", + "type": "library", + "author": "Ben Drucker (bendrucker.me)", + "name": "fill-keys", + "version": "1.0.2", + "description": "Fill keys in a destination that are defined on the source", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fill-keys:fill-keys:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/fill-keys@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill-keys:fill_keys:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill_keys:fill-keys:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill_keys:fill_keys:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill:fill-keys:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fill:fill_keys:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fill-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/finalhandler@1.2.0?package-id=589f8ddb5cb63ee3", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "finalhandler", + "version": "1.2.0", + "description": "Node.js final http responder", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:finalhandler:finalhandler:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/finalhandler@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fn.name@1.1.0?package-id=4ad5b69a8fbbf6bf", + "type": "library", + "author": "Arnout Kazemier", + "name": "fn.name", + "version": "1.1.0", + "description": "Extract names from functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:fn.name:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fn.name@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fn.name:fn.name:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fn.name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/forever-agent@0.6.1?package-id=effaae557a047294", + "type": "library", + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "forever-agent", + "version": "0.6.1", + "description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:forever-agent:forever-agent:0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/forever-agent@0.6.1", + "externalReferences": [ + { + "url": "https://github.com/mikeal/forever-agent", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:forever-agent:forever_agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:forever_agent:forever-agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:forever_agent:forever_agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:forever:forever-agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:forever:forever_agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:forever-agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:forever_agent:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/forever-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/form-data@2.3.3?package-id=51c37aaea44b2fe0", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "form-data", + "version": "2.3.3", + "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:form-data:form-data:2.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/form-data@2.3.3", + "externalReferences": [ + { + "url": "git://github.com/form-data/form-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:form-data:form_data:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:form_data:form-data:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:form_data:form_data:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:form:form-data:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:form:form_data:2.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/form-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/forwarded@0.2.0?package-id=7aa53761f79279f0", + "type": "library", + "name": "forwarded", + "version": "0.2.0", + "description": "Parse HTTP X-Forwarded-For header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:forwarded_project:forwarded:0.2.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/forwarded@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/forwarded/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fresh@0.5.2?package-id=bfe36555cbcb8460", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "fresh", + "version": "0.5.2", + "description": "HTTP response freshness testing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fresh_project:fresh:0.5.2:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/fresh@0.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/fresh/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@2.1.0?package-id=6e8c534ff33aed39", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs-minipass", + "version": "2.1.0", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=54827d961b3f7b06", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=9452eedf70d04ce8", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=cb8cc7d69228e880", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@4.0.4?package-id=d56bc5e6ead85312", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/generic-pool@3.9.0?package-id=2b9e3d5df70d9ede", + "type": "library", + "author": "James Cooper ", + "name": "generic-pool", + "version": "3.9.0", + "description": "Generic resource pooling for Node.JS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:generic-pool:generic-pool:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/generic-pool@3.9.0", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/coopernurse/node-pool.git", + "type": "distribution" + }, + { + "url": "https://github.com/coopernurse/node-pool#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:generic-pool:generic_pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:generic_pool:generic-pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:generic_pool:generic_pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coopernurse:generic-pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coopernurse:generic_pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:generic:generic-pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:generic:generic_pool:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/generic-pool/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/get-caller-file@2.0.5?package-id=32eb8ebaacdfe32e", + "type": "library", + "author": "Stefan Penner", + "name": "get-caller-file", + "version": "2.0.5", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:get-caller-file:get-caller-file:2.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/get-caller-file@2.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/stefanpenner/get-caller-file.git", + "type": "distribution" + }, + { + "url": "https://github.com/stefanpenner/get-caller-file#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-caller-file:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_caller_file:get-caller-file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_caller_file:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanpenner:get-caller-file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanpenner:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-caller:get-caller-file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-caller:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_caller:get-caller-file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_caller:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get-caller-file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get_caller_file:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/get-caller-file/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/get-intrinsic@1.2.0?package-id=fb01669180915c34", + "type": "library", + "author": "Jordan Harband ", + "name": "get-intrinsic", + "version": "1.2.0", + "description": "Get and robustly cache all JS language-level intrinsics at first require time", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:get-intrinsic:get-intrinsic:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/get-intrinsic@1.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/get-intrinsic.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/get-intrinsic#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get-intrinsic:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_intrinsic:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get_intrinsic:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get-intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:get:get_intrinsic:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/get-intrinsic/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/getpass@0.1.7?package-id=c394dac71490ab2a", + "type": "library", + "author": "Alex Wilson ", + "name": "getpass", + "version": "0.1.7", + "description": "getpass for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:arekinath:getpass:0.1.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/getpass@0.1.7", + "externalReferences": [ + { + "url": "https://github.com/arekinath/node-getpass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:getpass:getpass:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/getpass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@6.0.4?package-id=0f46d55392f745d7", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "6.0.4", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@6.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mv/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=66531bef22ba87ff", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=af2de895884aaa6f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@8.0.3?package-id=52619c946e3f8795", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "8.0.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:8.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@8.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:8.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/global-agent@3.0.0?package-id=bee629fe10f1916c", + "type": "library", + "author": "Gajus Kuizinas (http://gajus.com)", + "name": "global-agent", + "version": "3.0.0", + "description": "Global HTTP/HTTPS proxy configurable using environment variables.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:global-agent:global-agent:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/global-agent@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/gajus/global-agent", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:global-agent:global_agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:global_agent:global-agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:global_agent:global_agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:global:global-agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:global:global_agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gajus:global-agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gajus:global_agent:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/global-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/globalthis@1.0.3?package-id=c2addec2d06ec561", + "type": "library", + "author": "Jordan Harband ", + "name": "globalthis", + "version": "1.0.3", + "description": "ECMAScript spec-compliant polyfill/shim for `globalThis`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:globalthis:globalthis:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/globalthis@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/ljharb/System.global.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:globalthis:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/globalthis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/graceful-fs@4.2.10?package-id=4ec07c8ad2456e11", + "type": "library", + "name": "graceful-fs", + "version": "4.2.10", + "description": "A drop-in replacement for fs, making various improvements.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:graceful-fs:graceful-fs:4.2.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/graceful-fs@4.2.10", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-graceful-fs", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful-fs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful-fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful_fs:4.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/graceful-fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/har-schema@2.0.0?package-id=75bb203a52be97ec", + "type": "library", + "author": "Ahmad Nassri (https://www.ahmadnassri.com/)", + "name": "har-schema", + "version": "2.0.0", + "description": "JSON Schema for HTTP Archive (HAR)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ahmadnassri:har-schema:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/har-schema@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/ahmadnassri/har-schema.git", + "type": "distribution" + }, + { + "url": "https://github.com/ahmadnassri/har-schema", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmadnassri:har_schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har-schema:har-schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har-schema:har_schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har_schema:har-schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har_schema:har_schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har:har-schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har:har_schema:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/har-schema/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/har-validator@5.1.5?package-id=4b7d1d706ae1f170", + "type": "library", + "author": "Ahmad Nassri (https://www.ahmadnassri.com/)", + "name": "har-validator", + "version": "5.1.5", + "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:har-validator:har-validator:5.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/har-validator@5.1.5", + "externalReferences": [ + { + "url": "https://github.com/ahmadnassri/node-har-validator.git", + "type": "distribution" + }, + { + "url": "https://github.com/ahmadnassri/node-har-validator", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har-validator:har_validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har_validator:har-validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har_validator:har_validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmadnassri:har-validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmadnassri:har_validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har:har-validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:har:har_validator:5.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/har-validator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=d18e9965c52eb378", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=d7522108601f5e31", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-flag@4.0.0?package-id=7032e559c6edecfd", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "has-flag", + "version": "4.0.0", + "description": "Check if argv has a specific flag", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-flag:has-flag:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-flag@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_flag:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_flag:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-property-descriptors@1.0.0?package-id=702412e41bc0ada6", + "type": "library", + "author": "Jordan Harband ", + "name": "has-property-descriptors", + "version": "1.0.0", + "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-property-descriptors:has-property-descriptors:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-property-descriptors@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/has-property-descriptors.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/has-property-descriptors#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property-descriptors:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property_descriptors:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property_descriptors:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-property:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_property:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-property-descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_property_descriptors:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-property-descriptors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-symbols@1.0.3?package-id=b77f40860540ab5e", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "has-symbols", + "version": "1.0.3", + "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:has-symbols:has-symbols:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-symbols@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/has-symbols.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/has-symbols#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-symbols:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_symbols:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_symbols:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_symbols:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/has-symbols/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-unicode@2.0.1?package-id=c04d3a7a078742e4", + "type": "library", + "author": "Rebecca Turner ", + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:has-unicode:has-unicode:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-unicode@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/iarna/has-unicode", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/has-unicode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has-unicode/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/helmet@7.0.0?package-id=ab24c6d793e6a75a", + "type": "library", + "author": "Adam Baldwin (https://evilpacket.net)", + "name": "helmet", + "version": "7.0.0", + "description": "help secure Express/Connect apps with various HTTP headers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:helmetjs:helmet:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/helmet@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/helmetjs/helmet.git", + "type": "distribution" + }, + { + "url": "https://helmetjs.github.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helmet:helmet:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/helmet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/hosted-git-info@5.2.1?package-id=7604e99788e7bf35", + "type": "library", + "author": "GitHub Inc.", + "name": "hosted-git-info", + "version": "5.2.1", + "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:hosted-git-info:hosted-git-info:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/hosted-git-info@5.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/hosted-git-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/hosted-git-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git-info:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted-git-info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted_git_info:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/hosted-git-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-cache-semantics@4.1.1?package-id=5bad7791ab348c99", + "type": "library", + "author": "Kornel Lesiński (https://kornel.ski/)", + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:http-cache-semantics_project:http-cache-semantics:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-cache-semantics@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/kornelski/http-cache-semantics.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-cache-semantics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-errors@2.0.0?package-id=f936a4b38c422d1a", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "http-errors", + "version": "2.0.0", + "description": "Create HTTP error objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-errors:http-errors:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-errors@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-errors:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_errors:http-errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_errors:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_errors:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/http-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@5.0.0?package-id=9db1bef146123087", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "5.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@5.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-signature@1.2.0?package-id=7c8ae99d769a4b87", + "type": "library", + "author": "Joyent, Inc", + "name": "http-signature", + "version": "1.2.0", + "description": "Reference implementation of Joyent's HTTP Signature scheme.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-signature:http-signature:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-signature@1.2.0", + "externalReferences": [ + { + "url": "git://github.com/joyent/node-http-signature.git", + "type": "distribution" + }, + { + "url": "https://github.com/joyent/node-http-signature/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-signature:http_signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_signature:http-signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_signature:http_signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joyent:http-signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joyent:http_signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_signature:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/http-signature/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@5.0.1?package-id=381f29dde6bdb0f0", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/humanize-ms@1.2.1?package-id=426d9a4633820496", + "type": "library", + "author": "dead-horse (http://deadhorse.me)", + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-modules:humanize-ms:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/humanize-ms@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/node-modules/humanize-ms", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/humanize-ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.4.24?package-id=10d3086572bcc70d", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.4.24", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.4.24:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.4.24", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.4.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.6.3?package-id=293dc83b1dc86e9a", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.6.3", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ieee754@1.1.13?package-id=4cae8dbd3e4b1086", + "type": "library", + "author": "Feross Aboukhadijeh (http://feross.org)", + "name": "ieee754", + "version": "1.1.13", + "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ieee754:ieee754:1.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/ieee754@1.1.13", + "externalReferences": [ + { + "url": "git://github.com/feross/ieee754.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:ieee754:1.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ieee754/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore-walk@5.0.1?package-id=6ac5c47f094575ee", + "type": "library", + "author": "GitHub Inc.", + "name": "ignore-walk", + "version": "5.0.1", + "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ignore-walk:ignore-walk:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore-walk@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ignore-walk.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore-walk:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore-walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore_walk:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ignore-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/import-in-the-middle@1.4.2?package-id=f9c01d9240d80955", + "type": "library", + "author": "Bryan English ", + "name": "import-in-the-middle", + "version": "1.4.2", + "description": "Intercept imports in Node.js", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:import-in-the-middle:import-in-the-middle:1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/import-in-the-middle@1.4.2", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/DataDog/import-in-the-middle.git", + "type": "distribution" + }, + { + "url": "https://github.com/DataDog/import-in-the-middle#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-in-the-middle:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in_the_middle:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in_the_middle:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-in-the:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-in-the:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in_the:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in_the:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-in:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import-in:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import_in:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DataDog:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DataDog:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import:import-in-the-middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:import:import_in_the_middle:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/import-in-the-middle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=982d079e67a420b4", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/indent-string@4.0.0?package-id=e415017884b41781", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indent-string:indent-string:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/indent-string@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent-string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/indent-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/infer-owner@1.0.4?package-id=daa521313faedf80", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "infer-owner", + "version": "1.0.4", + "description": "Infer the owner of a path based on the owner of its nearest existing parent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:infer-owner:infer-owner:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/infer-owner@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/infer-owner", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer-owner:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer_owner:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer_owner:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infer:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:infer-owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:infer_owner:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/infer-owner/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=9e82f1d208358c7f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=7db9d360ced9663c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=22cb6527dfef2e14", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=8f47d3e25e324c1a", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ini@3.0.1?package-id=13bc4d3527053278", + "type": "library", + "author": "GitHub Inc.", + "name": "ini", + "version": "3.0.1", + "description": "An ini encoder/decoder for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ini_project:ini:3.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ini@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ini.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/init-package-json@3.0.2?package-id=1b8f811638c247b8", + "type": "library", + "author": "GitHub Inc.", + "name": "init-package-json", + "version": "3.0.2", + "description": "A node module to get your node module started", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:init-package-json:init-package-json:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/init-package-json@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/init-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package-json:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init-package-json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init_package_json:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/init-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ioredis@5.3.2?package-id=64f2ae6e97d873a0", + "type": "library", + "author": "Zihua Li (http://zihua.li)", + "name": "ioredis", + "version": "5.3.2", + "description": "A robust, performance-focused and full-featured Redis client for Node.js.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ioredis:ioredis:5.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ioredis@5.3.2", + "externalReferences": [ + { + "url": "git://github.com/luin/ioredis.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luin:ioredis:5.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ioredis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ioredis-mock@7.4.0?package-id=cc24c6b00a2f7f6a", + "type": "library", + "author": "Cody Olsen ", + "name": "ioredis-mock", + "version": "7.4.0", + "description": "This library emulates ioredis by performing all operations in-memory.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ioredis-mock:ioredis-mock:7.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ioredis-mock@7.4.0", + "externalReferences": [ + { + "url": "git+https://github.com/stipsan/ioredis-mock.git", + "type": "distribution" + }, + { + "url": "https://github.com/stipsan/ioredis-mock#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis-mock:ioredis_mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis_mock:ioredis-mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis_mock:ioredis_mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis:ioredis-mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ioredis:ioredis_mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stipsan:ioredis-mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stipsan:ioredis_mock:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ioredis-mock/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip@2.0.0?package-id=30f52732d0a80b28", + "type": "library", + "author": "Fedor Indutny ", + "name": "ip", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indutny:ip:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip@2.0.0", + "externalReferences": [ + { + "url": "http://github.com/indutny/node-ip.git", + "type": "distribution" + }, + { + "url": "https://github.com/indutny/node-ip", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip-regex@4.3.0?package-id=46d8532f81facb5c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ip-regex", + "version": "4.3.0", + "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ip-regex:ip-regex:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip-regex@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip-regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ipaddr.js@1.9.1?package-id=07a97e4f89890aea", + "type": "library", + "author": "whitequark ", + "name": "ipaddr.js", + "version": "1.9.1", + "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:whitequark:ipaddr.js:1.9.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ipaddr.js@1.9.1", + "externalReferences": [ + { + "url": "git://github.com/whitequark/ipaddr.js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipaddr.js:ipaddr.js:1.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ipaddr.js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-arrayish@0.3.2?package-id=473c1f452a0ef577", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "is-arrayish", + "version": "0.3.2", + "description": "Determines if an object can be used as an array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-arrayish@0.3.2", + "externalReferences": [ + { + "url": "https://github.com/qix-/node-is-arrayish.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-arrayish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-cidr@4.0.2?package-id=3551c6ba75ab5c24", + "type": "library", + "author": "silverwind ", + "name": "is-cidr", + "version": "4.0.2", + "description": "Check if a string is an IP address in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:is-cidr:is-cidr:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-cidr@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-cidr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.10.0?package-id=a8eb565a79b77e4d", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.10.0", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.10.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.11.0?package-id=e627a3813cc04bc5", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.11.0", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.11.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=3b3d43290d507494", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=bc0200c01e24b8b2", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-lambda@1.0.1?package-id=2a645784a8b7234c", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-lambda:is-lambda:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-lambda@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/watson/is-lambda.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/is-lambda", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-lambda/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-object@1.0.2?package-id=91db5532a4b83e96", + "type": "library", + "author": "Raynos ", + "name": "is-object", + "version": "1.0.2", + "description": "Checks whether a value is an object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:inspect-js:is-object:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-object@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/is-object.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-object", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-object:is-object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-object:is_object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_object:is-object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_object:is_object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_object:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-object/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-stream@2.0.1?package-id=7d9da03c0dcd52ea", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "is-stream", + "version": "2.0.1", + "description": "Check if something is a Node.js stream", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-stream:is-stream:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-stream@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-typedarray@1.0.0?package-id=4c1ef26d1c18b5d5", + "type": "library", + "author": "Hugh Kennedy (http://hughsk.io/)", + "name": "is-typedarray", + "version": "1.0.0", + "description": "Detect whether or not an object is a Typed Array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-typedarray:is-typedarray:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-typedarray@1.0.0", + "externalReferences": [ + { + "url": "git://github.com/hughsk/is-typedarray.git", + "type": "distribution" + }, + { + "url": "https://github.com/hughsk/is-typedarray", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-typedarray:is_typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typedarray:is-typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_typedarray:is_typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hughsk:is-typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hughsk:is_typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_typedarray:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/is-typedarray/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=ca6b5e5470f8c822", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isstream@0.1.2?package-id=ac8981bd63bcc853", + "type": "library", + "author": "Rod Vagg ", + "name": "isstream", + "version": "0.1.2", + "description": "Determine if an object is a Stream", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:isstream:isstream:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/isstream@0.1.2", + "externalReferences": [ + { + "url": "https://github.com/rvagg/isstream.git", + "type": "distribution" + }, + { + "url": "https://github.com/rvagg/isstream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rvagg:isstream:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/isstream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jose@4.14.4?package-id=4e5766a1e3ddb95b", + "type": "library", + "author": "Filip Skokan ", + "name": "jose", + "version": "4.14.4", + "description": "'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:panva:jose:4.14.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/jose@4.14.4", + "externalReferences": [ + { + "url": "https://github.com/panva/jose", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose:jose:4.14.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/jose/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jsbn@0.1.1?package-id=6836dbb54bae0e46", + "type": "library", + "author": "Tom Wu", + "name": "jsbn", + "version": "0.1.1", + "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:andyperlitch:jsbn:0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsbn@0.1.1", + "externalReferences": [ + { + "url": "https://github.com/andyperlitch/jsbn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsbn:jsbn:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/jsbn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-parse-even-better-errors@2.3.1?package-id=5644ffd2ea171192", + "type": "library", + "author": "Kat Marchán ", + "name": "json-parse-even-better-errors", + "version": "2.3.1", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-parse-even-better-errors:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-parse-even-better-errors@2.3.1", + "externalReferences": [ + { + "url": "https://github.com/npm/json-parse-even-better-errors", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better-errors:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json-parse-even-better-errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json_parse_even_better_errors:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-schema@0.4.0?package-id=a05b70a651c2bd8a", + "type": "library", + "author": "Kris Zyp", + "name": "json-schema", + "version": "0.4.0", + "description": "JSON Schema validation and specifications", + "cpe": "cpe:2.3:a:json-schema:json-schema:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-schema@0.4.0", + "externalReferences": [ + { + "url": "http://github.com/kriszyp/json-schema", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kriszyp:json-schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kriszyp:json_schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json-schema/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-schema-traverse@0.4.1?package-id=98459c3d0ad8e149", + "type": "library", + "author": "Evgeny Poberezkin", + "name": "json-schema-traverse", + "version": "0.4.1", + "description": "Traverse JSON Schema passing each schema object to callback", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-schema-traverse:json-schema-traverse:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-schema-traverse@0.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "type": "distribution" + }, + { + "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-traverse:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_traverse:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:epoberezkin:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema-traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema_traverse:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json-schema-traverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-nice@1.1.4?package-id=150d0868cc5573d2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "json-stringify-nice", + "version": "1.1.4", + "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-nice@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/json-stringify-nice", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-stringify-nice/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-safe@5.0.1?package-id=2c253c6d632545c6", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "json-stringify-safe", + "version": "5.0.1", + "description": "Like JSON.stringify, but doesn't blow up on circular refs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-safe:json-stringify-safe:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-safe@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/isaacs/json-stringify-safe", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/json-stringify-safe", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-safe:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_safe:json-stringify-safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_safe:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_safe:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/json-stringify-safe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jsonparse@1.3.1?package-id=25355f54acc71e8d", + "type": "library", + "author": "Tim Caswell ", + "name": "jsonparse", + "version": "1.3.1", + "description": "This is a pure-js JSON streaming parser for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:creationix:jsonparse:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsonparse@1.3.1", + "externalReferences": [ + { + "url": "http://github.com/creationix/jsonparse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonparse:jsonparse:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/jsonparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jsprim@1.4.2?package-id=452c8b7bdfaaf8ed", + "type": "library", + "name": "jsprim", + "version": "1.4.2", + "description": "utilities for primitive JavaScript types", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:joyent:jsprim:1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsprim@1.4.2", + "externalReferences": [ + { + "url": "git://github.com/joyent/node-jsprim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsprim:jsprim:1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/jsprim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff@5.1.1?package-id=ba38f3b2fb818698", + "type": "library", + "author": "Angus Croll", + "name": "just-diff", + "version": "5.1.1", + "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff:just-diff:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff@5.1.1", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff:5.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff-apply@5.4.1?package-id=aea852e05aeaf302", + "type": "library", + "author": "Angus Croll", + "name": "just-diff-apply", + "version": "5.4.1", + "description": "Apply a diff to an object. Optionally supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff-apply:just-diff-apply:5.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff-apply@5.4.1", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff-apply:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff-apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff_apply:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff-apply/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/keygrip@1.0.3?package-id=542af8dae67e2d04", + "type": "library", + "name": "keygrip", + "version": "1.0.3", + "description": "Key signing and verification for rotated credentials", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:keygrip:keygrip:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/keygrip@1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/keygrip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/kuler@2.0.0?package-id=08ac6499868e8f5b", + "type": "library", + "author": "Arnout Kazemier", + "name": "kuler", + "version": "2.0.0", + "description": "Color your terminal using CSS/hex color codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:kuler:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/kuler@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/kuler", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/kuler", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kuler:kuler:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/kuler/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ldap-filter@0.3.3?package-id=a322ece6df8f6b98", + "type": "library", + "author": "Patrick Mooney", + "name": "ldap-filter", + "version": "0.3.3", + "description": "API for handling LDAP-style filters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ldap-filter:ldap-filter:0.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ldap-filter@0.3.3", + "externalReferences": [ + { + "url": "git://github.com/pfmooney/node-ldap-filter.git", + "type": "distribution" + }, + { + "url": "http://ldapjs.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap-filter:ldap_filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_filter:ldap-filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_filter:ldap_filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pfmooney:ldap-filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pfmooney:ldap_filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:ldap-filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:ldap_filter:0.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ldap-filter/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ldap-server-mock@5.0.0?package-id=4bdb50e2cfae5a6a", + "type": "library", + "author": "Veo-Labs (http://www.veo-labs.com/)", + "name": "ldap-server-mock", + "version": "5.0.0", + "description": "Simple mock for LDAP server", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ldap-server-mock:ldap-server-mock:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ldap-server-mock@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/veo-labs/ldap-server-mock.git", + "type": "distribution" + }, + { + "url": "https://github.com/veo-labs/ldap-server-mock", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap-server-mock:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_server_mock:ldap-server-mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_server_mock:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap-server:ldap-server-mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap-server:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_server:ldap-server-mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap_server:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:veo-labs:ldap-server-mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:veo-labs:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:ldap-server-mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap:ldap_server_mock:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ldap-server-mock/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ldapjs@2.3.3?package-id=c5ef225f2a80ec5b", + "type": "library", + "name": "ldapjs", + "version": "2.3.3", + "description": "LDAP client and server APIs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ldapjs:ldapjs:2.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ldapjs@2.3.3", + "externalReferences": [ + { + "url": "git://github.com/ldapjs/node-ldapjs.git", + "type": "distribution" + }, + { + "url": "http://ldapjs.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ldapjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5&package-id=3da1da8b4149460f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r3", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "60424133be2e79bbfeff3d58147a22886f817ce2" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19Gg06pBPiiG9UN94ql7qImsHSUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1485" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.0.10-r0", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.0.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e01b63d978096d5d2164f2e8e5067f6d5ca7b5c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "4214784" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S12XKCYMS8ao55Gl+BWsulhaRe8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1714661" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5&package-id=1626e42703548020", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r4", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d4fD9hTpTHqbkXo3tGrnOndYENI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54809" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmaccess@6.0.4?package-id=f021ffa9970a5c5c", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmaccess", + "version": "6.0.4", + "description": "programmatic library for `npm access` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmaccess:libnpmaccess:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmaccess@6.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmaccess", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmaccess:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmaccess/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmdiff@4.0.5?package-id=69ce14915af756c1", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmdiff", + "version": "4.0.5", + "description": "The registry diff", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmdiff:libnpmdiff:4.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmdiff@4.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmdiff:4.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmdiff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmexec@4.0.14?package-id=bfa331d92d6f8cdc", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmexec", + "version": "4.0.14", + "description": "npm exec (npx) programmatic API", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmexec:libnpmexec:4.0.14:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmexec@4.0.14", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmexec:4.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmexec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmfund@3.0.5?package-id=7061ad2cba125452", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmfund", + "version": "3.0.5", + "description": "Programmatic API for npm fund", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmfund:libnpmfund:3.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmfund@3.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmfund:3.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmfund/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmhook@8.0.4?package-id=4fa027d2bc9d856b", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmhook", + "version": "8.0.4", + "description": "programmatic API for managing npm registry hooks", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmhook:libnpmhook:8.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmhook@8.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmhook:8.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmhook/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmorg@4.0.4?package-id=2d0dc845ea8b0932", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmorg", + "version": "4.0.4", + "description": "Programmatic api for `npm org` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmorg:libnpmorg:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmorg@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmorg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmorg:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmorg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpack@4.1.3?package-id=df9f32134edf35d2", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpack", + "version": "4.1.3", + "description": "Programmatic API for the bits behind npm pack", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpack:libnpmpack:4.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpack@4.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpack:4.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpublish@6.0.5?package-id=9ec2fda7dcef1e46", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpublish", + "version": "6.0.5", + "description": "Programmatic API for the bits behind npm publish and unpublish", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpublish:libnpmpublish:6.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpublish@6.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpublish", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpublish:6.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpublish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmsearch@5.0.4?package-id=0e01bca56feb6232", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmsearch", + "version": "5.0.4", + "description": "Programmatic API for searching in npm and compatible registries.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmsearch:libnpmsearch:5.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmsearch@5.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmsearch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmsearch:5.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmsearch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmteam@4.0.4?package-id=07b865ba0ddf22d0", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmteam", + "version": "4.0.4", + "description": "npm Team management APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmteam:libnpmteam:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmteam@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmteam", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmteam:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmteam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmversion@3.0.7?package-id=adf030141b6745ba", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmversion", + "version": "3.0.7", + "description": "library to do the things that 'npm version' does", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmversion:libnpmversion:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmversion@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmversion:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmversion/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.0.10-r0", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e01b63d978096d5d2164f2e8e5067f6d5ca7b5c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "622592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1D+ABkUqobu3JW3WZooFS3W4vMrA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "247057" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5&package-id=2d1b2f248610dd23", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r4", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9e00048de95c04894440a2173c31767a6d9bc07b" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14xcDVBn1li3rJCyf9lgkam5FzKE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800687" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash@4.17.21?package-id=ac9466f231637c84", + "type": "library", + "author": "John-David Dalton ", + "name": "lodash", + "version": "4.17.21", + "description": "Lodash modular utilities.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash:lodash:4.17.21:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/lodash@4.17.21", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.camelcase@4.3.0?package-id=b5dbb24503575f0a", + "type": "library", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "name": "lodash.camelcase", + "version": "4.3.0", + "description": "The lodash method `_.camelCase` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.camelcase:lodash.camelcase:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.camelcase@4.3.0", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.camelcase/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.defaults@4.2.0?package-id=838e615483559ccc", + "type": "library", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "name": "lodash.defaults", + "version": "4.2.0", + "description": "The lodash method `_.defaults` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.defaults:lodash.defaults:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.defaults@4.2.0", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.isarguments@3.1.0?package-id=e6c372cde9daf077", + "type": "library", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "name": "lodash.isarguments", + "version": "3.1.0", + "description": "The lodash method `_.isArguments` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.isarguments:lodash.isarguments:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.isarguments@3.1.0", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.isarguments/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lodash.merge@4.6.2?package-id=36d58caed1b7a772", + "type": "library", + "author": "John-David Dalton ", + "name": "lodash.merge", + "version": "4.6.2", + "description": "The Lodash method `_.merge` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lodash.merge:lodash.merge:4.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/lodash.merge@4.6.2", + "externalReferences": [ + { + "url": "https://lodash.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/lodash.merge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/logform@2.5.1?package-id=f792b8ef7db5616d", + "type": "library", + "author": "Charlie Robbins ", + "name": "logform", + "version": "2.5.1", + "description": "An mutable object-based log format designed for chaining & objectMode streams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:logform:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/logform@2.5.1", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/logform.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/logform#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logform:logform:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/logform/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/long@4.0.0?package-id=0d9935ccfb42e025", + "type": "library", + "author": "Daniel Wirtz ", + "name": "long", + "version": "4.0.0", + "description": "A Long class for representing a 64-bit two's-complement integer value.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:dcodeIO:long:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/long@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/long.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:long:long:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/long/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/long@5.2.3?package-id=75a8d081cc772b6a", + "type": "library", + "author": "Daniel Wirtz ", + "name": "long", + "version": "5.2.3", + "description": "A Long class for representing a 64-bit two's-complement integer value.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:dcodeIO:long:5.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/long@5.2.3", + "externalReferences": [ + { + "url": "https://github.com/dcodeIO/long.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:long:long:5.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/protobufjs/node_modules/long/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=968d42571d095ecb", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=a35eebf09c03a972", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation-http/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=2a12393df6a49676", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=81a41ae3c68eb9ab", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-trace-node/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=9b635445e5aa880f", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/global-agent/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=fc694a52007e0478", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/openid-client/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@7.13.2?package-id=885d8f17c3aa6099", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "7.13.2", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:7.13.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@7.13.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:7.13.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@10.2.1?package-id=ee1f1da256b2125d", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "10.2.1", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:10.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@10.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:10.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/matcher@3.0.0?package-id=7d603af1d3ab6efa", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "matcher", + "version": "3.0.0", + "description": "Simple wildcard matching", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:matcher:matcher:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/matcher@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/matcher/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/media-typer@0.3.0?package-id=807f2afee34dfc9f", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "media-typer", + "version": "0.3.0", + "description": "Simple RFC 6838 media type parser and formatter", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:media-typer:media-typer:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/media-typer@0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-typer:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_typer:media-typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_typer:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_typer:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/media-typer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/merge-descriptors@1.0.1?package-id=0d16a1e1f60877cc", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "merge-descriptors", + "version": "1.0.1", + "description": "Merge objects using descriptors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:merge-descriptors:merge-descriptors:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/merge-descriptors@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge-descriptors:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge_descriptors:merge-descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge_descriptors:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge:merge-descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:merge:merge_descriptors:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/merge-descriptors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/methods@1.1.2?package-id=a9230fe1d642c416", + "type": "library", + "name": "methods", + "version": "1.1.2", + "description": "HTTP methods that node supports", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:methods:methods:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/methods@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/methods/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime@1.6.0?package-id=ae9e19bc96313c03", + "type": "library", + "author": "Robert Kieffer (http://github.com/broofa)", + "name": "mime", + "version": "1.6.0", + "description": "A comprehensive library for mime-type mapping", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime_project:mime:1.6.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/mime@1.6.0", + "externalReferences": [ + { + "url": "https://github.com/broofa/node-mime", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime-db@1.52.0?package-id=752a9f6aef8ededf", + "type": "library", + "name": "mime-db", + "version": "1.52.0", + "description": "Media Type Database", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime-db:mime-db:1.52.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mime-db@1.52.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime-db:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_db:mime-db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_db:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime-db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime_db:1.52.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime-db/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mime-types@2.1.35?package-id=255ddee95cc0ac01", + "type": "library", + "name": "mime-types", + "version": "2.1.35", + "description": "The ultimate javascript content-type utility.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mime-types:mime-types:2.1.35:*:*:*:*:*:*:*", + "purl": "pkg:npm/mime-types@2.1.35", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime-types:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_types:mime-types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime_types:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime-types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mime:mime_types:2.1.35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mime-types/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=98a175e4097b03fe", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=dc4c0fff42836020", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=709e2017cbd0274a", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@5.1.0?package-id=24b09cf81d1f234c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "5.1.0", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimist@1.2.8?package-id=74d5fe24cff3ef3a", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "minimist", + "version": "1.2.8", + "description": "parse argument options", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minimistjs:minimist:1.2.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimist@1.2.8", + "externalReferences": [ + { + "url": "git://github.com/minimistjs/minimist.git", + "type": "distribution" + }, + { + "url": "https://github.com/minimistjs/minimist", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minimist:minimist:1.2.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/minimist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.4?package-id=3d1eb64a6ca73a88", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.4", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.4", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-collect@1.0.2?package-id=b5172d707a1e97f8", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-collect:minipass-collect:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-collect@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-collect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-fetch@2.1.1?package-id=780da672c011d0b4", + "type": "library", + "author": "GitHub Inc.", + "name": "minipass-fetch", + "version": "2.1.1", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-fetch:minipass-fetch:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-fetch@2.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/minipass-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-fetch:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass-fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass_fetch:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-flush@1.0.5?package-id=d452bfc32347f235", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-flush:minipass-flush:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-flush@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-flush.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-flush/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-json-stream@1.0.1?package-id=dd950ff29088d5e3", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-json-stream", + "version": "1.0.1", + "description": "Like JSONStream, but using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-json-stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-json-stream@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/minipass-json-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json-stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-json-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-pipeline@1.2.4?package-id=2230f921274e00cd", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-pipeline@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-pipeline/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-sized@1.0.3?package-id=a3e970b1ce9a1aef", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-sized:minipass-sized:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-sized@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-sized.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-sized/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minizlib@2.1.2?package-id=4e84873afd4d27bf", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minizlib:minizlib:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minizlib@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minizlib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minizlib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp@0.5.6?package-id=704b35dc923abfea", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "mkdirp", + "version": "0.5.6", + "description": "Recursively mkdir, like `mkdir -p`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:mkdirp:0.5.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp@0.5.6", + "externalReferences": [ + { + "url": "https://github.com/substack/node-mkdirp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp:0.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mkdirp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp@1.0.4?package-id=9a4dfe0b51bc32e4", + "type": "library", + "name": "mkdirp", + "version": "1.0.4", + "description": "Recursively mkdir, like `mkdir -p`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:mkdirp:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-mkdirp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mkdirp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp-infer-owner@2.0.0?package-id=fb00d9f083155f20", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "mkdirp-infer-owner", + "version": "2.0.0", + "description": "mkdirp, but chown to the owner of the containing folder if possible and necessary", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mkdirp-infer-owner:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp-infer-owner@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/mkdirp-infer-owner", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer-owner:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer_owner:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer_owner:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp-infer:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp_infer:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp-infer-owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp_infer_owner:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mkdirp-infer-owner/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/module-details-from-path@1.0.3?package-id=33aa3d4b50f6e5b3", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "module-details-from-path", + "version": "1.0.3", + "description": "Extract the Node.js module details like name and base path given an abosulte path to a file inside the module", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:module-details-from-path:module-details-from-path:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/module-details-from-path@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/watson/module-details-from-path.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/module-details-from-path#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-details-from-path:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details_from_path:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details_from_path:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-details-from:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-details-from:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details_from:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details_from:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-details:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-details:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_details:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:module-details-from-path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:module_details_from_path:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/module-details-from-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/module-not-found-error@1.0.1?package-id=be22f1322b4fd8e5", + "type": "library", + "author": "Ben Drucker (bendrucker.me)", + "name": "module-not-found-error", + "version": "1.0.1", + "description": "Create a module not found error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:module-not-found-error:module-not-found-error:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/module-not-found-error@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-not-found-error:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not_found_error:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not_found_error:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-not-found:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-not-found:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not_found:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not_found:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-not:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module-not:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module_not:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:module-not-found-error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:module:module_not_found_error:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/module-not-found-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/moment@2.29.4?package-id=5ac58fc9f6d5a544", + "type": "library", + "author": "Iskren Ivov Chernev (https://github.com/ichernev)", + "name": "moment", + "version": "2.29.4", + "description": "Parse, validate, manipulate, and display dates", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:momentjs:moment:2.29.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/moment@2.29.4", + "externalReferences": [ + { + "url": "https://github.com/moment/moment.git", + "type": "distribution" + }, + { + "url": "https://momentjs.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/moment/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/monorepo-symlink-test@0.0.0?package-id=d8ef6b1f77cd79c6", + "type": "library", + "name": "monorepo-symlink-test", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:monorepo-symlink-test:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/monorepo-symlink-test@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink-test:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink_test:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink_test:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo-symlink:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo_symlink:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo:monorepo-symlink-test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monorepo:monorepo_symlink_test:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/multirepo/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=0dd17c98afb1736c", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/body-parser/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=ee7ee4dbf9bc8866", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/compression/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=ea383e4b04a8ed01", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-session/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=cf584d2c07f92d19", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=6c36858172756cad", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/finalhandler/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.0.0?package-id=9cf8cd254424093a", + "type": "library", + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=b6cb722fb122ccf5", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=f57b898934a950f8", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=c0ec48dc86f5ca68", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=1347e32481019694", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.3-r5", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.3-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S0ChPXPpHqy7oO9DCWigRum5FGI=" + }, + { + "name": "syft:metadata:size", + "value": "388948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.3-r5", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.3-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.3-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1h34ZHPVhEyf4NSuAvocVAS9DeGE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36695" + } + ] + }, + { + "bom-ref": "pkg:npm/mute-stream@0.0.8?package-id=43a92cdbb8ff8930", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "mute-stream", + "version": "0.0.8", + "description": "Bytes go in, but they don't come out (when muted).", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mute-stream:mute-stream:0.0.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/mute-stream@0.0.8", + "externalReferences": [ + { + "url": "git://github.com/isaacs/mute-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute-stream:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute-stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute_stream:0.0.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mute-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mv@2.1.1?package-id=5dd8fea534a230a1", + "type": "library", + "author": "Andrew Kelley", + "name": "mv", + "version": "2.1.1", + "description": "fs.rename but works across devices. same as the unix utility 'mv'", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:andrewrk:mv:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/mv@2.1.1", + "externalReferences": [ + { + "url": "git://github.com/andrewrk/node-mv.git", + "type": "distribution" + }, + { + "url": "https://github.com/andrewrk/node-mv", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mv:mv:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mv/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mylib@0.0.0?package-id=1d0d79f9149924c2", + "type": "library", + "name": "mylib", + "version": "0.0.0", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mylib:mylib:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mylib@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nan@2.17.0?package-id=e48ae414e0348d69", + "type": "library", + "name": "nan", + "version": "2.17.0", + "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nodejs:nan:2.17.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nan@2.17.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/nan.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nan:nan:2.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/nan/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ncp@2.0.0?package-id=1ca380d618bf3271", + "type": "library", + "author": "AvianFlu ", + "name": "ncp", + "version": "2.0.0", + "description": "Asynchronous recursive file copy utility.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:AvianFlu:ncp:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ncp@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/AvianFlu/ncp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncp:ncp:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/ncp/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-libs", + "version": "6.3_p20221119-r1", + "description": "Ncurses libraries", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-libs:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-libs:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "54a39ace82a9e8d1785ca0ba2d3c5d24b2def24c" + }, + { + "name": "syft:metadata:installedSize", + "value": "512000" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "ncurses-widec-libs=6.3_p20221119-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libformw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libmenuw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libncursesw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libpanelw.so.6=6.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1g7UjY4wrEwjGtXAJLNp8sdziiEo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.3_p20221119-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "213962" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=f00726809c58d7a6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.3_p20221119-r1", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "54a39ace82a9e8d1785ca0ba2d3c5d24b2def24c" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1uBApNlwHODEa5vFvwvEKHvKRxmI=" + }, + { + "name": "syft:metadata:size", + "value": "22609" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=a858b2ea2b76856f", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=bb2ad6a1f79febb9", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nock@13.3.2?package-id=0002880ab4966510", + "type": "library", + "author": "Pedro Teixeira ", + "name": "nock", + "version": "13.3.2", + "description": "HTTP server mocking and expectations library for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nock:nock:13.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/nock@13.3.2", + "externalReferences": [ + { + "url": "https://github.com/nock/nock.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/nock/package.json" + } + ] + }, + { + "bom-ref": "pkg:generic/node@16.20.2?package-id=201bf148ed3d7f0c", + "type": "application", + "name": "node", + "version": "16.20.2", + "cpe": "cpe:2.3:a:nodejs:node.js:16.20.2:*:*:*:*:*:*:*", + "purl": "pkg:generic/node@16.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node.js:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:nodejs:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node.js:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:nodejs:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node.js:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:nodejs:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node:16.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/node" + } + ] + }, + { + "bom-ref": "pkg:npm/node-cache@5.1.2?package-id=00b3be33da19a235", + "type": "library", + "author": "mpneuried ", + "name": "node-cache", + "version": "5.1.2", + "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-cache:node-cache:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-cache@5.1.2", + "externalReferences": [ + { + "url": "git://github.com/node-cache/node-cache.git", + "type": "distribution" + }, + { + "url": "https://github.com/node-cache/node-cache", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-cache:node_cache:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_cache:node-cache:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_cache:node_cache:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-cache:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_cache:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/node-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/node-gyp@9.1.0?package-id=ee5a10c474067bd3", + "type": "library", + "author": "Nathan Rajlich (http://tootallnate.net)", + "name": "node-gyp", + "version": "9.1.0", + "description": "Node.js native addon build tool", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-gyp:node-gyp:9.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-gyp@9.1.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-gyp:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_gyp:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@5.0.0?package-id=0e0d6448ee9274af", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "nopt", + "version": "5.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@5.0.0?package-id=2c25962fc1b2f912", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "nopt", + "version": "5.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@6.0.0?package-id=91c711109d003f4e", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "6.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/normalize-package-data@4.0.1?package-id=3cf62d9493019df2", + "type": "library", + "author": "GitHub Inc.", + "name": "normalize-package-data", + "version": "4.0.1", + "description": "Normalizes data that can be found in package.json files.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:normalize-package-data:normalize-package-data:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/normalize-package-data@4.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/normalize-package-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package-data:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize-package-data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize_package_data:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/normalize-package-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm@8.19.4?package-id=b190192e488bf981", + "type": "library", + "author": "GitHub Inc.", + "name": "npm", + "version": "8.19.4", + "description": "a package manager for JavaScript", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + } + ], + "cpe": "cpe:2.3:a:node_packaged_modules_project:node_packaged_modules:8.19.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/npm@8.19.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://docs.npmjs.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-audit-report@3.0.0?package-id=4ff785b5f927bf28", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-audit-report", + "version": "3.0.0", + "description": "Given a response from the npm security api, render it into a variety of security reports", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-audit-report:npm-audit-report:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-audit-report@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-audit-report.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-audit-report#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit-report:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-audit-report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_audit_report:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-audit-report/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-bundled@1.1.2?package-id=d07f90b648a27c83", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "npm-bundled", + "version": "1.1.2", + "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-bundled:npm-bundled:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-bundled@1.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/npm/npm-bundled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-bundled:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm-bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_bundled:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-bundled@2.0.1?package-id=4ff412c049d7103c", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-bundled", + "version": "2.0.1", + "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-bundled:npm-bundled:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-bundled@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-bundled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-bundled:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm-bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_bundled:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-bundled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-init@0.0.0?package-id=cd6a6feb106ec1f8", + "type": "library", + "name": "npm-init", + "version": "0.0.0", + "description": "an initter you init wit, innit?", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:npm-init:npm-init:0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-init@0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-init:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_init:npm-init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_init:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_init:0.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promzard/example/npm-init/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-install-checks@5.0.0?package-id=b2d2dc0a975094cb", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-install-checks", + "version": "5.0.0", + "description": "Check the engines and platform fields in package.json", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-install-checks:npm-install-checks:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-install-checks@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-install-checks.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install-checks:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-install-checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_install_checks:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-install-checks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@1.0.1?package-id=8057a2240fd89d46", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "npm-normalize-package-bin", + "version": "1.0.1", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/npm-normalize-package-bin", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=c75fcbb5159c4220", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=deebe005f522fdd7", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=864142663d2b0f32", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=ed0fdd04ff63d766", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@2.0.0?package-id=8315b0021228b478", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "2.0.0", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-package-arg@9.1.0?package-id=51e2c976aab5a561", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-package-arg", + "version": "9.1.0", + "description": "Parse the things that can be arguments to `npm install`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-package-arg:npm-package-arg:9.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-package-arg@9.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-package-arg.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-package-arg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package-arg:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-package-arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_package_arg:9.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-packlist@5.1.3?package-id=88ca2a3af8122b00", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-packlist", + "version": "5.1.3", + "description": "Get a list of the files to add from a folder into an npm package", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-packlist:npm-packlist:5.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-packlist@5.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-packlist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-packlist:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm-packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_packlist:5.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-packlist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-pick-manifest@7.0.2?package-id=1b695c77d9e38e38", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-pick-manifest", + "version": "7.0.2", + "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-pick-manifest:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-pick-manifest@7.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-pick-manifest.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick-manifest:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-pick-manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_pick_manifest:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-profile@6.2.1?package-id=de850f783754f51c", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-profile", + "version": "6.2.1", + "description": "Library for updating an npmjs.com profile", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-profile:npm-profile:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-profile@6.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-profile.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-profile:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm-profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_profile:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-profile/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-registry-fetch@13.3.1?package-id=c28fbfc577d07ba9", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-registry-fetch", + "version": "13.3.1", + "description": "Fetch-based http client for use with npm registry APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-registry-fetch:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-registry-fetch@13.3.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-registry-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry-fetch:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-registry-fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_registry_fetch:13.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-user-validate@1.0.1?package-id=9c47d6c91e3d3da7", + "type": "library", + "author": "Robert Kowalski ", + "name": "npm-user-validate", + "version": "1.0.1", + "description": "User validations for npm", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-user-validate:npm-user-validate:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-user-validate@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/npm/npm-user-validate.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user-validate:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-user-validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_user_validate:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-user-validate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npmlog@6.0.2?package-id=0b7359ad883aff5e", + "type": "library", + "author": "GitHub Inc.", + "name": "npmlog", + "version": "6.0.2", + "description": "logger for npm", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmlog:npmlog:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npmlog@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/npmlog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npmlog:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npmlog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/oauth-sign@0.9.0?package-id=816d707dbba7f8d9", + "type": "library", + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "oauth-sign", + "version": "0.9.0", + "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:oauth-sign:oauth-sign:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/oauth-sign@0.9.0", + "externalReferences": [ + { + "url": "https://github.com/mikeal/oauth-sign", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth-sign:oauth_sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_sign:oauth-sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth_sign:oauth_sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:oauth-sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:oauth_sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth-sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauth:oauth_sign:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/oauth-sign/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object-hash@2.2.0?package-id=83f201ccd26a4d57", + "type": "library", + "author": "Scott Puleo ", + "name": "object-hash", + "version": "2.2.0", + "description": "Generate hashes from javascript objects in node and the browser.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object-hash:object-hash:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/object-hash@2.2.0", + "externalReferences": [ + { + "url": "https://github.com/puleos/object-hash", + "type": "distribution" + }, + { + "url": "https://github.com/puleos/object-hash", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object-hash:object_hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_hash:object-hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_hash:object_hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object-hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object_hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:puleos:object-hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:puleos:object_hash:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object-hash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object-inspect@1.12.3?package-id=cffb6dab0a00ad2e", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "object-inspect", + "version": "1.12.3", + "description": "string representations of objects in node and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object-inspect:object-inspect:1.12.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/object-inspect@1.12.3", + "externalReferences": [ + { + "url": "git://github.com/inspect-js/object-inspect.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/object-inspect", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object-inspect:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_inspect:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_inspect:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object-inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object_inspect:1.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object-inspect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/object-keys@1.1.1?package-id=d26c3a53f7b8fa2d", + "type": "library", + "author": "Jordan Harband (http://ljharb.codes)", + "name": "object-keys", + "version": "1.1.1", + "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:object-keys:object-keys:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/object-keys@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/ljharb/object-keys.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object-keys:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_keys:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object_keys:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object-keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:object:object_keys:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/object-keys/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/oidc-token-hash@5.0.3?package-id=5771c51ab3a90218", + "type": "library", + "author": "Filip Skokan", + "name": "oidc-token-hash", + "version": "5.0.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:oidc-token-hash:oidc-token-hash:5.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/oidc-token-hash@5.0.3", + "externalReferences": [ + { + "url": "https://github.com/panva/oidc-token-hash", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc-token-hash:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc_token_hash:oidc-token-hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc_token_hash:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc-token:oidc-token-hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc-token:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc_token:oidc-token-hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc_token:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panva:oidc-token-hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panva:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc:oidc-token-hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oidc:oidc_token_hash:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/oidc-token-hash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/on-finished@2.4.1?package-id=89ce932934d57007", + "type": "library", + "name": "on-finished", + "version": "2.4.1", + "description": "Execute a callback when a request closes, finishes, or errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:on-finished:on-finished:2.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/on-finished@2.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on-finished:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_finished:on-finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_finished:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on-finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on_finished:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/on-finished/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/on-headers@1.0.2?package-id=66fe62242ed14b5c", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "on-headers", + "version": "1.0.2", + "description": "Execute a listener when a response is about to write headers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:on-headers:on-headers:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/on-headers@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on-headers:on_headers:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_headers:on-headers:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on_headers:on_headers:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on-headers:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:on:on_headers:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/on-headers/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=92b1638e7051c342", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=9c67e05dff25ad11", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/one-time@1.0.0?package-id=41a42ccdf136d388", + "type": "library", + "author": "Arnout Kazemier", + "name": "one-time", + "version": "1.0.0", + "description": "Run the supplied function exactly one time (once)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:one-time:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/one-time@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/one-time.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/one-time/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/opener@1.5.2?package-id=fb4e6c57b5eba12d", + "type": "library", + "author": "Domenic Denicola (https://domenic.me/)", + "name": "opener", + "version": "1.5.2", + "description": "Opens stuff, like webpages and files and executables, cross-platform", + "cpe": "cpe:2.3:a:opener:opener:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/opener@1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/opener/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/openid-client@5.4.3?package-id=b3ca48805db9f7df", + "type": "library", + "author": "Filip Skokan ", + "name": "openid-client", + "version": "5.4.3", + "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:openid-client:openid-client:5.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/openid-client@5.4.3", + "externalReferences": [ + { + "url": "https://github.com/panva/node-openid-client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openid-client:openid_client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openid_client:openid-client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openid_client:openid_client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openid:openid-client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openid:openid_client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panva:openid-client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panva:openid_client:5.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/openid-client/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/os-tmpdir@1.0.2?package-id=b6ab570214bc9ded", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "os-tmpdir", + "version": "1.0.2", + "description": "Node.js os.tmpdir() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:os-tmpdir:os-tmpdir:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/os-tmpdir@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:os-tmpdir:os_tmpdir:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:os_tmpdir:os-tmpdir:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:os_tmpdir:os_tmpdir:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:os:os-tmpdir:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:os:os_tmpdir:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/os-tmpdir/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/p-map@4.0.0?package-id=879cbb199f13a48d", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:p-map:p-map:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/p-map@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p-map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/p-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/pacote@13.6.2?package-id=cf4b8accc2dc191f", + "type": "library", + "author": "GitHub Inc.", + "name": "pacote", + "version": "13.6.2", + "description": "JavaScript package downloader", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:pacote:pacote:13.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/pacote@13.6.2", + "externalReferences": [ + { + "url": "https://github.com/npm/pacote.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:pacote:13.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/pacote/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parse-conflict-json@2.0.2?package-id=f6cfcff281880df8", + "type": "library", + "author": "GitHub Inc.", + "name": "parse-conflict-json", + "version": "2.0.2", + "description": "Parse a JSON string that has git merge conflicts, resolving if possible", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:parse-conflict-json:parse-conflict-json:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/parse-conflict-json@2.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/parse-conflict-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict-json:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse-conflict-json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse_conflict_json:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/parse-conflict-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parseurl@1.3.3?package-id=0d196d5b605c6077", + "type": "library", + "name": "parseurl", + "version": "1.3.3", + "description": "parse a url with memoization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:parseurl:parseurl:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/parseurl@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/parseurl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/passport@0.3.2?package-id=9255191284836ca9", + "type": "library", + "author": "Jared Hanson (http://www.jaredhanson.net/)", + "name": "passport", + "version": "0.3.2", + "description": "Simple, unobtrusive authentication for Node.js.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jaredhanson:passport:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/passport@0.3.2", + "externalReferences": [ + { + "url": "git://github.com/jaredhanson/passport.git", + "type": "distribution" + }, + { + "url": "http://passportjs.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/passport-activedirectory/node_modules/passport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/passport@0.6.0?package-id=562882ebc77a964c", + "type": "library", + "author": "Jared Hanson (https://www.jaredhanson.me/)", + "name": "passport", + "version": "0.6.0", + "description": "Simple, unobtrusive authentication for Node.js.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jaredhanson:passport:0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/passport@0.6.0", + "externalReferences": [ + { + "url": "git://github.com/jaredhanson/passport.git", + "type": "distribution" + }, + { + "url": "https://www.passportjs.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/passport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/passport-activedirectory@1.0.4?package-id=745a4fc6c6fb7fa7", + "type": "library", + "author": "Branden Horiuchi ", + "name": "passport-activedirectory", + "version": "1.0.4", + "description": "Active Directory strategy for passport.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:passport-activedirectory:passport-activedirectory:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/passport-activedirectory@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/bhoriuchi/passport-activedirectory.git", + "type": "distribution" + }, + { + "url": "https://github.com/bhoriuchi/passport-activedirectory#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport-activedirectory:passport_activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport_activedirectory:passport-activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport_activedirectory:passport_activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bhoriuchi:passport-activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bhoriuchi:passport_activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport-activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport_activedirectory:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/passport-activedirectory/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/passport-saml@3.2.4?package-id=eef672200c75b339", + "type": "library", + "author": "Henri Bergius (http://bergie.iki.fi)", + "name": "passport-saml", + "version": "3.2.4", + "description": "SAML 2.0 authentication strategy for Passport", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:passport-saml_project:passport-saml:3.2.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/passport-saml@3.2.4", + "externalReferences": [ + { + "url": "https://github.com/node-saml/passport-saml.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/passport-saml/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/passport-strategy@1.0.0?package-id=3d808a98e067d76d", + "type": "library", + "author": "Jared Hanson (http://www.jaredhanson.net/)", + "name": "passport-strategy", + "version": "1.0.0", + "description": "An abstract class implementing Passport's strategy API.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:passport-strategy:passport-strategy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/passport-strategy@1.0.0", + "externalReferences": [ + { + "url": "git://github.com/jaredhanson/passport-strategy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport-strategy:passport_strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport_strategy:passport-strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport_strategy:passport_strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaredhanson:passport-strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaredhanson:passport_strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport-strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:passport:passport_strategy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/passport-strategy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=2c8a35d54cee8557", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=f32e7fe5e190eb7c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-parse@1.0.7?package-id=4f2a4198a06aa229", + "type": "library", + "author": "Javier Blanco ", + "name": "path-parse", + "version": "1.0.7", + "description": "Node.js path.parse() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-parse_project:path-parse:1.0.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/path-parse@1.0.7", + "externalReferences": [ + { + "url": "https://github.com/jbgutierrez/path-parse.git", + "type": "distribution" + }, + { + "url": "https://github.com/jbgutierrez/path-parse#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-to-regexp@0.1.7?package-id=05a5b312312942bc", + "type": "library", + "name": "path-to-regexp", + "version": "0.1.7", + "description": "Express style path to RegExp utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-to-regexp:path-to-regexp:0.1.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-to-regexp@0.1.7", + "externalReferences": [ + { + "url": "https://github.com/component/path-to-regexp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to-regexp:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to_regexp:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to_regexp:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:component:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:component:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-to:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_to:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-to-regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_to_regexp:0.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/path-to-regexp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/pause@0.0.1?package-id=1b37288ef2c52e73", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "pause", + "version": "0.0.1", + "description": "Pause streams...", + "cpe": "cpe:2.3:a:pause:pause:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/pause@0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/pause/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/performance-now@2.1.0?package-id=8a0ed81aa57372a0", + "type": "library", + "author": "Braveg1rl ", + "name": "performance-now", + "version": "2.1.0", + "description": "Implements performance.now (based on process.hrtime).", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:performance-now:performance-now:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/performance-now@2.1.0", + "externalReferences": [ + { + "url": "git://github.com/braveg1rl/performance-now.git", + "type": "distribution" + }, + { + "url": "https://github.com/braveg1rl/performance-now", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:performance-now:performance_now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:performance_now:performance-now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:performance_now:performance_now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:performance:performance-now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:performance:performance_now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:braveg1rl:performance-now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:braveg1rl:performance_now:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/performance-now/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/postcss-selector-parser@6.0.10?package-id=de5620797486c805", + "type": "library", + "name": "postcss-selector-parser", + "version": "6.0.10", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:postcss-selector-parser:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/postcss-selector-parser@6.0.10", + "externalReferences": [ + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector-parser:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss-selector-parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss_selector_parser:6.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/precond@0.2.3?package-id=7d90a8b07b60c221", + "type": "library", + "author": "Mathieu Turcotte ", + "name": "precond", + "version": "0.2.3", + "description": "Precondition checking utilities.", + "cpe": "cpe:2.3:a:MathieuTurcotte:precond:0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/precond@0.2.3", + "externalReferences": [ + { + "url": "https://github.com/MathieuTurcotte/node-precond.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:precond:precond:0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/precond/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proc-log@2.0.1?package-id=1b53361fb1c378a7", + "type": "library", + "author": "GitHub Inc.", + "name": "proc-log", + "version": "2.0.1", + "description": "just emit 'log' events on the process object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:proc-log:proc-log:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/proc-log@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/proc-log.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc-log:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc-log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc_log:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/proc-log/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-all-reject-late@1.0.1?package-id=cbdada40f118a801", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-all-reject-late", + "version": "1.0.1", + "description": "Like Promise.all, but save rejections until all promises are resolved", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-all-reject-late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-all-reject-late@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject-late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-call-limit@1.0.1?package-id=93ff1a67f13a3b81", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-call-limit", + "version": "1.0.1", + "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-call-limit:promise-call-limit:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-call-limit@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/promise-call-limit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call-limit:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-call-limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_call_limit:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-call-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-inflight@1.0.1?package-id=b0a3dcccbc5b7fc1", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-inflight@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/iarna/promise-inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/promise-inflight#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-retry@2.0.1?package-id=84c3673a3bcc8303", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:promise-retry:promise-retry:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-retry@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/node-promise-retry.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promzard@0.3.0?package-id=1ef7a25eb7ef46ec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "promzard", + "version": "0.3.0", + "description": "prompting wizardly", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promzard:promzard:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/promzard@0.3.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/promzard", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:promzard:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promzard/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/propagate@2.0.1?package-id=c092dacf8781a4c6", + "type": "library", + "author": "Pedro Teixeira ", + "name": "propagate", + "version": "2.0.1", + "description": "Propagate events from one event emitter into another", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:propagate:propagate:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/propagate@2.0.1", + "externalReferences": [ + { + "url": "http://github.com/nock/propagate#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nock:propagate:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/propagate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/protobufjs@7.2.4?package-id=26b5f0ed51bca355", + "type": "library", + "author": "Daniel Wirtz ", + "name": "protobufjs", + "version": "7.2.4", + "description": "Protocol Buffers for JavaScript (& TypeScript).", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:protobufjs:protobufjs:7.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/protobufjs@7.2.4", + "externalReferences": [ + { + "url": "https://protobufjs.github.io/protobuf.js/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/protobufjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proxy-addr@2.0.7?package-id=b3742a084e364bd9", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "proxy-addr", + "version": "2.0.7", + "description": "Determine address of proxied request", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:proxy-addr:proxy-addr:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/proxy-addr@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy-addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy_addr:proxy-addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy_addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy:proxy-addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proxy:proxy_addr:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/proxy-addr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proxyquire@2.1.3?package-id=3c13f4c8ed84006a", + "type": "library", + "author": "Thorsten Lorenz", + "name": "proxyquire", + "version": "2.1.3", + "description": "Proxies nodejs require in order to allow overriding dependencies during testing.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:proxyquire:proxyquire:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/proxyquire@2.1.3", + "externalReferences": [ + { + "url": "https://github.com/thlorenz/proxyquire.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thlorenz:proxyquire:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/proxyquire/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/psl@1.9.0?package-id=f1e1c8718e97454b", + "type": "library", + "author": "Lupo Montero (https://lupomontero.com/)", + "name": "psl", + "version": "1.9.0", + "description": "Domain name parser based on the Public Suffix List", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:psl:psl:1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/psl@1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/psl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/punycode@2.3.0?package-id=88ecb5dc8f13d721", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "punycode", + "version": "2.3.0", + "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:punycode:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/punycode@2.3.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/punycode.js.git", + "type": "distribution" + }, + { + "url": "https://mths.be/punycode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:punycode:punycode:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/punycode/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qrcode-terminal@0.12.0?package-id=cde083283f3abcd3", + "type": "library", + "name": "qrcode-terminal", + "version": "0.12.0", + "description": "QRCodes, in the terminal", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:qrcode-terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/qrcode-terminal@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "distribution" + }, + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode-terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/qrcode-terminal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qs@6.11.0?package-id=ddd9d98ad98bdd82", + "type": "library", + "name": "qs", + "version": "6.11.0", + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:qs_project:qs:6.11.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/qs@6.11.0", + "externalReferences": [ + { + "url": "https://github.com/ljharb/qs.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/qs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/qs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qs@6.5.3?package-id=fe5506fd2c5dccdb", + "type": "library", + "name": "qs", + "version": "6.5.3", + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:qs_project:qs:6.5.3:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/qs@6.5.3", + "externalReferences": [ + { + "url": "https://github.com/ljharb/qs.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/qs", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/request/node_modules/qs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/random-bytes@1.0.0?package-id=6b35e8ede392ff3f", + "type": "library", + "name": "random-bytes", + "version": "1.0.0", + "description": "URL and cookie safe UIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:random-bytes:random-bytes:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/random-bytes@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:random-bytes:random_bytes:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:random_bytes:random-bytes:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:random_bytes:random_bytes:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:random:random-bytes:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:random:random_bytes:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/random-bytes/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/range-parser@1.2.1?package-id=9cf208683082bb56", + "type": "library", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "name": "range-parser", + "version": "1.2.1", + "description": "Range header field string parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:range-parser:range-parser:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/range-parser@1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range-parser:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range_parser:range-parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range_parser:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range:range-parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:range:range_parser:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/range-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/raw-body@2.5.1?package-id=8b436ba6fa2ab529", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "raw-body", + "version": "2.5.1", + "description": "Get and validate the raw body of a readable stream.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raw-body:raw-body:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/raw-body@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw-body:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw-body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw-body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw_body:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/raw-body/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/raw-body@2.5.2?package-id=812d7fac95adce0a", + "type": "library", + "author": "Jonathan Ong (http://jongleberry.com)", + "name": "raw-body", + "version": "2.5.2", + "description": "Get and validate the raw body of a readable stream.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raw-body:raw-body:2.5.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/raw-body@2.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw-body:raw_body:2.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw-body:2.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw_body:raw_body:2.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw-body:2.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raw:raw_body:2.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/raw-body/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read@1.0.7?package-id=0ca71f767cf58ebc", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "read", + "version": "1.0.7", + "description": "read(1) for node programs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:read:1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/read@1.0.7", + "externalReferences": [ + { + "url": "git://github.com/isaacs/read.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read:1.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-cmd-shim@3.0.0?package-id=4810976f1d9512ee", + "type": "library", + "author": "GitHub Inc.", + "name": "read-cmd-shim", + "version": "3.0.0", + "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-cmd-shim:read-cmd-shim:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-cmd-shim@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-cmd-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/read-cmd-shim#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd-shim:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-cmd-shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_cmd_shim:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json@5.0.2?package-id=12ae0f280f21b0c0", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json", + "version": "5.0.2", + "description": "The thing npm uses to read package.json files with semantics and defaults and validation", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json:read-package-json:5.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json@5.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json:5.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json-fast@2.0.3?package-id=b68048839693fbc1", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "read-package-json-fast", + "version": "2.0.3", + "description": "Like read-package-json, but faster", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json-fast:read-package-json-fast:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json-fast@2.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/npm/read-package-json-fast.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json-fast:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json-fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json_fast:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json-fast/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.0?package-id=fa996ab4a3560e26", + "type": "library", + "name": "readable-stream", + "version": "3.6.0", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=a54982c84768a03b", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readdir-scoped-modules@1.1.0?package-id=dcb120d8212f092f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "readdir-scoped-modules", + "version": "1.1.0", + "description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:readdir-scoped-modules:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readdir-scoped-modules@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/readdir-scoped-modules", + "type": "distribution" + }, + { + "url": "https://github.com/npm/readdir-scoped-modules", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped-modules:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped_modules:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped_modules:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir-scoped:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir_scoped:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readdir:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:readdir-scoped-modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:readdir_scoped_modules:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/readdir-scoped-modules/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.0-r0", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b4e918d160824e1d7994b4628758c415050177ef" + }, + { + "name": "syft:metadata:installedSize", + "value": "315392" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qyQWwtj+kAOI1eA1M35MKpntcb0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "125516" + } + ] + }, + { + "bom-ref": "pkg:npm/readline-sync@1.4.10?package-id=21c15ebef53f1ad7", + "type": "library", + "author": "anseki (https://github.com/anseki)", + "name": "readline-sync", + "version": "1.4.10", + "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readline-sync:readline-sync:1.4.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/readline-sync@1.4.10", + "externalReferences": [ + { + "url": "git://github.com/anseki/readline-sync.git", + "type": "distribution" + }, + { + "url": "https://github.com/anseki/readline-sync", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-sync:readline_sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_sync:readline-sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_sync:readline_sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anseki:readline-sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anseki:readline_sync:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/readline-sync/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/redis@4.6.7?package-id=ec91d59428c538d2", + "type": "library", + "name": "redis", + "version": "4.6.7", + "description": "A modern, high performance Redis client", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/redis@4.6.7", + "externalReferences": [ + { + "url": "git://github.com/redis/node-redis.git", + "type": "distribution" + }, + { + "url": "https://github.com/redis/node-redis", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/redis/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/redis-commands@1.7.0?package-id=01b22c731501e16e", + "type": "library", + "author": "luin (http://zihua.li)", + "name": "redis-commands", + "version": "1.7.0", + "description": "Redis commands", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:redis-commands:redis-commands:1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/redis-commands@1.7.0", + "externalReferences": [ + { + "url": "https://github.com/NodeRedis/redis-commands.git", + "type": "distribution" + }, + { + "url": "https://github.com/NodeRedis/redis-commands", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis-commands:redis_commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_commands:redis-commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_commands:redis_commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis-commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis_commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis-commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis_commands:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/redis-commands/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/redis-errors@1.2.0?package-id=21d2a6b480d9cf75", + "type": "library", + "author": "Ruben Bridgewater", + "name": "redis-errors", + "version": "1.2.0", + "description": "Error classes used in node_redis", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:redis-errors:redis-errors:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/redis-errors@1.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/NodeRedis/redis-errors.git", + "type": "distribution" + }, + { + "url": "https://github.com/NodeRedis/redis-errors#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis-errors:redis_errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_errors:redis-errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_errors:redis_errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis-errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis_errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis-errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis_errors:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/redis-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/redis-parser@3.0.0?package-id=07054853d45bc5a5", + "type": "library", + "author": "Ruben Bridgewater", + "name": "redis-parser", + "version": "3.0.0", + "description": "Javascript Redis protocol (RESP) parser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:redis-parser:redis-parser:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/redis-parser@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/NodeRedis/node-redis-parser.git", + "type": "distribution" + }, + { + "url": "https://github.com/NodeRedis/node-redis-parser#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis-parser:redis_parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_parser:redis-parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis_parser:redis_parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis-parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:NodeRedis:redis_parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis-parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:redis:redis_parser:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/redis-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/request@2.88.2?package-id=78234bd666faf3e0", + "type": "library", + "author": "Mikeal Rogers ", + "name": "request", + "version": "2.88.2", + "description": "Simplified HTTP request client.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:request:request:2.88.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/request@2.88.2", + "externalReferences": [ + { + "url": "https://github.com/request/request.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/request/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/request-promise-core@1.1.4?package-id=817490982d4f8394", + "type": "library", + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "name": "request-promise-core", + "version": "1.1.4", + "description": "Core Promise support implementation for the simplified HTTP request client 'request'.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:request-promise-core:request-promise-core:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/request-promise-core@1.1.4", + "externalReferences": [ + { + "url": "git+https://github.com/request/promise-core.git", + "type": "distribution" + }, + { + "url": "https://github.com/request/promise-core#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise-core:request_promise_core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise_core:request-promise-core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise_core:request_promise_core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise:request-promise-core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise:request_promise_core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise:request-promise-core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise:request_promise_core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request:request-promise-core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request:request_promise_core:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/request-promise-core/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/request-promise-native@1.0.9?package-id=cd9ca6bfcf5e0266", + "type": "library", + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "name": "request-promise-native", + "version": "1.0.9", + "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:request-promise-native:request-promise-native:1.0.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/request-promise-native@1.0.9", + "externalReferences": [ + { + "url": "git+https://github.com/request/request-promise-native.git", + "type": "distribution" + }, + { + "url": "https://github.com/request/request-promise-native#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise-native:request_promise_native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise_native:request-promise-native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise_native:request_promise_native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise:request-promise-native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request-promise:request_promise_native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise:request-promise-native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request_promise:request_promise_native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request:request-promise-native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:request:request_promise_native:1.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/request-promise-native/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/require-directory@2.1.1?package-id=d3fe495a1d3a2652", + "type": "library", + "author": "Troy Goode (http://github.com/troygoode/)", + "name": "require-directory", + "version": "2.1.1", + "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:require-directory:require-directory:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/require-directory@2.1.1", + "externalReferences": [ + { + "url": "git://github.com/troygoode/node-require-directory.git", + "type": "distribution" + }, + { + "url": "https://github.com/troygoode/node-require-directory/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-directory:require_directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_directory:require-directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_directory:require_directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:troygoode:require-directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:troygoode:require_directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require-directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require_directory:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/require-directory/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/require-in-the-middle@7.1.1?package-id=de5e93037f9a5b14", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "require-in-the-middle", + "version": "7.1.1", + "description": "Module to hook into the Node.js require function", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:require-in-the-middle:require-in-the-middle:7.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/require-in-the-middle@7.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/elastic/require-in-the-middle.git", + "type": "distribution" + }, + { + "url": "https://github.com/elastic/require-in-the-middle#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-in-the-middle:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in_the_middle:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in_the_middle:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-in-the:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-in-the:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in_the:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in_the:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-in:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require-in:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require_in:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elastic:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elastic:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require-in-the-middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:require:require_in_the_middle:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/require-in-the-middle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/resolve@1.22.1?package-id=a48d955e590cd369", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "resolve", + "version": "1.22.1", + "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:browserify:resolve:1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/resolve@1.22.1", + "externalReferences": [ + { + "url": "git://github.com/browserify/resolve.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolve:resolve:1.22.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/resolve/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/retry@0.12.0?package-id=0ae13328e3ed2bca", + "type": "library", + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "version": "0.12.0", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tim-kos:retry:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/retry@0.12.0", + "externalReferences": [ + { + "url": "git://github.com/tim-kos/node-retry.git", + "type": "distribution" + }, + { + "url": "https://github.com/tim-kos/node-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:retry:retry:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@2.4.5?package-id=767946f46fded650", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "2.4.5", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:2.4.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@2.4.5", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:2.4.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/mv/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=dc16b9e007d22011", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/roarr@2.15.4?package-id=164362038f8937a7", + "type": "library", + "author": "Gajus Kuizinas (http://gajus.com)", + "name": "roarr", + "version": "2.15.4", + "description": "JSON logger for Node.js and browser.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:roarr:roarr:2.15.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/roarr@2.15.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/roarr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.1.2?package-id=9e2b54fb0043a507", + "type": "library", + "author": "Feross Aboukhadijeh (http://feross.org)", + "name": "safe-buffer", + "version": "5.1.2", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.1.2", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=d13e1a511fe50988", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=9ad259405ed11681", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/content-disposition/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=c6ab824743a02ac1", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express-session/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=7ffd4fa79078f9ab", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/express/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=b240292d6970c5cf", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string_decoder/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-json-stringify@1.2.0?package-id=543964ebb6e50d96", + "type": "library", + "author": "Debitoor", + "name": "safe-json-stringify", + "version": "1.2.0", + "description": "Prevent defined property getters from throwing errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-json-stringify:safe-json-stringify:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-json-stringify@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/debitoor/safe-json-stringify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-json-stringify:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_json_stringify:safe-json-stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_json_stringify:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-json:safe-json-stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-json:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_json:safe-json-stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_json:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debitoor:safe-json-stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debitoor:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-json-stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_json_stringify:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safe-json-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-stable-stringify@2.4.3?package-id=b20dcee9b357ff15", + "type": "library", + "author": "Ruben Bridgewater", + "name": "safe-stable-stringify", + "version": "2.4.3", + "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-stable-stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-stable-stringify@2.4.3", + "externalReferences": [ + { + "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/BridgeAR/safe-stable-stringify#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable-stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safe-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=eeed7108489391d2", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=a07a10e3e77dab53", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sax@1.2.1?package-id=54a1cf5f1e3c5520", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "sax", + "version": "1.2.1", + "description": "An evented streaming XML parser in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:sax:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/sax@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/isaacs/sax-js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sax:sax:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/sax/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.5-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.5-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e52243dbb02069f10d48440ccc5fd41fa5fc2236" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.5-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11dxYFsHvBFAzzHGDo5gOTDNJDyQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "37687" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.3.7?package-id=599b7743d3147f39", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.3.7", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.3.7:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.3.7", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=8e06cd57160e292b", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation-http/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=36e6077cb3225e88", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=dc8beeca6c4589b6", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-trace-node/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=e356a4c6f6a00acb", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/global-agent/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/semver-compare@1.0.0?package-id=f2f3d9495df04b6b", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "semver-compare", + "version": "1.0.0", + "description": "compare two semver version strings, returning -1, 0, or 1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:semver-compare:semver-compare:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/semver-compare@1.0.0", + "externalReferences": [ + { + "url": "git://github.com/substack/semver-compare.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/semver-compare", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semver-compare:semver_compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semver_compare:semver-compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semver_compare:semver_compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:semver-compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:semver_compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semver:semver-compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:semver:semver_compare:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/semver-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/send@0.18.0?package-id=97fa7f24fb8a06ab", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "send", + "version": "0.18.0", + "description": "Better streaming static file server with Range and conditional-GET support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:send:send:0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/send@0.18.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/send/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/serialize-error@7.0.1?package-id=5ca33477776b591f", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "serialize-error", + "version": "7.0.1", + "description": "Serialize/deserialize an error into a plain object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:serialize-error:serialize-error:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/serialize-error@7.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serialize-error:serialize_error:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serialize_error:serialize-error:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serialize_error:serialize_error:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serialize:serialize-error:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serialize:serialize_error:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/serialize-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/serve-static@1.15.0?package-id=2c63ce5bf0afe64b", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "serve-static", + "version": "1.15.0", + "description": "Serve static files", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:serve-static:serve-static:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/serve-static@1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve-static:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve_static:serve-static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve_static:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve:serve-static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:serve:serve_static:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/serve-static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/set-blocking@2.0.0?package-id=62b29cfa8ddf618d", + "type": "library", + "author": "Ben Coe ", + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:set-blocking:set-blocking:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/set-blocking@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/yargs/set-blocking.git", + "type": "distribution" + }, + { + "url": "https://github.com/yargs/set-blocking#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set-blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/set-blocking/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/setprototypeof@1.2.0?package-id=21bb5ed5369866ff", + "type": "library", + "author": "Wes Todd", + "name": "setprototypeof", + "version": "1.2.0", + "description": "A small polyfill for Object.setprototypeof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:setprototypeof:setprototypeof:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/setprototypeof@1.2.0", + "externalReferences": [ + { + "url": "https://github.com/wesleytodd/setprototypeof.git", + "type": "distribution" + }, + { + "url": "https://github.com/wesleytodd/setprototypeof", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wesleytodd:setprototypeof:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/setprototypeof/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shimmer@1.2.1?package-id=d1b4af85af0f5630", + "type": "library", + "author": "Forrest L Norvell ", + "name": "shimmer", + "version": "1.2.1", + "description": "Safe(r) monkeypatching for JavaScript.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:othiym23:shimmer:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/shimmer@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/othiym23/shimmer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shimmer:shimmer:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/shimmer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/side-channel@1.0.4?package-id=fc7294387c8c409c", + "type": "library", + "author": "Jordan Harband ", + "name": "side-channel", + "version": "1.0.4", + "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:side-channel:side-channel:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/side-channel@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/ljharb/side-channel.git", + "type": "distribution" + }, + { + "url": "https://github.com/ljharb/side-channel#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side-channel:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side_channel:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side_channel:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ljharb:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side:side-channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:side:side_channel:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/side-channel/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@3.0.7?package-id=01e3e5a0aacb8689", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + }, + { + "url": "https://github.com/tapjs/signal-exit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/simple-swizzle@0.2.2?package-id=55eb472ecf57221c", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "simple-swizzle", + "version": "0.2.2", + "description": "Simply swizzle your arguments", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:simple-swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/simple-swizzle@0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple-swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/simple-swizzle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/smart-buffer@4.2.0?package-id=b2f92ca46a19d8b5", + "type": "library", + "author": "Josh Glazebrook", + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:smart-buffer:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/smart-buffer@4.2.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/smart-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/smart-buffer/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JoshGlazebrook:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/smart-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks@2.7.0?package-id=d9f78361c170fc3a", + "type": "library", + "author": "Josh Glazebrook", + "name": "socks", + "version": "2.7.0", + "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:socks:2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks@2.7.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/socks.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/socks/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks:2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@7.0.0?package-id=0cfca13a62fbdaf8", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "7.0.0", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-correct@3.1.1?package-id=97404948a9f05b0a", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "spdx-correct", + "version": "3.1.1", + "description": "correct invalid SPDX expressions", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-correct:spdx-correct:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-correct@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-correct:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx-correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_correct:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-correct/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-exceptions@2.3.0?package-id=ac999a05b44a0e5d", + "type": "library", + "author": "The Linux Foundation", + "name": "spdx-exceptions", + "version": "2.3.0", + "description": "list of SPDX standard license exceptions", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-exceptions@2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-exceptions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-expression-parse@3.0.1?package-id=35927b342f932e0c", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "spdx-expression-parse", + "version": "3.0.1", + "description": "parse SPDX license expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:spdx-expression-parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-expression-parse@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression-parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-license-ids@3.0.11?package-id=15c1bad6d688f74e", + "type": "library", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "name": "spdx-license-ids", + "version": "3.0.11", + "description": "A list of SPDX license identifiers", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-license-ids:spdx-license-ids:3.0.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-license-ids@3.0.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license-ids:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-license-ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_license_ids:3.0.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-license-ids/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sprintf-js@1.1.2?package-id=b90664bc191215fc", + "type": "library", + "author": "Alexandru Mărășteanu ", + "name": "sprintf-js", + "version": "1.1.2", + "description": "JavaScript sprintf implementation", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:sprintf-js:sprintf-js:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/sprintf-js@1.1.2", + "externalReferences": [ + { + "url": "https://github.com/alexei/sprintf.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf-js:sprintf_js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf_js:sprintf-js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf_js:sprintf_js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf:sprintf-js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sprintf:sprintf_js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexei:sprintf-js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexei:sprintf_js:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/sprintf-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sshpk@1.17.0?package-id=d4efcf7150ad8740", + "type": "library", + "author": "Joyent, Inc", + "name": "sshpk", + "version": "1.17.0", + "description": "A library for finding and using SSH public keys", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:arekinath:sshpk:1.17.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/sshpk@1.17.0", + "externalReferences": [ + { + "url": "git+https://github.com/joyent/node-sshpk.git", + "type": "distribution" + }, + { + "url": "https://github.com/arekinath/node-sshpk#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sshpk:sshpk:1.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/sshpk/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=032b724597417981", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.35.0-r29", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QuqZjeP6XG85I29tOiCWofL8Cj0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4929" + } + ] + }, + { + "bom-ref": "pkg:npm/ssri@9.0.1?package-id=82ce47a4847e7ba9", + "type": "library", + "author": "GitHub Inc.", + "name": "ssri", + "version": "9.0.1", + "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ssri:ssri:9.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ssri@9.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ssri.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ssri:9.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ssri/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/stack-trace@0.0.10?package-id=7ec94a9d04a1e575", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "stack-trace", + "version": "0.0.10", + "description": "Get v8 stack traces as an array of CallSite objects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stack-trace:stack-trace:0.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/stack-trace@0.0.10", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-stack-trace.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-stack-trace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/stack-trace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/standard-as-callback@2.1.0?package-id=12b72ced3e9fd0ee", + "type": "library", + "author": "luin ", + "name": "standard-as-callback", + "version": "2.1.0", + "description": "A performant and standard (Bluebird) library that registers a node-style callback on a promise", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:standard-as-callback:standard-as-callback:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/standard-as-callback@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/luin/asCallback.git", + "type": "distribution" + }, + { + "url": "https://github.com/luin/asCallback#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard-as-callback:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard_as_callback:standard-as-callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard_as_callback:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard-as:standard-as-callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard-as:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard_as:standard-as-callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard_as:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard:standard-as-callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:standard:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luin:standard-as-callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luin:standard_as_callback:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/standard-as-callback/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/statuses@2.0.1?package-id=c9d5eac300e439dc", + "type": "library", + "name": "statuses", + "version": "2.0.1", + "description": "HTTP status utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:statuses:statuses:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/statuses@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/statuses/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/stealthy-require@1.1.1?package-id=c9f923a7703e3b77", + "type": "library", + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "name": "stealthy-require", + "version": "1.1.1", + "description": "The closest you can get to require something with bypassing the require cache", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:stealthy-require:stealthy-require:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/stealthy-require@1.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/analog-nico/stealthy-require.git", + "type": "distribution" + }, + { + "url": "https://github.com/analog-nico/stealthy-require#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stealthy-require:stealthy_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stealthy_require:stealthy-require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stealthy_require:stealthy_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:analog-nico:stealthy-require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:analog-nico:stealthy_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stealthy:stealthy-require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stealthy:stealthy_require:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/stealthy-require/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/stream-browserify@3.0.0?package-id=cdae7a6b125acd46", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "stream-browserify", + "version": "3.0.0", + "description": "the stream module from node core for browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stream-browserify:stream-browserify:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/stream-browserify@3.0.0", + "externalReferences": [ + { + "url": "git://github.com/browserify/stream-browserify.git", + "type": "distribution" + }, + { + "url": "https://github.com/browserify/stream-browserify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stream-browserify:stream_browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stream_browserify:stream-browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stream_browserify:stream_browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browserify:stream-browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:browserify:stream_browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stream:stream-browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stream:stream_browserify:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/stream-browserify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=c27480f61d8a6b60", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=410ba6801705f16c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=877baedf9ab7a0dc", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=75b96ed90988f149", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=ed249812cb373a87", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=f5d3e79214a5f651", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strnum@1.0.5?package-id=125fd3026eb32640", + "type": "library", + "author": "Amit Gupta (https://amitkumargupta.work/)", + "name": "strnum", + "version": "1.0.5", + "description": "Parse String to Number based on configuration", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:NaturalIntelligence:strnum:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/strnum@1.0.5", + "externalReferences": [ + { + "url": "https://github.com/NaturalIntelligence/strnum", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strnum:strnum:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/strnum/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@7.2.0?package-id=567779d766f17660", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "supports-color", + "version": "7.2.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@7.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-preserve-symlinks-flag@1.0.0?package-id=30fa9458529b9d21", + "type": "library", + "author": "Jordan Harband ", + "name": "supports-preserve-symlinks-flag", + "version": "1.0.0", + "description": "Determine if the current node version supports the `--preserve-symlinks` flag.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-preserve-symlinks-flag:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-preserve-symlinks-flag@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks-flag:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks_flag:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks_flag:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve-symlinks:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve_symlinks:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-preserve:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_preserve:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-preserve-symlinks-flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_preserve_symlinks_flag:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/supports-preserve-symlinks-flag/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tar@6.1.11?package-id=0db3d992cf7f3b27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "tar", + "version": "6.1.11", + "description": "tar for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:tar_project:tar:6.1.11:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tar@6.1.11", + "externalReferences": [ + { + "url": "https://github.com/npm/node-tar.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tar/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-hex@1.0.0?package-id=c9d63f03650e26c4", + "type": "library", + "author": "Arnout Kazemier", + "name": "text-hex", + "version": "1.0.0", + "description": "Generate a hex color from the given text", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:text-hex:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-hex@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/text-hex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=6a517008b09096ed", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tiny-relative-date@1.3.0?package-id=d786045d7709a3a0", + "type": "library", + "author": "Joseph Wynn (https://wildlyinaccurate.com/)", + "name": "tiny-relative-date", + "version": "1.3.0", + "description": "Tiny function that provides relative, human-readable dates.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tiny-relative-date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tiny-relative-date@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/wildlyinaccurate/relative-date.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative-date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tiny-relative-date/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tmp@0.0.33?package-id=0327f22b608d1965", + "type": "library", + "author": "KARASZI István (http://raszi.hu/)", + "name": "tmp", + "version": "0.0.33", + "description": "Temporary file and directory creator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raszi:tmp:0.0.33:*:*:*:*:*:*:*", + "purl": "pkg:npm/tmp@0.0.33", + "externalReferences": [ + { + "url": "http://github.com/raszi/node-tmp", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tmp:tmp:0.0.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tmp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/toidentifier@1.0.1?package-id=dd9454ed2e9a6aa5", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "toidentifier", + "version": "1.0.1", + "description": "Convert a string of words to a JavaScript identifier", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:toidentifier:toidentifier:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/toidentifier@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/toidentifier/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tough-cookie@2.5.0?package-id=6abc4e2372c9c707", + "type": "library", + "author": "Jeremy Stashewsky ", + "name": "tough-cookie", + "version": "2.5.0", + "description": "RFC6265 Cookies and Cookie Jar for node.js", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:salesforce:tough-cookie:2.5.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tough-cookie@2.5.0", + "externalReferences": [ + { + "url": "git://github.com/salesforce/tough-cookie.git", + "type": "distribution" + }, + { + "url": "https://github.com/salesforce/tough-cookie", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tough-cookie/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/treeverse@2.0.0?package-id=28cdc63ea8748963", + "type": "library", + "author": "GitHub Inc.", + "name": "treeverse", + "version": "2.0.0", + "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:treeverse:treeverse:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/treeverse@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/treeverse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:treeverse:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/treeverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/triple-beam@1.3.0?package-id=fff8db98dbf3dc38", + "type": "library", + "author": "Charlie Robbins ", + "name": "triple-beam", + "version": "1.3.0", + "description": "Definitions of levels for logging purposes & shareable Symbol constants.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:triple-beam:triple-beam:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/triple-beam@1.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/triple-beam.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/triple-beam#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple-beam:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=2fffe37467274a49", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=200df7af022d3ad1", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/crc32c/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=a93eb7d8e25db5af", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=0ac928b752e8f205", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=02068015d16efd55", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=2d548541891fd238", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=91da0e540fe0641f", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@1.14.1?package-id=79bfca82d750842b", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "1.14.1", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@1.14.1", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@aws-crypto/util/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tslib@2.5.0?package-id=4f3ad92fb0dc7e5c", + "type": "library", + "author": "Microsoft Corp.", + "name": "tslib", + "version": "2.5.0", + "description": "Runtime library for TypeScript helper functions", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:Microsoft:tslib:2.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tslib@2.5.0", + "externalReferences": [ + { + "url": "https://github.com/Microsoft/tslib.git", + "type": "distribution" + }, + { + "url": "https://www.typescriptlang.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tslib:tslib:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tslib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tunnel-agent@0.6.0?package-id=acece322027b4dd8", + "type": "library", + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "tunnel-agent", + "version": "0.6.0", + "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:tunnel-agent:tunnel-agent:0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tunnel-agent@0.6.0", + "externalReferences": [ + { + "url": "https://github.com/mikeal/tunnel-agent", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tunnel-agent:tunnel_agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tunnel_agent:tunnel-agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tunnel_agent:tunnel_agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:tunnel-agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeal:tunnel_agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tunnel:tunnel-agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tunnel:tunnel_agent:0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tunnel-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tweetnacl@0.14.5?package-id=b6e5a40c59a87105", + "type": "library", + "author": "TweetNaCl-js contributors", + "name": "tweetnacl", + "version": "0.14.5", + "description": "Port of TweetNaCl cryptographic library to JavaScript", + "licenses": [ + { + "license": { + "id": "Unlicense" + } + } + ], + "cpe": "cpe:2.3:a:tweetnacl:tweetnacl:0.14.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/tweetnacl@0.14.5", + "externalReferences": [ + { + "url": "https://github.com/dchest/tweetnacl-js.git", + "type": "distribution" + }, + { + "url": "https://tweetnacl.js.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dchest:tweetnacl:0.14.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/tweetnacl/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/type-fest@0.13.1?package-id=42aaedd126f58191", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "type-fest", + "version": "0.13.1", + "description": "A collection of essential TypeScript types", + "cpe": "cpe:2.3:a:type-fest:type-fest:0.13.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/type-fest@0.13.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type-fest:type_fest:0.13.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_fest:type-fest:0.13.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_fest:type_fest:0.13.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type-fest:0.13.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type_fest:0.13.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/type-fest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/type-is@1.6.18?package-id=edf6df4ac39b4517", + "type": "library", + "name": "type-is", + "version": "1.6.18", + "description": "Infer the content-type of a request.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:type-is:type-is:1.6.18:*:*:*:*:*:*:*", + "purl": "pkg:npm/type-is@1.6.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type-is:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_is:type-is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type_is:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type-is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:type:type_is:1.6.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/type-is/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uid-safe@2.1.5?package-id=30dd9e8bbd6cbbc9", + "type": "library", + "name": "uid-safe", + "version": "2.1.5", + "description": "URL and cookie safe UIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:uid-safe:uid-safe:2.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/uid-safe@2.1.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uid-safe:uid_safe:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uid_safe:uid-safe:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uid_safe:uid_safe:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uid:uid-safe:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uid:uid_safe:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/uid-safe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/underscore@1.13.6?package-id=1bc5115b7979322e", + "type": "library", + "author": "Jeremy Ashkenas ", + "name": "underscore", + "version": "1.13.6", + "description": "JavaScript's functional programming helper library.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:underscorejs:underscore:1.13.6:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/underscore@1.13.6", + "externalReferences": [ + { + "url": "git://github.com/jashkenas/underscore.git", + "type": "distribution" + }, + { + "url": "https://underscorejs.org", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/underscore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-filename@2.0.1?package-id=421b74911df1c1c3", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-filename", + "version": "2.0.1", + "description": "Generate a unique filename for use in temporary directories or caches.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-filename:unique-filename:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-filename@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-filename.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/unique-filename", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-filename:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_filename:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-filename/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-slug@3.0.0?package-id=02858183d7b87785", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-slug", + "version": "3.0.0", + "description": "Generate a unique character string suitible for use in files and URLs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-slug:unique-slug:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-slug@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-slug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-slug:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_slug:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-slug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unpipe@1.0.0?package-id=195ba8ddd5b6fcc7", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "unpipe", + "version": "1.0.0", + "description": "Unpipe a stream from all destinations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:unpipe:unpipe:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unpipe@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/unpipe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uri-js@4.4.1?package-id=5fffe3624fde3a2c", + "type": "library", + "author": "Gary Court ", + "name": "uri-js", + "version": "4.4.1", + "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:uri-js_project:uri-js:4.4.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/uri-js@4.4.1", + "externalReferences": [ + { + "url": "http://github.com/garycourt/uri-js", + "type": "distribution" + }, + { + "url": "https://github.com/garycourt/uri-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/uri-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=93c457ea6c55342d", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=17de1b10cb120df9", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/utils-merge@1.0.1?package-id=068d21363c53352d", + "type": "library", + "author": "Jared Hanson (http://www.jaredhanson.net/)", + "name": "utils-merge", + "version": "1.0.1", + "description": "merge() utility function", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jaredhanson:utils-merge:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/utils-merge@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/jaredhanson/utils-merge.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaredhanson:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils-merge:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils-merge:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils_merge:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils_merge:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:utils-merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:utils:utils_merge:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/utils-merge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uuid@3.4.0?package-id=c95a6e9cd1da6ea7", + "type": "library", + "name": "uuid", + "version": "3.4.0", + "description": "RFC4122 (v1, v4, and v5) UUIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:uuidjs:uuid:3.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/uuid@3.4.0", + "externalReferences": [ + { + "url": "https://github.com/uuidjs/uuid.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uuid:uuid:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@ni-kismet/helium-node-lib/node_modules/uuid/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uuid@3.4.0?package-id=e071c238f37a17ae", + "type": "library", + "name": "uuid", + "version": "3.4.0", + "description": "RFC4122 (v1, v4, and v5) UUIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:uuidjs:uuid:3.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/uuid@3.4.0", + "externalReferences": [ + { + "url": "https://github.com/uuidjs/uuid.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uuid:uuid:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/request/node_modules/uuid/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uuid@8.3.2?package-id=069a50ae7163f48c", + "type": "library", + "name": "uuid", + "version": "8.3.2", + "description": "RFC4122 (v1, v4, and v5) UUIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:uuidjs:uuid:8.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/uuid@8.3.2", + "externalReferences": [ + { + "url": "https://github.com/uuidjs/uuid.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uuid:uuid:8.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/uuid@9.0.0?package-id=ac2e75c189723a1a", + "type": "library", + "name": "uuid", + "version": "9.0.0", + "description": "RFC4122 (v1, v4, and v5) UUIDs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:uuidjs:uuid:9.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/uuid@9.0.0", + "externalReferences": [ + { + "url": "https://github.com/uuidjs/uuid.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uuid:uuid:9.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/uuid/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4?package-id=d2f4d374ef2fa2c3", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "validate-npm-package-license", + "version": "3.0.4", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-license@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-name@4.0.0?package-id=f66ff435b462078e", + "type": "library", + "author": "GitHub Inc.", + "name": "validate-npm-package-name", + "version": "4.0.0", + "description": "Give me a string and I'll tell you if it's a valid npm package name", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-name:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-name@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/validate-npm-package-name.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/validate-npm-package-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-name:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate-npm-package-name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate_npm_package_name:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/vary@1.1.2?package-id=8103672eb32261db", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "vary", + "version": "1.1.2", + "description": "Manipulate the HTTP Vary header", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:vary:vary:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/vary@1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/vary/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/vasync@2.2.1?package-id=8936a920bc4b7bdf", + "type": "library", + "name": "vasync", + "version": "2.2.1", + "description": "utilities for observable asynchronous control flow", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:joyent:vasync:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/vasync@2.2.1", + "externalReferences": [ + { + "url": "https://github.com/joyent/node-vasync.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vasync:vasync:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/vasync/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/verror@1.10.0?package-id=03194119149e2bbc", + "type": "library", + "name": "verror", + "version": "1.10.0", + "description": "richer JavaScript errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davepacheco:verror:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/verror@1.10.0", + "externalReferences": [ + { + "url": "git://github.com/davepacheco/node-verror.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:verror:verror:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/jsprim/node_modules/verror/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/verror@1.10.0?package-id=9bfead0eb967aee9", + "type": "library", + "name": "verror", + "version": "1.10.0", + "description": "richer JavaScript errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davepacheco:verror:1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/verror@1.10.0", + "externalReferences": [ + { + "url": "git://github.com/davepacheco/node-verror.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:verror:verror:1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/vasync/node_modules/verror/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/verror@1.10.1?package-id=48624021beea9a1d", + "type": "library", + "name": "verror", + "version": "1.10.1", + "description": "richer JavaScript errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:joyent:verror:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/verror@1.10.1", + "externalReferences": [ + { + "url": "https://github.com/joyent/node-verror.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:verror:verror:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/verror/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/walk-up-path@1.0.0?package-id=f964fdf825ea096e", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "walk-up-path", + "version": "1.0.0", + "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:walk-up-path:walk-up-path:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/walk-up-path@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/walk-up-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up-path:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk-up-path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk_up_path:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/walk-up-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wcwidth@1.0.1?package-id=2f108387d69600a2", + "type": "library", + "author": "Tim Oxley", + "name": "wcwidth", + "version": "1.0.1", + "description": "Port of C's wcwidth() and wcswidth()", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timoxley:wcwidth:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/wcwidth@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/timoxley/wcwidth.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/wcwidth#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wcwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=7bdd9ca7cf972dc2", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wide-align@1.1.5?package-id=c5836cfeba38f215", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "wide-align", + "version": "1.1.5", + "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wide-align:wide-align:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/wide-align@1.1.5", + "externalReferences": [ + { + "url": "https://github.com/iarna/wide-align", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide-align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wide-align/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston@3.10.0?package-id=650b35b2eeac8e25", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston", + "version": "3.10.0", + "description": "A logger for just about everything.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:winston:3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston@3.10.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston:3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/winston/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston-transport@4.5.0?package-id=4b70ab6ef10ea241", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston-transport", + "version": "4.5.0", + "description": "Base stream implementations for winston@3 and up.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winston-transport:winston-transport:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston-transport@4.5.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston-transport#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston-transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/winston-transport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@7.0.0?package-id=f3f86e58af0132d2", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "7.0.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@7.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrap-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=5cd8e12f98ad2537", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=cdb2fcf506c85171", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/write-file-atomic@4.0.2?package-id=88ed005f04479d05", + "type": "library", + "author": "GitHub Inc.", + "name": "write-file-atomic", + "version": "4.0.2", + "description": "Write files in an atomic fashion w/configurable ownership", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:write-file-atomic:write-file-atomic:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/write-file-atomic@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/write-file-atomic.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/write-file-atomic", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file-atomic:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write-file-atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write_file_atomic:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/write-file-atomic/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xml-crypto@2.1.5?package-id=98ab463d36472be2", + "type": "library", + "author": "Yaron Naveh (http://webservices20.blogspot.com/)", + "name": "xml-crypto", + "version": "2.1.5", + "description": "Xml digital signature and encryption library for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:xml-crypto:xml-crypto:2.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/xml-crypto@2.1.5", + "externalReferences": [ + { + "url": "https://github.com/yaronn/xml-crypto.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml-crypto:xml_crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml_crypto:xml-crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml_crypto:xml_crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yaronn:xml-crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yaronn:xml_crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:xml-crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:xml_crypto:2.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xml-crypto/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xml-encryption@2.0.0?package-id=e415099e141db148", + "type": "library", + "author": "Matias Woloski (Auth0)", + "name": "xml-encryption", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:xml-encryption:xml-encryption:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/xml-encryption@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/auth0/node-xml-encryption", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml-encryption:xml_encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml_encryption:xml-encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml_encryption:xml_encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth0:xml-encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:auth0:xml_encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:xml-encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml:xml_encryption:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xml-encryption/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xml2js@0.4.23?package-id=ae7494cb0ca1a88e", + "type": "library", + "author": "Marek Kubica (https://xivilization.net)", + "name": "xml2js", + "version": "0.4.23", + "description": "Simple XML to JavaScript object converter.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:Leonidas-from-XIV:xml2js:0.4.23:*:*:*:*:*:*:*", + "purl": "pkg:npm/xml2js@0.4.23", + "externalReferences": [ + { + "url": "https://github.com/Leonidas-from-XIV/node-xml2js.git", + "type": "distribution" + }, + { + "url": "https://github.com/Leonidas-from-XIV/node-xml2js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xml2js:xml2js:0.4.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xml2js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xmlbuilder@11.0.1?package-id=848d6029543c4cec", + "type": "library", + "author": "Ozgur Ozcitak ", + "name": "xmlbuilder", + "version": "11.0.1", + "description": "An XML builder for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:xmlbuilder:xmlbuilder:11.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/xmlbuilder@11.0.1", + "externalReferences": [ + { + "url": "git://github.com/oozcitak/xmlbuilder-js.git", + "type": "distribution" + }, + { + "url": "http://github.com/oozcitak/xmlbuilder-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oozcitak:xmlbuilder:11.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xml2js/node_modules/xmlbuilder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xmlbuilder@15.1.1?package-id=370b3c8449e3b0b8", + "type": "library", + "author": "Ozgur Ozcitak ", + "name": "xmlbuilder", + "version": "15.1.1", + "description": "An XML builder for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:xmlbuilder:xmlbuilder:15.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/xmlbuilder@15.1.1", + "externalReferences": [ + { + "url": "git://github.com/oozcitak/xmlbuilder-js.git", + "type": "distribution" + }, + { + "url": "http://github.com/oozcitak/xmlbuilder-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oozcitak:xmlbuilder:15.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xmlbuilder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/xpath@0.0.32?package-id=b95048866da49731", + "type": "library", + "author": "Cameron McCormack", + "name": "xpath", + "version": "0.0.32", + "description": "DOM 3 XPath implemention and helper for node.js.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:goto100:xpath:0.0.32:*:*:*:*:*:*:*", + "purl": "pkg:npm/xpath@0.0.32", + "externalReferences": [ + { + "url": "https://github.com/goto100/xpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xpath:xpath:0.0.32:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/xpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/y18n@5.0.8?package-id=70b1c6405963a16f", + "type": "library", + "author": "Ben Coe ", + "name": "y18n", + "version": "5.0.8", + "description": "the bare-bones internationalization library used by yargs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:y18n_project:y18n:5.0.8:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/y18n@5.0.8", + "externalReferences": [ + { + "url": "https://github.com/yargs/y18n", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/y18n/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=7aa4601e743c9f2c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e783de4081f70e287baf24cd1a639b9d277469a9685264b312d9f205e7243e26" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=3a88e8b481c87fc7", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation-http/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=a2ee5ac39398a174", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/instrumentation/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=12f7426525013be2", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@opentelemetry/sdk-trace-node/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=22a3303d85cd34f8", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@redis/client/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=1db8dfc119ea1783", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/global-agent/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=531c9973c388e387", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/openid-client/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yargs@17.7.2?package-id=e7da477785399aa7", + "type": "library", + "name": "yargs", + "version": "17.7.2", + "description": "yargs the modern, pirate-themed, successor to optimist.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:yargs:yargs:17.7.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/yargs@17.7.2", + "externalReferences": [ + { + "url": "https://github.com/yargs/yargs.git", + "type": "distribution" + }, + { + "url": "https://yargs.js.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@grpc/proto-loader/node_modules/yargs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yargs-parser@21.1.1?package-id=661a43a637f3b8d1", + "type": "library", + "author": "Ben Coe ", + "name": "yargs-parser", + "version": "21.1.1", + "description": "the mighty option parser used by yargs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yargs:yargs-parser:21.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/yargs-parser@21.1.1", + "externalReferences": [ + { + "url": "https://github.com/yargs/yargs-parser.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1319f028a31ff76be917b32a1ff8a1f28d9872daaac9c3cf0b0ac3a3a72b507b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/app/node_modules/@grpc/proto-loader/node_modules/yargs-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yarn@1.22.19?package-id=b3ac5620e21af7b1", + "type": "library", + "name": "yarn", + "version": "1.22.19", + "description": "📦🐈 Fast, reliable, and secure dependency management.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:yarn:yarn:1.22.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/yarn@1.22.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c11496f0456411e564b5fe4038c9573446bda4cd5ce9dbc42985e04c5adbbd8f" + }, + { + "name": "syft:location:0:path", + "value": "/opt/yarn-v1.22.19/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r0", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:456af82565e667a2aa73c820f29cbf3cbbd346ebec80157815cbf7cc26324650" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb37266b06a72d21d1fd850ef4b86665cf9ef70f" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rjnXT01l1PAxXheUxe4Oldl5rFk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54258" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.17.5", + "description": "Alpine Linux v3.17", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.17.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.17" + }, + { + "name": "syft:distro:versionID", + "value": "3.17.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=538dff49e6576a74", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5&package-id=2b13c37ad68dba47", + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1d0d53b03364a499", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5&package-id=7f201a451682e35a", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.15-r0?arch=x86_64&distro=alpine-3.17.5&package-id=72fc1e6c3fb0615d", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5&package-id=8fedcdaded0f729f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5&package-id=3da1da8b4149460f", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5&package-id=1626e42703548020", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5&package-id=2d1b2f248610dd23", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r4?arch=x86_64&upstream=gcc&distro=alpine-3.17.5&package-id=1626e42703548020", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5" + ] + }, + { + "ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=f00726809c58d7a6" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=032b724597417981", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-jupyter-notebook-userpod-2.1.22.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-jupyter-notebook-userpod-2.1.22.syft.cdx.json new file mode 100644 index 00000000..fff9cc62 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-jupyter-notebook-userpod-2.1.22.syft.cdx.json @@ -0,0 +1,111593 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:f8c48d89-4d6f-4a3f-8139-0de08c5b5014", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:41:50-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "e7bd1e22600087d6", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/jupyter-notebook-userpod", + "version": "2.1.22" + } + }, + "components": [ + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=3e31583d7e86c6db", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=f0063a86b131155d", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40dabh/diagnostics@2.0.3?package-id=a472e740d9cfcb67", + "type": "library", + "author": "Arnout Kazemier", + "name": "@dabh/diagnostics", + "version": "2.0.3", + "description": "Tools for debugging your node.js modules and event loop", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@dabh\\/diagnostics:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40dabh/diagnostics@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/diagnostics.git", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/diagnostics", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@dabh/diagnostics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40holoviz/panel@1.3.6?package-id=7f16527ac366eaa0", + "type": "library", + "name": "@holoviz/panel", + "version": "1.3.6", + "description": "The powerful data exploration & web app framework for Python.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@holoviz\\/panel:\\@holoviz\\/panel:1.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40holoviz/panel@1.3.6", + "externalReferences": [ + { + "url": "https://github.com/holoviz/panel.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@holoviz\\/panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/cliui@8.0.2?package-id=ba3436dc74f97af1", + "type": "library", + "author": "Ben Coe ", + "name": "@isaacs/cliui", + "version": "8.0.2", + "description": "easily create complex multi-column command-line-interfaces", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/cliui:\\@isaacs\\/cliui:8.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/cliui@8.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/string-locale-compare@1.1.0?package-id=8b6cb4200260f8df", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@isaacs/string-locale-compare", + "version": "1.1.0", + "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/string-locale-compare@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/string-locale-compare", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyter-notebook/lab-extension@7.0.6?package-id=da04611c9e130851", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyter-notebook/lab-extension", + "version": "7.0.6", + "description": "Jupyter Notebook - Lab Extension", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyter-notebook\\/lab-extension:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyter-notebook/lab-extension@7.0.6", + "externalReferences": [ + { + "url": "https://github.com/jupyter/notebook.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyter/notebook", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab-extension:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab_extension:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab_extension:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@jupyter-notebook/lab-extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyter-widgets/jupyterlab-manager@5.0.9?package-id=bec60321c3af820b", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyter-widgets/jupyterlab-manager", + "version": "5.0.9", + "description": "The JupyterLab extension providing Jupyter widgets.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab-manager:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyter-widgets/jupyterlab-manager@5.0.9", + "externalReferences": [ + { + "url": "https://github.com/jupyter-widgets/ipywidgets", + "type": "distribution" + }, + { + "url": "https://github.com/jupyter-widgets/ipywidgets", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab-manager:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab_manager:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab_manager:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-widgets:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-widgets:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=d581788a7792be49", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/staging/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=6365f289afdc3e7a", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=2d26ce72ae01c427", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/lab/static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/galata-extension@5.0.6?package-id=836948c3d3d11317", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyterlab/galata-extension", + "version": "5.0.6", + "description": "JupyterLab UI Testing Framework Extension.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/galata-extension:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/galata-extension@5.0.6", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata-extension:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata_extension:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata_extension:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-consumer@4.0.7?package-id=8bcd92303237491a", + "type": "library", + "name": "@jupyterlab/mock-consumer", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-consumer:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-consumer@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-consumer:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_consumer:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_consumer:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-extension@4.0.7?package-id=a3427b1a181d6992", + "type": "library", + "name": "@jupyterlab/mock-extension", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-extension:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-extension@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-extension:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_extension:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_extension:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-incompat@0.1.0?package-id=8e409a22e1bfdb46", + "type": "library", + "name": "@jupyterlab/mock-incompat", + "version": "0.1.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-incompat:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-incompat@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-incompat:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_incompat:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_incompat:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/incompat/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-mime-extension@0.3.0?package-id=297e6ff4a6fc028d", + "type": "library", + "name": "@jupyterlab/mock-mime-extension", + "version": "0.3.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-mime-extension:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-mime-extension@0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime-extension:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime_extension:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime_extension:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/mimeextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-package@0.1.0?package-id=5e1b3c1237c1a054", + "type": "library", + "name": "@jupyterlab/mock-package", + "version": "0.1.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-package:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-package@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-package:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_package:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_package:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/package/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-provider@4.0.7?package-id=bb0abd2272433b89", + "type": "library", + "name": "@jupyterlab/mock-provider", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-provider:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-provider@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-provider:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_provider:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_provider:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-token@4.0.7?package-id=7ca4d27d73cdffbf", + "type": "library", + "name": "@jupyterlab/mock-token", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-token:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-token@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-token:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_token:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_token:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/token/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/jupyterlab-analysis-development@1.4.1?package-id=9b353419d4c4f2a6", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "@ni/jupyterlab-analysis-development", + "version": "1.4.1", + "description": "A JupyterLab extension to integrate Jupyter Notebooks into SystemLink Analysis Development.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/jupyterlab-analysis-development@1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/jupyterlab-analysis-development@1.4.1?package-id=3c7270a46d74fefd", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "@ni/jupyterlab-analysis-development", + "version": "1.4.1", + "description": "A JupyterLab extension to integrate Jupyter Notebooks into SystemLink Analysis Development.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/jupyterlab-analysis-development@1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@ni/jupyterlab-analysis-development/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/agent@2.1.1?package-id=9764123c21ac3b67", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/agent", + "version": "2.1.1", + "description": "the http/https agent used by the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/agent:\\@npmcli\\/agent:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/agent@2.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/agent:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/arborist@7.1.0?package-id=3db8206fb6d3ff61", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/arborist", + "version": "7.1.0", + "description": "Manage node_modules trees", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/arborist:\\@npmcli\\/arborist:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/arborist@7.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/arborist:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/config@7.2.0?package-id=3312f5f260366ddc", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/config", + "version": "7.2.0", + "description": "Configuration management for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/config:\\@npmcli\\/config:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/config@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/config:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/config/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/disparity-colors@3.0.0?package-id=a4bb6b350ec21a7d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/disparity-colors", + "version": "3.0.0", + "description": "Colorizes unified diff output", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/disparity-colors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/disparity-colors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/fs@3.1.0?package-id=2d114d8fbd4c0f6b", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/fs", + "version": "3.1.0", + "description": "filesystem utilities for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/fs:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/fs@3.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/fs.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/git@5.0.3?package-id=e9696dc39b6f9010", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/git", + "version": "5.0.3", + "description": "a util for spawning git from npm CLI contexts", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/git:\\@npmcli\\/git:5.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/git@5.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/git.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/git:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/git/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/installed-package-contents@2.0.2?package-id=2558c6e2327f5d90", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/installed-package-contents", + "version": "2.0.2", + "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/installed-package-contents@2.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/installed-package-contents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/map-workspaces@3.0.4?package-id=4c2e35053432ba1e", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/map-workspaces", + "version": "3.0.4", + "description": "Retrieves a name:pathname Map for a given workspaces config", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/map-workspaces@3.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/map-workspaces.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/metavuln-calculator@7.0.0?package-id=c1e219a9459fd089", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/metavuln-calculator", + "version": "7.0.0", + "description": "Calculate meta-vulnerabilities from package security advisories", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/metavuln-calculator@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/metavuln-calculator.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/name-from-folder@2.0.0?package-id=cd515b6f032f7810", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/name-from-folder", + "version": "2.0.0", + "description": "Get the package name from a folder path", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/name-from-folder@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/name-from-folder.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/node-gyp@3.0.0?package-id=f492bf980a866b90", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/node-gyp", + "version": "3.0.0", + "description": "Tools for dealing with node-gyp packages", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/node-gyp@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/package-json@5.0.0?package-id=62270c75b71a0b40", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/package-json", + "version": "5.0.0", + "description": "Programmatic API to update package.json", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/package-json@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/promise-spawn@7.0.0?package-id=2f772024082e0d92", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/promise-spawn", + "version": "7.0.0", + "description": "spawn processes the way the npm cli likes to do", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/promise-spawn@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promise-spawn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/query@3.0.0?package-id=e525a8632a98c724", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/query", + "version": "3.0.0", + "description": "npm query parser and tools", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/query:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/query@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/query.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/query/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/run-script@7.0.1?package-id=72375bb62fb6705d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/run-script", + "version": "7.0.1", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/run-script@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/run-script.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pkgjs/parseargs@0.11.0?package-id=f9b6cf6d5a5791f2", + "type": "library", + "name": "@pkgjs/parseargs", + "version": "0.11.0", + "description": "Polyfill of future proposal for `util.parseArgs()`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@pkgjs\\/parseargs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pkgjs/parseargs@0.11.0", + "externalReferences": [ + { + "url": "https://github.com/pkgjs/parseargs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgjs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0?package-id=7e5e5757de83757b", + "type": "library", + "author": "Philipp Rudiger", + "name": "@pyviz/jupyterlab_pyviz", + "version": "3.0.0", + "description": "A JupyterLab extension for rendering HoloViz content.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/holoviz/pyviz_comms.git", + "type": "distribution" + }, + { + "url": "https://github.com/holoviz/pyviz_comms", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0?package-id=beaddd00f6eb34c4", + "type": "library", + "author": "Philipp Rudiger", + "name": "@pyviz/jupyterlab_pyviz", + "version": "3.0.0", + "description": "A JupyterLab extension for rendering HoloViz content.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/holoviz/pyviz_comms.git", + "type": "distribution" + }, + { + "url": "https://github.com/holoviz/pyviz_comms", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@pyviz/jupyterlab_pyviz/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/bundle@2.1.0?package-id=df16c2e78f4fd2ac", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/bundle", + "version": "2.1.0", + "description": "Sigstore bundle type", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/bundle:\\@sigstore\\/bundle:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/bundle@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/bundle#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/bundle:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/bundle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/protobuf-specs@0.2.1?package-id=728bdf439bc0a491", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/protobuf-specs", + "version": "0.2.1", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/protobuf-specs@0.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/protobuf-specs.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/protobuf-specs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/sign@2.1.0?package-id=d9feb38dc365b7a8", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/sign", + "version": "2.1.0", + "description": "Sigstore signing library", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/sign:\\@sigstore\\/sign:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/sign@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/sign#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/sign:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/sign/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/tuf@2.1.0?package-id=bc9746a26c3809a7", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/tuf", + "version": "2.1.0", + "description": "Client for the Sigstore TUF repository", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/tuf:\\@sigstore\\/tuf:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/tuf@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/tuf:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tootallnate/once@2.0.0?package-id=523b9d0ba1621e65", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "@tootallnate/once", + "version": "2.0.0", + "description": "Creates a Promise that waits for a single event", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tootallnate\\/once:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tootallnate/once@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/once.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tootallnate/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/canonical-json@2.0.0?package-id=bffd1391212eeb0d", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/canonical-json", + "version": "2.0.0", + "description": "OLPC JSON canonicalization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/canonical-json@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/canonical-json#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/models@2.0.0?package-id=6067639b48d1c119", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/models", + "version": "2.0.0", + "description": "TUF metadata models", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:theupdateframework:\\@tufjs\\/models:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/models@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/models:\\@tufjs\\/models:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tufjs/models/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/triple-beam@1.3.2?package-id=8ab8a52e19f9ee9a", + "type": "library", + "name": "@types/triple-beam", + "version": "1.3.2", + "description": "TypeScript definitions for triple-beam", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/triple-beam@1.3.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@types/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/babel@2.13.0?package-id=b46006232a71ae37", + "type": "library", + "author": "Armin Ronacher ", + "name": "Babel", + "version": "2.13.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Babel:2.13.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Babel@2.13.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/babel_1696976437817/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/brotli@1.1.0?package-id=72f651876dd2da20", + "type": "library", + "author": "The Brotli Authors", + "name": "Brotli", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli_authors_project:python-Brotli:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Brotli@1.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/brotli-split_1695989787169/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors_project:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors_project:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecated@1.2.14?package-id=48ac5ddbe320f6a8", + "type": "library", + "author": "Laurent LAPORTE ", + "name": "Deprecated", + "version": "1.2.14", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tantale_solutions_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Deprecated@1.2.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/events@0.4?package-id=514d28581b4d7508", + "type": "library", + "author": "Nicola Iarocci ", + "name": "Events", + "version": "0.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nicola_iarocci_project:python-Events:0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Events@0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci_project:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci_project:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jinja2@3.1.2?package-id=bb765fe1c2df6cb1", + "type": "library", + "author": "Armin Ronacher ", + "name": "Jinja2", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Jinja2@3.1.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jinja2_1654302431367/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mako@1.2.2?package-id=6be7ccec58fe8d6e", + "type": "library", + "author": "Mike Bayer ", + "name": "Mako", + "version": "1.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-Mako:1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Mako@1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown@3.5.1?package-id=eb5c2b38523ca181", + "type": "library", + "author": "Manfred Stienstra, Yuri Takhteyev >", + "name": "Markdown", + "version": "3.5.1", + "licenses": [ + { + "license": { + "name": "Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)\n Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)\n Copyright 2004 Manfred Stienstra (the original version)\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the Python Markdown Project nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT\n BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.\n " + } + } + ], + "cpe": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_project:python-Markdown:3.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Markdown@3.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_project:python_Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyevproject:python-Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyevproject:python_Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:waylan_limberg_\\", + "name": "PyGithub", + "version": "2.1.1", + "cpe": "cpe:2.3:a:vincent_jacques_project:python-PyGithub:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyGithub@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques_project:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques_project:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyjwt@2.8.0?package-id=84ee9ec84e5c648b", + "type": "library", + "author": "Jose Padilla ", + "name": "PyJWT", + "version": "2.8.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jose_padilla_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyJWT@2.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyjwt_1689721553971/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=9c1587bca19d4cb4", + "type": "library", + "author": "The PyNaCl developers ", + "name": "PyNaCl", + "version": "1.5.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:pynacl_developers_project:python-PyNaCl:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyNaCl@1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers_project:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers_project:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pysocks@1.7.1?package-id=8e50ddad4495dfa3", + "type": "library", + "author": "Anorov ", + "name": "PySocks", + "version": "1.7.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:anorov_vorona_project:python-PySocks:1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PySocks@1.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona_project:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona_project:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=8189e9faaa78b2a8", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "6.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyyaml_1695373611984/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygments@2.16.1?package-id=eb1734f96973bda8", + "type": "library", + "author": "Georg Brandl ", + "name": "Pygments", + "version": "2.16.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:georg_brandl_\\", + "name": "SQLAlchemy", + "version": "2.0.22", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/SQLAlchemy@2.0.22", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/sqlalchemy_1697201147541/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/semi-ate-stdf@0.1.28?package-id=12aba94da92fd141", + "type": "library", + "author": "Tom Hören", + "name": "Semi-ATE-STDF", + "version": "0.1.28", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-Semi-ATE-STDF:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Semi-ATE-STDF@0.1.28", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE-STDF:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE_STDF:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE_STDF:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE-STDF:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE-STDF:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE_STDF:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE_STDF:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE-STDF:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE-STDF:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE_STDF:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE_STDF:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi-ATE:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi_ATE:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE-STDF:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE-STDF:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE_STDF:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE_STDF:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi:python-Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi:python_Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Semi:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Semi:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi-ATE:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi_ATE:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi:Semi-ATE-STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Semi:Semi_ATE_STDF:0.1.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Semi_ATE_STDF-0.1.28.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Semi_ATE_STDF-0.1.28.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Semi_ATE_STDF-0.1.28.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/send2trash@1.8.2?package-id=4dd0404f2c42a9be", + "type": "library", + "author": "Andrew Senetar ", + "name": "Send2Trash", + "version": "1.8.2", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:andrew_senetar_project:python-Send2Trash:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Send2Trash@1.8.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/send2trash_1682601222253/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar_project:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar_project:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=55eee7d6d894e130", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=d4147673d31e7144", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ce4fecfb26d34f26", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=6542bbb6ad0725c7", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=c539258f6978f30f", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=2d6c4c3f4654dd9a", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2523.52401?package-id=1a2099c8ce1f93a9", + "type": "library", + "name": "System", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System:System:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2523.52401?package-id=b321ae86b47afc71", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2523.52401?package-id=e87fb56caccc7d10", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2523.52401?package-id=52058b66aebbab47", + "type": "library", + "name": "System.Collections", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2523.52401?package-id=8a2a63ee7fdd2399", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2523.52401?package-id=431ab967707fc439", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2523.52401?package-id=f3745f44295e6243", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2523.52401?package-id=92e546edfd8ecf59", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2523.52401?package-id=d50c2d05b171afb5", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2523.52401?package-id=811d4028d7eed99c", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2523.52401?package-id=b362193cd16cf498", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2523.52401?package-id=7eb8c992cc0fe819", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2523.52401?package-id=09bc34e8ff279171", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2523.52401?package-id=78f11dee99e9aa58", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2523.52401?package-id=36b9cd551fa4f946", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2523.52401?package-id=a0e23822c01b9636", + "type": "library", + "name": "System.Console", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2523.52401?package-id=f51e5b23fb27b904", + "type": "library", + "name": "System.Core", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2523.52401?package-id=8095f75d79744ff6", + "type": "library", + "name": "System.Data", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2523.52401?package-id=572c4fbf1fef0255", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2523.52401?package-id=dce8178e702995bf", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2523.52401?package-id=6aff863e29d32711", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2523.52401?package-id=9c1342588016b7a3", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2523.52401?package-id=c7a08131ff18316d", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.2523.52401?package-id=8d1e657819a670de", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2523.52401?package-id=03c2b8085c985a7a", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2523.52401?package-id=56a56f33ae65e698", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2523.52401?package-id=e45c2c2ba80054cc", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2523.52401?package-id=1a5d2bec888101fa", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2523.52401?package-id=560f4fa9e6a551cc", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2523.52401?package-id=7b1814773502209b", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2523.52401?package-id=ca8803ec8e659975", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2523.52401?package-id=ead4333af6e0fa60", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2523.52401?package-id=422b106e02b00392", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2523.52401?package-id=b7d53af4ce9c4fe8", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2523.52401?package-id=76a394ee22bc9080", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2523.52401?package-id=937e6945fd912af8", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2523.52401?package-id=4eabefee0ddd97b3", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2523.52401?package-id=e86d76cbe2ca7ed8", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2523.52401?package-id=3a338476a289e1b4", + "type": "library", + "name": "System.IO", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2523.52401?package-id=eaeddfb2480371b6", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2523.52401?package-id=b16cb2876cd2999a", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2523.52401?package-id=be790f6130e76bf2", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2523.52401?package-id=6b9c84205169ded0", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2523.52401?package-id=14a7c9ffee9aedbd", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2523.52401?package-id=587041ad2ecb4594", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2523.52401?package-id=77bbb9a0d0b1746d", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2523.52401?package-id=c40bf3666d76ffee", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2523.52401?package-id=2fa9786ababb5ebf", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2523.52401?package-id=b87c0216096c9c60", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2523.52401?package-id=9b612e3fe3bdd0b6", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.2523.52401?package-id=ca49349e70eb7394", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2523.52401?package-id=0f30a1f35e9947ae", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2523.52401?package-id=7322307ff0ab8593", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2523.52401?package-id=da3f9fde3910a31e", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2523.52401?package-id=408d26c1b6b0cb5c", + "type": "library", + "name": "System.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2523.52401?package-id=d49ef6b50a0f63c5", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2523.52401?package-id=a89404aaef107e35", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2523.52401?package-id=9addbc1655325653", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2523.52401?package-id=13e4fd3ac3a40d7f", + "type": "library", + "name": "System.Memory", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2523.52401?package-id=52da9ddad9e71e5a", + "type": "library", + "name": "System.Net", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2523.52401?package-id=a9e319f7d875187a", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2523.52401?package-id=1cc551c9c0958de4", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2523.52401?package-id=9e932edd247a7fe4", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2523.52401?package-id=a50e8c2f240a422b", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2523.52401?package-id=3e88ef45d7780de8", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2523.52401?package-id=de00cc5dfdd1cc70", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2523.52401?package-id=ac08ce12481001f9", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2523.52401?package-id=60a8874acea34522", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2523.52401?package-id=99d3940286717390", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2523.52401?package-id=64fc299b4b21c1e1", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2523.52401?package-id=5aab449d851ce995", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2523.52401?package-id=a9d142086e791c06", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2523.52401?package-id=5011882e78abc28b", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2523.52401?package-id=70b710aa9bba2699", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2523.52401?package-id=7bdfe549b8b87776", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2523.52401?package-id=98fa7903a93028bf", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2523.52401?package-id=84aa6b366e687bee", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2523.52401?package-id=0b3fa7c6b430c6a7", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2523.52401?package-id=21168a26e4a06ddd", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2523.52401?package-id=361b5bd36754f2d3", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2523.52401?package-id=46e756bd1a5e4273", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2523.52401?package-id=7d69a0c5d693d97c", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2523.52401?package-id=b76a1d92de692898", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2523.52401?package-id=0d6ef7fed0c9d50e", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2523.52401?package-id=05d1f37bd8394c29", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2523.52401?package-id=0fc940b757b4023a", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2523.52401?package-id=5b835caeab2a4b32", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2523.52401?package-id=eefe6f7526699070", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2523.52401?package-id=b067b10da048ea8a", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2523.52401?package-id=fb1f490b72ce2909", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2523.52401?package-id=72daaf9210f84305", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2523.52401?package-id=43a4cf7376d4982b", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2523.52401?package-id=ade74cddbe356080", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2523.52401?package-id=92c7a5b707fdfb05", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2523.52401?package-id=f1f3ef78c48b2e2d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2523.52401?package-id=2d36a6413afaa03e", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2523.52401?package-id=d5fa91abfae1961f", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2523.52401?package-id=a3d8cbc0c92c33e9", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2523.52401?package-id=a96f3ffd1e79ede3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2523.52401?package-id=86677e881cf3753a", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2523.52401?package-id=4f8023142d18f8d8", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2523.52401?package-id=99e015927d3e51fe", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2523.52401?package-id=c2873ff80a86f7cf", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2523.52401?package-id=e87b8057771210cc", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2523.52401?package-id=d9bf4236384576ce", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2523.52401?package-id=c986a827f4a39863", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2523.52401?package-id=e12cccb01aa24984", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2523.52401?package-id=9ca5b679fc407615", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2523.52401?package-id=01ae86daafe6586c", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2523.52401?package-id=453a3c9864f4d138", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2523.52401?package-id=698b2f6c891cb21a", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2523.52401?package-id=c45ddd92162c4db2", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2523.52401?package-id=b475fbac65297b38", + "type": "library", + "name": "System.Security", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2523.52401?package-id=ff4562f5718c8240", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2523.52401?package-id=71f2f37ec5307703", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2523.52401?package-id=c1d91a05d117a550", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2523.52401?package-id=96f953412f558e9b", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2523.52401?package-id=fc439f39dfeccd67", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2523.52401?package-id=3f48cdfc3be5561f", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2523.52401?package-id=435ea8af357e948f", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.2523.52401?package-id=9389f6cc1adbf298", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2523.52401?package-id=d9f09eaeefd0e76b", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2523.52401?package-id=ea2af8ee8609874c", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.2523.52401?package-id=f3cdbf10346ad3a4", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2523.52401?package-id=3eb3706452cf652d", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2523.52401?package-id=444d550fb9491221", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2523.52401?package-id=55ca6bb685f4e848", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2523.52401?package-id=916105c755b3ca47", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2523.52401?package-id=cb0aec5691d6e55f", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2523.52401?package-id=dc59ceb1089e089f", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2523.52401?package-id=dbfee725383dcc4d", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2523.52401?package-id=0b3e0894ae0cd83b", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2523.52401?package-id=5c2c4cd0d648dcf3", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2523.52401?package-id=8874d5bfd5de80ae", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2523.52401?package-id=5c41e677e9b90b4d", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2523.52401?package-id=b48e2a9e77c2ebf6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2523.52401?package-id=0acca1043d5e4381", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2523.52401?package-id=9c37e4bef6667e25", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2523.52401?package-id=b3ec0a1502d0b97e", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2523.52401?package-id=220968d5deed9bf4", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2523.52401?package-id=32f6e8c3cc6163a8", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2523.52401?package-id=dfcb37617c00cf74", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2523.52401?package-id=a17a4ee327300514", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2523.52401?package-id=3183f9c17a36cd7f", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2523.52401?package-id=9a49ea4ef66d63cd", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2523.52401?package-id=bc859650262b3fed", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2523.52401?package-id=241263e45ba53555", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2523.52401?package-id=48dbf0ea80b84ea1", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2523.52401?package-id=df6dacd648a9dd9a", + "type": "library", + "name": "System.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2523.52401?package-id=1322f16b99fe7e8d", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2523.52401?package-id=d08785936e85e7b7", + "type": "library", + "name": "System.Windows", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2523.52401?package-id=9b5a803c20f14651", + "type": "library", + "name": "System.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2523.52401?package-id=cd12d96e4151bfdc", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2523.52401?package-id=6a6f2264b8255af9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2523.52401?package-id=3a15f1ca2c4dcd73", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2523.52401?package-id=2b4ca50daeba74e6", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2523.52401?package-id=b575ecbb03446439", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2523.52401?package-id=71fc3257f62a2d89", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2523.52401?package-id=7f02bd4ad344eb4d", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2523.52401?package-id=bf42f9715228948d", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2523.52401?package-id=7386dc044460d04e", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:pypi/xlsxwriter@3.1.9?package-id=e15e2242fd1f2d6e", + "type": "library", + "author": "John McNamara ", + "name": "XlsxWriter", + "version": "3.1.9", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:john_mcnamara_project:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/XlsxWriter@3.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamara_project:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamaraproject:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamaraproject:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara_project:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara_project:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-XlsxWriter:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-XlsxWriter:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_XlsxWriter:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_XlsxWriter:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamaraproject:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamaraproject:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamara_project:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamara:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamara:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamaraproject:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:XlsxWriter:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:XlsxWriter:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara_project:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-XlsxWriter:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_XlsxWriter:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamaraproject:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_mcnamara:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:XlsxWriter:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmcnamara:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:XlsxWriter:3.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/XlsxWriter-3.1.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/XlsxWriter-3.1.9.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/XlsxWriter-3.1.9.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=1e2b169e45095260", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@2.0.0?package-id=eddc92e364dceb53", + "type": "library", + "author": "GitHub Inc.", + "name": "abbrev", + "version": "2.0.0", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/abbrev-js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:abbrev:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abort-controller@3.0.0?package-id=638b7f8369f8db52", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "abort-controller", + "version": "3.0.0", + "description": "An implementation of WHATWG AbortController interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:abort-controller:abort-controller:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abort-controller@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/abort-controller.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/abort-controller#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort-controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/abort-controller/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=00a3e975e84427e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adwaita-icon-theme@41.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e0f162bf8212b5eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adwaita-icon-theme", + "version": "41.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0-US" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC-BY-SA-2.0-IT" + } + }, + { + "license": { + "name": "CC-BY-SA-3.0-US" + } + }, + { + "license": { + "name": "CC-BY-SA-3.0-Unported" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPL-unspecified" + } + } + ], + "cpe": "cpe:2.3:a:adwaita-icon-theme:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adwaita-icon-theme@41.0-1ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon-theme:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon_theme:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon_theme:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adwaita-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adwaita-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5234" + } + ] + }, + { + "bom-ref": "pkg:pypi/aenum@3.1.15?package-id=852562f7390b9ecc", + "type": "library", + "author": "Ethan Furman ", + "name": "aenum", + "version": "3.1.15", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:ethan_furman_project:python-aenum:3.1.15:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aenum@3.1.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman_project:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman_project:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@6.0.2?package-id=fa87278b5e6a1501", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@6.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-agent-base.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@7.1.0?package-id=9054b323d71ebaae", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "7.1.0", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@7.1.0", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agentkeepalive@4.5.0?package-id=d30a8cd6d80d84be", + "type": "library", + "author": "fengmk2 (https://github.com/fengmk2)", + "name": "agentkeepalive", + "version": "4.5.0", + "description": "Missing keepalive http.Agent", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:agentkeepalive:agentkeepalive:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/agentkeepalive@4.5.0", + "externalReferences": [ + { + "url": "git://github.com/node-modules/agentkeepalive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:agentkeepalive:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/agentkeepalive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aggregate-error@3.1.0?package-id=59a881ea37489106", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aggregate-error:aggregate-error:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aggregate-error@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate-error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/aggregate-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.8.6?package-id=3ae35888a0eede30", + "type": "library", + "name": "aiohttp", + "version": "3.8.6", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.8.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=7475824e1a7cd1ad", + "type": "library", + "name": "aiosignal", + "version": "1.3.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/alembic@1.12.0?package-id=6a76e93ab0398c69", + "type": "library", + "author": "Mike Bayer ", + "name": "alembic", + "version": "1.12.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-alembic:1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/alembic@1.12.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/alembic_1694690212886/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=794e4a0a38fdd182", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=2a0a69da8b6c450e", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=45f75af5c2c32928", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=763a4f9d71f4ba8c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@6.2.1?package-id=ac00cf224bcc4096", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-styles", + "version": "6.2.1", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@6.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/anyio@4.0.0?package-id=585a4a9c7c6b61f4", + "type": "library", + "author": "Alex Grönholm ", + "name": "anyio", + "version": "4.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-anyio:python-anyio:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anyio@4.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/anyio_1693488585952/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/apipkg@2.0.0?package-id=0509b12cf04f3ee0", + "type": "library", + "author": "holger krekel", + "name": "apipkg", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-apipkg:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/apipkg@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/appdirs@1.4.4?package-id=cec6f3ca16e69e20", + "type": "library", + "author": "Trent Mick ", + "name": "appdirs", + "version": "1.4.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:trent_mick_project:python-appdirs:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/appdirs@1.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/aproba@2.0.0?package-id=bfaaef5eafa4c717", + "type": "library", + "author": "Rebecca Turner ", + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:aproba:aproba:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aproba@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/aproba", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/aproba", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:aproba:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/aproba/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04&package-id=a42e1b0a4e9e14b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:npm/archy@1.0.0?package-id=6ea69718f7f21085", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "archy", + "version": "1.0.0", + "description": "render nested hierarchies `npm ls` style with unicode pipes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:archy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/archy@1.0.0", + "externalReferences": [ + { + "url": "http://github.com/substack/node-archy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:archy:archy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/archy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@3.0.1?package-id=9b10ccfa5d094564", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@4.0.0?package-id=748ab72989c500a8", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "4.0.0", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/argon2-cffi@23.1.0?package-id=9b4478d6ab6b88c5", + "type": "library", + "author": "Hynek Schlawack ", + "name": "argon2-cffi", + "version": "23.1.0", + "cpe": "cpe:2.3:a:hynek_schlawack_\\", + "name": "argon2-cffi-bindings", + "version": "21.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-argon2-cffi-bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/argon2-cffi-bindings@21.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/argon2-cffi-bindings_1695386553988/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/arrow@1.3.0?package-id=a10dfb46eb4f4c66", + "type": "library", + "author": "Chris Smith ", + "name": "arrow", + "version": "1.3.0", + "cpe": "cpe:2.3:a:chris_smith_\\", + "name": "aspnetcore-runtime-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:aspnetcore-runtime-6.0:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/aspnetcore-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime-6.0:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime_6.0:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime_6.0:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/aspnetcore-runtime-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/aspnetcore-runtime-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "19981" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:pypi/astroid@2.4.2?package-id=bffec97cb7a195cc", + "type": "library", + "author": "Python Code Quality Authority ", + "name": "astroid", + "version": "2.4.2", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:python_code_quality_authority_project:python-astroid:2.4.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/astroid@2.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority_project:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority_project:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/asttokens@2.4.0?package-id=22025bcfb5acfb0a", + "type": "library", + "author": "Dmitry Sagalovskiy, Grist Labs ", + "name": "asttokens", + "version": "2.4.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python-asttokens:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/asttokens@2.4.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/asttokens_1694046349000/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/async@3.2.4?package-id=ba6cbc87e74351b8", + "type": "library", + "author": "Caolan McMahon", + "name": "async", + "version": "3.2.4", + "description": "Higher-order functions and common patterns for asynchronous code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:caolan:async:3.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/async@3.2.4", + "externalReferences": [ + { + "url": "https://github.com/caolan/async.git", + "type": "distribution" + }, + { + "url": "https://caolan.github.io/async/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async:3.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/async/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-generator@1.10?package-id=fe7fbb58a018283c", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "async-generator", + "version": "1.10", + "licenses": [ + { + "license": { + "name": "MIT -or- Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-async-generator:1.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-generator@1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-lru@2.0.4?package-id=eb6f6ddccbbff819", + "type": "library", + "name": "async-lru", + "version": "2.0.4", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:python-async-lru:python-async-lru:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-lru@2.0.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/async-lru_1690563019058/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-timeout@4.0.3?package-id=7a3550d51c78a2d3", + "type": "library", + "author": "Andrew Svetlov ", + "name": "async-timeout", + "version": "4.0.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_\\_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-timeout@4.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/atomicwrites@1.4.0?package-id=9d8789688927dea1", + "type": "library", + "author": "Markus Unterwaditzer ", + "name": "atomicwrites", + "version": "1.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:markus_unterwaditzer_project:python-atomicwrites:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/atomicwrites@1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer_project:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer_project:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@23.1.0?package-id=1bd6eea124fddef8", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "23.1.0", + "cpe": "cpe:2.3:a:hynek_schlawack_\\", + "name": "backcall", + "version": "0.2.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-backcall:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backcall@0.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/backoff@2.2.1?package-id=2407fb211693acf7", + "type": "library", + "author": "Bob Green ", + "name": "backoff", + "version": "2.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bob_green_project:python-backoff:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backoff@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backoff-2.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backoff-2.2.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/backports.functools-lru-cache@1.6.5?package-id=fc02eacaa3194042", + "type": "library", + "author": "Raymond Hettinger ", + "name": "backports.functools-lru-cache", + "version": "1.6.5", + "cpe": "cpe:2.3:a:python-backports.functools-lru-cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backports.functools-lru-cache@1.6.5", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1687772187254/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=ebeeca4573922de6", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04&package-id=c84e178e6eabfd4d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=ecadc597883e781d", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:npm/base64-js@1.5.1?package-id=1bdab6e336d99826", + "type": "library", + "author": "T. Jameson Little ", + "name": "base64-js", + "version": "1.5.1", + "description": "Base64 encoding/decoding in pure JS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:beatgammit:base64-js:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/base64-js@1.5.1", + "externalReferences": [ + { + "url": "git://github.com/beatgammit/base64-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/beatgammit/base64-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:beatgammit:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/base64-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=d88fc74d99a91dca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.1.16?package-id=1c08080b759daf24", + "type": "application", + "name": "bash", + "version": "5.1.16", + "cpe": "cpe:2.3:a:gnu:bash:5.1.16:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.1.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:pypi/beautifulsoup4@4.12.2?package-id=cf7e89c62127795a", + "type": "library", + "author": "Leonard Richardson ", + "name": "beautifulsoup4", + "version": "4.12.2", + "cpe": "cpe:2.3:a:leonard_richardson_\\ (sindresorhus.com)", + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:binary-extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/binary-extensions@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary-extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/binary-extensions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bintrees@1.0.2?package-id=296219d13f63af29", + "type": "library", + "author": "Vadim Graboys ", + "name": "bintrees", + "version": "1.0.2", + "description": "Binary Search Trees", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bintrees:bintrees:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bintrees@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/vadimg/js_bintrees.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vadimg:bintrees:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/bintrees/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=dd77b66a1396398c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=a1e10a949d49ad9a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-common", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-common:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "504" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=672ec18a57fedfc4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-x86-64-linux-gnu", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10439" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:pypi/bleach@6.1.0?package-id=d0ef2377ef9e5f54", + "type": "library", + "name": "bleach", + "version": "6.1.0", + "licenses": [ + { + "license": { + "name": "Apache Software License" + } + } + ], + "cpe": "cpe:2.3:a:python-bleach:python-bleach:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bleach@6.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/bleach_1696630167146/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/blinker@1.6.3?package-id=050a556047b7dc48", + "type": "library", + "author": "Jason Kirtland ", + "name": "blinker", + "version": "1.6.3", + "cpe": "cpe:2.3:a:jason_kirtland_\\", + "name": "bokeh", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2012 - 2023, Anaconda, Inc., and Bokeh Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without modification,\n are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n Neither the name of Anaconda nor the names of any contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n THE POSSIBILITY OF SUCH DAMAGE.\n " + } + } + ], + "cpe": "cpe:2.3:a:bokeh_team_project:python-bokeh:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bokeh@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team_project:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team_project:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/boltons@23.0.0?package-id=02c60d5d7efb1443", + "type": "library", + "author": "Mahmoud Hashemi ", + "name": "boltons", + "version": "23.0.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:mahmoud_hashemi_project:python-boltons:23.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/boltons@23.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/boltons_1677499911949/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi_project:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi_project:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/bootstrap@3.4.1?package-id=1ce43ca56df46fde", + "type": "library", + "author": "Twitter, Inc.", + "name": "bootstrap", + "version": "3.4.1", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bootstrap:bootstrap:3.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/bootstrap@3.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/twbs/bootstrap.git", + "type": "distribution" + }, + { + "url": "https://getbootstrap.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/bootstrap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=bb137226311d4387", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=a690c2cd4b847ec1", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=f082cddd28e723e7", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=1bfa13b5a86d93ed", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=348fa288edaa4aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:npm/buffer@6.0.3?package-id=57948a22e9fdb992", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "buffer", + "version": "6.0.3", + "description": "Node.js Buffer API, for the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:buffer:buffer:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/buffer@6.0.3", + "externalReferences": [ + { + "url": "git://github.com/feross/buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:buffer:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/builtins@5.0.1?package-id=a37495b7fd30faf4", + "type": "library", + "name": "builtins", + "version": "5.0.1", + "description": "List of node.js builtin modules", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:builtins:builtins:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/builtins@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/builtins/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/bytecode@0.13.0.dev0?package-id=7a1ef656e563d2c2", + "type": "library", + "author": "Victor Stinner ", + "name": "bytecode", + "version": "0.13.0.dev0", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:victor_stinner_project:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bytecode@0.13.0.dev0", + "externalReferences": [ + { + "url": "https://github.com/MatthieuDartiailh/bytecode/archive/main.zip", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner_project:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner_project:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=df8deafd95cf7534", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=aebb170d0eb4297e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@17.1.4?package-id=bae5a4c14e5c295f", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "17.1.4", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:17.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@17.1.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:17.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@18.0.0?package-id=62650d3e685aed04", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "18.0.0", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:18.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@18.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:18.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/cached-property@1.5.2?package-id=7b952c6495aafe3a", + "type": "library", + "author": "Daniel Greenfeld ", + "name": "cached-property", + "version": "1.5.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:daniel_greenfeld_project:python-cached-property:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cached-property@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/cached_property_1615209429212/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cellpy@0.4.1?package-id=63047fa1adcd41ad", + "type": "library", + "author": "Jan Petter Maehlen ", + "name": "cellpy", + "version": "0.4.1", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:jan_petter_maehlen_project:python-cellpy:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cellpy@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen_project:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen_project:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.7.22?package-id=c07fde7e6a1afab6", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.7.22", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.7.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.7.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/installed-files.txt" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certipy@0.1.3?package-id=0c56777c990574e8", + "type": "library", + "author": "Thomas Mendoza ", + "name": "certipy", + "version": "0.1.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:thomas_mendoza_project:python-certipy:0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certipy@0.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cffi@1.16.0?package-id=7dd73c5d83362a96", + "type": "library", + "author": "Armin Rigo, Maciej Fijalkowski ", + "name": "cffi", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.16.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/cffi_1696001724357/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@5.3.0?package-id=5ad3d2771564f2be", + "type": "library", + "name": "chalk", + "version": "5.3.0", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@5.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/chardet@3.0.4?package-id=4e359164ae3ac642", + "type": "library", + "author": "Daniel Blanchard ", + "name": "chardet", + "version": "3.0.4", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:daniel_blanchard_project:python-chardet:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/chardet@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard_project:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard_project:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@2.1.1?package-id=b743a1d35b9ca4e0", + "type": "library", + "author": "Ahmed TAHRI @Ousret ", + "name": "charset-normalizer", + "version": "2.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/chownr@2.0.0?package-id=644729c408e8d618", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "version": "2.0.0", + "description": "like `chown -R`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:chownr:chownr:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chownr@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/chownr.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:chownr:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/chownr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ci-info@3.8.0?package-id=11e69cc009b650a6", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "ci-info", + "version": "3.8.0", + "description": "Get details about the current Continuous Integration environment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ci-info:ci-info:3.8.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ci-info@3.8.0", + "externalReferences": [ + { + "url": "https://github.com/watson/ci-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/ci-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci-info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ci-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cidr-regex@3.1.1?package-id=5206e175311c39cf", + "type": "library", + "author": "silverwind ", + "name": "cidr-regex", + "version": "3.1.1", + "description": "Regular expression for matching IP addresses in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cidr-regex:cidr-regex:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cidr-regex@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr-regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cidr-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clean-stack@2.2.0?package-id=519e6464f16f99ad", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clean-stack:clean-stack:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/clean-stack@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean-stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/clean-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-columns@4.0.0?package-id=4065cce4628f4a93", + "type": "library", + "author": "Shannon Moeller (http://shannonmoeller.com)", + "name": "cli-columns", + "version": "4.0.0", + "description": "Columnated lists for the CLI.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shannonmoeller:cli-columns:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-columns@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/shannonmoeller/cli-columns#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shannonmoeller:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cli-columns/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-table3@0.6.3?package-id=497e6b97330bf8c2", + "type": "library", + "author": "James Talmage", + "name": "cli-table3", + "version": "0.6.3", + "description": "Pretty unicode tables for the command line. Based on the original cli-table.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cli-table3:cli-table3:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-table3@0.6.3", + "externalReferences": [ + { + "url": "https://github.com/cli-table/cli-table3.git", + "type": "distribution" + }, + { + "url": "https://github.com/cli-table/cli-table3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cli-table3/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.7?package-id=4b2284edf8855f37", + "type": "library", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@1.0.4?package-id=6d7a874637e29b90", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "1.0.4", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cmd-shim@6.0.1?package-id=47acf3521d905b29", + "type": "library", + "author": "GitHub Inc.", + "name": "cmd-shim", + "version": "6.0.1", + "description": "Used in npm for command line application support", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cmd-shim:cmd-shim:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cmd-shim@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cmd-shim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd-shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color@3.2.1?package-id=4eb7b82d1f5d63ba", + "type": "library", + "name": "color", + "version": "3.2.1", + "description": "Color conversion and manipulation with CSS string support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color:color:3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color@3.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@1.9.3?package-id=a089b3880292f3ae", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "1.9.3", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=9bdd778852407d3d", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.3?package-id=b2b605449ff65e0c", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.3", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/dfcreative/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=fbbbbfc8d21f086d", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-string@1.9.1?package-id=c1fdbdf8e9c41713", + "type": "library", + "author": "Heather Arthur ", + "name": "color-string", + "version": "1.9.1", + "description": "Parser and generator for CSS color strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-string_project:color-string:1.9.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/color-string@1.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-support@1.1.3?package-id=af107209117df3d1", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:color-support:color-support:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-support@1.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/color-support.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorama@0.4.4?package-id=c15ec67fa7e8fceb", + "type": "library", + "author": "Jonathan Hartley ", + "name": "colorama", + "version": "0.4.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jonathan_hartley_project:python-colorama:0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/colorama@0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley_project:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley_project:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorcet@3.0.1?package-id=d3b741628e19df47", + "type": "library", + "author": "James A. Bednar ", + "name": "colorcet", + "version": "3.0.1", + "licenses": [ + { + "license": { + "name": "CC-BY License" + } + } + ], + "cpe": "cpe:2.3:a:james_a__bednar_project:python-colorcet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/colorcet@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar_project:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar_project:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/colorspace@1.1.4?package-id=03a86cde3f642011", + "type": "library", + "author": "Arnout Kazemier", + "name": "colorspace", + "version": "1.1.4", + "description": "Generate HEX colors for a given namespace.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:colorspace:colorspace:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/colorspace@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:colorspace:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/colorspace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/columnify@1.6.0?package-id=ffdce09595a5a27d", + "type": "library", + "author": "Tim Oxley", + "name": "columnify", + "version": "1.6.0", + "description": "Render data in text columns. Supports in-column text-wrap.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:columnify:columnify:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/columnify@1.6.0", + "externalReferences": [ + { + "url": "git://github.com/timoxley/columnify.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/columnify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timoxley:columnify:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/columnify/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/comm@0.1.4?package-id=e8554160873bd38d", + "type": "library", + "author": "Jupyter contributors", + "name": "comm", + "version": "0.1.4", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022, Jupyter\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_contributors_project:python-comm:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/comm@0.1.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/comm_1691044910542/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors_project:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors_project:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:npm/commander@7.2.0?package-id=c759c455fd776c77", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "commander", + "version": "7.2.0", + "description": "the complete solution for node.js command-line programs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:commander:commander:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/commander@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/tj/commander.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tj:commander:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/commander/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/common-ancestor-path@1.0.1?package-id=845d8fb1f358ffc7", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "common-ancestor-path", + "version": "1.0.1", + "description": "Find the common ancestor of 2 or more paths on Windows or Unix", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:common-ancestor-path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/common-ancestor-path@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/common-ancestor-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor-path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/common-ancestor-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?package-id=79ba99b923e7a0d2", + "type": "library", + "name": "commons-logging", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache-software-foundation:commons-logging:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-logging/commons-logging@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "93ebb84ba84602bfb86a872cd0c15abda24f2e6c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache-software-foundation:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-logging:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-logging:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_logging:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_logging:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache/commons-logging-adapters@1.2?package-id=17944ce1b3eb82c8", + "type": "library", + "name": "commons-logging-adapters", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-logging-adapters:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache/commons-logging-adapters@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a53df89356329d99647df52aadba26c2d91af8c5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging_adapters:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-adapters-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-adapters-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache/commons-logging-api@1.2?package-id=54894dd422e69b4c", + "type": "library", + "name": "commons-logging-api", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-logging-api:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache/commons-logging-api@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5e6750ffc8c8edf4e6117de91848bbe37f64d5d2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-api-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-api-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=8e351955cd0907e6", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/conda@23.9.0?package-id=90a8744cd36252d4", + "type": "library", + "author": "\"Anaconda, Inc.\" ", + "name": "conda", + "version": "23.9.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2012, Anaconda, Inc.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ---\n \n Conda incorporates the following libraries into its distributed code:\n \n * appdirs, licensed as MIT\n * auxlib, licensed as ISC\n * boltons, licensed as BSD-3-Clause\n * py-cpuinfo, licensed as MIT\n * distro, licensed as Apache-2.0\n * frozendict, license as LGPL-3.0\n * tqdm, licensed as MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"anaconda\\,_inc_\\\"_\\", + "name": "conda-package-handling", + "version": "2.2.0", + "cpe": "cpe:2.3:a:python-conda-package-handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/conda-package-handling@2.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/conda-package-handling_1691048088238/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/conda-package-streaming@0.9.0?package-id=03a8a579566566c9", + "type": "library", + "author": "\"Anaconda, Inc. & Contributors\" ", + "name": "conda_package_streaming", + "version": "0.9.0", + "cpe": "cpe:2.3:a:\\\"anaconda\\,_inc__\\&_contributors\\\"_\\ (http://re-becca.org/)", + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:console-control-strings:console-control-strings:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/console-control-strings@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/console-control-strings", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control-strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/console-control-strings/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/contourpy@1.2.0?package-id=9adb218b10484343", + "type": "library", + "author": "Ian Thomas ", + "name": "contourpy", + "version": "1.2.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2021-2023, ContourPy Developers.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:ian_thomas_\\", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=f8511b9cdae6aa48", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cpp", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:cpp:cpp:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp-11@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=9da666b80db749ee", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "cpp-11", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:cpp-11:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp-11@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp-11:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26284" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:npm/cross-spawn@7.0.3?package-id=00da0fc84da0363d", + "type": "library", + "author": "André Cruz ", + "name": "cross-spawn", + "version": "7.0.3", + "description": "Cross platform child_process#spawn and child_process#spawnSync", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cross-spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cross-spawn@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/moxystudio/node-cross-spawn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross-spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cross-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/cryptography@41.0.6?package-id=d4b00dd4281f7c72", + "type": "library", + "author": "The Python Cryptographic Authority and individual contributors ", + "name": "cryptography", + "version": "41.0.6", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography_project:python-cryptography:41.0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cryptography@41.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/cssesc@3.0.0?package-id=1ade9d1d43b63ae4", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "cssesc", + "version": "3.0.0", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:cssesc:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cssesc@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/cssesc.git", + "type": "distribution" + }, + { + "url": "https://mths.be/cssesc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cssesc:cssesc:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cssesc/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.15?arch=amd64&distro=ubuntu-22.04&package-id=99a9851b7457337f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.15?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "443" + } + ] + }, + { + "bom-ref": "pkg:pypi/cycler@0.12.1?package-id=e67620f42fc273c3", + "type": "library", + "author": "Thomas A Caswell ", + "name": "cycler", + "version": "0.12.1", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015, matplotlib project\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the matplotlib project nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:thomas_a_caswell_\\", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=a5c5b44e912712cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dbus", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:dbus:dbus:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dbus/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dbus.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dbus.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "582" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dbus-user-session@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04&package-id=1f359484935e2e3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dbus-user-session", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:dbus-user-session:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dbus-user-session@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user-session:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user_session:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user_session:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dbus-user-session/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dbus-user-session.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dbus-user-session.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "130" + }, + { + "name": "syft:metadata:source", + "value": "dbus" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dconf-gsettings-backend@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=d3227e4876c199fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dconf-gsettings-backend", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:dconf-gsettings-backend:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dconf-gsettings-backend@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings-backend:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings_backend:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings_backend:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dconf-gsettings-backend/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dconf-gsettings-backend:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dconf-service@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=440f0fb00a1c068f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dconf-service", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:dconf-service:dconf-service:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dconf-service@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-service:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_service:dconf-service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_service:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf-service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dconf-service/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dconf-service.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "102" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e81a5ba0a219ee26", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=661ac8b0bf71223f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=1ddd30b2bc024aac", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/debugpy@1.8.0?package-id=8edb24f3b0426aa8", + "type": "library", + "author": "Microsoft Corporation ", + "name": "debugpy", + "version": "1.8.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:microsoft_corporation_project:python-debugpy:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/debugpy@1.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/debugpy_1695534290440/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/decorator@5.1.1?package-id=2e9cf0248157eb9a", + "type": "library", + "author": "Michele Simionato ", + "name": "decorator", + "version": "5.1.1", + "licenses": [ + { + "license": { + "name": "new BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python:decorator:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/decorator@5.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/defaults@1.0.4?package-id=9e600015177513c7", + "type": "library", + "author": "Elijah Insua ", + "name": "defaults", + "version": "1.0.4", + "description": "merge single level defaults over a config object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sindresorhus:defaults:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/defaults@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/sindresorhus/node-defaults.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defaults:defaults:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/defusedxml@0.7.1?package-id=163c50fd6a021b9e", + "type": "library", + "author": "Christian Heimes ", + "name": "defusedxml", + "version": "0.7.1", + "licenses": [ + { + "license": { + "name": "PSFL" + } + } + ], + "cpe": "cpe:2.3:a:christian_heimes_project:python-defusedxml:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/defusedxml@0.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/defusedxml_1615232257335/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes_project:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes_project:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/delegates@1.0.0?package-id=a0eda79a920250b8", + "type": "library", + "name": "delegates", + "version": "1.0.0", + "description": "delegate methods and accessors to another property", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delegates:delegates:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delegates@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/delegates/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecation@2.1.0?package-id=f3a21c9a20f75443", + "type": "library", + "author": "Brian Curtin ", + "name": "deprecation", + "version": "2.1.0", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:brian_curtin_project:python-deprecation:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/deprecation@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@5.1.0?package-id=e813ae528ffc292a", + "type": "library", + "name": "diff", + "version": "5.1.0", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=3566e3a0bff3af17", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.6?arch=all&distro=ubuntu-22.04&package-id=dcaa52d3d4271d50", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "distro-info-data", + "version": "0.52ubuntu0.6", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.6?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/distro-info-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/distro-info-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-host@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=8569a784995901eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-host", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-host:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-host@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-host:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_host:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_host:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-host/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-host.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dotnet-host.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "423" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-hostfxr-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=90972b0f86f62319", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-hostfxr-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-hostfxr-6.0:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-hostfxr-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr-6.0:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr_6.0:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr_6.0:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-hostfxr-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-hostfxr-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "478" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=8991d6ae7db07130", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-runtime-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-runtime-6.0:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime-6.0:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime_6.0:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime_6.0:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-runtime-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-runtime-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65696" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=b4f22f7ab5ff37e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=19094bbf6196e05c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:npm/eastasianwidth@0.2.0?package-id=557515aa6fe05d1a", + "type": "library", + "author": "Masaki Komagata", + "name": "eastasianwidth", + "version": "0.2.0", + "description": "Get East Asian Width from a character.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eastasianwidth:eastasianwidth:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eastasianwidth@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/komagata/eastasianwidth.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:komagata:eastasianwidth:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/eastasianwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=33aa3daa646e2f6c", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=d3fed024acec0e6e", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=a13a666f30362a73", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/enabled@2.0.0?package-id=f4c597b0c17b3827", + "type": "library", + "author": "Arnout Kazemier", + "name": "enabled", + "version": "2.0.0", + "description": "Check if a certain debug flag is enabled.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:enabled:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/enabled@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/enabled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enabled:enabled:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/enabled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encoding@0.1.13?package-id=56988b98c7ad444c", + "type": "library", + "author": "Andris Reinman", + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encoding:encoding:0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/encoding@0.1.13", + "externalReferences": [ + { + "url": "https://github.com/andris9/encoding.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andris9:encoding:0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/entrypoints@0.4?package-id=945e4911ea28f5b2", + "type": "library", + "author": "Thomas Kluyver ", + "name": "entrypoints", + "version": "0.4", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-entrypoints:0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/entrypoints@0.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/entrypoints_1643888246732/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:npm/env-paths@2.2.1?package-id=197c419724815bc1", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:env-paths:env-paths:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/env-paths@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env-paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/env-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/err-code@2.0.3?package-id=9899ba03727284a0", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "err-code", + "version": "2.0.3", + "description": "Create an error with a code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:IndigoUnited:err-code:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/err-code@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/js-err-code.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/err-code/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/et-xmlfile@1.1.0?package-id=b6470b0174c8e017", + "type": "library", + "author": "See ATUHORS.txt ", + "name": "et-xmlfile", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:see_atuhors_txt_project:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/et-xmlfile@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/event-target-shim@5.0.1?package-id=2b41e0ed48d1ecb9", + "type": "library", + "author": "Toru Nagashima", + "name": "event-target-shim", + "version": "5.0.1", + "description": "An implementation of WHATWG EventTarget interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:event-target-shim:event-target-shim:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/event-target-shim@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/mysticatea/event-target-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/event-target-shim", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target-shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/event-target-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eventemitter3@4.0.7?package-id=b0228198d7a32abd", + "type": "library", + "author": "Arnout Kazemier", + "name": "eventemitter3", + "version": "4.0.7", + "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eventemitter3:eventemitter3:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/eventemitter3@4.0.7", + "externalReferences": [ + { + "url": "git://github.com/primus/eventemitter3.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:primus:eventemitter3:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/eventemitter3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/events@3.3.0?package-id=f9ce7355f5f565d2", + "type": "library", + "author": "Irakli Gozalishvili (http://jeditoolkit.com)", + "name": "events", + "version": "3.3.0", + "description": "Node's event emitter for all engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:Gozala:events:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/events@3.3.0", + "externalReferences": [ + { + "url": "git://github.com/Gozala/events.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:events:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/events/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/exceptiongroup@1.1.3?package-id=7313a3be6265fa5b", + "type": "library", + "author": "Alex Grönholm ", + "name": "exceptiongroup", + "version": "1.1.3", + "cpe": "cpe:2.3:a:python-exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/exceptiongroup@1.1.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1692026125334/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/executing@1.2.0?package-id=ce2dfe9dfc593fc8", + "type": "library", + "author": "Alex Hall ", + "name": "executing", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-executing:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/executing@1.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/executing_1667317341051/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/exponential-backoff@3.1.1?package-id=a608b83b4e552315", + "type": "library", + "author": "Sami Sayegh", + "name": "exponential-backoff", + "version": "3.1.1", + "description": "A utility that allows retrying a function with an exponential delay between attempts.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:exponential-backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/exponential-backoff@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/coveo/exponential-backoff.git", + "type": "distribution" + }, + { + "url": "https://github.com/coveo/exponential-backoff#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential-backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/exponential-backoff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastest-levenshtein@1.0.16?package-id=f82c0cbb34b59157", + "type": "library", + "author": "Kasper U. Weihe", + "name": "fastest-levenshtein", + "version": "1.0.16", + "description": "Fastest Levenshtein distance implementation in JS.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fastest-levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastest-levenshtein@1.0.16", + "externalReferences": [ + { + "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git", + "type": "distribution" + }, + { + "url": "https://github.com/ka-weihe/fastest-levenshtein#README", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest-levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/fastjsonschema@2.18.1?package-id=78905f651d3ab399", + "type": "library", + "author": "Michal Horejsek ", + "name": "fastjsonschema", + "version": "2.18.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:michal_horejsek_project:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fastjsonschema@2.18.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-fastjsonschema_1696171779618/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/fecha@4.2.3?package-id=0b7c42f92354e750", + "type": "library", + "author": "Taylor Hakes", + "name": "fecha", + "version": "4.2.3", + "description": "Date formatting and parsing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:taylorhakes:fecha:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fecha@4.2.3", + "externalReferences": [ + { + "url": "https://taylorhakes@github.com/taylorhakes/fecha.git", + "type": "distribution" + }, + { + "url": "https://github.com/taylorhakes/fecha", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fecha:fecha:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/fecha/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d0a590fb3ad8a5f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:npm/fn.name@1.1.0?package-id=02ce64ad11a2efda", + "type": "library", + "author": "Arnout Kazemier", + "name": "fn.name", + "version": "1.1.0", + "description": "Extract names from functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:fn.name:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fn.name@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fn.name:fn.name:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/fn.name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/follow-redirects@1.15.2?package-id=734a29c2a0dbaa43", + "type": "library", + "author": "Ruben Verborgh (https://ruben.verborgh.org/)", + "name": "follow-redirects", + "version": "1.15.2", + "description": "HTTP and HTTPS modules that follow redirects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:follow-redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/follow-redirects@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/follow-redirects/follow-redirects", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow-redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/follow-redirects/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/font-awesome@4.7.0?package-id=e443898f6f30d32d", + "type": "library", + "author": "Dave Gandy (http://twitter.com/davegandy)", + "name": "font-awesome", + "version": "4.7.0", + "description": "The iconic font and CSS framework", + "cpe": "cpe:2.3:a:font-awesome:font-awesome:4.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/font-awesome@4.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/FortAwesome/Font-Awesome.git", + "type": "distribution" + }, + { + "url": "http://fontawesome.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font-awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/font-awesome/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=7ce7d533482afd30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig:fontconfig:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "375" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-liberation@1:1.07.4-11?arch=all&distro=ubuntu-22.04&package-id=580b77ab131b178e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-liberation", + "version": "1:1.07.4-11", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fonts-liberation:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-liberation@1:1.07.4-11?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-liberation:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_liberation:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_liberation:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-liberation/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-liberation.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2089" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-lmodern@2.004.5-6.1?arch=all&upstream=lmodern&distro=ubuntu-22.04&package-id=e9cc581841899e4e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-lmodern", + "version": "2.004.5-6.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fonts-lmodern:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-lmodern@2.004.5-6.1?arch=all&upstream=lmodern&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-lmodern:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_lmodern:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_lmodern:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-lmodern/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-lmodern.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-lmodern.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10756" + }, + { + "name": "syft:metadata:source", + "value": "lmodern" + } + ] + }, + { + "bom-ref": "pkg:pypi/fonttools@4.47.0?package-id=386d8a478c527573", + "type": "library", + "author": "Just van Rossum ", + "name": "fonttools", + "version": "4.47.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just_van_rossum_project:python-fonttools:4.47.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fonttools@4.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum_project:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum_project:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:python-fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:python_fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:fonttools:4.47.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.47.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.47.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.47.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/foreground-child@3.1.1?package-id=2069993f2bffa809", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "foreground-child", + "version": "3.1.1", + "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:foreground-child:foreground-child:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/foreground-child@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/tapjs/foreground-child.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground-child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/foreground-child/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/fqdn@1.5.1?package-id=a60ea53a01111d52", + "type": "library", + "author": "ypcrts ", + "name": "fqdn", + "version": "1.5.1", + "licenses": [ + { + "license": { + "name": "MPL 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ypcrts_project:python-fqdn:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fqdn@1.5.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/fqdn_1638810296540/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts_project:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts_project:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/frozenlist@1.4.1?package-id=6773a31625f8abda", + "type": "library", + "name": "frozenlist", + "version": "1.4.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@2.1.0?package-id=d879e02901521a1c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs-minipass", + "version": "2.1.0", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@3.0.3?package-id=b59280a333a26809", + "type": "library", + "author": "GitHub Inc.", + "name": "fs-minipass", + "version": "3.0.3", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@3.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=0f9a87c526139c11", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=cdaa1711d18e47e5", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@4.0.4?package-id=58c3aa99e01234f7", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@5.0.1?package-id=08441bcf6ca1d8df", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "5.0.1", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=9a518549748aa6d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gcc", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gcc:gcc:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11@11.4.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04&package-id=09c44241bcbcccf1", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11@11.4.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "52747" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11-base@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=5ca527226ff0082a", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11-base", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11-base:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11-base@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11-base:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "273" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=e18432c0654a6320", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "272" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf-service@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=2cffa0b7938394a7", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf-service", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf-service:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf-service@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf-service/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf-service.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "365" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf-service-backend@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=d07821bfcb687bd6", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf-service-backend", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf-service-backend:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf-service-backend@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service-backend:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service_backend:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service_backend:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf-service-backend/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf-service-backend.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf2-common@3.2.6-7ubuntu2?arch=all&upstream=gconf&distro=ubuntu-22.04&package-id=9a05f01c35e06ace", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf2-common", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf2-common:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf2-common@3.2.6-7ubuntu2?arch=all&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2-common:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2_common:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2_common:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf2-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf2-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gconf2-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6377" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=1ee1d5c9120840ae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git", + "version": "1:2.34.1-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18468" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.10?arch=all&upstream=git&distro=ubuntu-22.04&package-id=341a37c7da8beffe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git-man", + "version": "1:2.34.1-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.10?arch=all&upstream=git&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1958" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@10.3.3?package-id=17fac114e3530b50", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me/)", + "name": "glob", + "version": "10.3.3", + "description": "the most correct and second fastest glob implementation in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:10.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@10.3.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:10.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@10.3.3?package-id=1a46ad52d5c06c0b", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me/)", + "name": "glob", + "version": "10.3.3", + "description": "the most correct and second fastest glob implementation in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:10.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@10.3.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:10.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=e7e0d2547a9b0caa", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=73756441fa9a635b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a5b49b1b64a74ead", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:npm/graceful-fs@4.2.11?package-id=5f1a021a03ab021b", + "type": "library", + "name": "graceful-fs", + "version": "4.2.11", + "description": "A drop-in replacement for fs, making various improvements.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:graceful-fs:graceful-fs:4.2.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/graceful-fs@4.2.11", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-graceful-fs", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful-fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/graceful-fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/greenlet@3.0.0?package-id=cd7203174b75e27a", + "type": "library", + "author": "Alexey Borzenkov ", + "name": "greenlet", + "version": "3.0.0", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:alexey_borzenkov_project:python-greenlet:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/greenlet@3.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/greenlet_1696597334170/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=2d33b394ede109d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gtk-update-icon-cache@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=1784d7292ab4b8c4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gtk-update-icon-cache", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:gtk-update-icon-cache:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gtk-update-icon-cache@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon-cache:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon_cache:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon_cache:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gtk-update-icon-cache/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gtk-update-icon-cache.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "160" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=887217cf2b495987", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:pypi/h11@0.14.0?package-id=39caf5fcebe651ff", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "h11", + "version": "0.14.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-h11:0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/h11@0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=b1aaa2aaaa5d27ba", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-unicode@2.0.1?package-id=73eebb4a762e3fe1", + "type": "library", + "author": "Rebecca Turner ", + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:has-unicode:has-unicode:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-unicode@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/iarna/has-unicode", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/has-unicode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/has-unicode/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hicolor-icon-theme@0.17-2?arch=all&distro=ubuntu-22.04&package-id=970d3c1f2cd6c674", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hicolor-icon-theme", + "version": "0.17-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:hicolor-icon-theme:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hicolor-icon-theme@0.17-2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon-theme:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon_theme:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon_theme:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hicolor-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hicolor-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "440" + } + ] + }, + { + "bom-ref": "pkg:pypi/holoviews@1.18.1?package-id=9bc3f6de2571a7c3", + "type": "library", + "author": "Jean-Luc Stevens and Philipp Rudiger ", + "name": "holoviews", + "version": "1.18.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:python-holoviews:1.18.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/holoviews@1.18.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/hosted-git-info@7.0.0?package-id=4624c049a585962d", + "type": "library", + "author": "GitHub Inc.", + "name": "hosted-git-info", + "version": "7.0.0", + "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:hosted-git-info:hosted-git-info:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/hosted-git-info@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/hosted-git-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/hosted-git-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git-info:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/hosted-git-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=e1f1435d959ddc62", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:pypi/html5lib@1.1?package-id=6935b14d85a80de0", + "type": "library", + "name": "html5lib", + "version": "1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:python-html5lib:python-html5lib:1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/html5lib@1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/http-cache-semantics@4.1.1?package-id=a5e5aa22374652a6", + "type": "library", + "author": "Kornel Lesiński (https://kornel.ski/)", + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:http-cache-semantics_project:http-cache-semantics:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-cache-semantics@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/kornelski/http-cache-semantics.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/http-cache-semantics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy@1.18.1?package-id=5424e18bc40ef77b", + "type": "library", + "author": "Charlie Robbins ", + "name": "http-proxy", + "version": "1.18.1", + "description": "HTTP proxying for the masses", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy_project:http-proxy:1.18.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-proxy@1.18.1", + "externalReferences": [ + { + "url": "https://github.com/http-party/node-http-proxy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@5.0.0?package-id=d336b0eeda00f77b", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "5.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@5.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@7.0.0?package-id=479d58647c0aedf4", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "7.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/httpcore@0.16.3?package-id=3ff9fa2964d0e9f1", + "type": "library", + "author": "Tom Christie ", + "name": "httpcore", + "version": "0.16.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:tom_christie_project:python-httpcore:0.16.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/httpcore@0.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie_project:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie_project:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@5.0.1?package-id=ce492fc83c04462f", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@7.0.1?package-id=585b4001c1d79f88", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "7.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:7.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/httpx@0.23.3?package-id=57b3573b55ac2c0f", + "type": "library", + "author": "Tom Christie ", + "name": "httpx", + "version": "0.23.3", + "cpe": "cpe:2.3:a:tom_christie_\\", + "name": "humanity-icon-theme", + "version": "0.6.16", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:humanity-icon-theme:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/humanity-icon-theme@0.6.16?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon-theme:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon_theme:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon_theme:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/humanity-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/humanity-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20660" + } + ] + }, + { + "bom-ref": "pkg:npm/humanize-ms@1.2.1?package-id=dd38e362882bc559", + "type": "library", + "author": "dead-horse (http://deadhorse.me)", + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-modules:humanize-ms:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/humanize-ms@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/node-modules/humanize-ms", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/humanize-ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/hvplot@0.7.3?package-id=2884599c336164a9", + "type": "library", + "author": "Philipp Rudiger ", + "name": "hvplot", + "version": "0.7.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:philipp_rudiger_project:python-hvplot:0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/hvplot@0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.6.3?package-id=a1e22d08d2dce2a4", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.6.3", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@2.10?package-id=ead246a97de90449", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "2.10", + "licenses": [ + { + "license": { + "name": "BSD-like" + } + } + ], + "cpe": "cpe:2.3:a:kim_davies_project:python-idna:2.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/idna@2.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_davies_project:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_daviesproject:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_daviesproject:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_davies_project:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_project:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_project:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-idna:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-idna:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_idna:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_idna:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_davies:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_davies:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_daviesproject:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kimproject:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kimproject:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idna:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idna:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_project:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-idna:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_idna:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim:python-idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim:python_idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim_davies:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kimproject:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idna:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kim:idna:2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/idna-2.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/idna-2.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/idna-2.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/ieee754@1.2.1?package-id=ad6205f1826a3766", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "ieee754", + "version": "1.2.1", + "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ieee754:ieee754:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ieee754@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/ieee754.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:ieee754:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ieee754/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore-walk@6.0.3?package-id=7cfe79da4f1d833f", + "type": "library", + "author": "GitHub Inc.", + "name": "ignore-walk", + "version": "6.0.3", + "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ignore-walk:ignore-walk:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore-walk@6.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/ignore-walk.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore-walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ignore-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/importlib-metadata@4.4.0?package-id=32f0a5a90dd69b35", + "type": "library", + "author": "Jason R. Coombs ", + "name": "importlib-metadata", + "version": "4.4.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-metadata@4.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-4.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-4.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-4.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/importlib-resources@6.1.0?package-id=1f2e2dd774589fe7", + "type": "library", + "author": "Barry Warsaw ", + "name": "importlib-resources", + "version": "6.1.0", + "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-resources@6.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1695414790617/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=6ab119f1813dc44d", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/indent-string@4.0.0?package-id=a4c127900570382e", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indent-string:indent-string:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/indent-string@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent-string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/indent-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=88943c845a970961", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=e182f655dc5e6d3d", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=7ce1663de7b79ef7", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ini@4.1.1?package-id=3531e955ab1eaffd", + "type": "library", + "author": "GitHub Inc.", + "name": "ini", + "version": "4.1.1", + "description": "An ini encoder/decoder for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ini_project:ini:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ini@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ini.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/iniconfig@1.1.1?package-id=e14b4c24b7b88e47", + "type": "library", + "author": "Ronny Pfannschmidt, Holger Krekel ", + "name": "iniconfig", + "version": "1.1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/iniconfig@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/iniconfig@2.0.0?package-id=ea7f550c632f3cc7", + "type": "library", + "author": "Ronny Pfannschmidt , Holger Krekel ", + "name": "iniconfig", + "version": "2.0.0", + "cpe": "cpe:2.3:a:ronny_pfannschmidt_\\", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:npm/ip@2.0.0?package-id=ab0a8e9d90c693ac", + "type": "library", + "author": "Fedor Indutny ", + "name": "ip", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indutny:ip:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip@2.0.0", + "externalReferences": [ + { + "url": "http://github.com/indutny/node-ip.git", + "type": "distribution" + }, + { + "url": "https://github.com/indutny/node-ip", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip-regex@4.3.0?package-id=bb210511e9aecfde", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ip-regex", + "version": "4.3.0", + "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ip-regex:ip-regex:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip-regex@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip-regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ip-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipykernel@6.17.1?package-id=9ae1b39c7375f86e", + "type": "library", + "author": "IPython Development Team ", + "name": "ipykernel", + "version": "6.17.1", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2015, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the IPython Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the IPython Development Team\n \n The IPython Development Team is the set of all contributors to the IPython project.\n This includes all of the IPython subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/ipython/.\n \n ## Our Copyright Policy\n \n IPython uses a shared copyright model. Each contributor maintains copyright\n over their contributions to IPython. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the IPython\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire IPython\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the IPython repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) IPython Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "ipython", + "version": "8.16.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipython:8.16.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipython@8.16.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ipython_1696264049390/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipython-genutils@0.2.0?package-id=7b29d6fb83b0496d", + "type": "library", + "author": "IPython Development Team ", + "name": "ipython-genutils", + "version": "0.2.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipython-genutils@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/installed-files.txt" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipywidgets@7.7.0?package-id=fac6dd885e9bc5f8", + "type": "library", + "author": "IPython Development Team ", + "name": "ipywidgets", + "version": "7.7.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipywidgets:7.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipywidgets@7.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/is-arrayish@0.3.2?package-id=18de34b7264341f2", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "is-arrayish", + "version": "0.3.2", + "description": "Determines if an object can be used as an array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-arrayish@0.3.2", + "externalReferences": [ + { + "url": "https://github.com/qix-/node-is-arrayish.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/is-arrayish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-cidr@4.0.2?package-id=f667d3235c480bf3", + "type": "library", + "author": "silverwind ", + "name": "is-cidr", + "version": "4.0.2", + "description": "Check if a string is an IP address in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:is-cidr:is-cidr:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-cidr@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-cidr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.12.1?package-id=65204625b28697bb", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.12.1", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.12.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.12.1", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=fc404f204e65bdb9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-lambda@1.0.1?package-id=7e411e2dfe899526", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-lambda:is-lambda:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-lambda@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/watson/is-lambda.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/is-lambda", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-lambda/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-stream@2.0.1?package-id=f17b5aa4d23c30d4", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "is-stream", + "version": "2.0.1", + "description": "Check if something is a Node.js stream", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-stream:is-stream:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-stream@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/is-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=7e2d48f836016b79", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@3.1.1?package-id=8c375305aba49f41", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "3.1.1", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@3.1.1", + "externalReferences": [ + { + "url": "https://github.com/isaacs/isexe", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/isoduration@20.11.0?package-id=aab6e42bba43a8bb", + "type": "library", + "author": "Víctor Muñoz ", + "name": "isoduration", + "version": "20.11.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:python-isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/isoduration@20.11.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/isoduration_1638811571363/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/isort@5.1.4?package-id=a65899c305673ba2", + "type": "library", + "author": "Timothy Crosley ", + "name": "isort", + "version": "5.1.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timothy_crosley_project:python-isort:5.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/isort@5.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley_project:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley_project:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/isort-5.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/isort-5.1.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:npm/jackspeak@2.2.1?package-id=748af0d850fc02c4", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "jackspeak", + "version": "2.2.1", + "description": "A very strict and proper argument parser.", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:jackspeak:jackspeak:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jackspeak@2.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/jackspeak.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/jackspeak/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jedi@0.19.1?package-id=05a39e817d297f8f", + "type": "library", + "author": "David Halter ", + "name": "jedi", + "version": "0.19.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-jedi:0.19.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jedi@0.19.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jquery@3.7.0?package-id=bbfeb309d805773c", + "type": "library", + "author": "OpenJS Foundation and other contributors (https://github.com/jquery/jquery/blob/3.7.0/AUTHORS.txt)", + "name": "jquery", + "version": "3.7.0", + "description": "JavaScript library for DOM operations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jquery:jquery:3.7.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/jquery@3.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/jquery/jquery.git", + "type": "distribution" + }, + { + "url": "https://jquery.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/jquery/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-parse-even-better-errors@3.0.0?package-id=8301a5609d7a75dc", + "type": "library", + "author": "GitHub Inc.", + "name": "json-parse-even-better-errors", + "version": "3.0.0", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-parse-even-better-errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-parse-even-better-errors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/json-parse-even-better-errors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better-errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-nice@1.1.4?package-id=4a26698adef4127d", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "json-stringify-nice", + "version": "1.1.4", + "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-nice@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/json-stringify-nice", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/json-stringify-nice/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/json5@0.9.14?package-id=c986500eb6f384b6", + "type": "library", + "author": "Dirk Pranke ", + "name": "json5", + "version": "0.9.14", + "licenses": [ + { + "license": { + "name": "Apache" + } + } + ], + "cpe": "cpe:2.3:a:dirk_pranke_project:python-json5:0.9.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/json5@0.9.14", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/json5_1688248289187/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke_project:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke_project:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jsonparse@1.3.1?package-id=64d825d8078de89b", + "type": "library", + "author": "Tim Caswell ", + "name": "jsonparse", + "version": "1.3.1", + "description": "This is a pure-js JSON streaming parser for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:creationix:jsonparse:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsonparse@1.3.1", + "externalReferences": [ + { + "url": "http://github.com/creationix/jsonparse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonparse:jsonparse:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/jsonparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonpatch@1.33?package-id=27d38aec12e82ff9", + "type": "library", + "author": "Stefan Kögl ", + "name": "jsonpatch", + "version": "1.33", + "licenses": [ + { + "license": { + "name": "Modified BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python-jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonpatch@1.33", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonpatch_1695536281965/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonpointer@2.4?package-id=e4cc35c14f5686f1", + "type": "library", + "author": "Stefan Kögl ", + "name": "jsonpointer", + "version": "2.4", + "licenses": [ + { + "license": { + "name": "Modified BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python-jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonpointer@2.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonpointer_1695397236330/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema@4.19.1?package-id=da3c39288bb290d7", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema", + "version": "4.19.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema@4.19.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonschema-meta_1695228989494/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema-specifications@2023.7.1?package-id=13c5adc533029f3a", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema-specifications", + "version": "2023.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema-specifications@2023.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonschema-specifications_1689701150890/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-events@0.8.0?package-id=037dec30fa4eda8d", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter-events", + "version": "0.8.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter-lsp", + "version": "2.2.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_lsp_contributors_project:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyter-lsp@2.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyter-lsp-meta_1685453365113/work/jupyter-lsp", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-telemetry@0.1.0?package-id=a35a158f4d684026", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter-telemetry", + "version": "0.1.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyter-telemetry@0.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyter_telemetry_1605173804246/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-client@7.4.9?package-id=ec8044e4882191ce", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter_client", + "version": "7.4.9", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_core", + "version": "4.12.0", + "licenses": [ + { + "license": { + "name": "# The Jupyter licensing terms\n \n Jupyter is licensed under the terms of the Modified BSD License (also known as\n New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter\n project. This includes all of the Jupyter subprojects. A full list with\n details is kept in the documentation directory, in the file\n `about/credits.txt`.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/ipython/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. It is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_packaging", + "version": "0.12.3", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2017, Project Jupyter\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_server", + "version": "2.8.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_server_terminals", + "version": "0.4.4", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2021-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyterhub", + "version": "4.0.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterhub:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub@4.0.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyterhub-feedstock_1691671359799/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab@4.0.7?package-id=027c230cb237e736", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab", + "version": "4.0.7", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015-2022 Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n Semver File License\n ===================\n \n The semver.py file is from https://github.com/podhmo/python-semver\n which is licensed under the \"MIT\" license. See the semver.py file for details." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyterlab-pygments", + "version": "0.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterlab-pygments@0.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyterlab_pygments_1649936611996/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab-widgets@3.0.9?package-id=3cc161a6e12c478e", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab-widgets", + "version": "3.0.9", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterlab-widgets@3.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jupyterlab_pygments@0.2.2?package-id=710b9a3a441c7d2a", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_pygments", + "version": "0.2.2", + "description": "Pygments theme using JupyterLab CSS variables", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/jupyterlab_pygments@0.2.2", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jupyterlab_pygments@0.2.2?package-id=9c8161923f4be58d", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_pygments", + "version": "0.2.2", + "description": "Pygments theme using JupyterLab CSS variables", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/jupyterlab_pygments@0.2.2", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/jupyterlab_pygments/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab-server@2.24.0?package-id=9a4819bd550bca30", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_server", + "version": "2.24.0", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015-2017, Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "kiwisolver", + "version": "1.4.5", + "licenses": [ + { + "license": { + "name": "=========================\n The Kiwi licensing terms\n =========================\n Kiwi is licensed under the terms of the Modified BSD License (also known as\n New or Revised BSD), as follows:\n \n Copyright (c) 2013, Nucleic Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Nucleic Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n About Kiwi\n ----------\n Chris Colbert began the Kiwi project in December 2013 in an effort to\n create a blisteringly fast UI constraint solver. Chris is still the\n project lead.\n \n The Nucleic Development Team is the set of all contributors to the Nucleic\n project and its subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n http://github.com/nucleic. The current team consists of:\n \n * Chris Colbert\n \n Our Copyright Policy\n --------------------\n Nucleic uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Nucleic. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Nucleic\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Nucleic\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Nucleic repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n #------------------------------------------------------------------------------\n # Copyright (c) 2013, Nucleic Development Team.\n #\n # Distributed under the terms of the Modified BSD License.\n #\n # The full license is in the file LICENSE, distributed with this software.\n #------------------------------------------------------------------------------\n " + } + } + ], + "cpe": "cpe:2.3:a:nucleic_development_team_\\", + "name": "lazy-object-proxy", + "version": "1.4.3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-lazy-object-proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lazy-object-proxy@1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=f9b9a46e811901e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "less", + "version": "590-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:less:less:590-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/less/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/less.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "321" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=272402aa7ee852c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapache-pom-java@18-1?arch=all&upstream=apache-pom&distro=ubuntu-22.04&package-id=4e2bcd1be5349e3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapache-pom-java", + "version": "18-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libapache-pom-java:libapache-pom-java:18-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapache-pom-java@18-1?arch=all&upstream=apache-pom&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom-java:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom_java:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom_java:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapache-pom-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapache-pom-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "apache-pom" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.3?arch=amd64&upstream=apparmor&distro=ubuntu-22.04&package-id=f0626cc143ef1c42", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapparmor1", + "version": "3.0.4-2ubuntu2.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libapparmor1:libapparmor1:3.0.4-2ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.3?arch=amd64&upstream=apparmor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapparmor1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapparmor1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "171" + }, + { + "name": "syft:metadata:source", + "value": "apparmor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libappindicator1@12.10.1+20.10.20200706.1-0ubuntu1?arch=amd64&upstream=libappindicator&distro=ubuntu-22.04&package-id=0d2c8588140937f3", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "libappindicator1", + "version": "12.10.1+20.10.20200706.1-0ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libappindicator1:libappindicator1:12.10.1\\+20.10.20200706.1-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libappindicator1@12.10.1+20.10.20200706.1-0ubuntu1?arch=amd64&upstream=libappindicator&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libappindicator1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libappindicator1.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "libappindicator" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=6a25c67422ad0add", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libargon2-1@0~20171227-0.3?arch=amd64&upstream=argon2&distro=ubuntu-22.04&package-id=f49a0e1f52cc5e39", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libargon2-1", + "version": "0~20171227-0.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "CC0" + } + } + ], + "cpe": "cpe:2.3:a:libargon2-1:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libargon2-1@0~20171227-0.3?arch=amd64&upstream=argon2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2-1:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2_1:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2_1:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libargon2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libargon2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "argon2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasan6@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=bd743929b07d3ee7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libasan6", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libasan6:libasan6:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasan6@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasan6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7518" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasound2@1.2.6.1-1ubuntu1?arch=amd64&upstream=alsa-lib&distro=ubuntu-22.04&package-id=63737ca10ef0e65c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libasound2", + "version": "1.2.6.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LPGL-2.1+" + } + } + ], + "cpe": "cpe:2.3:a:libasound2:libasound2:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasound2@1.2.6.1-1ubuntu1?arch=amd64&upstream=alsa-lib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libasound2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasound2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1154" + }, + { + "name": "syft:metadata:source", + "value": "alsa-lib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasound2-data@1.2.6.1-1ubuntu1?arch=all&upstream=alsa-lib&distro=ubuntu-22.04&package-id=375b1812c6a1a7f0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libasound2-data", + "version": "1.2.6.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LPGL-2.1+" + } + } + ], + "cpe": "cpe:2.3:a:libasound2-data:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasound2-data@1.2.6.1-1ubuntu1?arch=all&upstream=alsa-lib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2-data:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2_data:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2_data:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libasound2-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasound2-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "217" + }, + { + "name": "syft:metadata:source", + "value": "alsa-lib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk-bridge2.0-0@2.38.0-3?arch=amd64&upstream=at-spi2-atk&distro=ubuntu-22.04&package-id=aa42e547716f1339", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk-bridge2.0-0", + "version": "2.38.0-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libatk-bridge2.0-0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk-bridge2.0-0@2.38.0-3?arch=amd64&upstream=at-spi2-atk&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0-0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0_0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0_0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk-bridge2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk-bridge2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "at-spi2-atk" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk1.0-0@2.36.0-3build1?arch=amd64&upstream=atk1.0&distro=ubuntu-22.04&package-id=8d115cb538eed774", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk1.0-0", + "version": "2.36.0-3build1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatk1.0-0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk1.0-0@2.36.0-3build1?arch=amd64&upstream=atk1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0-0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "199" + }, + { + "name": "syft:metadata:source", + "value": "atk1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk1.0-data@2.36.0-3build1?arch=all&upstream=atk1.0&distro=ubuntu-22.04&package-id=e549c69367e90b85", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk1.0-data", + "version": "2.36.0-3build1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatk1.0-data:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk1.0-data@2.36.0-3build1?arch=all&upstream=atk1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0-data:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_data:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_data:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk1.0-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk1.0-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + }, + { + "name": "syft:metadata:source", + "value": "atk1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatomic1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d1938c938d2ce414", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libatomic1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libatomic1:libatomic1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatomic1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatomic1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatspi2.0-0@2.44.0-3?arch=amd64&upstream=at-spi2-core&distro=ubuntu-22.04&package-id=932bb12a22a1d0f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatspi2.0-0", + "version": "2.44.0-3", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libatspi2.0-0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatspi2.0-0@2.44.0-3?arch=amd64&upstream=at-spi2-core&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0-0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0_0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0_0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatspi2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatspi2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "255" + }, + { + "name": "syft:metadata:source", + "value": "at-spi2-core" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=6972f00941908772", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=280591c8267d6437", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=d6bb1779410b8c76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=8a1c4e544b992f24", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-client3", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-client3:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-client3:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_client3:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_client3:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-client3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-client3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "137" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=0792ac56b8d88c7f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-common-data", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-common-data:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common-data:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common_data:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common_data:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-common-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-common-data:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=d8b68c0ec1472cc2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-common3", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-common3:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common3:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common3:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common3:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-common3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-common3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=f4d7c8b68d80b4fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbinutils", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libbinutils:libbinutils:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbinutils:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2776" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=0c6d14bf6fda0bdc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=887cad98364f86a3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04&package-id=d087d6b824e56432", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbsd0", + "version": "0.11.5-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=36a6ec6966655d0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=6426a70075b937b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2538" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=ae003c5694bbc39a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-dev-bin", + "version": "2.35-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-dev-bin:libc-dev-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev-bin:libc_dev_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc-dev-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc_dev_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc-dev-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc_dev_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc-dev-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc_dev_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-dev-bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_dev_bin:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-dev-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-dev-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "299" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=bb4b1a862db3ef74", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13597" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=4717dedbe67da1a0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-dev", + "version": "2.35-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-dev:libc6-dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.6?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-dev:libc6_dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6-dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6_dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_dev:2.35-0ubuntu3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13038" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcairo-gobject2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04&package-id=91871bd4928003e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcairo-gobject2", + "version": "1.16.0-5ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcairo-gobject2:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcairo-gobject2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo-gobject2:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo_gobject2:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo_gobject2:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcairo-gobject2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcairo-gobject2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "102" + }, + { + "name": "syft:metadata:source", + "value": "cairo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcairo2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04&package-id=6e6cb321b68dce03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcairo2", + "version": "1.16.0-5ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcairo2:libcairo2:1.16.0-5ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcairo2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcairo2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcairo2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1351" + }, + { + "name": "syft:metadata:source", + "value": "cairo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=3e875cf13754e128", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=4c2660ba12d75d67", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04&package-id=cce5ca3c8f0a2a1c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcbor0.8", + "version": "0.8.0-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libcbor0.8:libcbor0.8:0.8.0-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcbor0.8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcbor0.8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "libcbor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcc1-0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=5acc546b4f77f4bf", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libcc1-0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libcc1-0:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcc1-0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1-0:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcc1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcmark-gfm-extensions0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04&package-id=aa1915439ac0195f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcmark-gfm-extensions0.29.0.gfm.3", + "version": "0.29.0.gfm.3-3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libcmark-gfm-extensions0.29.0.gfm.3:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcmark-gfm-extensions0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm-extensions0.29.0.gfm.3:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm_extensions0.29.0.gfm.3:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm_extensions0.29.0.gfm.3:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcmark-gfm-extensions0.29.0.gfm.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcmark-gfm-extensions0.29.0.gfm.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "cmark-gfm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcmark-gfm0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04&package-id=7c6ac980166d5157", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcmark-gfm0.29.0.gfm.3", + "version": "0.29.0.gfm.3-3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libcmark-gfm0.29.0.gfm.3:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcmark-gfm0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm0.29.0.gfm.3:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm0.29.0.gfm.3:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm0.29.0.gfm.3:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcmark-gfm0.29.0.gfm.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcmark-gfm0.29.0.gfm.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "344" + }, + { + "name": "syft:metadata:source", + "value": "cmark-gfm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcolord2@1.4.6-1?arch=amd64&upstream=colord&distro=ubuntu-22.04&package-id=c9bf74c617a09fe1", + "type": "library", + "publisher": "Christopher James Halse Rogers ", + "name": "libcolord2", + "version": "1.4.6-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "GFDL-NIV" + } + } + ], + "cpe": "cpe:2.3:a:libcolord2:libcolord2:1.4.6-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcolord2@1.4.6-1?arch=amd64&upstream=colord&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcolord2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcolord2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "616" + }, + { + "name": "syft:metadata:source", + "value": "colord" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcommons-logging-java@1.2-2?arch=all&distro=ubuntu-22.04&package-id=bb8e3c5987e35326", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcommons-logging-java", + "version": "1.2-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcommons-logging-java:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcommons-logging-java@1.2-2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging-java:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging_java:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging_java:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcommons-logging-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcommons-logging-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "175" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcommons-parent-java@43-1?arch=all&upstream=commons-parent&distro=ubuntu-22.04&package-id=79ce49d67be8267a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcommons-parent-java", + "version": "43-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcommons-parent-java:libcommons-parent-java:43-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcommons-parent-java@43-1?arch=all&upstream=commons-parent&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent-java:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent_java:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent_java:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcommons-parent-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcommons-parent-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "78" + }, + { + "name": "syft:metadata:source", + "value": "commons-parent" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=7cc6330360667a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt-dev", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt-dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt-dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcryptsetup12@2:2.4.3-1ubuntu1.2?arch=amd64&upstream=cryptsetup&distro=ubuntu-22.04&package-id=e41d1a999de93f24", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcryptsetup12", + "version": "2:2.4.3-1ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcryptsetup12:libcryptsetup12:2\\:2.4.3-1ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcryptsetup12@2:2.4.3-1ubuntu1.2?arch=amd64&upstream=cryptsetup&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcryptsetup12/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcryptsetup12:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "572" + }, + { + "name": "syft:metadata:source", + "value": "cryptsetup" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=a99bfe0910f8d810", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf-nobfd0", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf-nobfd0:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf-nobfd0:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libctf-nobfd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf-nobfd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "313" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=71c114f27f2cdfa4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf0", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf0:libctf0:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.7?arch=amd64&upstream=cups&distro=ubuntu-22.04&package-id=6f29138c6a3b1fa4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcups2", + "version": "2.4.1op1-1ubuntu4.7", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-with-GPL2-LGPL2-Exception" + } + } + ], + "cpe": "cpe:2.3:a:libcups2:libcups2:2.4.1op1-1ubuntu4.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.7?arch=amd64&upstream=cups&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcups2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcups2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "783" + }, + { + "name": "syft:metadata:source", + "value": "cups" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=0e2fb51988a646e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl3-gnutls", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "771" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=3b76c88cba79e894", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdatrie1@0.2.13-2?arch=amd64&upstream=libdatrie&distro=ubuntu-22.04&package-id=735017729e0a78bc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdatrie1", + "version": "0.2.13-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdatrie1:libdatrie1:0.2.13-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdatrie1@0.2.13-2?arch=amd64&upstream=libdatrie&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdatrie1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdatrie1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "63" + }, + { + "name": "syft:metadata:source", + "value": "libdatrie" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04&package-id=87d46588baa0c25c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbus-1-3", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libdbus-1-3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1-3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1_3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1_3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbus-1-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbus-1-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "457" + }, + { + "name": "syft:metadata:source", + "value": "dbus" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbus-glib-1-2@0.112-2build1?arch=amd64&upstream=dbus-glib&distro=ubuntu-22.04&package-id=18402a6ad09e1623", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbus-glib-1-2", + "version": "0.112-2build1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdbus-glib-1-2:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbus-glib-1-2@0.112-2build1?arch=amd64&upstream=dbus-glib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1-2:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1_2:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1_2:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbus-glib-1-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbus-glib-1-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "212" + }, + { + "name": "syft:metadata:source", + "value": "dbus-glib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbusmenu-glib4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04&package-id=711ef889ecbc8cc9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbusmenu-glib4", + "version": "16.04.1+18.10.20180917-0ubuntu8", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdbusmenu-glib4:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbusmenu-glib4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu-glib4:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_glib4:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_glib4:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbusmenu-glib4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbusmenu-glib4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "libdbusmenu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbusmenu-gtk4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04&package-id=e2c6148f4f1d0dbf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbusmenu-gtk4", + "version": "16.04.1+18.10.20180917-0ubuntu8", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdbusmenu-gtk4:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbusmenu-gtk4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu-gtk4:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_gtk4:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_gtk4:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbusmenu-gtk4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbusmenu-gtk4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "libdbusmenu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdconf1@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=b7e62cd27f78dfb9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdconf1", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdconf1:libdconf1:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdconf1@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdconf1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdconf1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "107" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04&package-id=975595f42b543baf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdeflate0", + "version": "1.10-2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdeflate0:libdeflate0:1.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdeflate0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdeflate0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "libdeflate" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04&package-id=5a714a40fad090df", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdevmapper1.02.1", + "version": "2:1.02.175-2.1ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libdevmapper1.02.1:libdevmapper1.02.1:2\\:1.02.175-2.1ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdevmapper1.02.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdevmapper1.02.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "492" + }, + { + "name": "syft:metadata:source", + "value": "lvm2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.03.11-2.1ubuntu4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04&package-id=3e78750963722a7c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libedit2", + "version": "3.1-20210910-1build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libedit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libedit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "libedit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libepoxy0@1.5.10-1?arch=amd64&upstream=libepoxy&distro=ubuntu-22.04&package-id=db7467c134fd709d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libepoxy0", + "version": "1.5.10-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libepoxy0:libepoxy0:1.5.10-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libepoxy0@1.5.10-1?arch=amd64&upstream=libepoxy&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libepoxy0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libepoxy0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1380" + }, + { + "name": "syft:metadata:source", + "value": "libepoxy" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04&package-id=7a464d95f79b3a80", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=b9fdce5b6bb711ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=a257a9cb8cbbff59", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1-dev", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1-dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1-dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "944" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=ffe96a7081b10b9b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=e39e2b9d718bfe1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04&package-id=d32c3d1ec0b1884e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfido2-1", + "version": "1.10.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfido2-1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2-1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfido2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfido2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "236" + }, + { + "name": "syft:metadata:source", + "value": "libfido2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=84e5fdd4870cf479", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfribidi0@1.0.8-2ubuntu3.1?arch=amd64&upstream=fribidi&distro=ubuntu-22.04&package-id=d41d28386745da1c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfribidi0", + "version": "1.0.8-2ubuntu3.1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libfribidi0:libfribidi0:1.0.8-2ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfribidi0@1.0.8-2ubuntu3.1?arch=amd64&upstream=fribidi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfribidi0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfribidi0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "fribidi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-11-dev@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=b993c3e5c79230d7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-11-dev", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-11-dev:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-11-dev@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11-dev:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13895" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=342609c28f2048d7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgconf-2-4@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=17b818f0ced139fe", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "libgconf-2-4", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgconf-2-4:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgconf-2-4@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2-4:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2_4:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2_4:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgconf-2-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgconf-2-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "582" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=243b62381ed46ca4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=914b09e2d9e722e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm-compat4", + "version": "1.23-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=72ff84b8bf4a1fe6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm6", + "version": "1.23-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf-2.0-0@2.42.8+dfsg-1ubuntu0.2?arch=amd64&upstream=gdk-pixbuf&distro=ubuntu-22.04&package-id=9c48529b56bf7bfe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf-2.0-0", + "version": "2.42.8+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf-2.0-0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf-2.0-0@2.42.8+dfsg-1ubuntu0.2?arch=amd64&upstream=gdk-pixbuf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0-0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0_0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0_0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf-2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf-2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "516" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf-xlib-2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04&package-id=d4330f50e3fb1cb3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf-xlib-2.0-0", + "version": "2.40.2-2build4", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "MPL-1.1-or-LGPL-2+" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0-0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf-xlib-2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0-0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0_0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0_0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf-xlib-2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf-xlib-2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf-xlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04&package-id=fbcf69d2b016c5ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf2.0-0", + "version": "2.40.2-2build4", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "MPL-1.1-or-LGPL-2+" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "22" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf-xlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf2.0-common@2.42.8+dfsg-1ubuntu0.2?arch=all&upstream=gdk-pixbuf&distro=ubuntu-22.04&package-id=c87eb23edab53764", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf2.0-common", + "version": "2.42.8+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf2.0-common:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf2.0-common@2.42.8+dfsg-1ubuntu0.2?arch=all&upstream=gdk-pixbuf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0-common:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_common:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_common:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf2.0-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf2.0-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu2.2?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04&package-id=6e19d0017bc90ae9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglib2.0-0", + "version": "2.72.4-0ubuntu2.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libglib2.0-0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu2.2?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0-0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglib2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglib2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4082" + }, + { + "name": "syft:metadata:source", + "value": "glib2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=664aa73c632a23aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=32e8cac45b7fe1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgomp1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=9f8ddf222815adc8", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgomp1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgomp1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgomp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=561c78938de96794", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgraphite2-3@1.3.14-1build2?arch=amd64&upstream=graphite2&distro=ubuntu-22.04&package-id=932e2b339f67e863", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgraphite2-3", + "version": "1.3.14-1build2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "custom-sil-open-font-license" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libgraphite2-3:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgraphite2-3@1.3.14-1build2?arch=amd64&upstream=graphite2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2-3:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2_3:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2_3:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgraphite2-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgraphite2-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "179" + }, + { + "name": "syft:metadata:source", + "value": "graphite2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=f4a60b1dad5eb3b6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk-3-0@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=5bc53a4bfc8872fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk-3-0", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk-3-0:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk-3-0@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3-0:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_0:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_0:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk-3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk-3-0:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk-3-0:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10280" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk-3-common@3.24.33-1ubuntu2?arch=all&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=464c93b52e7d2801", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk-3-common", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk-3-common:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk-3-common@3.24.33-1ubuntu2?arch=all&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3-common:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_common:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_common:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk-3-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk-3-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk-3-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "432" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk2.0-0@2.24.33-2ubuntu2?arch=amd64&upstream=gtk+2.0&distro=ubuntu-22.04&package-id=968917979c1306fb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk2.0-0", + "version": "2.24.33-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk2.0-0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk2.0-0@2.24.33-2ubuntu2?arch=amd64&upstream=gtk+2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0-0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6051" + }, + { + "name": "syft:metadata:source", + "value": "gtk+2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk2.0-common@2.24.33-2ubuntu2?arch=all&upstream=gtk+2.0&distro=ubuntu-22.04&package-id=8eff2cd1c176597a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk2.0-common", + "version": "2.24.33-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk2.0-common:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk2.0-common@2.24.33-2ubuntu2?arch=all&upstream=gtk+2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0-common:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_common:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_common:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk2.0-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk2.0-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk2.0-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "268" + }, + { + "name": "syft:metadata:source", + "value": "gtk+2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libharfbuzz0b@2.7.4-1ubuntu3.1?arch=amd64&upstream=harfbuzz&distro=ubuntu-22.04&package-id=9378dab2e7f4e5b1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libharfbuzz0b", + "version": "2.7.4-1ubuntu3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libharfbuzz0b:libharfbuzz0b:2.7.4-1ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libharfbuzz0b@2.7.4-1ubuntu3.1?arch=amd64&upstream=harfbuzz&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libharfbuzz0b/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libharfbuzz0b:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "860" + }, + { + "name": "syft:metadata:source", + "value": "harfbuzz" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=da9f8206802f148e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libice6@2:1.0.10-1build2?arch=amd64&upstream=libice&distro=ubuntu-22.04&package-id=a12485d661bf8f1f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libice6", + "version": "2:1.0.10-1build2", + "cpe": "cpe:2.3:a:libice6:libice6:2\\:1.0.10-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libice6@2:1.0.10-1build2?arch=amd64&upstream=libice&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libice6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libice6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "libice" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=2d6852e560ce4370", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libicu70", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu70/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu70:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34444" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=26f164eee4ee5887", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.1?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=b2c49ac8a2c5d575", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip4tc2", + "version": "1.8.7-1ubuntu5.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.1?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip4tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip4tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04&package-id=3b204b804de4c2c1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libisl23", + "version": "0.24-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libisl23:libisl23:0.24-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libisl23/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libisl23:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2159" + }, + { + "name": "syft:metadata:source", + "value": "isl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libitm1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=6e4d3ed15d19c9b0", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libitm1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libitm1:libitm1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libitm1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libitm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04&package-id=d8a893ef39289be2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjbig0", + "version": "2.1-3.1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjbig0:libjbig0:2.1-3.1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjbig0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjbig0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "82" + }, + { + "name": "syft:metadata:source", + "value": "jbigkit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04&package-id=cc0f8cc89806284d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg-turbo8", + "version": "2.1.2-0ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg-turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg-turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg-turbo8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg-turbo8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "543" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg-turbo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04&package-id=2629d4240848631c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg8", + "version": "8c-2ubuntu10", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg8:libjpeg8:8c-2ubuntu10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg8-empty" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04&package-id=5a2a5630222cab81", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-jquery", + "version": "3.6.0+dfsg+~3.5.13-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjs-jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-jquery/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-jquery.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "679" + }, + { + "name": "syft:metadata:source", + "value": "node-jquery" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04&package-id=67646803c27ead97", + "type": "library", + "publisher": "Debian Python Team ", + "name": "libjs-sphinxdoc", + "version": "4.3.2-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "PSF-2.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libjs-sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-sphinxdoc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-sphinxdoc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "194" + }, + { + "name": "syft:metadata:source", + "value": "sphinx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04&package-id=0138f9604c7c1cf7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-underscore", + "version": "1.13.2~dfsg-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjs-underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-underscore/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-underscore.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "345" + }, + { + "name": "syft:metadata:source", + "value": "underscore" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&upstream=json-c&distro=ubuntu-22.04&package-id=888595e6240e36f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjson-c5", + "version": "0.15-3~ubuntu1.22.04.2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjson-c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&upstream=json-c&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson-c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjson-c5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjson-c5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "json-c" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=4d30ff9f35fb0da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=8b21438379a601b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkmod2@29-1ubuntu1?arch=amd64&upstream=kmod&distro=ubuntu-22.04&package-id=336b7577b9d5bd9f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkmod2", + "version": "29-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkmod2:libkmod2:29-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkmod2@29-1ubuntu1?arch=amd64&upstream=kmod&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkmod2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkmod2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "139" + }, + { + "name": "syft:metadata:source", + "value": "kmod" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkpathsea6@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=15a72cdab997feac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkpathsea6", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libkpathsea6:libkpathsea6:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkpathsea6@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkpathsea6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkpathsea6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "256" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=c592dde2204d1386", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=9c623b9a8fd4c1bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblcms2-2@2.12~rc1-2build2?arch=amd64&upstream=lcms2&distro=ubuntu-22.04&package-id=2de7d15349e0740d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblcms2-2", + "version": "2.12~rc1-2build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:liblcms2-2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblcms2-2@2.12~rc1-2build2?arch=amd64&upstream=lcms2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2-2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2_2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2_2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblcms2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblcms2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "414" + }, + { + "name": "syft:metadata:source", + "value": "lcms2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=15115a8dfddce124", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.16+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblsan0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4ce6c433953e4dd7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "liblsan0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:liblsan0:liblsan0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblsan0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2961" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=c983915513bd65b7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-common1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-common1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-common1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "103" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=09e0a3be4d15d6e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-ctl5", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-ctl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-ctl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "275" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=183b3970ae7561d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "781" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=a5fd59cb92ac5b71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=7a2e7d7b2e76d9ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:pypi/libmambapy@1.5.2?package-id=073085a4785c4e4d", + "type": "library", + "author": "QuantStack ", + "name": "libmambapy", + "version": "1.5.2", + "cpe": "cpe:2.3:a:quantstack_project:python-libmambapy:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/libmambapy@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/mamba-split_1697482692941/work/libmambapy", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack_project:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack_project:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04&package-id=e3528df680cfeec0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmd0", + "version": "1.0.4-1build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmdb3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04&package-id=61bdfbc4ee3c0c9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmdb3", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmdb3:libmdb3:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmdb3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmdb3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "159" + }, + { + "name": "syft:metadata:source", + "value": "mdbtools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmdbsql3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04&package-id=af33a7ccd028035b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmdbsql3", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmdbsql3:libmdbsql3:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmdbsql3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmdbsql3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "mdbtools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=8d9f32c54663f3c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04&package-id=fe4fb778c1361a9f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpc3", + "version": "1.2.1-2build1", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpc3:libmpc3:1.2.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + }, + { + "name": "syft:metadata:source", + "value": "mpclib3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04&package-id=2a57dc0a78a34ed3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpdec3", + "version": "2.5.1-2build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpdec3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpdec3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "mpdecimal" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04&package-id=a28d319ecbbaddbb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpfr6", + "version": "4.1.0-3build3", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpfr6:libmpfr6:4.1.0-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpfr6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpfr6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3405" + }, + { + "name": "syft:metadata:source", + "value": "mpfr4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=be704c435c7c48bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b9460a8cc126c354", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7e838f79e93f2376", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=1b259521a8cc90c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmaccess@8.0.0?package-id=84df4bc437ea7e8d", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmaccess", + "version": "8.0.0", + "description": "programmatic library for `npm access` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmaccess:libnpmaccess:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmaccess@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmaccess", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmaccess:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmaccess/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmdiff@6.0.1?package-id=224ac74916562da2", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmdiff", + "version": "6.0.1", + "description": "The registry diff", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmdiff:libnpmdiff:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmdiff@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmdiff:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmdiff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmexec@7.0.1?package-id=8e646ec896820bd7", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmexec", + "version": "7.0.1", + "description": "npm exec (npx) programmatic API", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmexec:libnpmexec:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmexec@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmexec:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmexec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmfund@4.1.1?package-id=1df9c1a7cd9dc47d", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmfund", + "version": "4.1.1", + "description": "Programmatic API for npm fund", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmfund:libnpmfund:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmfund@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmfund:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmfund/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmhook@10.0.0?package-id=63b8f5cfa12347b9", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmhook", + "version": "10.0.0", + "description": "programmatic API for managing npm registry hooks", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmhook:libnpmhook:10.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmhook@10.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmhook:10.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmhook/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmorg@6.0.0?package-id=dc65bd7694a8bab9", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmorg", + "version": "6.0.0", + "description": "Programmatic api for `npm org` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmorg:libnpmorg:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmorg@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmorg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmorg:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmorg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpack@6.0.1?package-id=417dde9e99c417da", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpack", + "version": "6.0.1", + "description": "Programmatic API for the bits behind npm pack", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpack:libnpmpack:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpack@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpack:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmpack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpublish@9.0.0?package-id=86c9cd4fb6daf21e", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpublish", + "version": "9.0.0", + "description": "Programmatic API for the bits behind npm publish and unpublish", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpublish:libnpmpublish:9.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpublish@9.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpublish", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpublish:9.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmpublish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmsearch@7.0.0?package-id=44fbb4581757e0f3", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmsearch", + "version": "7.0.0", + "description": "Programmatic API for searching in npm and compatible registries.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmsearch:libnpmsearch:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmsearch@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmsearch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmsearch:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmsearch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmteam@6.0.0?package-id=26a1e87eb20af430", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmteam", + "version": "6.0.0", + "description": "npm Team management APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmteam:libnpmteam:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmteam@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmteam", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmteam:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmteam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmversion@5.0.0?package-id=f994bc1e53ca5e48", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmversion", + "version": "5.0.0", + "description": "library to do the things that 'npm version' does", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmversion:libnpmversion:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmversion@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmversion:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmversion/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=50b285bb50ef096d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl-dev", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl-dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl-dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d27861ffbcbcb90c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnspr4@2:4.32-3build1?arch=amd64&upstream=nspr&distro=ubuntu-22.04&package-id=4fc8fd1241a1704b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnspr4", + "version": "2:4.32-3build1", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libnspr4:libnspr4:2\\:4.32-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnspr4@2:4.32-3build1?arch=amd64&upstream=nspr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnspr4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnspr4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "314" + }, + { + "name": "syft:metadata:source", + "value": "nspr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnss3@2:3.68.2-0ubuntu1.2?arch=amd64&upstream=nss&distro=ubuntu-22.04&package-id=8e749af024dda8a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnss3", + "version": "2:3.68.2-0ubuntu1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "MPL-2.0" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnss3:libnss3:2\\:3.68.2-0ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnss3@2:3.68.2-0ubuntu1.2?arch=amd64&upstream=nss&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnss3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnss3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3804" + }, + { + "name": "syft:metadata:source", + "value": "nss" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04&package-id=91286f4bb881e0cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnuma1", + "version": "2.0.14-3ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libnuma1:libnuma1:2.0.14-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnuma1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnuma1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=d00147991a924f60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=1ac0109b2fc32484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=44b3793a6ed5ff2e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=ad237918fc7f4f89", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-systemd@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=db063c8ea761d1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-systemd", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-systemd:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-systemd@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-systemd:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_systemd:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_systemd:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-systemd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-systemd:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "648" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=36d58bf67c0a920a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpango-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=1451c224fce9f3aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpango-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpango-1.0-0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpango-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0-0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0_0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0_0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpango-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpango-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "563" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpangocairo-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=869d2b587448bbc4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpangocairo-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpangocairo-1.0-0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpangocairo-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0-0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0_0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0_0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpangocairo-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpangocairo-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "159" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpangoft2-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=2b4de273f74c55b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpangoft2-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpangoft2-1.0-0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpangoft2-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0-0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0_0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0_0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpangoft2-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpangoft2-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "197" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpaper-utils@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04&package-id=13abc3b7cb47ea8c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpaper-utils", + "version": "1.1.28build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libpaper-utils:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpaper-utils@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper-utils:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper_utils:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper_utils:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpaper-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpaper-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + }, + { + "name": "syft:metadata:source", + "value": "libpaper" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpaper1@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04&package-id=d71c108133509638", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpaper1", + "version": "1.1.28build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libpaper1:libpaper1:1.1.28build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpaper1@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpaper1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpaper1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "64" + }, + { + "name": "syft:metadata:source", + "value": "libpaper" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=08582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=bb66ba127225182d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libperl5.34", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.34:libperl5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.34:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28441" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpixman-1-0@0.40.0-1ubuntu0.22.04.1?arch=amd64&upstream=pixman&distro=ubuntu-22.04&package-id=24aba848edd27930", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpixman-1-0", + "version": "0.40.0-1ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpixman-1-0:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpixman-1-0@0.40.0-1ubuntu0.22.04.1?arch=amd64&upstream=pixman&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1-0:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1_0:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1_0:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpixman-1-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpixman-1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "708" + }, + { + "name": "syft:metadata:source", + "value": "pixman" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=10e7b7a991f51d2a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Libpng" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "name": "expat" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=3ed03bdbacefd7d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=b07b83cd6ae6644b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libptexenc1@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=a03c3bbd77e9fc5d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libptexenc1", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libptexenc1:libptexenc1:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libptexenc1@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libptexenc1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libptexenc1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=138a1933cf769a3e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=16227ecbb8af169c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-stdlib", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-stdlib/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=a6a063187e00ba3e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10:libpython3.10:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5768" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=3663dca526f358fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-dev", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-dev:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-dev:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20415" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=b85dd726c50aa7ea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-minimal", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5106" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=6bfc20af2f6c40c4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-stdlib", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "8119" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libquadmath0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=b92b1eefb4f31a1e", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libquadmath0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libquadmath0:libquadmath0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libquadmath0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libquadmath0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04&package-id=6d557e0e6aac6911", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libreadline8", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "461" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=8e73a05ab9b9653f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=fe46a4e032254918", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=58839f0751eaa7e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=1d424aa7f20fd84c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=a80b6f90a3c5e6c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=e46b68098ff0d38c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=9e331a4a08182525", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=c4f5eef1cedc50a6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsm6@2:1.2.3-1build2?arch=amd64&upstream=libsm&distro=ubuntu-22.04&package-id=97135ea35e699340", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsm6", + "version": "2:1.2.3-1build2", + "cpe": "cpe:2.3:a:libsm6:libsm6:2\\:1.2.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsm6@2:1.2.3-1build2?arch=amd64&upstream=libsm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "55" + }, + { + "name": "syft:metadata:source", + "value": "libsm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=4b719870d650cc2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04&package-id=a1e4f45c22d8b313", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsqlite3-0", + "version": "3.37.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1602" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=338b9b3171b3a7cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=1a4e928fac6227e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5824" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d6bc17c9383a5fe5", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2755" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsynctex2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=48e5439572fa9ba1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsynctex2", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libsynctex2:libsynctex2:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsynctex2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsynctex2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsynctex2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=0711e046071e7103", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "995" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=ab473838e330c4f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libteckit0@2.5.11+ds1-1?arch=amd64&upstream=teckit&distro=ubuntu-22.04&package-id=aad4ce6a4a8b649d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libteckit0", + "version": "2.5.11+ds1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "CPL-0.5+" + } + } + ], + "cpe": "cpe:2.3:a:libteckit0:libteckit0:2.5.11\\+ds1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libteckit0@2.5.11+ds1-1?arch=amd64&upstream=teckit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libteckit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libteckit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2675" + }, + { + "name": "syft:metadata:source", + "value": "teckit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtexlua53@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=3f4b169d72268e48", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtexlua53", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libtexlua53:libtexlua53:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtexlua53@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtexlua53/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtexlua53:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "309" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtexluajit2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=05b8a4ac668b8ec0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtexluajit2", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libtexluajit2:libtexluajit2:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtexluajit2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtexluajit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtexluajit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "605" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libthai-data@0.1.29-1build1?arch=all&upstream=libthai&distro=ubuntu-22.04&package-id=b7f745059818cfd5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libthai-data", + "version": "0.1.29-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libthai-data:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libthai-data@0.1.29-1build1?arch=all&upstream=libthai&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai-data:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai_data:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai_data:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libthai-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libthai-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "595" + }, + { + "name": "syft:metadata:source", + "value": "libthai" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libthai0@0.1.29-1build1?arch=amd64&upstream=libthai&distro=ubuntu-22.04&package-id=fe09ed65d69ef51f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libthai0", + "version": "0.1.29-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libthai0:libthai0:0.1.29-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libthai0@0.1.29-1build1?arch=amd64&upstream=libthai&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libthai0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libthai0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "libthai" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.7?arch=amd64&upstream=tiff&distro=ubuntu-22.04&package-id=ba9b5bf0c2b6fe3c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtiff5", + "version": "4.3.0-6ubuntu0.7", + "licenses": [ + { + "license": { + "name": "Hylafax" + } + } + ], + "cpe": "cpe:2.3:a:libtiff5:libtiff5:4.3.0-6ubuntu0.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.7?arch=amd64&upstream=tiff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtiff5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtiff5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "576" + }, + { + "name": "syft:metadata:source", + "value": "tiff" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=4fa38f2032d47b4c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=6fd7006cf2432f90", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=f1dee05a0f022558", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-dev", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "720" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=ce81eb713fcb8b99", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtsan0@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=db5223e066f643d9", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libtsan0", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtsan0:libtsan0:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtsan0@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7255" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libubsan1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=8328c8365d32b2c2", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libubsan1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libubsan1:libubsan1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libubsan1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libubsan1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2676" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=5b225ba3a254c3e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.10", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=c1e90e9e163c118b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2.1?arch=amd64&upstream=libunwind&distro=ubuntu-22.04&package-id=11e4a1f35fbc53b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunwind8", + "version": "1.3.2-2build2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libunwind8:libunwind8:1.3.2-2build2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2.1?arch=amd64&upstream=libunwind&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunwind8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunwind8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "196" + }, + { + "name": "syft:metadata:source", + "value": "libunwind" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=ae0d6af05cdddc9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-client0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=45a9f73cb0a24494", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-client0", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-client0:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-client0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-client0:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_client0:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_client0:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-client0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-client0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "85" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-cursor0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=bcb4b2e573c370e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-cursor0", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-cursor0:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-cursor0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-cursor0:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_cursor0:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_cursor0:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-cursor0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-cursor0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-egl1@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=4708ce009d9e1073", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-egl1", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-egl1:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-egl1@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-egl1:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_egl1:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_egl1:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-egl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-egl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwebp7@1.2.2-2ubuntu0.22.04.2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04&package-id=6011ad1e5c78c6ce", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwebp7", + "version": "1.2.2-2ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libwebp7:libwebp7:1.2.2-2ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwebp7@1.2.2-2ubuntu0.22.04.2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwebp7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwebp7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "439" + }, + { + "name": "syft:metadata:source", + "value": "libwebp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=00ac1f62c6aba4fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-6", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1387" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1ubuntu0.3?arch=all&upstream=libx11&distro=ubuntu-22.04&package-id=f0c54cca533ff252", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-data", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1ubuntu0.3?arch=all&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1430" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-xcb1@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=2c3cb2a9c0071b6b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-xcb1", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-xcb1:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-xcb1@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-xcb1:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_xcb1:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_xcb1:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-xcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-xcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "85" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04&package-id=05a74188c72e74c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxau6", + "version": "1:1.0.9-1build5", + "cpe": "cpe:2.3:a:libxau6:libxau6:1\\:1.0.9-1build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxau6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxau6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libxau" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxaw7@2:1.0.14-1?arch=amd64&upstream=libxaw&distro=ubuntu-22.04&package-id=15b7b7aad14a0941", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxaw7", + "version": "2:1.0.14-1", + "cpe": "cpe:2.3:a:libxaw7:libxaw7:2\\:1.0.14-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxaw7@2:1.0.14-1?arch=amd64&upstream=libxaw&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxaw7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxaw7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "495" + }, + { + "name": "syft:metadata:source", + "value": "libxaw" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-render0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=a9f32ac7e043131b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-render0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-render0:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-render0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-render0:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_render0:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_render0:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-render0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-render0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "86" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-shm0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=690dcf04470535e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-shm0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-shm0:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-shm0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-shm0:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_shm0:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_shm0:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-shm0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-shm0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=0c234d84b26d8a15", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb1", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb1:libxcb1:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "206" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcomposite1@1:0.4.5-1build2?arch=amd64&upstream=libxcomposite&distro=ubuntu-22.04&package-id=40e9fd39ab4d2ee3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcomposite1", + "version": "1:0.4.5-1build2", + "cpe": "cpe:2.3:a:libxcomposite1:libxcomposite1:1\\:0.4.5-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcomposite1@1:0.4.5-1build2?arch=amd64&upstream=libxcomposite&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcomposite1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcomposite1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libxcomposite" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcursor1@1:1.2.0-2build4?arch=amd64&upstream=libxcursor&distro=ubuntu-22.04&package-id=95b9935b983b36e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcursor1", + "version": "1:1.2.0-2build4", + "cpe": "cpe:2.3:a:libxcursor1:libxcursor1:1\\:1.2.0-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcursor1@1:1.2.0-2build4?arch=amd64&upstream=libxcursor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcursor1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcursor1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "63" + }, + { + "name": "syft:metadata:source", + "value": "libxcursor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdamage1@1:1.1.5-2build2?arch=amd64&upstream=libxdamage&distro=ubuntu-22.04&package-id=d5f836de366d9a13", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdamage1", + "version": "1:1.1.5-2build2", + "cpe": "cpe:2.3:a:libxdamage1:libxdamage1:1\\:1.1.5-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdamage1@1:1.1.5-2build2?arch=amd64&upstream=libxdamage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdamage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdamage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "31" + }, + { + "name": "syft:metadata:source", + "value": "libxdamage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04&package-id=a53db1b8ef6f4822", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdmcp6", + "version": "1:1.1.3-0ubuntu5", + "cpe": "cpe:2.3:a:libxdmcp6:libxdmcp6:1\\:1.1.3-0ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdmcp6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdmcp6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "43" + }, + { + "name": "syft:metadata:source", + "value": "libxdmcp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04&package-id=f0695b4bcf852fe4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxext6", + "version": "2:1.3.4-1build1", + "cpe": "cpe:2.3:a:libxext6:libxext6:2\\:1.3.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxext6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxext6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libxext" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxfixes3@1:6.0.0-1?arch=amd64&upstream=libxfixes&distro=ubuntu-22.04&package-id=aa7b056306929dff", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxfixes3", + "version": "1:6.0.0-1", + "cpe": "cpe:2.3:a:libxfixes3:libxfixes3:1\\:6.0.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxfixes3@1:6.0.0-1?arch=amd64&upstream=libxfixes&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxfixes3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxfixes3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + }, + { + "name": "syft:metadata:source", + "value": "libxfixes" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxi6@2:1.8-1build1?arch=amd64&upstream=libxi&distro=ubuntu-22.04&package-id=91f4eb11fc075c0d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxi6", + "version": "2:1.8-1build1", + "cpe": "cpe:2.3:a:libxi6:libxi6:2\\:1.8-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxi6@2:1.8-1build1?arch=amd64&upstream=libxi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxi6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxi6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "libxi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxinerama1@2:1.1.4-3?arch=amd64&upstream=libxinerama&distro=ubuntu-22.04&package-id=feafe66c6e5f3826", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxinerama1", + "version": "2:1.1.4-3", + "cpe": "cpe:2.3:a:libxinerama1:libxinerama1:2\\:1.1.4-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxinerama1@2:1.1.4-3?arch=amd64&upstream=libxinerama&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxinerama1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxinerama1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libxinerama" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxkbcommon0@1.4.0-1?arch=amd64&upstream=libxkbcommon&distro=ubuntu-22.04&package-id=2705cd61e5e5f993", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxkbcommon0", + "version": "1.4.0-1", + "cpe": "cpe:2.3:a:libxkbcommon0:libxkbcommon0:1.4.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxkbcommon0@1.4.0-1?arch=amd64&upstream=libxkbcommon&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxkbcommon0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxkbcommon0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "302" + }, + { + "name": "syft:metadata:source", + "value": "libxkbcommon" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=9b1001b6f2b5ee00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxml2", + "version": "2.9.13+dfsg-1ubuntu0.3", + "licenses": [ + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "MIT-1" + } + } + ], + "cpe": "cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxml2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxml2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2097" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxmu6@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04&package-id=6a3885f57149bb42", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxmu6", + "version": "2:1.1.3-3", + "cpe": "cpe:2.3:a:libxmu6:libxmu6:2\\:1.1.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxmu6@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxmu6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxmu6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libxmu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.2?arch=amd64&upstream=libxpm&distro=ubuntu-22.04&package-id=c0808a643784f0aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxpm4", + "version": "1:3.5.12-1ubuntu0.22.04.2", + "cpe": "cpe:2.3:a:libxpm4:libxpm4:1\\:3.5.12-1ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.2?arch=amd64&upstream=libxpm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxpm4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxpm4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "libxpm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxrandr2@2:1.5.2-1build1?arch=amd64&upstream=libxrandr&distro=ubuntu-22.04&package-id=c347af80b91d050b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxrandr2", + "version": "2:1.5.2-1build1", + "cpe": "cpe:2.3:a:libxrandr2:libxrandr2:2\\:1.5.2-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxrandr2@2:1.5.2-1build1?arch=amd64&upstream=libxrandr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxrandr2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxrandr2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libxrandr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxrender1@1:0.9.10-1build4?arch=amd64&upstream=libxrender&distro=ubuntu-22.04&package-id=473ed88cdaa62ccd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxrender1", + "version": "1:0.9.10-1build4", + "cpe": "cpe:2.3:a:libxrender1:libxrender1:1\\:0.9.10-1build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxrender1@1:0.9.10-1build4?arch=amd64&upstream=libxrender&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxrender1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxrender1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libxrender" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxss1@1:1.2.3-1build2?arch=amd64&upstream=libxss&distro=ubuntu-22.04&package-id=18b2e997132be1b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxss1", + "version": "1:1.2.3-1build2", + "cpe": "cpe:2.3:a:libxss1:libxss1:1\\:1.2.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxss1@1:1.2.3-1build2?arch=amd64&upstream=libxss&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxss1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxss1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33" + }, + { + "name": "syft:metadata:source", + "value": "libxss" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxt6@1:1.2.1-1?arch=amd64&upstream=libxt&distro=ubuntu-22.04&package-id=017b498c756d684b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxt6", + "version": "1:1.2.1-1", + "cpe": "cpe:2.3:a:libxt6:libxt6:1\\:1.2.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxt6@1:1.2.1-1?arch=amd64&upstream=libxt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxt6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxt6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "467" + }, + { + "name": "syft:metadata:source", + "value": "libxt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxtst6@2:1.2.3-1build4?arch=amd64&upstream=libxtst&distro=ubuntu-22.04&package-id=6eadeec100187e32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxtst6", + "version": "2:1.2.3-1build4", + "cpe": "cpe:2.3:a:libxtst6:libxtst6:2\\:1.2.3-1build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxtst6@2:1.2.3-1build4?arch=amd64&upstream=libxtst&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxtst6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxtst6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libxtst" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cf858eae192004d9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=60c5ccc5eb041604", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzzip-0-13@0.13.72+dfsg.1-1.1?arch=amd64&upstream=zziplib&distro=ubuntu-22.04&package-id=9fb9272517a00bd8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzzip-0-13", + "version": "0.13.72+dfsg.1-1.1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libzzip-0-13:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzzip-0-13@0.13.72+dfsg.1-1.1?arch=amd64&upstream=zziplib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0-13:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0_13:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0_13:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzzip-0-13/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzzip-0-13:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "126" + }, + { + "name": "syft:metadata:source", + "value": "zziplib" + } + ] + }, + { + "bom-ref": "pkg:pypi/linkify-it-py@2.0.2?package-id=04797b3181e7cae4", + "type": "library", + "author": "tsutsu3", + "name": "linkify-it-py", + "version": "2.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-linkify-it-py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/linkify-it-py@2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-91.101?arch=amd64&upstream=linux&distro=ubuntu-22.04&package-id=9f4e43a252044487", + "type": "library", + "publisher": "Ubuntu Kernel Team ", + "name": "linux-libc-dev", + "version": "5.15.0-91.101", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:linux-libc-dev:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-91.101?arch=amd64&upstream=linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc-dev:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/linux-libc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/linux-libc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6810" + }, + { + "name": "syft:metadata:source", + "value": "linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.6?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=daf056cc2daf3dc0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.6?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17068" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:npm/logform@2.5.1?package-id=2db086f99f4ee306", + "type": "library", + "author": "Charlie Robbins ", + "name": "logform", + "version": "2.5.1", + "description": "An mutable object-based log format designed for chaining & objectMode streams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:logform:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/logform@2.5.1", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/logform.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/logform#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logform:logform:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/logform/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=653ce5bfe36eaaea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=e105c7794d3f7372", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@10.0.1?package-id=a7a743c732d35cd1", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "10.0.1", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:10.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@10.0.1", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=6db18f6a413f3153", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@7.18.3?package-id=de6f160ef431916e", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "7.18.3", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:7.18.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@7.18.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=fcf630bf28d12504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=25d2d042d4fba43b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-release", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-release/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-release.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@11.1.1?package-id=a57c528fd44e6b50", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "11.1.1", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@11.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@13.0.0?package-id=3981195ec41f0749", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "13.0.0", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:13.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@13.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/mamba@1.5.2?package-id=c4de051517d5c4d7", + "type": "library", + "author": "Wolf Vollprecht ", + "name": "mamba", + "version": "1.5.2", + "cpe": "cpe:2.3:a:wolf_vollprecht_project:python-mamba:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mamba@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/mamba-split_1697482692941/work/mamba", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht_project:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht_project:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=10d2f43d71fe4c03", + "type": "library", + "author": "Chris Sewell ", + "name": "markdown-it-py", + "version": "3.0.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "matplotlib", + "version": "3.8.2", + "licenses": [ + { + "license": { + "name": "PSF" + } + } + ], + "cpe": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:python-matplotlib:3.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matplotlib@3.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/matplotlib-inline@0.1.6?package-id=c666c5f7c7c52b18", + "type": "library", + "author": "IPython Development Team ", + "name": "matplotlib-inline", + "version": "0.1.6", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matplotlib-inline@0.1.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=e0c8ee1c33be45e4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:pypi/mccabe@0.6.1?package-id=ac9fd9a5a03dfd8a", + "type": "library", + "author": "Ian Cordasco ", + "name": "mccabe", + "version": "0.6.1", + "licenses": [ + { + "license": { + "name": "Expat license" + } + } + ], + "cpe": "cpe:2.3:a:graffatcolmingov_project:python-mccabe:0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mccabe@0.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mdbtools@1.0.0+dfsg-1?arch=amd64&distro=ubuntu-22.04&package-id=23b01d53f1d498c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mdbtools", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:mdbtools:mdbtools:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mdbtools@1.0.0+dfsg-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mdbtools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "257" + } + ] + }, + { + "bom-ref": "pkg:pypi/mdit-py-plugins@0.4.0?package-id=cb0bbb841f312310", + "type": "library", + "author": "Chris Sewell ", + "name": "mdit-py-plugins", + "version": "0.4.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "mdurl", + "version": "0.1.2", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", + "name": "media-types", + "version": "7.0.0", + "licenses": [ + { + "license": { + "name": "ad-hoc" + } + } + ], + "cpe": "cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/media-types/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/media-types.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/media-types.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=d692ee5f550d3c8e", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=dad4f04bd7d462e9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@9.0.3?package-id=2538d06825a5ead9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "9.0.3", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@9.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@9.0.3?package-id=65711104b7f83708", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "9.0.3", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@9.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=f4c9208c51c667d3", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=a243b325d1714fec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=2d78967f9644feeb", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=abe542cf8516511b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=8a22791933292c51", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=4dd46218c4487f60", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=01ef3d0a321b9d64", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@5.0.0?package-id=ad8219a9f6587c26", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "5.0.0", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@5.0.0?package-id=618828b93153c4af", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "5.0.0", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@7.0.3?package-id=607e7a7d2ca2fbfa", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "7.0.3", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/isaacs/minipass", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minipass:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@7.0.3?package-id=163171059fd96494", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "7.0.3", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/isaacs/minipass", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minipass:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-collect@1.0.2?package-id=6c4ec216685f3ff2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-collect:minipass-collect:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-collect@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-collect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-fetch@3.0.4?package-id=6c0bdb1c179030c1", + "type": "library", + "author": "GitHub Inc.", + "name": "minipass-fetch", + "version": "3.0.4", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-fetch:minipass-fetch:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-fetch@3.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/minipass-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-fetch:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-flush@1.0.5?package-id=b75622c6ba0ed0ec", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-flush:minipass-flush:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-flush@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-flush.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-flush/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-json-stream@1.0.1?package-id=ec82c123782fb828", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-json-stream", + "version": "1.0.1", + "description": "Like JSONStream, but using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-json-stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-json-stream@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/minipass-json-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json-stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-json-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-pipeline@1.2.4?package-id=863f0426e9f079c8", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-pipeline@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-pipeline/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-sized@1.0.3?package-id=9a797af0147a1f54", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-sized:minipass-sized:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-sized@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-sized.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-sized/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minizlib@2.1.2?package-id=66afc204fc8fef85", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minizlib:minizlib:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minizlib@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minizlib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minizlib/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/mistune@2.0.5?package-id=354eb415a3026e67", + "type": "library", + "author": "Hsiaoming Yang ", + "name": "mistune", + "version": "2.0.5", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License" + } + } + ], + "cpe": "cpe:2.3:a:hsiaoming_yang_project:python-mistune:2.0.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mistune@2.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yang_project:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yangproject:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yangproject:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yang_project:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yang:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yang:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yangproject:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mistune:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mistune:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mistune:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mistune:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsiaoming_yang:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mistune:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mistune:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mistune:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mistune:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mistune:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:mistune:2.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/mistune-2.0.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/mistune-2.0.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/mistune-2.0.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp@1.0.4?package-id=bf3703f67623fe19", + "type": "library", + "name": "mkdirp", + "version": "1.0.4", + "description": "Recursively mkdir, like `mkdir -p`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:mkdirp:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-mkdirp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/mkdirp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/moment@2.29.4?package-id=c18f334eb107def8", + "type": "library", + "author": "Iskren Ivov Chernev (https://github.com/ichernev)", + "name": "moment", + "version": "2.29.4", + "description": "Parse, validate, manipulate, and display dates", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:momentjs:moment:2.29.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/moment@2.29.4", + "externalReferences": [ + { + "url": "git+https://github.com/moment/moment.git", + "type": "distribution" + }, + { + "url": "https://momentjs.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/moment/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/more-itertools@8.4.0?package-id=8266beac3b6e963b", + "type": "library", + "author": "Erik Rose ", + "name": "more-itertools", + "version": "8.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-more-itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/more-itertools@8.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=bdc8a63ea5632c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=14504a7b72f96f90", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=044541258f5251bd", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=0121fbbdc17484fe", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2523.52401?package-id=8cc27044967ec66b", + "type": "library", + "name": "mscorlib", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:pypi/multidict@6.0.4?package-id=ff3b455a9716c1b3", + "type": "library", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.0.4", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/mute-stream@1.0.0?package-id=5e00e46541e6e0a7", + "type": "library", + "author": "GitHub Inc.", + "name": "mute-stream", + "version": "1.0.0", + "description": "Bytes go in, but they don't come out (when muted).", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mute-stream:mute-stream:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mute-stream@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/mute-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute-stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/mute-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/nano-tiny@6.2-1?arch=amd64&upstream=nano&distro=ubuntu-22.04&package-id=2922ee1dd1c50d06", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "nano-tiny", + "version": "6.2-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV+" + } + } + ], + "cpe": "cpe:2.3:a:nano-tiny:nano-tiny:6.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/nano-tiny@6.2-1?arch=amd64&upstream=nano&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano-tiny:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano_tiny:nano-tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano_tiny:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano:nano-tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/nano-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/nano-tiny.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "118" + }, + { + "name": "syft:metadata:source", + "value": "nano" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbclassic@1.0.0?package-id=de79f603a853c30b", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbclassic", + "version": "1.0.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-nbclassic:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nbclassic@1.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/nbclassic_1683202081046/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbclient@0.6.3?package-id=20a20ed3912b23d9", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbclient", + "version": "0.6.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-nbclient:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nbclient@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclient:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclient:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclient:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclient:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclient:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclient:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclient:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclient:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclient:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nbclient:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclient-0.6.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclient-0.6.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclient-0.6.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbconvert@7.4.0?package-id=04fc0ad2322d3e1e", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbconvert", + "version": "7.4.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "nbformat", + "version": "5.4.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-nbformat:5.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nbformat@5.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbformat:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbformat:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbformat:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbformat:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbformat:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbformat:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbformat:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbformat:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbformat:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nbformat:5.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbformat-5.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbformat-5.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbformat-5.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04&package-id=b24a638dfd47c404", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=c8e366d6462b2f71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=47edd5ddf4d7f2fc", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/nest-asyncio@1.5.8?package-id=0e8d7132324b1aea", + "type": "library", + "author": "Ewald R. de Wit ", + "name": "nest-asyncio", + "version": "1.5.8", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ewald_r__de_wit_project:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nest-asyncio@1.5.8", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1697083700168/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2523.52401?package-id=15b4b1b888c070e8", + "type": "library", + "name": "netstandard", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-benchdataconnector-extractor@0.1.44?package-id=3185063a69a84264", + "type": "library", + "author": "Madhan Mohan Reddy Peram ", + "name": "ni-benchdataconnector-extractor", + "version": "0.1.44", + "cpe": "cpe:2.3:a:python-ni-benchdataconnector-extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-benchdataconnector-extractor@0.1.44", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_benchdataconnector_extractor-0.1.44.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_benchdataconnector_extractor-0.1.44.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-jupyter-user-server-monitoring@1.0.1?package-id=e796d0fe22c6778f", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "ni-jupyter-user-server-monitoring", + "version": "1.0.1", + "cpe": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-jupyter-user-server-monitoring@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyter_user_server_monitoring-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyter_user_server_monitoring-1.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-spec-server-connector@0.1.2?package-id=6fdd48f91886c8bd", + "type": "library", + "author": "Srisoundari Kumaresan ", + "name": "ni-spec-server-connector", + "version": "0.1.2", + "cpe": "cpe:2.3:a:python-ni-spec-server-connector:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-spec-server-connector@0.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server-connector:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server_connector:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server_connector:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan_project:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan_project:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresanproject:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresanproject:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server-connector:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server-connector:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server_connector:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server_connector:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server-connector:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server-connector:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server_connector:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server_connector:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan_project:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan_project:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari-kumaresan:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari-kumaresan:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresanproject:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresanproject:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server-connector:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server-connector:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server_connector:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server_connector:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec-server:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec_server:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari-kumaresan:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari-kumaresan:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:srisoundari_kumaresan:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec-server:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec_server:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-spec:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_spec:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-spec:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_spec:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-spec-server-connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_spec_server_connector:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_spec_server_connector-0.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_spec_server_connector-0.1.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-stdf-extractor@0.1.3?package-id=021bc7438e8b3bbb", + "type": "library", + "author": "Vigneshselvaraj005 ", + "name": "ni-stdf-extractor", + "version": "0.1.3", + "cpe": "cpe:2.3:a:vigneshwaran_selvaraj_project:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-stdf-extractor@0.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj_project:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvarajproject:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvarajproject:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005_project:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005_project:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005project:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005project:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf-extractor:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf-extractor:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf_extractor:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf_extractor:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj_project:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj_project:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran-selvaraj:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran-selvaraj:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvarajproject:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvarajproject:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005_project:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005_project:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005project:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005project:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf-extractor:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf-extractor:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf_extractor:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf_extractor:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf-extractor:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf-extractor:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf_extractor:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf_extractor:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran-selvaraj:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran-selvaraj:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshwaran_selvaraj:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vigneshselvaraj005:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf-extractor:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf-extractor:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf_extractor:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf_extractor:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-stdf:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_stdf:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-stdf:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_stdf:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-stdf-extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_stdf_extractor:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_stdf_extractor-0.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_stdf_extractor-0.1.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-test-data-extraction@0.1.8?package-id=7bf1a439b16a7655", + "type": "library", + "author": "richie-ni ", + "name": "ni-test-data-extraction", + "version": "0.1.8", + "cpe": "cpe:2.3:a:python-ni-test-data-extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-test-data-extraction@0.1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_test_data_extraction-0.1.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_test_data_extraction-0.1.8.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-unit-converter@0.1.9?package-id=f84738d068a875e9", + "type": "library", + "author": "Madhan Mohan Reddy Peram ", + "name": "ni-unit-converter", + "version": "0.1.9", + "cpe": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-unit-converter@0.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_unit_converter-0.1.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_unit_converter-0.1.9.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-jupyterlab-analysis-development@1.4.1?package-id=0a84bd4434660e0d", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "ni_jupyterlab_analysis_development", + "version": "1.4.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni_jupyterlab_analysis_development@1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis_development:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis_development:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis_development:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis_development:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis_development:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab_analysis:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni_jupyterlab:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-jupyterlab-analysis-development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_jupyterlab_analysis_development:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.4.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.4.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nisystemlink-clients@1.0.1?package-id=4a4dfe4afc62ff0c", + "type": "library", + "author": "National Instruments", + "name": "nisystemlink-clients", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:national_instruments_project:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nisystemlink-clients@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nisystemlink_clients-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nisystemlink_clients-1.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:npm/node-gyp@9.4.0?package-id=36036f11f032eaad", + "type": "library", + "author": "Nathan Rajlich (http://tootallnate.net)", + "name": "node-gyp", + "version": "9.4.0", + "description": "Node.js native addon build tool", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-gyp:node-gyp:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-gyp@9.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@6.0.0?package-id=ceaa659a7c1d3a24", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "6.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@7.2.0?package-id=f710769fb787b53d", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "7.2.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/normalize-package-data@6.0.0?package-id=46a6b0bde601448f", + "type": "library", + "author": "GitHub Inc.", + "name": "normalize-package-data", + "version": "6.0.0", + "description": "Normalizes data that can be found in package.json files.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:normalize-package-data:normalize-package-data:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/normalize-package-data@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/normalize-package-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package-data:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/normalize-package-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/notebook@7.0.6?package-id=1d37cd9989acf8c7", + "type": "library", + "author": "Jupyter Development Team ", + "name": "notebook", + "version": "7.0.6", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "notebook_shim", + "version": "0.2.3", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022 Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\.\n \n ----\n \n Full text of license texts referred to above follows (that they are\n listed below does not necessarily imply the conditions apply to the\n present binary release):\n \n ----\n \n GCC RUNTIME LIBRARY EXCEPTION\n \n Version 3.1, 31 March 2009\n \n Copyright (C) 2009 Free Software Foundation, Inc. \n \n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n \n This GCC Runtime Library Exception (\"Exception\") is an additional\n permission under section 7 of the GNU General Public License, version\n 3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\n bears a notice placed by the copyright holder of the file stating that\n the file is governed by GPLv3 along with this Exception.\n \n When you use GCC to compile a program, GCC may combine portions of\n certain GCC header files and runtime libraries with the compiled\n program. The purpose of this Exception is to allow compilation of\n non-GPL (including proprietary) programs to use, in this way, the\n header files and runtime libraries covered by this Exception.\n \n 0. Definitions.\n \n A file is an \"Independent Module\" if it either requires the Runtime\n Library for execution after a Compilation Process, or makes use of an\n interface provided by the Runtime Library, but is not otherwise based\n on the Runtime Library.\n \n \"GCC\" means a version of the GNU Compiler Collection, with or without\n modifications, governed by version 3 (or a specified later version) of\n the GNU General Public License (GPL) with the option of using any\n subsequent versions published by the FSF.\n \n \"GPL-compatible Software\" is software whose conditions of propagation,\n modification and use would permit combination with GCC in accord with\n the license of GCC.\n \n \"Target Code\" refers to output from any compiler for a real or virtual\n target processor architecture, in executable form or suitable for\n input to an assembler, loader, linker and/or execution\n phase. Notwithstanding that, Target Code does not include data in any\n format that is used as a compiler intermediate representation, or used\n for producing a compiler intermediate representation.\n \n The \"Compilation Process\" transforms code entirely represented in\n non-intermediate languages designed for human-written code, and/or in\n Java Virtual Machine byte code, into Target Code. Thus, for example,\n use of source code generators and preprocessors need not be considered\n part of the Compilation Process, since the Compilation Process can be\n understood as starting with the output of the generators or\n preprocessors.\n \n A Compilation Process is \"Eligible\" if it is done using GCC, alone or\n with other GPL-compatible software, or if it is done without using any\n work based on GCC. For example, using non-GPL-compatible Software to\n optimize any GCC intermediate representations would not qualify as an\n Eligible Compilation Process.\n \n 1. Grant of Additional Permission.\n \n You have permission to propagate a work of Target Code formed by\n combining the Runtime Library with Independent Modules, even if such\n propagation would otherwise violate the terms of GPLv3, provided that\n all Target Code was generated by Eligible Compilation Processes. You\n may then convey such a combination under terms of your choice,\n consistent with the licensing of the Independent Modules.\n \n 2. No Weakening of GCC Copyleft.\n \n The availability of this Exception does not imply any general\n presumption that third-party software is unaffected by the copyleft\n requirements of the license of GCC.\n \n ----\n \n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n \n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n \n Preamble\n \n The GNU General Public License is a free, copyleft license for\n software and other kinds of works.\n \n The licenses for most software and other practical works are designed\n to take away your freedom to share and change the works. By contrast,\n the GNU General Public License is intended to guarantee your freedom to\n share and change all versions of a program--to make sure it remains free\n software for all its users. We, the Free Software Foundation, use the\n GNU General Public License for most of our software; it applies also to\n any other work released this way by its authors. You can apply it to\n your programs, too.\n \n When we speak of free software, we are referring to freedom, not\n price. Our General Public Licenses are designed to make sure that you\n have the freedom to distribute copies of free software (and charge for\n them if you wish), that you receive source code or can get it if you\n want it, that you can change the software or use pieces of it in new\n free programs, and that you know you can do these things.\n \n To protect your rights, we need to prevent others from denying you\n these rights or asking you to surrender the rights. Therefore, you have\n certain responsibilities if you distribute copies of the software, or if\n you modify it: responsibilities to respect the freedom of others.\n \n For example, if you distribute copies of such a program, whether\n gratis or for a fee, you must pass on to the recipients the same\n freedoms that you received. You must make sure that they, too, receive\n or can get the source code. And you must show them these terms so they\n know their rights.\n \n Developers that use the GNU GPL protect your rights with two steps:\n (1) assert copyright on the software, and (2) offer you this License\n giving you legal permission to copy, distribute and/or modify it.\n \n For the developers' and authors' protection, the GPL clearly explains\n that there is no warranty for this free software. For both users' and\n authors' sake, the GPL requires that modified versions be marked as\n changed, so that their problems will not be attributed erroneously to\n authors of previous versions.\n \n Some devices are designed to deny users access to install or run\n modified versions of the software inside them, although the manufacturer\n can do so. This is fundamentally incompatible with the aim of\n protecting users' freedom to change the software. The systematic\n pattern of such abuse occurs in the area of products for individuals to\n use, which is precisely where it is most unacceptable. Therefore, we\n have designed this version of the GPL to prohibit the practice for those\n products. If such problems arise substantially in other domains, we\n stand ready to extend this provision to those domains in future versions\n of the GPL, as needed to protect the freedom of users.\n \n Finally, every program is threatened constantly by software patents.\n States should not allow patents to restrict development and use of\n software on general-purpose computers, but in those that do, we wish to\n avoid the special danger that patents applied to a free program could\n make it effectively proprietary. To prevent this, the GPL assures that\n patents cannot be used to render the program non-free.\n \n The precise terms and conditions for copying, distribution and\n modification follow.\n \n TERMS AND CONDITIONS\n \n 0. Definitions.\n \n \"This License\" refers to version 3 of the GNU General Public License.\n \n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n \n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n \n To \"modify\" a work means to copy from or adapt all or part of the work\n in a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n \n A \"covered work\" means either the unmodified Program or a work based\n on the Program.\n \n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n \n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through\n a computer network, with no transfer of a copy, is not conveying.\n \n An interactive user interface displays \"Appropriate Legal Notices\"\n to the extent that it includes a convenient and prominently visible\n feature that (1) displays an appropriate copyright notice, and (2)\n tells the user that there is no warranty for the work (except to the\n extent that warranties are provided), that licensees may convey the\n work under this License, and how to view a copy of this License. If\n the interface presents a list of user commands or options, such as a\n menu, a prominent item in the list meets this criterion.\n \n 1. Source Code.\n \n The \"source code\" for a work means the preferred form of the work\n for making modifications to it. \"Object code\" means any non-source\n form of a work.\n \n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that\n is widely used among developers working in that language.\n \n The \"System Libraries\" of an executable work include anything, other\n than the work as a whole, that (a) is included in the normal form of\n packaging a Major Component, but which is not part of that Major\n Component, and (b) serves only to enable use of the work with that\n Major Component, or to implement a Standard Interface for which an\n implementation is available to the public in source code form. A\n \"Major Component\", in this context, means a major essential component\n (kernel, window system, and so on) of the specific operating system\n (if any) on which the executable work runs, or a compiler used to\n produce the work, or an object code interpreter used to run it.\n \n The \"Corresponding Source\" for a work in object code form means all\n the source code needed to generate, install, and (for an executable\n work) run the object code and to modify the work, including scripts to\n control those activities. However, it does not include the work's\n System Libraries, or general-purpose tools or generally available free\n programs which are used unmodified in performing those activities but\n which are not part of the work. For example, Corresponding Source\n includes interface definition files associated with source files for\n the work, and the source code for shared libraries and dynamically\n linked subprograms that the work is specifically designed to require,\n such as by intimate data communication or control flow between those\n subprograms and other parts of the work.\n \n The Corresponding Source need not include anything that users\n can regenerate automatically from other parts of the Corresponding\n Source.\n \n The Corresponding Source for a work in source code form is that\n same work.\n \n 2. Basic Permissions.\n \n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program. The output from running a\n covered work is covered by this License only if the output, given its\n content, constitutes a covered work. This License acknowledges your\n rights of fair use or other equivalent, as provided by copyright law.\n \n You may make, run and propagate covered works that you do not\n convey, without conditions so long as your license otherwise remains\n in force. You may convey covered works to others for the sole purpose\n of having them make modifications exclusively for you, or provide you\n with facilities for running those works, provided that you comply with\n the terms of this License in conveying all material for which you do\n not control copyright. Those thus making or running the covered works\n for you must do so exclusively on your behalf, under your direction\n and control, on terms that prohibit them from making any copies of\n your copyrighted material outside their relationship with you.\n \n Conveying under any other circumstances is permitted solely under\n the conditions stated below. Sublicensing is not allowed; section 10\n makes it unnecessary.\n \n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n \n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article\n 11 of the WIPO copyright treaty adopted on 20 December 1996, or\n similar laws prohibiting or restricting circumvention of such\n measures.\n \n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention\n is effected by exercising rights under this License with respect to\n the covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's\n users, your or third parties' legal rights to forbid circumvention of\n technological measures.\n \n 4. Conveying Verbatim Copies.\n \n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice;\n keep intact all notices stating that this License and any\n non-permissive terms added in accord with section 7 apply to the code;\n keep intact all notices of the absence of any warranty; and give all\n recipients a copy of this License along with the Program.\n \n You may charge any price or no price for each copy that you convey,\n and you may offer support or warranty protection for a fee.\n \n 5. Conveying Modified Source Versions.\n \n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the\n terms of section 4, provided that you also meet all of these conditions:\n \n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n \n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n \n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n \n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n \n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work,\n and which are not combined with it such as to form a larger program,\n in or on a volume of a storage or distribution medium, is called an\n \"aggregate\" if the compilation and its resulting copyright are not\n used to limit the access or legal rights of the compilation's users\n beyond what the individual works permit. Inclusion of a covered work\n in an aggregate does not cause this License to apply to the other\n parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n \n You may convey a covered work in object code form under the terms\n of sections 4 and 5, provided that you also convey the\n machine-readable Corresponding Source under the terms of this License,\n in one of these ways:\n \n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n \n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n \n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be\n included in conveying the object code work.\n \n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n \n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n \n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as\n part of a transaction in which the right of possession and use of the\n User Product is transferred to the recipient in perpetuity or for a\n fixed term (regardless of how the transaction is characterized), the\n Corresponding Source conveyed under this section must be accompanied\n by the Installation Information. But this requirement does not apply\n if neither you nor any third party retains the ability to install\n modified object code on the User Product (for example, the work has\n been installed in ROM).\n \n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access to a\n network may be denied when the modification itself materially and\n adversely affects the operation of the network or violates the rules and\n protocols for communication across the network.\n \n Corresponding Source conveyed, and Installation Information provided,\n in accord with this section must be in a format that is publicly\n documented (and with an implementation available to the public in\n source code form), and must require no special password or key for\n unpacking, reading or copying.\n \n 7. Additional Terms.\n \n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall\n be treated as though they were included in this License, to the extent\n that they are valid under applicable law. If additional permissions\n apply only to part of the Program, that part may be used separately\n under those permissions, but the entire Program remains governed by\n this License without regard to the additional permissions.\n \n When you convey a copy of a covered work, you may at your option\n remove any additional permissions from that copy, or from any part of\n it. (Additional permissions may be written to require their own\n removal in certain cases when you modify the work.) You may place\n additional permissions on material, added by you to a covered work,\n for which you have or can give appropriate copyright permission.\n \n Notwithstanding any other provision of this License, for material you\n add to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n \n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n \n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n \n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n \n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n \n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n \n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n \n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further\n restriction, you may remove that term. If a license document contains\n a further restriction but permits relicensing or conveying under this\n License, you may add to a covered work material governed by the terms\n of that license document, provided that the further restriction does\n not survive such relicensing or conveying.\n \n If you add terms to a covered work in accord with this section, you\n must place, in the relevant source files, a statement of the\n additional terms that apply to those files, or a notice indicating\n where to find the applicable terms.\n \n Additional terms, permissive or non-permissive, may be stated in the\n form of a separately written license, or stated as exceptions;\n the above requirements apply either way.\n \n 8. Termination.\n \n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or\n modify it is void, and will automatically terminate your rights under\n this License (including any patent licenses granted under the third\n paragraph of section 11).\n \n However, if you cease all violation of this License, then your\n license from a particular copyright holder is reinstated (a)\n provisionally, unless and until the copyright holder explicitly and\n finally terminates your license, and (b) permanently, if the copyright\n holder fails to notify you of the violation by some reasonable means\n prior to 60 days after the cessation.\n \n Moreover, your license from a particular copyright holder is\n reinstated permanently if the copyright holder notifies you of the\n violation by some reasonable means, this is the first time you have\n received notice of violation of this License (for any work) from that\n copyright holder, and you cure the violation prior to 30 days after\n your receipt of the notice.\n \n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n \n 9. Acceptance Not Required for Having Copies.\n \n You are not required to accept this License in order to receive or\n run a copy of the Program. Ancillary propagation of a covered work\n occurring solely as a consequence of using peer-to-peer transmission\n to receive a copy likewise does not require acceptance. However,\n nothing other than this License grants you permission to propagate or\n modify any covered work. These actions infringe copyright if you do\n not accept this License. Therefore, by modifying or propagating a\n covered work, you indicate your acceptance of this License to do so.\n \n 10. Automatic Licensing of Downstream Recipients.\n \n Each time you convey a covered work, the recipient automatically\n receives a license from the original licensors, to run, modify and\n propagate that work, subject to this License. You are not responsible\n for enforcing compliance by third parties with this License.\n \n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered\n work results from an entity transaction, each party to that\n transaction who receives a copy of the work also receives whatever\n licenses to the work the party's predecessor in interest had or could\n give under the previous paragraph, plus a right to possession of the\n Corresponding Source of the work from the predecessor in interest, if\n the predecessor has it or can get it with reasonable efforts.\n \n You may not impose any further restrictions on the exercise of the\n rights granted or affirmed under this License. For example, you may\n not impose a license fee, royalty, or other charge for exercise of\n rights granted under this License, and you may not initiate litigation\n (including a cross-claim or counterclaim in a lawsuit) alleging that\n any patent claim is infringed by making, using, selling, offering for\n sale, or importing the Program or any portion of it.\n \n 11. Patents.\n \n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The\n work thus licensed is called the contributor's \"contributor version\".\n \n A contributor's \"essential patent claims\" are all patent claims\n owned or controlled by the contributor, whether already acquired or\n hereafter acquired, that would be infringed by some manner, permitted\n by this License, of making, using, or selling its contributor version,\n but do not include claims that would be infringed only as a\n consequence of further modification of the contributor version. For\n purposes of this definition, \"control\" includes the right to grant\n patent sublicenses in a manner consistent with the requirements of\n this License.\n \n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to\n make, use, sell, offer for sale, import and otherwise run, modify and\n propagate the contents of its contributor version.\n \n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a\n party means to make such an agreement or commitment not to enforce a\n patent against the party.\n \n If you convey a covered work, knowingly relying on a patent license,\n and the Corresponding Source of the work is not available for anyone\n to copy, free of charge and under the terms of this License, through a\n publicly available network server or other readily accessible means,\n then you must either (1) cause the Corresponding Source to be so\n available, or (2) arrange to deprive yourself of the benefit of the\n patent license for this particular work, or (3) arrange, in a manner\n consistent with the requirements of this License, to extend the patent\n license to downstream recipients. \"Knowingly relying\" means you have\n actual knowledge that, but for the patent license, your conveying the\n covered work in a country, or your recipient's use of the covered work\n in a country, would infringe one or more identifiable patents in that\n country that you have reason to believe are valid.\n \n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties\n receiving the covered work authorizing them to use, propagate, modify\n or convey a specific copy of the covered work, then the patent license\n you grant is automatically extended to all recipients of the covered\n work and works based on it.\n \n A patent license is \"discriminatory\" if it does not include within\n the scope of its coverage, prohibits the exercise of, or is\n conditioned on the non-exercise of one or more of the rights that are\n specifically granted under this License. You may not convey a covered\n work if you are a party to an arrangement with a third party that is\n in the business of distributing software, under which you make payment\n to the third party based on the extent of your activity of conveying\n the work, and under which the third party grants, to any of the\n parties who would receive the covered work from you, a discriminatory\n patent license (a) in connection with copies of the covered work\n conveyed by you (or copies made from those copies), or (b) primarily\n for and in connection with specific products or compilations that\n contain the covered work, unless you entered into that arrangement,\n or that patent license was granted, prior to 28 March 2007.\n \n Nothing in this License shall be construed as excluding or limiting\n any implied license or other defenses to infringement that may\n otherwise be available to you under applicable patent law.\n \n 12. No Surrender of Others' Freedom.\n \n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot convey a\n covered work so as to satisfy simultaneously your obligations under this\n License and any other pertinent obligations, then as a consequence you may\n not convey it at all. For example, if you agree to terms that obligate you\n to collect a royalty for further conveying from those to whom you convey\n the Program, the only way you could satisfy both those terms and this\n License would be to refrain entirely from conveying the Program.\n \n 13. Use with the GNU Affero General Public License.\n \n Notwithstanding any other provision of this License, you have\n permission to link or combine any covered work with a work licensed\n under version 3 of the GNU Affero General Public License into a single\n combined work, and to convey the resulting work. The terms of this\n License will continue to apply to the part which is the covered work,\n but the special requirements of the GNU Affero General Public License,\n section 13, concerning interaction through a network will apply to the\n combination as such.\n \n 14. Revised Versions of this License.\n \n The Free Software Foundation may publish revised and/or new versions of\n the GNU General Public License from time to time. Such new versions will\n be similar in spirit to the present version, but may differ in detail to\n address new problems or concerns.\n \n Each version is given a distinguishing version number. If the\n Program specifies that a certain numbered version of the GNU General\n Public License \"or any later version\" applies to it, you have the\n option of following the terms and conditions either of that numbered\n version or of any later version published by the Free Software\n Foundation. If the Program does not specify a version number of the\n GNU General Public License, you may choose any version ever published\n by the Free Software Foundation.\n \n If the Program specifies that a proxy can decide which future\n versions of the GNU General Public License can be used, that proxy's\n public statement of acceptance of a version permanently authorizes you\n to choose that version for the Program.\n \n Later license versions may give you additional or different\n permissions. However, no additional obligations are imposed on any\n author or copyright holder as a result of your choosing to follow a\n later version.\n \n 15. Disclaimer of Warranty.\n \n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n \n If the disclaimer of warranty and limitation of liability provided\n above cannot be given local legal effect according to their terms,\n reviewing courts shall apply local law that most closely approximates\n an absolute waiver of all civil liability in connection with the\n Program, unless a warranty or assumption of liability accompanies a\n copy of the Program in return for a fee.\n \n END OF TERMS AND CONDITIONS\n \n How to Apply These Terms to Your New Programs\n \n If you develop a new program, and you want it to be of the greatest\n possible use to the public, the best way to achieve this is to make it\n free software which everyone can redistribute and change under these terms.\n \n To do so, attach the following notices to the program. It is safest\n to attach them to the start of each source file to most effectively\n state the exclusion of warranty; and each file should have at least\n the \"copyright\" line and a pointer to where the full notice is found.\n \n \n Copyright (C) \n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n \n Also add information on how to contact you by electronic and paper mail.\n \n If the program does terminal interaction, make it output a short\n notice like this when it starts in an interactive mode:\n \n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n \n The hypothetical commands `show w' and `show c' should show the appropriate\n parts of the General Public License. Of course, your program's commands\n might be different; for a GUI interface, you would use an \"about box\".\n \n You should also get your employer (if you work as a programmer) or school,\n if any, to sign a \"copyright disclaimer\" for the program, if necessary.\n For more information on this, and how to apply and follow the GNU GPL, see\n .\n \n The GNU General Public License does not permit incorporating your program\n into proprietary programs. If your program is a subroutine library, you\n may consider it more useful to permit linking proprietary applications with\n the library. If this is what you want to do, use the GNU Lesser General\n Public License instead of this License. But first, please read\n .\n \n Name: libquadmath\n Files: numpy.libs/libquadmath*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\n License: LGPL-2.1-or-later\n \n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n \n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n \n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:travis_e__oliphant_et_al__project:python-numpy:1.26.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/numpy@1.26.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python-numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python_numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:numpy:1.26.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/numpy-1.26.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/numpy-1.26.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/nxtdms@23.0.0.30?package-id=e0def378aff783e5", + "type": "library", + "author": "Lee Johnston ", + "name": "nxtdms", + "version": "23.0.0.30", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:lee_johnston_project:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nxtdms@23.0.0.30", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston_project:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston_project:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=8d963de69802b459", + "type": "library", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/oauthlib_1666056362788/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=6c5249c492889b0f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/one-time@1.0.0?package-id=21aca388a87208a4", + "type": "library", + "author": "Arnout Kazemier", + "name": "one-time", + "version": "1.0.0", + "description": "Run the supplied function exactly one time (once)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:one-time:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/one-time@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/one-time.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/one-time/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/openpyxl@3.1.2?package-id=64fdeb9b4dd2da35", + "type": "library", + "author": "See AUTHORS ", + "name": "openpyxl", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:charlie_clark_project:python-openpyxl:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/openpyxl@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.4?arch=amd64&upstream=openssh&distro=ubuntu-22.04&package-id=c34fc76ce73b4d54", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssh-client", + "version": "1:8.9p1-3ubuntu0.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat-with-advertising-restriction" + } + }, + { + "license": { + "name": "Mazieres-BSD-style" + } + }, + { + "license": { + "name": "OpenSSH" + } + }, + { + "license": { + "name": "Powell-BSD-style" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:openssh-client:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.4?arch=amd64&upstream=openssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh-client:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssh-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssh-client.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssh-client.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3092" + }, + { + "name": "syft:metadata:source", + "value": "openssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=0104fa3463770d91", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:pypi/overrides@7.4.0?package-id=3c75a86b9df9d831", + "type": "library", + "author": "Mikko Korpela ", + "name": "overrides", + "version": "7.4.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:mikko_korpela_project:python-overrides:7.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/overrides@7.4.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/overrides_1691338815398/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela_project:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela_project:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/p-map@4.0.0?package-id=b200d39f3ff04b26", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:p-map:p-map:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/p-map@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p-map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/p-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.2?package-id=3c1fb51c192ce2e0", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.2", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "pamela", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjaminrk_project:python-pamela:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pamela@1.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pamela_1691565434937/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pandas@2.1.1?package-id=ed6bd8ddc5bd7a45", + "type": "library", + "author": "The Pandas Development Team ", + "name": "pandas", + "version": "2.1.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team\n All rights reserved.\n \n Copyright (c) 2011-2023, Open source contributors.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:pandas_development_team_\\", + "name": "pandoc", + "version": "2.9.2.1-3ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MS-RL" + } + }, + { + "license": { + "name": "BSD-3-Clause~Glasgow" + } + }, + { + "license": { + "name": "BSD-3-clause~JohnMacFarlane" + } + }, + { + "license": { + "name": "WTFPL-2" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:pandoc:pandoc:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pandoc@2.9.2.1-3ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pandoc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pandoc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "151480" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pandoc-data@2.9.2.1-3ubuntu2?arch=all&upstream=pandoc&distro=ubuntu-22.04&package-id=1972796ffce20a01", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pandoc-data", + "version": "2.9.2.1-3ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MS-RL" + } + }, + { + "license": { + "name": "BSD-3-Clause~Glasgow" + } + }, + { + "license": { + "name": "BSD-3-clause~JohnMacFarlane" + } + }, + { + "license": { + "name": "WTFPL-2" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:pandoc-data:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pandoc-data@2.9.2.1-3ubuntu2?arch=all&upstream=pandoc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc-data:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc_data:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc_data:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pandoc-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pandoc-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "602" + }, + { + "name": "syft:metadata:source", + "value": "pandoc" + } + ] + }, + { + "bom-ref": "pkg:pypi/pandocfilters@1.5.0?package-id=ebaf447b93ca0c1b", + "type": "library", + "author": "John MacFarlane ", + "name": "pandocfilters", + "version": "1.5.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:john_macfarlane_project:python-pandocfilters:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pandocfilters@1.5.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pandocfilters_1631603243851/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane_project:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane_project:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/panel@1.3.6?package-id=8ba64c7f5a8a20fd", + "type": "library", + "author": "HoloViz ", + "name": "panel", + "version": "1.3.6", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:developers_project:python-panel:1.3.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/panel@1.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:python-panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:python_panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:panel:1.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/papermill@2.5.0?package-id=d999a54b85b3538c", + "type": "library", + "author": "nteract contributors ", + "name": "papermill", + "version": "2.5.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-papermill:2.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/papermill@2.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/param@2.0.1?package-id=8b80f97b7a8a51d0", + "type": "library", + "author": "HoloViz ", + "name": "param", + "version": "2.0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:holoviz_\\", + "name": "parso", + "version": "0.8.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-parso:0.8.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/parso@0.8.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=30902b02c858ae68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=6ea4cbd98fe0f972", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-key@3.1.1?package-id=ccb5eb7104da248e", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-key", + "version": "3.1.1", + "description": "Get the PATH environment variable key cross-platform", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-key:path-key:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-key@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-key/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-scurry@1.10.1?package-id=7015e554d8154738", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me)", + "name": "path-scurry", + "version": "1.10.1", + "description": "walk paths fast and efficiently", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:path-scurry:path-scurry:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-scurry@1.10.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/path-scurry", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-scurry:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path-scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-scurry/package.json" + } + ] + }, + { + "bom-ref": "pkg:maven/pax/pax?package-id=b0c3e6a9ee261a73", + "type": "library", + "name": "pax", + "cpe": "cpe:2.3:a:pax:pax:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/pax/pax", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "995ec332ab626d13f9d3c2923c402dabd71083e2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/texlive/texmf-dist/scripts/pax/pax.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/texlive/texmf-dist/scripts/pax/pax.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=9396d24aefae9aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "717" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=66abd42c9a706df0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.2?arch=all&upstream=perl&distro=ubuntu-22.04&package-id=942a33e8897836b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-modules-5.34", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.34:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.2?arch=all&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.34:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.34.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17671" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:pypi/pexpect@4.8.0?package-id=359f8e6fdc949261", + "type": "library", + "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast ", + "name": "pexpect", + "version": "4.8.0", + "licenses": [ + { + "license": { + "name": "ISC license" + } + } + ], + "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pexpect@4.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pexpect_1667297516076/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pickleshare@0.7.5?package-id=289bb5955b619274", + "type": "library", + "author": "Ville Vainio ", + "name": "pickleshare", + "version": "0.7.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ville_vainio_project:python-pickleshare:0.7.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pickleshare@0.7.5", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio_project:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio_project:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pika@1.3.2?package-id=bca4d8dc6eea05d0", + "type": "library", + "name": "pika", + "version": "1.3.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-pika:python-pika:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pika@1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pillow@10.2.0?package-id=8b9f910a8a89b627", + "type": "library", + "author": "\"Jeffrey A. Clark (Alex)\" ", + "name": "pillow", + "version": "10.2.0", + "licenses": [ + { + "license": { + "id": "HPND" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jeffrey_a__clark_\\(alex\\)\\\"_\\", + "name": "pip", + "version": "23.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip-23.3-py3.12.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip-23.3-py3.12.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pkgutil-resolve-name@1.3.10?package-id=5c26fa0025f16de2", + "type": "library", + "author": "Vinay Sajip ", + "name": "pkgutil_resolve_name", + "version": "1.3.10", + "cpe": "cpe:2.3:a:python-pkgutil-resolve-name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pkgutil_resolve_name@1.3.10", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pkgutil-resolve-name_1694617248815/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/platformdirs@3.11.0?package-id=2c69b93a9f05df33", + "type": "library", + "name": "platformdirs", + "version": "3.11.0", + "cpe": "cpe:2.3:a:python-platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/platformdirs@3.11.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/platformdirs_1696272223550/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/plotly@5.6.0?package-id=89824b89bc116407", + "type": "library", + "author": "Chris P ", + "name": "plotly", + "version": "5.6.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_p_project:python-plotly:5.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/plotly@5.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p_project:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p_project:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pluggy@1.3.0?package-id=c3c9aee6bd5e4d98", + "type": "library", + "author": "Holger Krekel ", + "name": "pluggy", + "version": "1.3.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-pluggy:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluggy@1.3.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pluggy_1693086607691/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/postcss-selector-parser@6.0.13?package-id=af775030c97b8772", + "type": "library", + "name": "postcss-selector-parser", + "version": "6.0.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:postcss-selector-parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/postcss-selector-parser@6.0.13", + "externalReferences": [ + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector-parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/preview-latex-style@12.2-1ubuntu1?arch=all&upstream=auctex&distro=ubuntu-22.04&package-id=e01cec59bc82b49c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "preview-latex-style", + "version": "12.2-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "permissive" + } + }, + { + "license": { + "name": "preserve-notice" + } + }, + { + "license": { + "name": "publicdomain" + } + }, + { + "license": { + "name": "tobeclarified" + } + } + ], + "cpe": "cpe:2.3:a:preview-latex-style:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/preview-latex-style@12.2-1ubuntu1?arch=all&upstream=auctex&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex-style:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex_style:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex_style:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/preview-latex-style/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/preview-latex-style.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "252" + }, + { + "name": "syft:metadata:source", + "value": "auctex" + } + ] + }, + { + "bom-ref": "pkg:npm/proc-log@3.0.0?package-id=a299da068fe1c865", + "type": "library", + "author": "GitHub Inc.", + "name": "proc-log", + "version": "3.0.0", + "description": "just emit 'log' events on the process object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:proc-log:proc-log:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/proc-log@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/proc-log.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc-log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/proc-log/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/process@0.11.10?package-id=d780092bc09b3ad8", + "type": "library", + "author": "Roman Shtylman ", + "name": "process", + "version": "0.11.10", + "description": "process information for node.js and browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shtylman:process:0.11.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/process@0.11.10", + "externalReferences": [ + { + "url": "git://github.com/shtylman/node-process.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:process:process:0.11.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/process/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=95e441e4005bd88a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:npm/prom-client@14.2.0?package-id=cb454f88f4115e53", + "type": "library", + "author": "Simon Nyberg", + "name": "prom-client", + "version": "14.2.0", + "description": "Client for prometheus", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:prom-client:prom-client:14.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/prom-client@14.2.0", + "externalReferences": [ + { + "url": "https://github.com/siimon/prom-client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom-client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/prom-client/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/prometheus-client@0.17.1?package-id=658bd69585bf2430", + "type": "library", + "author": "Brian Brazil ", + "name": "prometheus-client", + "version": "0.17.1", + "licenses": [ + { + "license": { + "name": "Apache Software License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prometheus-client@0.17.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/prometheus_client_1689032443210/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-all-reject-late@1.0.1?package-id=81daa064efa8946c", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-all-reject-late", + "version": "1.0.1", + "description": "Like Promise.all, but save rejections until all promises are resolved", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-all-reject-late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-all-reject-late@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject-late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-call-limit@1.0.2?package-id=ec9548069be69ae0", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-call-limit", + "version": "1.0.2", + "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-call-limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-call-limit@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/promise-call-limit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call-limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-call-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-inflight@1.0.1?package-id=d17675a914039e43", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-inflight@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/iarna/promise-inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/promise-inflight#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-retry@2.0.1?package-id=8e944038f987cfff", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:promise-retry:promise-retry:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-retry@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/node-promise-retry.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/prompt-toolkit@3.0.39?package-id=3cf1e5df2178783d", + "type": "library", + "author": "Jonathan Slenders", + "name": "prompt-toolkit", + "version": "3.0.39", + "cpe": "cpe:2.3:a:jonathan_slenders_project:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prompt-toolkit@3.0.39", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1688565951714/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/promzard@1.0.0?package-id=c39e57ce35268921", + "type": "library", + "author": "GitHub Inc.", + "name": "promzard", + "version": "1.0.0", + "description": "prompting wizardly", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promzard:promzard:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/promzard@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promzard.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:promzard:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promzard/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/psutil@5.9.6?package-id=82272dfcb70a65a4", + "type": "library", + "author": "Giampaolo Rodola ", + "name": "psutil", + "version": "5.9.6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:giampaolo_rodola_project:python-psutil:5.9.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/psutil@5.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola_project:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola_project:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=a651db49ebf97088", + "type": "library", + "author": "Thomas Kluyver ", + "name": "ptyprocess", + "version": "0.7.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ptyprocess@0.7.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/pure-eval@0.2.2?package-id=0884183c2ca715d0", + "type": "library", + "author": "Alex Hall ", + "name": "pure-eval", + "version": "0.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pure-eval@0.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/py@1.11.0?package-id=61a487842515ebe4", + "type": "library", + "author": "holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others ", + "name": "py", + "version": "1.11.0", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python-py:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/py@1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyopenssl@23.2.0?package-id=2e767a23be1c2935", + "type": "library", + "author": "The pyOpenSSL developers ", + "name": "pyOpenSSL", + "version": "23.2.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:pyopenssl_developers_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyOpenSSL@23.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyopenssl_1685514481738/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyarrow@14.0.2?package-id=3d41593269a5267b", + "type": "library", + "name": "pyarrow", + "version": "14.0.2", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyarrow@14.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycosat@0.6.6?package-id=ddf5e1db527e9489", + "type": "library", + "author": "Ilan Schnell ", + "name": "pycosat", + "version": "0.6.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ilan_schnell_project:python-pycosat:0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycosat@0.6.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pycosat_1696355758146/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell_project:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell_project:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycparser@2.21?package-id=4867f4c2d10a0fe5", + "type": "library", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.21", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.21:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.21", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pycparser_1636257122734/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyct@0.5.0?package-id=aa06d3f3fc2d0d09", + "type": "library", + "author": "HoloViz ", + "name": "pyct", + "version": "0.5.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License" + } + } + ], + "cpe": "cpe:2.3:a:developers_project:python-pyct:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyct@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycurl@7.45.1?package-id=74e01ea6fbb0b8ba", + "type": "library", + "author": "Oleg Pudeyev ", + "name": "pycurl", + "version": "7.45.1", + "licenses": [ + { + "license": { + "name": "LGPL/MIT" + } + } + ], + "cpe": "cpe:2.3:a:oleg_pudeyev_project:python-pycurl:7.45.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycurl@7.45.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev_project:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev_project:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycurl-7.45.1-py3.11.egg-info" + } + ] + }, + { + "bom-ref": "pkg:pypi/pydantic@1.10.2?package-id=47265c4b303226c3", + "type": "library", + "author": "Samuel Colvin ", + "name": "pydantic", + "version": "1.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samuel_colvin_project:python-pydantic:1.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pydantic@1.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin_project:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin_project:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyee@8.2.2?package-id=6efc896dea95e80e", + "type": "library", + "author": "Josh Holbrook ", + "name": "pyee", + "version": "8.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:josh_holbrook_project:python-pyee:8.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyee@8.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrook_project:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrookproject:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrookproject:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrook_project:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh-holbrook:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh-holbrook:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrook:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrook:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrookproject:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyee:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyee:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyee:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyee:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh-holbrook:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:josh_holbrook:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyee:python-pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyee:python_pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyee:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyee:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyee:pyee:8.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyee-8.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyee-8.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyee-8.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyparsing@2.4.7?package-id=2bc23b5f44984d5d", + "type": "library", + "author": "Paul McGuire ", + "name": "pyparsing", + "version": "2.4.7", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:paul_mcguire_project:python-pyparsing:2.4.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyparsing@2.4.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire_project:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire_project:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyppeteer@1.0.2?package-id=21dd8b84168170cb", + "type": "library", + "author": "granitosaurus ", + "name": "pyppeteer", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bernardas_alisauskas_project:python-pyppeteer:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyppeteer@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas_project:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas_project:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyppeteer-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyppeteer-1.0.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyreadline@2.1?package-id=4cc2c504a929cce9", + "type": "library", + "author": "Jorgen Stenarson ", + "name": "pyreadline", + "version": "2.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jorgen_stenarson_project:python-pyreadline:2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyreadline@2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson_project:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson_project:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest@7.4.2?package-id=7e935237a8cfac50", + "type": "library", + "author": "Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others", + "name": "pytest", + "version": "7.4.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python-pytest:7.4.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest@7.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest-json@0.4.0?package-id=d2cf3a8e34e147d2", + "type": "library", + "author": "Matt Chun-Lum ", + "name": "pytest-json", + "version": "0.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:matt_chun_lum_project:python-pytest-json:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-json@0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.6?package-id=b88d422b9a4b3c43", + "type": "application", + "name": "python", + "version": "3.11.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-box@7.1.1?package-id=401f10ba6408be2f", + "type": "library", + "author": "Chris Griffith ", + "name": "python-box", + "version": "7.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_griffith_project:python-box:7.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-box@7.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith_project:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffithproject:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffithproject:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-box:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-box:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_box:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_box:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=c8db7d832c667746", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-json-logger@2.0.7?package-id=f3bc2eafa8b3095f", + "type": "library", + "author": "Zakaria Zajac ", + "name": "python-json-logger", + "version": "2.0.7", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:zakaria_zajac_project:python-json-logger:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-json-logger@2.0.7", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-json-logger_1677079630776/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=df85b29c8f43909b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3:python3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "90" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=e3cc849486deaf68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-distutils@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=b86c6b15dea34527", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-distutils", + "version": "3.10.8-1~22.04", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-distutils@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-distutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "757" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-lib2to3@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=3556302ea56e1faa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-lib2to3", + "version": "3.10.8-1~22.04", + "cpe": "cpe:2.3:a:python3-lib2to3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-lib2to3@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lib2to3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-lib2to3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-lib2to3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "388" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=fbe78f130788504d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-minimal", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f6615d6fc9581fa6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "633" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=f0fb8fb72beb52d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-dev", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-dev:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-dev:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "510" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=92bfe97a9cb27709", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-minimal", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5898" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytz@2023.3.post1?package-id=112cf8a14bfd76fd", + "type": "library", + "author": "Stuart Bishop ", + "name": "pytz", + "version": "2023.3.post1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2023.3.post1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytz@2023.3.post1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pytz_1693930252784/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyviz-comms@3.0.0?package-id=745795090eb1b73c", + "type": "library", + "author": "Philipp Rudiger", + "name": "pyviz_comms", + "version": "3.0.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2023, Philipp Rudiger\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:philipp_rudiger_project:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyviz_comms@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms-3.0.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyzmq@25.1.1?package-id=cb39cac3d8f0a115", + "type": "library", + "author": "Brian E. Granger, Min Ragan-Kelley ", + "name": "pyzmq", + "version": "25.1.1", + "licenses": [ + { + "license": { + "name": "LGPL+BSD" + } + } + ], + "cpe": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python-pyzmq:25.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyzmq@25.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyzmq_1695384312770/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/qrcode-terminal@0.12.0?package-id=f74576eff85a22be", + "type": "library", + "name": "qrcode-terminal", + "version": "0.12.0", + "description": "QRCodes, in the terminal", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:qrcode-terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/qrcode-terminal@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "distribution" + }, + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode-terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/qrcode-terminal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read@2.1.0?package-id=6115c2d5c3a7fdcd", + "type": "library", + "author": "GitHub Inc.", + "name": "read", + "version": "2.1.0", + "description": "read(1) for node programs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read:read:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-cmd-shim@4.0.0?package-id=a5f4bad74df52c09", + "type": "library", + "author": "GitHub Inc.", + "name": "read-cmd-shim", + "version": "4.0.0", + "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-cmd-shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-cmd-shim@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-cmd-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/read-cmd-shim#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd-shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json@7.0.0?package-id=fde996c289093e6f", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json", + "version": "7.0.0", + "description": "The thing npm uses to read package.json files with semantics and defaults and validation", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json:read-package-json:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json-fast@3.0.2?package-id=4aac844f090863bb", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json-fast", + "version": "3.0.2", + "description": "Like read-package-json, but faster", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json-fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json-fast@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json-fast.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json-fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-package-json-fast/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=377436c8f52495ec", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=bfcb1247957fd931", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@4.4.0?package-id=913f0b829a89809a", + "type": "library", + "name": "readable-stream", + "version": "4.4.0", + "description": "Node.js Streams, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:4.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@4.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/readable-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04&package-id=00ad7edade6b3102", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "readline-common", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/referencing@0.30.2?package-id=947245630e5b21d0", + "type": "library", + "author": "Julian Berman ", + "name": "referencing", + "version": "0.30.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+referencing_project:python-referencing:0.30.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/referencing@0.30.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/referencing_1691337268233/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.28.1?package-id=cc9887cd4560876e", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.28.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.28.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.28.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.28.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.28.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.28.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/requirejs@2.3.6?package-id=ff95ae827e6e6213", + "type": "library", + "author": "James Burke (http://github.com/jrburke)", + "name": "requirejs", + "version": "2.3.6", + "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requirejs:requirejs:2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/requirejs@2.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/jrburke/r.js.git", + "type": "distribution" + }, + { + "url": "http://github.com/jrburke/r.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrburke:requirejs:2.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/requirejs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/requires-port@1.0.0?package-id=2c047036337ec428", + "type": "library", + "author": "Arnout Kazemier", + "name": "requires-port", + "version": "1.0.0", + "description": "Check if a protocol requires a certain port number to be added to an URL.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requires-port:requires-port:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/requires-port@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/unshiftio/requires-port", + "type": "distribution" + }, + { + "url": "https://github.com/unshiftio/requires-port", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires-port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/requires-port/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/retry@0.12.0?package-id=5d74f62a113724bd", + "type": "library", + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "version": "0.12.0", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tim-kos:retry:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/retry@0.12.0", + "externalReferences": [ + { + "url": "git://github.com/tim-kos/node-retry.git", + "type": "distribution" + }, + { + "url": "https://github.com/tim-kos/node-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:retry:retry:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3339-validator@0.1.4?package-id=4644965db40a6dee", + "type": "library", + "author": "Nicolas Aimetti ", + "name": "rfc3339-validator", + "version": "0.1.4", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:python-rfc3339-validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3339-validator@0.1.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rfc3339-validator_1638811747357/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3986@1.5.0?package-id=6de581f70a501ad5", + "type": "library", + "author": "Ian Stapleton Cordasco ", + "name": "rfc3986", + "version": "1.5.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ian_stapleton_cordasco_project:python-rfc3986:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3986@1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3986-validator@0.1.1?package-id=4b27bd62c3fa0ba8", + "type": "library", + "author": "Nicolas Aimetti ", + "name": "rfc3986-validator", + "version": "0.1.1", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:python-rfc3986-validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3986-validator@0.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rfc3986-validator_1598024191506/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=fa715d128c21edc9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04&package-id=f5ff209e7eea59ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rpcsvc-proto", + "version": "1.4.2-0ubuntu6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:rpcsvc-proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc-proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rpcsvc-proto/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rpcsvc-proto.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:pypi/rpds-py@0.10.6?package-id=8fed8cab48f0cc89", + "type": "library", + "author": "Julian Berman ", + "name": "rpds-py", + "version": "0.10.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian_berman_project:python-rpds-py:0.10.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rpds-py@0.10.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rpds-py_1697072234495/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml@0.17.39?package-id=ac154a7899860ebe", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml", + "version": "0.17.39", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:ruamel.yaml_project:ruamel.yaml:0.17.39:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml@0.17.39", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml_1697743515120/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml.clib@0.2.7?package-id=526e4b2cb9b1f297", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml.clib", + "version": "0.2.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthon_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml.clib@0.2.7", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml.clib_1695996834452/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/run-one@1.17-0ubuntu1?arch=all&distro=ubuntu-22.04&package-id=dada92beda5ad4b5", + "type": "library", + "publisher": "Dustin Kirkland ", + "name": "run-one", + "version": "1.17-0ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:run-one:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/run-one@1.17-0ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run-one:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_one:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_one:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/run-one/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/run-one.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=d8e2e9104c3997f8", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=9cfad00328fb646f", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-stable-stringify@2.4.3?package-id=fcd4d42b9ba1ea12", + "type": "library", + "author": "Ruben Bridgewater", + "name": "safe-stable-stringify", + "version": "2.4.3", + "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-stable-stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-stable-stringify@2.4.3", + "externalReferences": [ + { + "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/BridgeAR/safe-stable-stringify#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable-stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/safe-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=fd9630b707972642", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/scipy@1.11.4?package-id=7cda5d8db1ec5779", + "type": "library", + "name": "scipy", + "version": "1.11.4", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2001-2002 Enthought, Inc. 2003-2023, SciPy Developers.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n \n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ----\n \n This binary distribution of SciPy also bundles the following software:\n \n \n Name: OpenBLAS\n Files: scipy.libs/libopenblas*.so\n Description: bundled as a dynamically linked library\n Availability: https://github.com/OpenMathLib/OpenBLAS/\n License: BSD-3-Clause-Attribution\n Copyright (c) 2011-2014, The OpenBLAS Project\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n \n Name: LAPACK\n Files: scipy.libs/libopenblas*.so\n Description: bundled in OpenBLAS\n Availability: https://github.com/OpenMathLib/OpenBLAS/\n License: BSD-3-Clause-Attribution\n Copyright (c) 1992-2013 The University of Tennessee and The University\n of Tennessee Research Foundation. All rights\n reserved.\n Copyright (c) 2000-2013 The University of California Berkeley. All\n rights reserved.\n Copyright (c) 2006-2013 The University of Colorado Denver. All rights\n reserved.\n \n $COPYRIGHT$\n \n Additional copyrights may follow\n \n $HEADER$\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n - Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer listed\n in this license in the documentation and/or other materials\n provided with the distribution.\n \n - Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n The copyright holders provide no reassurances that the source code\n provided does not infringe any patent, copyright, or any other\n intellectual property rights of third parties. The copyright holders\n disclaim any liability to any recipient for claims brought against\n recipient by any third party for infringement of that parties\n intellectual property rights.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n \n Name: GCC runtime library\n Files: scipy.libs/libgfortran*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran\n License: GPL-3.0-with-GCC-exception\n Copyright (C) 2002-2017 Free Software Foundation, Inc.\n \n Libgfortran is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n \n Libgfortran is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n Under Section 7 of GPL version 3, you are granted additional\n permissions described in the GCC Runtime Library Exception, version\n 3.1, as published by the Free Software Foundation.\n \n You should have received a copy of the GNU General Public License and\n a copy of the GCC Runtime Library Exception along with this program;\n see the files COPYING3 and COPYING.RUNTIME respectively. If not, see\n .\n \n ----\n \n Full text of license texts referred to above follows (that they are\n listed below does not necessarily imply the conditions apply to the\n present binary release):\n \n ----\n \n GCC RUNTIME LIBRARY EXCEPTION\n \n Version 3.1, 31 March 2009\n \n Copyright (C) 2009 Free Software Foundation, Inc. \n \n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n \n This GCC Runtime Library Exception (\"Exception\") is an additional\n permission under section 7 of the GNU General Public License, version\n 3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\n bears a notice placed by the copyright holder of the file stating that\n the file is governed by GPLv3 along with this Exception.\n \n When you use GCC to compile a program, GCC may combine portions of\n certain GCC header files and runtime libraries with the compiled\n program. The purpose of this Exception is to allow compilation of\n non-GPL (including proprietary) programs to use, in this way, the\n header files and runtime libraries covered by this Exception.\n \n 0. Definitions.\n \n A file is an \"Independent Module\" if it either requires the Runtime\n Library for execution after a Compilation Process, or makes use of an\n interface provided by the Runtime Library, but is not otherwise based\n on the Runtime Library.\n \n \"GCC\" means a version of the GNU Compiler Collection, with or without\n modifications, governed by version 3 (or a specified later version) of\n the GNU General Public License (GPL) with the option of using any\n subsequent versions published by the FSF.\n \n \"GPL-compatible Software\" is software whose conditions of propagation,\n modification and use would permit combination with GCC in accord with\n the license of GCC.\n \n \"Target Code\" refers to output from any compiler for a real or virtual\n target processor architecture, in executable form or suitable for\n input to an assembler, loader, linker and/or execution\n phase. Notwithstanding that, Target Code does not include data in any\n format that is used as a compiler intermediate representation, or used\n for producing a compiler intermediate representation.\n \n The \"Compilation Process\" transforms code entirely represented in\n non-intermediate languages designed for human-written code, and/or in\n Java Virtual Machine byte code, into Target Code. Thus, for example,\n use of source code generators and preprocessors need not be considered\n part of the Compilation Process, since the Compilation Process can be\n understood as starting with the output of the generators or\n preprocessors.\n \n A Compilation Process is \"Eligible\" if it is done using GCC, alone or\n with other GPL-compatible software, or if it is done without using any\n work based on GCC. For example, using non-GPL-compatible Software to\n optimize any GCC intermediate representations would not qualify as an\n Eligible Compilation Process.\n \n 1. Grant of Additional Permission.\n \n You have permission to propagate a work of Target Code formed by\n combining the Runtime Library with Independent Modules, even if such\n propagation would otherwise violate the terms of GPLv3, provided that\n all Target Code was generated by Eligible Compilation Processes. You\n may then convey such a combination under terms of your choice,\n consistent with the licensing of the Independent Modules.\n \n 2. No Weakening of GCC Copyleft.\n \n The availability of this Exception does not imply any general\n presumption that third-party software is unaffected by the copyleft\n requirements of the license of GCC.\n \n ----\n \n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n \n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n \n Preamble\n \n The GNU General Public License is a free, copyleft license for\n software and other kinds of works.\n \n The licenses for most software and other practical works are designed\n to take away your freedom to share and change the works. By contrast,\n the GNU General Public License is intended to guarantee your freedom to\n share and change all versions of a program--to make sure it remains free\n software for all its users. We, the Free Software Foundation, use the\n GNU General Public License for most of our software; it applies also to\n any other work released this way by its authors. You can apply it to\n your programs, too.\n \n When we speak of free software, we are referring to freedom, not\n price. Our General Public Licenses are designed to make sure that you\n have the freedom to distribute copies of free software (and charge for\n them if you wish), that you receive source code or can get it if you\n want it, that you can change the software or use pieces of it in new\n free programs, and that you know you can do these things.\n \n To protect your rights, we need to prevent others from denying you\n these rights or asking you to surrender the rights. Therefore, you have\n certain responsibilities if you distribute copies of the software, or if\n you modify it: responsibilities to respect the freedom of others.\n \n For example, if you distribute copies of such a program, whether\n gratis or for a fee, you must pass on to the recipients the same\n freedoms that you received. You must make sure that they, too, receive\n or can get the source code. And you must show them these terms so they\n know their rights.\n \n Developers that use the GNU GPL protect your rights with two steps:\n (1) assert copyright on the software, and (2) offer you this License\n giving you legal permission to copy, distribute and/or modify it.\n \n For the developers' and authors' protection, the GPL clearly explains\n that there is no warranty for this free software. For both users' and\n authors' sake, the GPL requires that modified versions be marked as\n changed, so that their problems will not be attributed erroneously to\n authors of previous versions.\n \n Some devices are designed to deny users access to install or run\n modified versions of the software inside them, although the manufacturer\n can do so. This is fundamentally incompatible with the aim of\n protecting users' freedom to change the software. The systematic\n pattern of such abuse occurs in the area of products for individuals to\n use, which is precisely where it is most unacceptable. Therefore, we\n have designed this version of the GPL to prohibit the practice for those\n products. If such problems arise substantially in other domains, we\n stand ready to extend this provision to those domains in future versions\n of the GPL, as needed to protect the freedom of users.\n \n Finally, every program is threatened constantly by software patents.\n States should not allow patents to restrict development and use of\n software on general-purpose computers, but in those that do, we wish to\n avoid the special danger that patents applied to a free program could\n make it effectively proprietary. To prevent this, the GPL assures that\n patents cannot be used to render the program non-free.\n \n The precise terms and conditions for copying, distribution and\n modification follow.\n \n TERMS AND CONDITIONS\n \n 0. Definitions.\n \n \"This License\" refers to version 3 of the GNU General Public License.\n \n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n \n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n \n To \"modify\" a work means to copy from or adapt all or part of the work\n in a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n \n A \"covered work\" means either the unmodified Program or a work based\n on the Program.\n \n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n \n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through\n a computer network, with no transfer of a copy, is not conveying.\n \n An interactive user interface displays \"Appropriate Legal Notices\"\n to the extent that it includes a convenient and prominently visible\n feature that (1) displays an appropriate copyright notice, and (2)\n tells the user that there is no warranty for the work (except to the\n extent that warranties are provided), that licensees may convey the\n work under this License, and how to view a copy of this License. If\n the interface presents a list of user commands or options, such as a\n menu, a prominent item in the list meets this criterion.\n \n 1. Source Code.\n \n The \"source code\" for a work means the preferred form of the work\n for making modifications to it. \"Object code\" means any non-source\n form of a work.\n \n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that\n is widely used among developers working in that language.\n \n The \"System Libraries\" of an executable work include anything, other\n than the work as a whole, that (a) is included in the normal form of\n packaging a Major Component, but which is not part of that Major\n Component, and (b) serves only to enable use of the work with that\n Major Component, or to implement a Standard Interface for which an\n implementation is available to the public in source code form. A\n \"Major Component\", in this context, means a major essential component\n (kernel, window system, and so on) of the specific operating system\n (if any) on which the executable work runs, or a compiler used to\n produce the work, or an object code interpreter used to run it.\n \n The \"Corresponding Source\" for a work in object code form means all\n the source code needed to generate, install, and (for an executable\n work) run the object code and to modify the work, including scripts to\n control those activities. However, it does not include the work's\n System Libraries, or general-purpose tools or generally available free\n programs which are used unmodified in performing those activities but\n which are not part of the work. For example, Corresponding Source\n includes interface definition files associated with source files for\n the work, and the source code for shared libraries and dynamically\n linked subprograms that the work is specifically designed to require,\n such as by intimate data communication or control flow between those\n subprograms and other parts of the work.\n \n The Corresponding Source need not include anything that users\n can regenerate automatically from other parts of the Corresponding\n Source.\n \n The Corresponding Source for a work in source code form is that\n same work.\n \n 2. Basic Permissions.\n \n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program. The output from running a\n covered work is covered by this License only if the output, given its\n content, constitutes a covered work. This License acknowledges your\n rights of fair use or other equivalent, as provided by copyright law.\n \n You may make, run and propagate covered works that you do not\n convey, without conditions so long as your license otherwise remains\n in force. You may convey covered works to others for the sole purpose\n of having them make modifications exclusively for you, or provide you\n with facilities for running those works, provided that you comply with\n the terms of this License in conveying all material for which you do\n not control copyright. Those thus making or running the covered works\n for you must do so exclusively on your behalf, under your direction\n and control, on terms that prohibit them from making any copies of\n your copyrighted material outside their relationship with you.\n \n Conveying under any other circumstances is permitted solely under\n the conditions stated below. Sublicensing is not allowed; section 10\n makes it unnecessary.\n \n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n \n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article\n 11 of the WIPO copyright treaty adopted on 20 December 1996, or\n similar laws prohibiting or restricting circumvention of such\n measures.\n \n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention\n is effected by exercising rights under this License with respect to\n the covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's\n users, your or third parties' legal rights to forbid circumvention of\n technological measures.\n \n 4. Conveying Verbatim Copies.\n \n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice;\n keep intact all notices stating that this License and any\n non-permissive terms added in accord with section 7 apply to the code;\n keep intact all notices of the absence of any warranty; and give all\n recipients a copy of this License along with the Program.\n \n You may charge any price or no price for each copy that you convey,\n and you may offer support or warranty protection for a fee.\n \n 5. Conveying Modified Source Versions.\n \n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the\n terms of section 4, provided that you also meet all of these conditions:\n \n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n \n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n \n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n \n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n \n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work,\n and which are not combined with it such as to form a larger program,\n in or on a volume of a storage or distribution medium, is called an\n \"aggregate\" if the compilation and its resulting copyright are not\n used to limit the access or legal rights of the compilation's users\n beyond what the individual works permit. Inclusion of a covered work\n in an aggregate does not cause this License to apply to the other\n parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n \n You may convey a covered work in object code form under the terms\n of sections 4 and 5, provided that you also convey the\n machine-readable Corresponding Source under the terms of this License,\n in one of these ways:\n \n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n \n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n \n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be\n included in conveying the object code work.\n \n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n \n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n \n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as\n part of a transaction in which the right of possession and use of the\n User Product is transferred to the recipient in perpetuity or for a\n fixed term (regardless of how the transaction is characterized), the\n Corresponding Source conveyed under this section must be accompanied\n by the Installation Information. But this requirement does not apply\n if neither you nor any third party retains the ability to install\n modified object code on the User Product (for example, the work has\n been installed in ROM).\n \n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access to a\n network may be denied when the modification itself materially and\n adversely affects the operation of the network or violates the rules and\n protocols for communication across the network.\n \n Corresponding Source conveyed, and Installation Information provided,\n in accord with this section must be in a format that is publicly\n documented (and with an implementation available to the public in\n source code form), and must require no special password or key for\n unpacking, reading or copying.\n \n 7. Additional Terms.\n \n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall\n be treated as though they were included in this License, to the extent\n that they are valid under applicable law. If additional permissions\n apply only to part of the Program, that part may be used separately\n under those permissions, but the entire Program remains governed by\n this License without regard to the additional permissions.\n \n When you convey a copy of a covered work, you may at your option\n remove any additional permissions from that copy, or from any part of\n it. (Additional permissions may be written to require their own\n removal in certain cases when you modify the work.) You may place\n additional permissions on material, added by you to a covered work,\n for which you have or can give appropriate copyright permission.\n \n Notwithstanding any other provision of this License, for material you\n add to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n \n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n \n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n \n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n \n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n \n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n \n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n \n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further\n restriction, you may remove that term. If a license document contains\n a further restriction but permits relicensing or conveying under this\n License, you may add to a covered work material governed by the terms\n of that license document, provided that the further restriction does\n not survive such relicensing or conveying.\n \n If you add terms to a covered work in accord with this section, you\n must place, in the relevant source files, a statement of the\n additional terms that apply to those files, or a notice indicating\n where to find the applicable terms.\n \n Additional terms, permissive or non-permissive, may be stated in the\n form of a separately written license, or stated as exceptions;\n the above requirements apply either way.\n \n 8. Termination.\n \n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or\n modify it is void, and will automatically terminate your rights under\n this License (including any patent licenses granted under the third\n paragraph of section 11).\n \n However, if you cease all violation of this License, then your\n license from a particular copyright holder is reinstated (a)\n provisionally, unless and until the copyright holder explicitly and\n finally terminates your license, and (b) permanently, if the copyright\n holder fails to notify you of the violation by some reasonable means\n prior to 60 days after the cessation.\n \n Moreover, your license from a particular copyright holder is\n reinstated permanently if the copyright holder notifies you of the\n violation by some reasonable means, this is the first time you have\n received notice of violation of this License (for any work) from that\n copyright holder, and you cure the violation prior to 30 days after\n your receipt of the notice.\n \n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n \n 9. Acceptance Not Required for Having Copies.\n \n You are not required to accept this License in order to receive or\n run a copy of the Program. Ancillary propagation of a covered work\n occurring solely as a consequence of using peer-to-peer transmission\n to receive a copy likewise does not require acceptance. However,\n nothing other than this License grants you permission to propagate or\n modify any covered work. These actions infringe copyright if you do\n not accept this License. Therefore, by modifying or propagating a\n covered work, you indicate your acceptance of this License to do so.\n \n 10. Automatic Licensing of Downstream Recipients.\n \n Each time you convey a covered work, the recipient automatically\n receives a license from the original licensors, to run, modify and\n propagate that work, subject to this License. You are not responsible\n for enforcing compliance by third parties with this License.\n \n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered\n work results from an entity transaction, each party to that\n transaction who receives a copy of the work also receives whatever\n licenses to the work the party's predecessor in interest had or could\n give under the previous paragraph, plus a right to possession of the\n Corresponding Source of the work from the predecessor in interest, if\n the predecessor has it or can get it with reasonable efforts.\n \n You may not impose any further restrictions on the exercise of the\n rights granted or affirmed under this License. For example, you may\n not impose a license fee, royalty, or other charge for exercise of\n rights granted under this License, and you may not initiate litigation\n (including a cross-claim or counterclaim in a lawsuit) alleging that\n any patent claim is infringed by making, using, selling, offering for\n sale, or importing the Program or any portion of it.\n \n 11. Patents.\n \n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The\n work thus licensed is called the contributor's \"contributor version\".\n \n A contributor's \"essential patent claims\" are all patent claims\n owned or controlled by the contributor, whether already acquired or\n hereafter acquired, that would be infringed by some manner, permitted\n by this License, of making, using, or selling its contributor version,\n but do not include claims that would be infringed only as a\n consequence of further modification of the contributor version. For\n purposes of this definition, \"control\" includes the right to grant\n patent sublicenses in a manner consistent with the requirements of\n this License.\n \n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to\n make, use, sell, offer for sale, import and otherwise run, modify and\n propagate the contents of its contributor version.\n \n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a\n party means to make such an agreement or commitment not to enforce a\n patent against the party.\n \n If you convey a covered work, knowingly relying on a patent license,\n and the Corresponding Source of the work is not available for anyone\n to copy, free of charge and under the terms of this License, through a\n publicly available network server or other readily accessible means,\n then you must either (1) cause the Corresponding Source to be so\n available, or (2) arrange to deprive yourself of the benefit of the\n patent license for this particular work, or (3) arrange, in a manner\n consistent with the requirements of this License, to extend the patent\n license to downstream recipients. \"Knowingly relying\" means you have\n actual knowledge that, but for the patent license, your conveying the\n covered work in a country, or your recipient's use of the covered work\n in a country, would infringe one or more identifiable patents in that\n country that you have reason to believe are valid.\n \n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties\n receiving the covered work authorizing them to use, propagate, modify\n or convey a specific copy of the covered work, then the patent license\n you grant is automatically extended to all recipients of the covered\n work and works based on it.\n \n A patent license is \"discriminatory\" if it does not include within\n the scope of its coverage, prohibits the exercise of, or is\n conditioned on the non-exercise of one or more of the rights that are\n specifically granted under this License. You may not convey a covered\n work if you are a party to an arrangement with a third party that is\n in the business of distributing software, under which you make payment\n to the third party based on the extent of your activity of conveying\n the work, and under which the third party grants, to any of the\n parties who would receive the covered work from you, a discriminatory\n patent license (a) in connection with copies of the covered work\n conveyed by you (or copies made from those copies), or (b) primarily\n for and in connection with specific products or compilations that\n contain the covered work, unless you entered into that arrangement,\n or that patent license was granted, prior to 28 March 2007.\n \n Nothing in this License shall be construed as excluding or limiting\n any implied license or other defenses to infringement that may\n otherwise be available to you under applicable patent law.\n \n 12. No Surrender of Others' Freedom.\n \n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot convey a\n covered work so as to satisfy simultaneously your obligations under this\n License and any other pertinent obligations, then as a consequence you may\n not convey it at all. For example, if you agree to terms that obligate you\n to collect a royalty for further conveying from those to whom you convey\n the Program, the only way you could satisfy both those terms and this\n License would be to refrain entirely from conveying the Program.\n \n 13. Use with the GNU Affero General Public License.\n \n Notwithstanding any other provision of this License, you have\n permission to link or combine any covered work with a work licensed\n under version 3 of the GNU Affero General Public License into a single\n combined work, and to convey the resulting work. The terms of this\n License will continue to apply to the part which is the covered work,\n but the special requirements of the GNU Affero General Public License,\n section 13, concerning interaction through a network will apply to the\n combination as such.\n \n 14. Revised Versions of this License.\n \n The Free Software Foundation may publish revised and/or new versions of\n the GNU General Public License from time to time. Such new versions will\n be similar in spirit to the present version, but may differ in detail to\n address new problems or concerns.\n \n Each version is given a distinguishing version number. If the\n Program specifies that a certain numbered version of the GNU General\n Public License \"or any later version\" applies to it, you have the\n option of following the terms and conditions either of that numbered\n version or of any later version published by the Free Software\n Foundation. If the Program does not specify a version number of the\n GNU General Public License, you may choose any version ever published\n by the Free Software Foundation.\n \n If the Program specifies that a proxy can decide which future\n versions of the GNU General Public License can be used, that proxy's\n public statement of acceptance of a version permanently authorizes you\n to choose that version for the Program.\n \n Later license versions may give you additional or different\n permissions. However, no additional obligations are imposed on any\n author or copyright holder as a result of your choosing to follow a\n later version.\n \n 15. Disclaimer of Warranty.\n \n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n \n If the disclaimer of warranty and limitation of liability provided\n above cannot be given local legal effect according to their terms,\n reviewing courts shall apply local law that most closely approximates\n an absolute waiver of all civil liability in connection with the\n Program, unless a warranty or assumption of liability accompanies a\n copy of the Program in return for a fee.\n \n END OF TERMS AND CONDITIONS\n \n How to Apply These Terms to Your New Programs\n \n If you develop a new program, and you want it to be of the greatest\n possible use to the public, the best way to achieve this is to make it\n free software which everyone can redistribute and change under these terms.\n \n To do so, attach the following notices to the program. It is safest\n to attach them to the start of each source file to most effectively\n state the exclusion of warranty; and each file should have at least\n the \"copyright\" line and a pointer to where the full notice is found.\n \n \n Copyright (C) \n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n \n Also add information on how to contact you by electronic and paper mail.\n \n If the program does terminal interaction, make it output a short\n notice like this when it starts in an interactive mode:\n \n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n \n The hypothetical commands `show w' and `show c' should show the appropriate\n parts of the General Public License. Of course, your program's commands\n might be different; for a GUI interface, you would use an \"about box\".\n \n You should also get your employer (if you work as a programmer) or school,\n if any, to sign a \"copyright disclaimer\" for the program, if necessary.\n For more information on this, and how to apply and follow the GNU GPL, see\n .\n \n The GNU General Public License does not permit incorporating your program\n into proprietary programs. If your program is a subroutine library, you\n may consider it more useful to permit linking proprietary applications with\n the library. If this is what you want to do, use the GNU Lesser General\n Public License instead of this License. But first, please read\n .\n \n \n Name: libquadmath\n Files: scipy.libs/libquadmath*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\n License: LGPL-2.1-or-later\n \n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n \n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n \n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:python-scipy:python-scipy:1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/scipy@1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/scipy-1.11.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/scipy-1.11.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/scrapbook@0.5.0?package-id=4dfbf80b3226b2bc", + "type": "library", + "author": "nteract contributors ", + "name": "scrapbook", + "version": "0.5.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/scrapbook@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/seaborn@0.11.2?package-id=15be824d706c597f", + "type": "library", + "author": "Michael Waskom ", + "name": "seaborn", + "version": "0.11.2", + "licenses": [ + { + "license": { + "name": "BSD (3-clause)" + } + } + ], + "cpe": "cpe:2.3:a:michael_waskom_project:python-seaborn:0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/seaborn@0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom_project:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom_project:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=28675c60a1f26a2f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=97418f2bbd2575cd", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=cd12653c744f4ce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:npm/set-blocking@2.0.0?package-id=994a328d3ea2e523", + "type": "library", + "author": "Ben Coe ", + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:set-blocking:set-blocking:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/set-blocking@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/yargs/set-blocking.git", + "type": "distribution" + }, + { + "url": "https://github.com/yargs/set-blocking#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set-blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/set-blocking/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@65.5.1?package-id=174223455f603c80", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "65.5.1", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:65.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@65.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools-scm@7.0.5?package-id=11fd3477cb4bae7a", + "type": "library", + "author": "Ronny Pfannschmidt ", + "name": "setuptools-scm", + "version": "7.0.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt_project:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools-scm@7.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04&package-id=fd87c25d5fa9b96b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "shared-mime-info", + "version": "2.1-2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:shared-mime-info:shared-mime-info:2.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime-info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/shared-mime-info/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/shared-mime-info.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2744" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-command@2.0.0?package-id=59bd507290482a55", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "shebang-command", + "version": "2.0.0", + "description": "Get the command from a shebang", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-command:shebang-command:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-command@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/shebang-command/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-regex@3.0.0?package-id=f818c46f3d184b3c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "shebang-regex", + "version": "3.0.0", + "description": "Regular expression for matching a shebang line", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-regex:shebang-regex:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-regex@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/shebang-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@3.0.7?package-id=ccbd0310f2400615", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + }, + { + "url": "https://github.com/tapjs/signal-exit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@4.0.2?package-id=b962b09e7dc032e9", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "4.0.2", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sigstore@2.1.0?package-id=5b96f8a16a77ac10", + "type": "library", + "author": "bdehamer@github.com", + "name": "sigstore", + "version": "2.1.0", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:sigstore:sigstore:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/sigstore@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/client#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/sigstore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/simple-swizzle@0.2.2?package-id=64822728b6e84903", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "simple-swizzle", + "version": "0.2.2", + "description": "Simply swizzle your arguments", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:simple-swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/simple-swizzle@0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple-swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/simple-swizzle/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.15.0?package-id=bdeddd0871e4e47a", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.15.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.15.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.15.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.15.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/sl-userservices-client@0.1.26?package-id=4e08d2493983156d", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "sl-userservices-client", + "version": "0.1.26", + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sl-userservices-client@0.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:npm/smart-buffer@4.2.0?package-id=4faf8f9b80ba362d", + "type": "library", + "author": "Josh Glazebrook", + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:smart-buffer:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/smart-buffer@4.2.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/smart-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/smart-buffer/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JoshGlazebrook:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/smart-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/sniffio@1.3.0?package-id=40661169e0379b50", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "sniffio", + "version": "1.3.0", + "licenses": [ + { + "expression": "MIT OR Apache-2.0" + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-sniffio:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sniffio@1.3.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/sniffio_1662051266223/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/socks@2.7.1?package-id=d8c35408d4bf7f00", + "type": "library", + "author": "Josh Glazebrook", + "name": "socks", + "version": "2.7.1", + "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:socks:2.7.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks@2.7.1", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/socks.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/socks/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks:2.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/socks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@7.0.0?package-id=edd1a939f19f5bbc", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "7.0.0", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@8.0.1?package-id=79746154386d6ceb", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "8.0.1", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@8.0.1", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/soupsieve@2.5?package-id=93ebf3b2a7176514", + "type": "library", + "author": "Isaac Muse ", + "name": "soupsieve", + "version": "2.5", + "cpe": "cpe:2.3:a:isaac_muse_\\ (https://kemitchell.com)", + "name": "spdx-expression-parse", + "version": "3.0.1", + "description": "parse SPDX license expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:spdx-expression-parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-expression-parse@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression-parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-license-ids@3.0.13?package-id=99be4280128bc19d", + "type": "library", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "name": "spdx-license-ids", + "version": "3.0.13", + "description": "A list of SPDX license identifiers", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-license-ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-license-ids@3.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license-ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/spdx-license-ids/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ssri@10.0.5?package-id=38c0b6396c741230", + "type": "library", + "author": "GitHub Inc.", + "name": "ssri", + "version": "10.0.5", + "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ssri:ssri:10.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/ssri@10.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/ssri.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ssri:10.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ssri/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/stack-data@0.6.2?package-id=a5ce1cc6db6be644", + "type": "library", + "author": "Alex Hall ", + "name": "stack-data", + "version": "0.6.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-stack-data:0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stack-data@0.6.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/stack-trace@0.0.10?package-id=84af849fa2df9202", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "stack-trace", + "version": "0.0.10", + "description": "Get v8 stack traces as an array of CallSite objects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stack-trace:stack-trace:0.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/stack-trace@0.0.10", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-stack-trace.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-stack-trace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/stack-trace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strftime@0.10.2?package-id=00f0043e13b3bfc7", + "type": "library", + "author": "Sami Samhuri ", + "name": "strftime", + "version": "0.10.2", + "description": "strftime for JavaScript", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samsonjs:strftime:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/strftime@0.10.2", + "externalReferences": [ + { + "url": "git://github.com/samsonjs/strftime.git", + "type": "distribution" + }, + { + "url": "https://samhuri.net/projects/strftime", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strftime:strftime:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/strftime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=fb9b6b2f79d8ba80", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string-width-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=9143a45c95fb10fe", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=1c9a344f61905f10", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=965ecc1b519b6c87", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=47412cd6ca40f0c4", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=a25c30bc758bdc9f", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=3dd1ff07f08c58cd", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/strip-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=081f1187572d83c5", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=af30be3abd57d873", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=7308fcda95cda208", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=f87209a8edf0d995", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sudo", + "version": "1.9.9-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:sudo:sudo:1.9.9-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sudo/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sudo.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/sudo.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2508" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@9.4.0?package-id=9be5a40b456cb840", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "supports-color", + "version": "9.4.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@9.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/systemd@249.11-0ubuntu3.11?arch=amd64&distro=ubuntu-22.04&package-id=630c44e1705b5e55", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "systemd", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:systemd:systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/systemd@249.11-0ubuntu3.11?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/systemd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/systemd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/systemd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16296" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/systemd-sysv@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=e798eedc45f6acb7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "systemd-sysv", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:systemd-sysv:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/systemd-sysv@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd-sysv:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd_sysv:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd_sysv:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/systemd-sysv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/systemd-sysv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "197" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:pypi/systemlink-sdk@21.1.0?package-id=b93c3b7d3d6f8749", + "type": "library", + "author": "National Instruments", + "name": "systemlink-sdk", + "version": "21.1.0", + "licenses": [ + { + "license": { + "name": "National Instruments General Purpose Software License Agreement" + } + } + ], + "cpe": "cpe:2.3:a:national_instruments_project:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/systemlink-sdk@21.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=7abd9ae949508867", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/t1utils@1.41-4build2?arch=amd64&distro=ubuntu-22.04&package-id=a3bb59254ab625ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "t1utils", + "version": "1.41-4build2", + "cpe": "cpe:2.3:a:t1utils:t1utils:1.41-4build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/t1utils@1.41-4build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/t1utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/t1utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "278" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=6524ace344e63539", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1ubuntu0.1.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "960" + } + ] + }, + { + "bom-ref": "pkg:npm/tar@6.1.15?package-id=428c46868a410322", + "type": "library", + "author": "GitHub Inc.", + "name": "tar", + "version": "6.1.15", + "description": "tar for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:tar_project:tar:6.1.15:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tar@6.1.15", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-tar.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tdigest@0.1.2?package-id=944c23d3c8ca5a2d", + "type": "library", + "author": "Will Welch (http://quietplease.com/)", + "name": "tdigest", + "version": "0.1.2", + "description": "javascript implementation of Dunning's T-Digest for streaming quantile approximation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tdigest:tdigest:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/tdigest@0.1.2", + "externalReferences": [ + { + "url": "https://github.com/welch/tdigest.git", + "type": "distribution" + }, + { + "url": "https://github.com/welch/tdigest", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:welch:tdigest:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/tdigest/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/teckit@2.5.11+ds1-1?arch=amd64&distro=ubuntu-22.04&package-id=d0d90b43a634d39e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "teckit", + "version": "2.5.11+ds1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "CPL-0.5+" + } + } + ], + "cpe": "cpe:2.3:a:teckit:teckit:2.5.11\\+ds1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/teckit@2.5.11+ds1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/teckit/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/teckit.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "760" + } + ] + }, + { + "bom-ref": "pkg:pypi/tenacity@8.2.3?package-id=79c9f91e67e0b00a", + "type": "library", + "author": "Julien Danjou ", + "name": "tenacity", + "version": "8.2.3", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:julien_danjou_project:python-tenacity:8.2.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tenacity@8.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/terminado@0.17.1?package-id=ccd4ef3fcb0265ab", + "type": "library", + "author": "Jupyter Development Team ", + "name": "terminado", + "version": "0.17.1", + "licenses": [ + { + "license": { + "name": "# terminado: A python websocket server backend for xterm.js\n #\n # BSD License\n #\n # Copyright (c) 2014-, Jupyter development team\n # Copyright (c) 2014, Ramalingam Saravanan \n # All rights reserved.\n #\n # Redistribution and use in source and binary forms, with or without\n # modification, are permitted provided that the following conditions are met:\n #\n # 1. Redistributions of source code must retain the above copyright notice, this\n # list of conditions and the following disclaimer.\n # 2. Redistributions in binary form must reproduce the above copyright notice,\n # this list of conditions and the following disclaimer in the documentation\n # and/or other materials provided with the distribution.\n #\n # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\n # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "tex-common", + "version": "6.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tex-common:tex-common:6.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tex-common@6.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex-common:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex_common:tex-common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex_common:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex:tex-common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tex-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tex-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/tex-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "161" + } + ] + }, + { + "bom-ref": "pkg:maven/tex4ht/tex4ht?package-id=1d83ff4a4567a00d", + "type": "library", + "name": "tex4ht", + "cpe": "cpe:2.3:a:tex4ht:tex4ht:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/tex4ht/tex4ht", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "57d8c9e6492e160821735fbe8b1797cb7656155e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-base@2021.20220204-1?arch=all&distro=ubuntu-22.04&package-id=6ade71ac89946b5b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-base", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-base:texlive-base:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-base@2021.20220204-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-base:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_base:texlive-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_base:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/texlive-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41641" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-binaries@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=2d38a6ba610236a9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-binaries", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:texlive-binaries:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-binaries@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-binaries:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_binaries:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_binaries:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-binaries/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-binaries.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48188" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-fonts-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=3fb56d4bdccfa0c3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-fonts-recommended", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-fonts-recommended:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-fonts-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts-recommended:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts_recommended:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts_recommended:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-fonts-recommended/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-fonts-recommended.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15030" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-base@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=6a6abfdddee1647c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-base", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-latex-base:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-base@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-base:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_base:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_base:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-latex-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-latex-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "11939" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-extra@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04&package-id=61ea82485b4c307c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-extra", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-latex-extra:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-extra@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-extra:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_extra:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_extra:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-latex-extra/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-latex-extra.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "64942" + }, + { + "name": "syft:metadata:source", + "value": "texlive-extra" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=aae86843d865b146", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-recommended", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-latex-recommended:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-recommended:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_recommended:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_recommended:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-latex-recommended/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-latex-recommended.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "31019" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-pictures@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=9904aea9cc11d5a2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-pictures", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-pictures:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-pictures@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-pictures:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_pictures:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_pictures:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-pictures/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-pictures.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "60593" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-plain-generic@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04&package-id=f663aa5e3da00d58", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-plain-generic", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-plain-generic:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-plain-generic@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain-generic:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain_generic:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain_generic:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-plain-generic/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-plain-generic.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62419" + }, + { + "name": "syft:metadata:source", + "value": "texlive-extra" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-xetex@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=b4ece1fa68bf9191", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-xetex", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-xetex:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-xetex@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-xetex:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_xetex:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_xetex:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-xetex/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-xetex.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17921" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:npm/text-hex@1.0.0?package-id=cf84a5d7d30e4ed0", + "type": "library", + "author": "Arnout Kazemier", + "name": "text-hex", + "version": "1.0.0", + "description": "Generate a hex color from the given text", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:text-hex:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-hex@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/text-hex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=443d32ee4f90f065", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tini@0.19.0-1?arch=amd64&distro=ubuntu-22.04&package-id=930c540146ab8ee7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tini", + "version": "0.19.0-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:tini:tini:0.19.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tini@0.19.0-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tini/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tini.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "815" + } + ] + }, + { + "bom-ref": "pkg:npm/tiny-relative-date@1.3.0?package-id=f41483571d2007cc", + "type": "library", + "author": "Joseph Wynn (https://wildlyinaccurate.com/)", + "name": "tiny-relative-date", + "version": "1.3.0", + "description": "Tiny function that provides relative, human-readable dates.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tiny-relative-date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tiny-relative-date@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/wildlyinaccurate/relative-date.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative-date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tiny-relative-date/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/tinycss2@1.2.1?package-id=01ef8957c14d4840", + "type": "library", + "author": "Simon Sapin ", + "name": "tinycss2", + "version": "1.2.1", + "cpe": "cpe:2.3:a:simon_sapin_\\", + "name": "tipa", + "version": "2:1.3-21", + "licenses": [ + { + "license": { + "name": "PD?" + } + }, + { + "license": { + "name": "LPPL-1.2+" + } + } + ], + "cpe": "cpe:2.3:a:tipa:tipa:2\\:1.3-21:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tipa@2:1.3-21?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tipa/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tipa.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4848" + } + ] + }, + { + "bom-ref": "pkg:pypi/toml@0.10.2?package-id=49faf177b1002dab", + "type": "library", + "author": "William Pearson ", + "name": "toml", + "version": "0.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:william_pearson_project:python-toml:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/toml@0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tomli@2.0.1?package-id=1ebcf46010e1ec55", + "type": "library", + "author": "Taneli Hukkinen ", + "name": "tomli", + "version": "2.0.1", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", + "name": "tomlkit", + "version": "0.12.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sebastien_project:python-tomlkit:0.12.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tomlkit@0.12.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien_project:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien_project:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tomlkit-0.12.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tomlkit-0.12.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/tornado@6.3.3?package-id=b30871f8bebed075", + "type": "library", + "author": "Facebook ", + "name": "tornado", + "version": "6.3.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_tornado_project:python-tornado:6.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tornado@6.3.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/tornado_1695373450800/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.64.0?package-id=7f3494b14598db75", + "type": "library", + "name": "tqdm", + "version": "4.64.0", + "licenses": [ + { + "license": { + "name": "MPLv2.0, MIT Licences" + } + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.64.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/traitlets@5.11.2?package-id=39493422b323ae34", + "type": "library", + "author": "IPython Development Team ", + "name": "traitlets", + "version": "5.11.2", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "triple-beam", + "version": "1.4.1", + "description": "Definitions of levels for logging purposes & shareable Symbol constants.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:triple-beam:triple-beam:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/triple-beam@1.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/triple-beam.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/triple-beam#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple-beam:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/truststore@0.8.0?package-id=2dd7b4991c6f17cb", + "type": "library", + "author": "Seth Michael Larson , David Glick ", + "name": "truststore", + "version": "0.8.0", + "cpe": "cpe:2.3:a:seth_michael_larson_\\", + "name": "typing-utils", + "version": "0.1.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-typing-utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing-utils@0.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/typing_utils_1622899189314/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/typing-extensions@4.8.0?package-id=914112f8819ca44f", + "type": "library", + "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", + "name": "typing_extensions", + "version": "4.8.0", + "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing_extensions@4.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1695040754690/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/tzdata@2023.4?package-id=67848a9ce7643b1b", + "type": "library", + "author": "Python Software Foundation ", + "name": "tzdata", + "version": "2023.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_software_foundation_project:python-tzdata:2023.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tzdata@2023.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation_project:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation_project:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:python-tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:python_tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:tzdata:2023.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04&package-id=bf12c58c03542484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tzdata", + "version": "2023c-0ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-0ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3881" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=aa39c87aa81813c2", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-mono@20.10-0ubuntu2?arch=all&upstream=ubuntu-themes&distro=ubuntu-22.04&package-id=773937535d305e9c", + "type": "library", + "publisher": "Ubuntu Artwork Team ", + "name": "ubuntu-mono", + "version": "20.10-0ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-mono:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-mono@20.10-0ubuntu2?arch=all&upstream=ubuntu-themes&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-mono:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_mono:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_mono:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-mono/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-mono.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5587" + }, + { + "name": "syft:metadata:source", + "value": "ubuntu-themes" + } + ] + }, + { + "bom-ref": "pkg:pypi/uc-micro-py@1.0.2?package-id=008ce94abbc03b0f", + "type": "library", + "author": "tsutsu3", + "name": "uc-micro-py", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-uc-micro-py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uc-micro-py@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=0db6530c9465d50b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-filename@3.0.0?package-id=5c614cfe34319200", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-filename", + "version": "3.0.0", + "description": "Generate a unique filename for use in temporary directories or caches.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-filename:unique-filename:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-filename@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-filename.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/unique-filename", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/unique-filename/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-slug@4.0.0?package-id=b75672314ba84525", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-slug", + "version": "4.0.0", + "description": "Generate a unique character string suitible for use in files and URLs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-slug:unique-slug:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-slug@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-slug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/unique-slug/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=d9eac28ac4284834", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "unzip", + "version": "6.0-26ubuntu3.1", + "cpe": "cpe:2.3:a:unzip:unzip:6.0-26ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/unzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/unzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + } + ] + }, + { + "bom-ref": "pkg:pypi/uplink@0.9.7?package-id=989c9b6742d814c9", + "type": "library", + "author": "P. Raj Kumar ", + "name": "uplink", + "version": "0.9.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raj_pritvi_kumar_project:python-uplink:0.9.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uplink@0.9.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar_project:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar_project:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/uri-template@1.3.0?package-id=15f521007705a050", + "type": "library", + "author": "Peter Linss ", + "name": "uri-template", + "version": "1.3.0", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:peter_linss_\\", + "name": "uritemplate", + "version": "4.1.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License or Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ian_stapleton_cordasco_project:python-uritemplate:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uritemplate@4.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@1.26.17?package-id=008cd8657043dfd2", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "1.26.17", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:urllib3:1.26.17:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/urllib3-1.26.17.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/urllib3-1.26.17.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/urllib3-1.26.17.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=61bb73438741d478", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=e8850e2f7abe9175", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=76cc04bedbcd606f", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=08037aceb3d71a35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4?package-id=3b38896f58531ef2", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "validate-npm-package-license", + "version": "3.0.4", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-license@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-name@5.0.0?package-id=d35983c7eead6240", + "type": "library", + "author": "GitHub Inc.", + "name": "validate-npm-package-name", + "version": "5.0.0", + "description": "Give me a string and I'll tell you if it's a valid npm package name", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-name@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/validate-npm-package-name.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/validate-npm-package-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.12?arch=all&upstream=vim&distro=ubuntu-22.04&package-id=cfbf57dfb8bc8fb7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-common", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-common:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.12?arch=all&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-common:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "380" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=dd2d7bca3d33469f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-tiny", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-tiny.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-tiny.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1722" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:npm/walk-up-path@3.0.1?package-id=5663c8de0d204d0c", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "walk-up-path", + "version": "3.0.1", + "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:walk-up-path:walk-up-path:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/walk-up-path@3.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/walk-up-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up-path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/walk-up-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/wcwidth@0.2.5?package-id=666e6e488ddd56e7", + "type": "library", + "author": "Jeff Quast ", + "name": "wcwidth", + "version": "0.2.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jeff_quast_project:python-wcwidth:0.2.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wcwidth@0.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/wcwidth@1.0.1?package-id=4df431e692e210fd", + "type": "library", + "author": "Tim Oxley", + "name": "wcwidth", + "version": "1.0.1", + "description": "Port of C's wcwidth() and wcswidth()", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timoxley:wcwidth:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/wcwidth@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/timoxley/wcwidth.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/wcwidth#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wcwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/webcolors@1.13?package-id=88235a6bb87ab3de", + "type": "library", + "author": "James Bennett ", + "name": "webcolors", + "version": "1.13", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:james_bennett_\\", + "name": "webencodings", + "version": "0.5.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/webencodings@0.5.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/webencodings_1694681268211/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/websocket-client@1.6.4?package-id=da71e24b787d2ced", + "type": "library", + "author": "liris ", + "name": "websocket-client", + "version": "1.6.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/websocket-client@1.6.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/websocket-client_1696770128353/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/websockets@10.4?package-id=3f441ae155099b95", + "type": "library", + "author": "Aymeric Augustin ", + "name": "websockets", + "version": "10.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:aymeric_augustin_project:python-websockets:10.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/websockets@10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin_project:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin_project:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=dd46f3e1e9a416e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.38.1?package-id=aff2e424d63bbc43", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.38.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:daniel_holth_project:python-wheel:0.38.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wheel@0.38.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=244b0134f56e76bc", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=3e540658d16f2a27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@4.0.0?package-id=f6b1d7b9c15a1a8e", + "type": "library", + "author": "GitHub Inc.", + "name": "which", + "version": "4.0.0", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:which:which:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:which:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wide-align@1.1.5?package-id=bca60f0599ea8b1a", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "wide-align", + "version": "1.1.5", + "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wide-align:wide-align:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/wide-align@1.1.5", + "externalReferences": [ + { + "url": "https://github.com/iarna/wide-align", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide-align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wide-align/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/widgetsnbextension@3.6.0?package-id=a767ff6851a94344", + "type": "library", + "author": "IPython Development Team ", + "name": "widgetsnbextension", + "version": "3.6.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/widgetsnbextension@3.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/winston@3.10.0?package-id=c7dd8baf7b716b85", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston", + "version": "3.10.0", + "description": "A logger for just about everything.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:winston:3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston@3.10.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston:3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/winston/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston-transport@4.5.0?package-id=91763d87601bb268", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston-transport", + "version": "4.5.0", + "description": "Base stream implementations for winston@3 and up.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winston-transport:winston-transport:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston-transport@4.5.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston-transport#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston-transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/winston-transport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@7.0.0?package-id=5e11ba2ad5bda302", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "7.0.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@7.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@8.1.0?package-id=52dcd5ec43220967", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "8.1.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@8.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=b20e1106ad658d27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/wrapt@1.12.1?package-id=d4343cd9363ecba9", + "type": "library", + "author": "Graham Dumpleton ", + "name": "wrapt", + "version": "1.12.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:graham_dumpleton_project:python-wrapt:1.12.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wrapt@1.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python-wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python_wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:wrapt:1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.12.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.12.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.12.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/write-file-atomic@5.0.1?package-id=62dda666084d2630", + "type": "library", + "author": "GitHub Inc.", + "name": "write-file-atomic", + "version": "5.0.1", + "description": "Write files in an atomic fashion w/configurable ownership", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:write-file-atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/write-file-atomic@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/write-file-atomic.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/write-file-atomic", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file-atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/write-file-atomic/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/x11-common@1:7.7+23ubuntu2?arch=all&upstream=xorg&distro=ubuntu-22.04&package-id=ce6297f5894cf8f3", + "type": "library", + "publisher": "Ubuntu X-SWAT ", + "name": "x11-common", + "version": "1:7.7+23ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:x11-common:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/x11-common@1:7.7+23ubuntu2?arch=all&upstream=xorg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11-common:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_common:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_common:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/x11-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/x11-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/x11-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "311" + }, + { + "name": "syft:metadata:source", + "value": "xorg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xclip@0.13-2?arch=amd64&distro=ubuntu-22.04&package-id=3c377d356e98c1c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xclip", + "version": "0.13-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:xclip:xclip:0.13-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xclip@0.13-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xclip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xclip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xdg-utils@1.1.3-4.1ubuntu3~22.04.1?arch=all&distro=ubuntu-22.04&package-id=557d70ac34f33fdf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xdg-utils", + "version": "1.1.3-4.1ubuntu3~22.04.1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:xdg-utils:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xdg-utils@1.1.3-4.1ubuntu3~22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg-utils:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_utils:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_utils:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xdg-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xdg-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xkb-data@2.33-1?arch=all&upstream=xkeyboard-config&distro=ubuntu-22.04&package-id=a1b6b3b68c76ed0c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xkb-data", + "version": "2.33-1", + "cpe": "cpe:2.3:a:xkb-data:xkb-data:2.33-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xkb-data@2.33-1?arch=all&upstream=xkeyboard-config&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb-data:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb_data:xkb-data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb_data:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb:xkb-data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xkb-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xkb-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4236" + }, + { + "name": "syft:metadata:source", + "value": "xkeyboard-config" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=4aca1931e3400798", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xxd", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:xxd:xxd:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xxd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xxd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "278" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/xyzservices@2023.10.1?package-id=242e2ecefe7aec65", + "type": "library", + "author": "Dani Arribas-Bel, Martin Fleischmann ", + "name": "xyzservices", + "version": "2023.10.1", + "licenses": [ + { + "license": { + "name": "3-Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:python-xyzservices:2023.10.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/xyzservices@2023.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=be86fb72dbb9ede0", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/yarl@1.9.4?package-id=307b06a8f5a54a2e", + "type": "library", + "author": "Andrew Svetlov ", + "name": "yarl", + "version": "1.9.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/zipp@3.4.0?package-id=3a0d733627e485d7", + "type": "library", + "author": "Jason R. Coombs ", + "name": "zipp", + "version": "3.4.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-zipp:3.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zipp@3.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python-zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python_zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:zipp:3.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed0ae2850134a283ad28f0a3e475e5bd701e072eadc5bb94e9758e7c5b0dd3a4" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=851399904271a64d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=55ad999517e3c42e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g-dev", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g-dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g-dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:082269684541e4a058a93943e0b7492d42f09c437b936c3a5fdae8b13dce3aa7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7838f349803e9375bea9a9d6ae26b4dae8a9af8892448cb5a5d1e53238aed4ce" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "592" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:pypi/zstandard@0.21.0?package-id=a0110133751cde57", + "type": "library", + "author": "Gregory Szorc ", + "name": "zstandard", + "version": "0.21.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:gregory_szorc_project:python-zstandard:0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zstandard@0.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc_project:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc_project:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/zstandard-0.21.0-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/zstandard-0.21.0-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.3 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.3 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-jupyterui-0.9.36.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-jupyterui-0.9.36.syft.cdx.json new file mode 100644 index 00000000..02c29889 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-jupyterui-0.9.36.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:f4719a37-ea53-4dd6-aea0-53d5b113d501", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d176e3972ac5fac5", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/jupyterui", + "version": "0.9.36" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-landingpageui-0.9.37.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-landingpageui-0.9.37.syft.cdx.json new file mode 100644 index 00000000..55f1af1e --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-landingpageui-0.9.37.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:2d9effc6-6ad7-4f98-bae1-f1c42efbb82a", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:58-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "ae87f29e0ba0ecb5", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/landingpageui", + "version": "0.9.37" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx.json new file mode 100644 index 00000000..4b8f9542 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-nbexec-execution-helpers-0.10.1.syft.cdx.json @@ -0,0 +1,17762 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:c732579e-a0b6-49cf-81a3-1e238628a565", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:11-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "ae91fa922822a403", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/nbexec-execution-helpers", + "version": "0.10.1" + } + }, + "components": [ + { + "bom-ref": "pkg:pypi/deprecated@1.2.14?package-id=c81f1e5d123e600e", + "type": "library", + "author": "Laurent LAPORTE ", + "name": "Deprecated", + "version": "1.2.14", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tantale_solutions_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Deprecated@1.2.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=60671fb38be80921", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=26c6ab49b20e0611", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=46b94df0f02615c2", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=81782b67f63489aa", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ea4f310b42a73475", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=eb5d976db5af8780", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=e2ba4951f152fd94", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.134", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.134:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "686" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12&package-id=ee5bc7e444ae5ade", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.6.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4232" + } + ] + }, + { + "bom-ref": "pkg:pypi/backoff@2.2.1?package-id=370f8d9f5a4e8948", + "type": "library", + "author": "Bob Green ", + "name": "backoff", + "version": "2.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bob_green_project:python-backoff:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backoff@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/backoff-2.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/backoff-2.2.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@12.4+deb12u2?arch=amd64&distro=debian-12&package-id=fea083a0e73cd772", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "12.4+deb12u2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@12.4+deb12u2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12&package-id=07bf67af228bc6ac", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.6.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "247" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.2.15?package-id=f7f36813db66416e", + "type": "application", + "name": "bash", + "version": "5.2.15", + "cpe": "cpe:2.3:a:gnu:bash:5.2.15:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.2.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.2.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.2.15-2+b2?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12&package-id=42f96a1dadbd7c7c", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.2.15-2+b2", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "MIT-like" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.15-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.2.15-2+b2?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7164" + }, + { + "name": "syft:metadata:source", + "value": "bash" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "5.2.15-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=fb2b79719648626f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12&package-id=3ba91e9b6aaf9f24", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20230311", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "384" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.11.17?package-id=129ce01385f823d5", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.11.17", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.11.17:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.11.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.2.0?package-id=ed85c028d23b271c", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.7?package-id=dc1b67753e317cc5", + "type": "library", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=004c295ef85c2f09", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "9.1-1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:9.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18062" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12&package-id=0d8e067e35c05236", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.12-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.12-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "191" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=0889f186108f40c3", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.82", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.82:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "491" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2023.3+deb12u1?arch=all&distro=debian-12&package-id=92d2c7b3710aa8fe", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2023.3+deb12u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2023.3+deb12u1?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "272" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=f1f44edff01e3570", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "5.7-0.5~deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "SMAIL-GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.7-0.5\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12&package-id=eb5aea92f61ca825", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.8-4", + "licenses": [ + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=6602e482a35fd05d", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.21.22", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6409" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12&package-id=9831441cc7214035", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1496" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12&package-id=6023469ff4232ead", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.9.0-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.9.0-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2e9186a84159aff8", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-12-base", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:pypi/googleapis-common-protos@1.59.1?package-id=8ea7bca778249a0e", + "type": "library", + "author": "Google LLC ", + "name": "googleapis-common-protos", + "version": "1.59.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-googleapis-common-protos:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/googleapis-common-protos@1.59.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:googleapis-common-protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:googleapis_common_protos:1.59.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/googleapis_common_protos-1.59.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/googleapis_common_protos-1.59.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/googleapis_common_protos-1.59.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=75871998f77df354", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.40-1.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.40-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "917" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12&package-id=874ee234bb29b610", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.8-5", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.8-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1245" + } + ] + }, + { + "bom-ref": "pkg:pypi/grpcio@1.56.2?package-id=2e75f17726666d91", + "type": "library", + "author": "The gRPC Authors ", + "name": "grpcio", + "version": "1.56.2", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:grpc_authors_project:python-grpcio:1.56.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grpcio@1.56.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpcio:1.56.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/grpcio-1.56.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/grpcio-1.56.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/grpcio-1.56.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12&package-id=958e1b470d6e61e4", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.12-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.12-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "252" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23+nmu1?arch=amd64&distro=debian-12&package-id=5214d3835a5e9e03", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23+nmu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23\\+nmu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23+nmu1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=7ac1a56bf57afe33", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "importlib-metadata", + "version": "6.8.0", + "cpe": "cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-metadata@6.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12&package-id=34dc28bb3f79d672", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.65.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=caac11e2b1e1ccb0", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "73" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=277bff2e9935ec60", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.6.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3297" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=33fd1e06406f56d6", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.5.1-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12&package-id=9b4c0a5a61088dc9", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "22" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=59e281eba7a04b25", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=4ee24c300590a76c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "399" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5+b1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=ce322d83e30b874f", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5+b1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.8-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12&package-id=6f9b4128f50b7352", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.36-9+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2035" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12&package-id=9164be7b257aa534", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.36-9+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12986" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.8.3-1+b3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=675f7c512bad24d1", + "type": "library", + "publisher": "Håvard F. Aasen ", + "name": "libcap-ng0", + "version": "0.8.3-1+b3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.8.3-1+b3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.8.3-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=319fdc69abc4fbfd", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libcap2", + "version": "1:2.66-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.66-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "94" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=69a49eb2c6093376", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=0456f873dbacf053", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.33-2", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=367426eb59f0cabc", + "type": "library", + "publisher": "Bastian Germann ", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "Sleepycat" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3-clause-fjord" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "MIT-old" + } + }, + { + "license": { + "name": "TCL-like" + } + } + ], + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1833" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=52d7e3dad04da1e4", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.270", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.270:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=3a74412e17e80c62", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.5.0-1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "387" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=90ad95afe50cb01d", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "534" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=5402db6da1867290", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi8", + "version": "3.4.4-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2f8ff8eab0e5aa8d", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=6a57820bcaedf649", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.10.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.10.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12&package-id=9918734df5684f43", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libgdbm6", + "version": "1.23-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=6209c098f1617f07", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg1-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "855" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.9-2?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=09b889fce0a3aaba", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.9-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.9-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.9-2?arch=amd64&upstream=gnutls28&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3381" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=194bd86a4e849e50", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.46-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.46-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "192" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=78d99aa232f50900", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=97f75c0ece4caa99", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.8.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.8.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "463" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.3-1+b1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=869cde084eacd1b4", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.3-1+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.3-1+b1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "439" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.3.3-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=b4935d473355f648", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=fae8292731106904", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.3-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=9d90bfed790e191f", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1076" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=79f9529c79efba6e", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=95652295d768f0f9", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.4-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=15617caf6477cf7a", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.4.1-0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.4.1-0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "333" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=ce92bfb426a0975f", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libmd0", + "version": "1.0.4-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=7bcbfe72d909bd61", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=35538f624d26e72d", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "412" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=75396fa95a2238c6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.8.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.8.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "520" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=8d3bc975054637ad", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.24.1-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1408" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=22159925b314a2d2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1031" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=c7438a5341adad68", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.5.2-6+deb12u1?arch=all&upstream=pam&distro=debian-12&package-id=823299f084ad5481", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-runtime", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.5.2-6+deb12u1?arch=all&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "876" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=40ea84395ecb0821", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "215" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=8c6e82db75f9fa1f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.42-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "BSD-3-clause-Cambridge" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "685" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=7434b57adea85334", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libreadline8", + "version": "8.2-1.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "475" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.4-1+b3?arch=amd64&upstream=libseccomp%402.5.4-1&distro=debian-12&package-id=6fb08f2fbca4dcd2", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.4-1+b3", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.4-1\\+b3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.4-1+b3?arch=amd64&upstream=libseccomp%402.5.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "149" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.5.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.4-1+b6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=f3c05d1ed354d18d", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.4-1+b6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.4-1\\+b6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.4-1+b6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "199" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12&package-id=b1d9331655be4509", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.4-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage2@3.4-1+b5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12&package-id=a7ef8523cdd5e778", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage2", + "version": "3.4-1+b5", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.4-1\\+b5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage2@3.4-1+b5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "297" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=4fa6455ff4571bda", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol2", + "version": "3.4-2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.4-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "775" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=7e28d73f2c3b385a", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=c5859f58965f508b", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libsqlite3-0", + "version": "3.40.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1682" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=8ecf83153186b1f2", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libss2:libss2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "70" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl3@3.0.11-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=3295d3197a69c494", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl3", + "version": "3.0.11-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.11-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl3@3.0.11-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6010" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5222e3ad35657e4e", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2686" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@252.17-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12&package-id=9915f750198b239f", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "252.17-1~deb12u1", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:252.17-1\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@252.17-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "908" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=4f211449345f8546", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.19.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ebc944814a753ef4", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "541" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.3+ds-1?arch=all&upstream=libtirpc&distro=debian-12&package-id=0f0a3a3d56f1df39", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.3+ds-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.3+ds-1?arch=all&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3+ds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=00da74517821abb9", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.3+ds-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.3+ds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@252.17-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12&package-id=c1b37d12f2523070", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "252.17-1~deb12u1", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:252.17-1\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@252.17-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=ebde9743d3cb4753", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "1.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1807" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=a41ec4ed980150b2", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=8a27041f93b18732", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.5.4+dfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=4c51ead66800341f", + "type": "library", + "publisher": "RPM packaging team ", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.5.4\\+dfsg2-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.5.4+dfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "785" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12&package-id=f141f9c08f6ebc12", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.13+dfsg1-1+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2551" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1:4.13+dfsg1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=e7c743625d0a8b92", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=f806a27bcfb5ff63", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-3.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "263" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=96563e317a513a14", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12&package-id=a4e0dbdf949fa7d6", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "379" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=c4b9e08c57091dc2", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "636" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12&package-id=71e8f5c98f3d48db", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netbase.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/netbase.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-nbexec-execution-helpers@0.1.0?package-id=b18c12e862169edf", + "type": "library", + "author": "Ciprian Anton ", + "name": "ni-nbexec-execution-helpers", + "version": "0.1.0", + "cpe": "cpe:2.3:a:python-ni-nbexec-execution-helpers:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-nbexec-execution-helpers@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution-helpers:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution_helpers:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution_helpers:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution-helpers:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution-helpers:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution_helpers:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution_helpers:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution-helpers:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution-helpers:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution_helpers:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution_helpers:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution-helpers:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution-helpers:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution_helpers:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution_helpers:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-execution:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_execution:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-execution:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_execution:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-nbexec-execution-helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_nbexec_execution_helpers:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9991c0be64d04032ca5a09149550e5df2ce9ea98d19fff18149a889d7f34d2f5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ni_nbexec_execution_helpers-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9991c0be64d04032ca5a09149550e5df2ce9ea98d19fff18149a889d7f34d2f5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ni_nbexec_execution_helpers-0.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@3.0.11-1~deb12u2?arch=amd64&distro=debian-12&package-id=a98150f58b2e2892", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "3.0.11-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.11-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@3.0.11-1~deb12u2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ed123c9f1a56d55ad5533b08040e6518749b1ad01402871e64c0190e6b3334fb" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2291" + } + ] + }, + { + "bom-ref": "pkg:pypi/opentelemetry-api@1.21.0?package-id=c88983b0f94a81f7", + "type": "library", + "author": "OpenTelemetry Authors ", + "name": "opentelemetry-api", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-common", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-grpc", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-http", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation-requests", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-proto", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-sdk", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-semantic-conventions", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-util-http", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2832" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1:4.13+dfsg1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.36.0-7?arch=amd64&upstream=perl&distro=debian-12&package-id=6936ed456753c12e", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.36.0-7", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.36.0-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.36.0-7?arch=amd64&upstream=perl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.36.0-7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.36.0-7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.36.0-7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.36.0-7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.36.0-7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7638" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.2.1?package-id=7c03d89775a38053", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/protobuf@4.23.4?package-id=435fb00f8271c2a9", + "type": "library", + "author": "protobuf@googlegroups.com ", + "name": "protobuf", + "version": "4.23.4", + "licenses": [ + { + "license": { + "name": "3-Clause BSD License" + } + } + ], + "cpe": "cpe:2.3:a:protobuf\\@googlegroups_com_project:python-protobuf:4.23.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/protobuf@4.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com_project:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com_project:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:protobuf:4.23.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/protobuf-4.23.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/protobuf-4.23.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.6?package-id=dd3b0d2a1918a2ea", + "type": "application", + "name": "python", + "version": "3.11.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-json-logger@2.0.7?package-id=b436e3c1ad3a320a", + "type": "library", + "author": "Zakaria Zajac ", + "name": "python-json-logger", + "version": "2.0.7", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:zakaria_zajac_project:python-json-logger:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-json-logger@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=35df6ea5baf9b29f", + "type": "library", + "publisher": "Matthias Klose ", + "name": "readline-common", + "version": "8.2-1.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:355bb094feb8871852ed726860d5d594a085a84f6409877fc25bb86e1cc33546" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "89" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=1c3aa7dc30c76625", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12&package-id=51d16528ba0d8959", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.9-1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "pcre" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "987" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@68.0.0?package-id=5de3dd32f0994caf", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "68.0.0", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:68.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@68.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:68.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-68.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-68.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-68.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12&package-id=dd3ff4eb541b80f1", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "3.06-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1.2?arch=amd64&distro=debian-12&package-id=02715dbb722dd554", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1.2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3144" + } + ] + }, + { + "bom-ref": "pkg:pypi/typing-extensions@4.7.1?package-id=4b2d44709802e0bf", + "type": "library", + "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", + "name": "typing_extensions", + "version": "4.7.1", + "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing_extensions@4.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_extensions:4.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.7.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2023c-5?arch=all&distro=debian-12&package-id=733a877903071f08", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2023c-5", + "licenses": [ + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2023c-5?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2545" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@2.1.0?package-id=782eeb10f363567d", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "2.1.0", + "cpe": "cpe:2.3:a:python:urllib3:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/usr-is-merged@35?arch=all&upstream=usrmerge&distro=debian-12&package-id=75751babbbb398c8", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "usr-is-merged", + "version": "35", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:usr-is-merged:usr-is-merged:35:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/usr-is-merged@35?arch=all&upstream=usrmerge&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is-merged:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is_merged:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is_merged:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usr-is-merged/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usr-is-merged.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "11" + }, + { + "name": "syft:metadata:source", + "value": "usrmerge" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=1b942da1c5ffd639", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4975" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux-extra@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=383f89571cc12d0f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux-extra", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux-extra:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux-extra@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux-extra:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux_extra:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux_extra:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux-extra/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux-extra.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux-extra.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "367" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.42.0?package-id=c8e777cd0730bb59", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.42.0", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "wrapt", + "version": "1.15.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:graham_dumpleton_project:python-wrapt:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wrapt@1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/zipp@3.16.2?package-id=adfc176803cac794", + "type": "library", + "author": "Jason R. Coombs ", + "name": "zipp", + "version": "3.16.2", + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-zipp:3.16.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zipp@3.16.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python-zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python_zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:zipp:3.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.16.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.16.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:eb5e84ff50d9144268a6070e5ee1397ab36f7b3e3f58d311aa97610591b61d0f" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.16.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=455c3033282a01ec", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.13.dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:92770f546e065c4942829b1f0d7d1f02c2eb1e6acf0d1bc08ef0bf6be4972839" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d8815e8a268d3b124f3fa453c59d8327fe10d2c3742a21fad0bbe58a2ce9d8be" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "168" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "12", + "description": "Debian GNU/Linux 12 (bookworm)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "12" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 12 (bookworm)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bookworm" + }, + { + "name": "syft:distro:versionID", + "value": "12" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-nbexec-notebook-runner-0.10.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-nbexec-notebook-runner-0.10.14.syft.cdx.json new file mode 100644 index 00000000..378a593d --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-nbexec-notebook-runner-0.10.14.syft.cdx.json @@ -0,0 +1,118574 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:462d53e2-45cb-4eb5-81bc-df767e9c38c4", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:42:11-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "aabdec6e6d5a6f2f", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/nbexec-notebook-runner", + "version": "0.10.14" + } + }, + "components": [ + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=3e31583d7e86c6db", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=f0063a86b131155d", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40dabh/diagnostics@2.0.3?package-id=a472e740d9cfcb67", + "type": "library", + "author": "Arnout Kazemier", + "name": "@dabh/diagnostics", + "version": "2.0.3", + "description": "Tools for debugging your node.js modules and event loop", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@dabh\\/diagnostics:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40dabh/diagnostics@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/diagnostics.git", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/diagnostics", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:\\@dabh\\/diagnostics:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@dabh/diagnostics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40holoviz/panel@1.3.4?package-id=0dca763c448b3f82", + "type": "library", + "name": "@holoviz/panel", + "version": "1.3.4", + "description": "The powerful data exploration & web app framework for Python.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@holoviz\\/panel:\\@holoviz\\/panel:1.3.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40holoviz/panel@1.3.4", + "externalReferences": [ + { + "url": "https://github.com/holoviz/panel.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@holoviz\\/panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/cliui@8.0.2?package-id=ba3436dc74f97af1", + "type": "library", + "author": "Ben Coe ", + "name": "@isaacs/cliui", + "version": "8.0.2", + "description": "easily create complex multi-column command-line-interfaces", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/cliui:\\@isaacs\\/cliui:8.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/cliui@8.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/string-locale-compare@1.1.0?package-id=8b6cb4200260f8df", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@isaacs/string-locale-compare", + "version": "1.1.0", + "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/string-locale-compare@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/string-locale-compare", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyter-notebook/lab-extension@7.0.6?package-id=da04611c9e130851", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyter-notebook/lab-extension", + "version": "7.0.6", + "description": "Jupyter Notebook - Lab Extension", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyter-notebook\\/lab-extension:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyter-notebook/lab-extension@7.0.6", + "externalReferences": [ + { + "url": "https://github.com/jupyter/notebook.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyter/notebook", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab-extension:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab_extension:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab_extension:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-notebook\\/lab:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_notebook\\/lab:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:\\@jupyter-notebook\\/lab-extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:\\@jupyter_notebook\\/lab_extension:7.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@jupyter-notebook/lab-extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyter-widgets/jupyterlab-manager@5.0.9?package-id=bec60321c3af820b", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyter-widgets/jupyterlab-manager", + "version": "5.0.9", + "description": "The JupyterLab extension providing Jupyter widgets.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab-manager:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyter-widgets/jupyterlab-manager@5.0.9", + "externalReferences": [ + { + "url": "https://github.com/jupyter-widgets/ipywidgets", + "type": "distribution" + }, + { + "url": "https://github.com/jupyter-widgets/ipywidgets", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab-manager:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab_manager:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab_manager:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter-widgets\\/jupyterlab:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter_widgets\\/jupyterlab:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-widgets:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-widgets:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter-widgets\\/jupyterlab-manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyter:\\@jupyter_widgets\\/jupyterlab_manager:5.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=d581788a7792be49", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/staging/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=6365f289afdc3e7a", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/application-top@4.0.7?package-id=2d26ce72ae01c427", + "type": "library", + "name": "@jupyterlab/application-top", + "version": "4.0.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/application-top@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application-top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application_top:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application-top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/application:\\@jupyterlab\\/application_top:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/lab/static/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/galata-extension@5.0.6?package-id=836948c3d3d11317", + "type": "library", + "author": "Project Jupyter", + "name": "@jupyterlab/galata-extension", + "version": "5.0.6", + "description": "JupyterLab UI Testing Framework Extension.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@jupyterlab\\/galata-extension:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/galata-extension@5.0.6", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata-extension:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata_extension:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata_extension:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/galata:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:\\@jupyterlab\\/galata-extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:\\@jupyterlab\\/galata_extension:5.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-consumer@4.0.7?package-id=8bcd92303237491a", + "type": "library", + "name": "@jupyterlab/mock-consumer", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-consumer:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-consumer@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-consumer:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_consumer:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_consumer:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_consumer:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-extension@4.0.7?package-id=a3427b1a181d6992", + "type": "library", + "name": "@jupyterlab/mock-extension", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-extension:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-extension@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-extension:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_extension:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_extension:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_extension:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-incompat@0.1.0?package-id=8e409a22e1bfdb46", + "type": "library", + "name": "@jupyterlab/mock-incompat", + "version": "0.1.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-incompat:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-incompat@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-incompat:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_incompat:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_incompat:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_incompat:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/incompat/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-mime-extension@0.3.0?package-id=297e6ff4a6fc028d", + "type": "library", + "name": "@jupyterlab/mock-mime-extension", + "version": "0.3.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-mime-extension:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-mime-extension@0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime-extension:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime_extension:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime_extension:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-mime:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_mime:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-mime-extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_mime_extension:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/mimeextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-package@0.1.0?package-id=5e1b3c1237c1a054", + "type": "library", + "name": "@jupyterlab/mock-package", + "version": "0.1.0", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-package:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-package@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-package:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_package:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_package:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_package:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/package/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-provider@4.0.7?package-id=bb0abd2272433b89", + "type": "library", + "name": "@jupyterlab/mock-provider", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-provider:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-provider@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-provider:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_provider:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_provider:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_provider:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40jupyterlab/mock-token@4.0.7?package-id=7ca4d27d73cdffbf", + "type": "library", + "name": "@jupyterlab/mock-token", + "version": "4.0.7", + "cpe": "cpe:2.3:a:\\@jupyterlab\\/mock-token:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40jupyterlab/mock-token@4.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock-token:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_token:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock_token:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock-token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@jupyterlab\\/mock:\\@jupyterlab\\/mock_token:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/token/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/jupyterlab-analysis-development@1.2.2?package-id=a46fe3bd6a818874", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "@ni/jupyterlab-analysis-development", + "version": "1.2.2", + "description": "A JupyterLab extension to integrate Jupyter Notebooks into SystemLink Analysis Development.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/jupyterlab-analysis-development@1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40ni/jupyterlab-analysis-development@1.2.2?package-id=d90f1b96af376050", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "@ni/jupyterlab-analysis-development", + "version": "1.2.2", + "description": "A JupyterLab extension to integrate Jupyter Notebooks into SystemLink Analysis Development.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40ni/jupyterlab-analysis-development@1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis-development:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis_development:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab-analysis:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab_analysis:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@ni\\/jupyterlab:\\@ni\\/jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@ni/jupyterlab-analysis-development/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/agent@2.1.1?package-id=9764123c21ac3b67", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/agent", + "version": "2.1.1", + "description": "the http/https agent used by the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/agent:\\@npmcli\\/agent:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/agent@2.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/agent:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/arborist@7.1.0?package-id=3db8206fb6d3ff61", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/arborist", + "version": "7.1.0", + "description": "Manage node_modules trees", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/arborist:\\@npmcli\\/arborist:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/arborist@7.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/arborist:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/config@7.2.0?package-id=3312f5f260366ddc", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/config", + "version": "7.2.0", + "description": "Configuration management for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/config:\\@npmcli\\/config:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/config@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/config:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/config/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/disparity-colors@3.0.0?package-id=a4bb6b350ec21a7d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/disparity-colors", + "version": "3.0.0", + "description": "Colorizes unified diff output", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/disparity-colors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/disparity-colors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/fs@3.1.0?package-id=2d114d8fbd4c0f6b", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/fs", + "version": "3.1.0", + "description": "filesystem utilities for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/fs:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/fs@3.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/fs.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/git@5.0.3?package-id=e9696dc39b6f9010", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/git", + "version": "5.0.3", + "description": "a util for spawning git from npm CLI contexts", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/git:\\@npmcli\\/git:5.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/git@5.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/git.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/git:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/git/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/installed-package-contents@2.0.2?package-id=2558c6e2327f5d90", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/installed-package-contents", + "version": "2.0.2", + "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/installed-package-contents@2.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/installed-package-contents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/map-workspaces@3.0.4?package-id=4c2e35053432ba1e", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/map-workspaces", + "version": "3.0.4", + "description": "Retrieves a name:pathname Map for a given workspaces config", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/map-workspaces@3.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/map-workspaces.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/metavuln-calculator@7.0.0?package-id=c1e219a9459fd089", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/metavuln-calculator", + "version": "7.0.0", + "description": "Calculate meta-vulnerabilities from package security advisories", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/metavuln-calculator@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/metavuln-calculator.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln-calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln_calculator:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/name-from-folder@2.0.0?package-id=cd515b6f032f7810", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/name-from-folder", + "version": "2.0.0", + "description": "Get the package name from a folder path", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/name-from-folder@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/name-from-folder.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/node-gyp@3.0.0?package-id=f492bf980a866b90", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/node-gyp", + "version": "3.0.0", + "description": "Tools for dealing with node-gyp packages", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/node-gyp@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/package-json@5.0.0?package-id=62270c75b71a0b40", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/package-json", + "version": "5.0.0", + "description": "Programmatic API to update package.json", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/package-json@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/promise-spawn@7.0.0?package-id=2f772024082e0d92", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/promise-spawn", + "version": "7.0.0", + "description": "spawn processes the way the npm cli likes to do", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/promise-spawn@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promise-spawn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise-spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise_spawn:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/query@3.0.0?package-id=e525a8632a98c724", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/query", + "version": "3.0.0", + "description": "npm query parser and tools", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/query:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/query@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/query.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/query/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/run-script@7.0.1?package-id=72375bb62fb6705d", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/run-script", + "version": "7.0.1", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/run-script@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/run-script.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run-script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run_script:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pkgjs/parseargs@0.11.0?package-id=f9b6cf6d5a5791f2", + "type": "library", + "name": "@pkgjs/parseargs", + "version": "0.11.0", + "description": "Polyfill of future proposal for `util.parseArgs()`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@pkgjs\\/parseargs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pkgjs/parseargs@0.11.0", + "externalReferences": [ + { + "url": "https://github.com/pkgjs/parseargs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgjs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0?package-id=7e5e5757de83757b", + "type": "library", + "author": "Philipp Rudiger", + "name": "@pyviz/jupyterlab_pyviz", + "version": "3.0.0", + "description": "A JupyterLab extension for rendering HoloViz content.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/holoviz/pyviz_comms.git", + "type": "distribution" + }, + { + "url": "https://github.com/holoviz/pyviz_comms", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0?package-id=beaddd00f6eb34c4", + "type": "library", + "author": "Philipp Rudiger", + "name": "@pyviz/jupyterlab_pyviz", + "version": "3.0.0", + "description": "A JupyterLab extension for rendering HoloViz content.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pyviz/jupyterlab_pyviz@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/holoviz/pyviz_comms.git", + "type": "distribution" + }, + { + "url": "https://github.com/holoviz/pyviz_comms", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab-pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab_pyviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@pyviz\\/jupyterlab:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab-pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:\\@pyviz\\/jupyterlab_pyviz:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/@pyviz/jupyterlab_pyviz/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/bundle@2.1.0?package-id=df16c2e78f4fd2ac", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/bundle", + "version": "2.1.0", + "description": "Sigstore bundle type", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/bundle:\\@sigstore\\/bundle:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/bundle@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/bundle#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/bundle:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/bundle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/protobuf-specs@0.2.1?package-id=728bdf439bc0a491", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/protobuf-specs", + "version": "0.2.1", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/protobuf-specs@0.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/protobuf-specs.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/protobuf-specs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf-specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf_specs:0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/sign@2.1.0?package-id=d9feb38dc365b7a8", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/sign", + "version": "2.1.0", + "description": "Sigstore signing library", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/sign:\\@sigstore\\/sign:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/sign@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/sign#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/sign:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/sign/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/tuf@2.1.0?package-id=bc9746a26c3809a7", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/tuf", + "version": "2.1.0", + "description": "Client for the Sigstore TUF repository", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/tuf:\\@sigstore\\/tuf:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/tuf@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/tuf:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tootallnate/once@2.0.0?package-id=523b9d0ba1621e65", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "@tootallnate/once", + "version": "2.0.0", + "description": "Creates a Promise that waits for a single event", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tootallnate\\/once:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tootallnate/once@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/once.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tootallnate/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/canonical-json@2.0.0?package-id=bffd1391212eeb0d", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/canonical-json", + "version": "2.0.0", + "description": "OLPC JSON canonicalization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/canonical-json@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/canonical-json#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical-json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical_json:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/models@2.0.0?package-id=6067639b48d1c119", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/models", + "version": "2.0.0", + "description": "TUF metadata models", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:theupdateframework:\\@tufjs\\/models:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/models@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/models:\\@tufjs\\/models:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@tufjs/models/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40types/triple-beam@1.3.2?package-id=8ab8a52e19f9ee9a", + "type": "library", + "name": "@types/triple-beam", + "version": "1.3.2", + "description": "TypeScript definitions for triple-beam", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40types/triple-beam@1.3.2", + "externalReferences": [ + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple-beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple_beam:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DefinitelyTyped:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple-beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@types\\/triple:\\@types\\/triple_beam:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/@types/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/babel@2.13.0?package-id=b46006232a71ae37", + "type": "library", + "author": "Armin Ronacher ", + "name": "Babel", + "version": "2.13.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Babel:2.13.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Babel@2.13.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/babel_1696976437817/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:python-Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:python_Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Babel:Babel:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Babel-2.13.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/brotli@1.1.0?package-id=72f651876dd2da20", + "type": "library", + "author": "The Brotli Authors", + "name": "Brotli", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli_authors_project:python-Brotli:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Brotli@1.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/brotli-split_1695989787169/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors_project:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors_project:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authorsproject:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_authors:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Brotli:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Brotli:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Brotli-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecated@1.2.14?package-id=48ac5ddbe320f6a8", + "type": "library", + "author": "Laurent LAPORTE ", + "name": "Deprecated", + "version": "1.2.14", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tantale_solutions_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Deprecated@1.2.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Deprecated:1.2.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Deprecated-1.2.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/events@0.4?package-id=514d28581b4d7508", + "type": "library", + "author": "Nicola Iarocci ", + "name": "Events", + "version": "0.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nicola_iarocci_project:python-Events:0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Events@0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci_project:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci_project:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocciproject:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_iarocci:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola_project:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolaproject:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Events:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicola:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Events:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Events-0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jinja2@3.1.2?package-id=bb765fe1c2df6cb1", + "type": "library", + "author": "Armin Ronacher ", + "name": "Jinja2", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Jinja2@3.1.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jinja2_1654302431367/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mako@1.2.2?package-id=6be7ccec58fe8d6e", + "type": "library", + "author": "Mike Bayer ", + "name": "Mako", + "version": "1.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-Mako:1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Mako@1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python-Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python_Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:Mako:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Mako-1.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown@3.5.1?package-id=eb5c2b38523ca181", + "type": "library", + "author": "Manfred Stienstra, Yuri Takhteyev >", + "name": "Markdown", + "version": "3.5.1", + "licenses": [ + { + "license": { + "name": "Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)\n Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)\n Copyright 2004 Manfred Stienstra (the original version)\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the Python Markdown Project nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT\n BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.\n " + } + } + ], + "cpe": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_project:python-Markdown:3.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Markdown@3.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_project:python_Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyevproject:python-Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyevproject:python_Markdown:3.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:waylan_limberg_\\", + "name": "Pillow", + "version": "10.1.0", + "licenses": [ + { + "license": { + "id": "HPND" + } + } + ], + "cpe": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)_project:python-Pillow:10.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Pillow@10.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)_project:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)project:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)project:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)_project:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\):python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\):python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\)project:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeffrey_a__clark_\\(alex\\):Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark_project:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark_project:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclarkproject:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclarkproject:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pillow:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pillow:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pillow:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pillow:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark_project:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pillow:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pillow:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclarkproject:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pillow:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pillow:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pillow:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aclark:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Pillow:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Pillow-10.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Pillow-10.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Pillow-10.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygithub@2.1.1?package-id=4c60b5defa3edd2a", + "type": "library", + "author": "Vincent Jacques ", + "name": "PyGithub", + "version": "2.1.1", + "cpe": "cpe:2.3:a:vincent_jacques_project:python-PyGithub:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyGithub@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques_project:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques_project:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacquesproject:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_jacques:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_project:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincentproject:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyGithub:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyGithub:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyGithub-2.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyjwt@2.8.0?package-id=84ee9ec84e5c648b", + "type": "library", + "author": "Jose Padilla ", + "name": "PyJWT", + "version": "2.8.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jose_padilla_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyJWT@2.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyjwt_1689721553971/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=9c1587bca19d4cb4", + "type": "library", + "author": "The PyNaCl developers ", + "name": "PyNaCl", + "version": "1.5.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:pynacl_developers_project:python-PyNaCl:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyNaCl@1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers_project:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers_project:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developersproject:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pynacl_developers:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyNaCl:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyNaCl:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pysocks@1.7.1?package-id=8e50ddad4495dfa3", + "type": "library", + "author": "Anorov ", + "name": "PySocks", + "version": "1.7.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:anorov_vorona_project:python-PySocks:1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PySocks@1.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona_project:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona_project:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_voronaproject:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_project:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov-vorona:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov_vorona:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorovproject:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PySocks:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anorov:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PySocks:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PySocks-1.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=8189e9faaa78b2a8", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "6.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyyaml_1695373611984/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygments@2.16.1?package-id=eb1734f96973bda8", + "type": "library", + "author": "Georg Brandl ", + "name": "Pygments", + "version": "2.16.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:georg_brandl_\\", + "name": "SQLAlchemy", + "version": "2.0.22", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/SQLAlchemy@2.0.22", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/sqlalchemy_1697201147541/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:SQLAlchemy:2.0.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/SQLAlchemy-2.0.22.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/send2trash@1.8.2?package-id=4dd0404f2c42a9be", + "type": "library", + "author": "Andrew Senetar ", + "name": "Send2Trash", + "version": "1.8.2", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:andrew_senetar_project:python-Send2Trash:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Send2Trash@1.8.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/send2trash_1682601222253/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar_project:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar_project:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetarproject:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar_project:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetarproject:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_senetar:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Send2Trash:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:arsenetar:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Send2Trash:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/Send2Trash-1.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=55eee7d6d894e130", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=d4147673d31e7144", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ce4fecfb26d34f26", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=6542bbb6ad0725c7", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=c539258f6978f30f", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=2d6c4c3f4654dd9a", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2523.52401?package-id=1a2099c8ce1f93a9", + "type": "library", + "name": "System", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System:System:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2523.52401?package-id=b321ae86b47afc71", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2523.52401?package-id=e87fb56caccc7d10", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2523.52401?package-id=52058b66aebbab47", + "type": "library", + "name": "System.Collections", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2523.52401?package-id=8a2a63ee7fdd2399", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2523.52401?package-id=431ab967707fc439", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2523.52401?package-id=f3745f44295e6243", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2523.52401?package-id=92e546edfd8ecf59", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2523.52401?package-id=d50c2d05b171afb5", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2523.52401?package-id=811d4028d7eed99c", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2523.52401?package-id=b362193cd16cf498", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2523.52401?package-id=7eb8c992cc0fe819", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2523.52401?package-id=09bc34e8ff279171", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2523.52401?package-id=78f11dee99e9aa58", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2523.52401?package-id=36b9cd551fa4f946", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2523.52401?package-id=a0e23822c01b9636", + "type": "library", + "name": "System.Console", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2523.52401?package-id=f51e5b23fb27b904", + "type": "library", + "name": "System.Core", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2523.52401?package-id=8095f75d79744ff6", + "type": "library", + "name": "System.Data", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2523.52401?package-id=572c4fbf1fef0255", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2523.52401?package-id=dce8178e702995bf", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2523.52401?package-id=6aff863e29d32711", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2523.52401?package-id=9c1342588016b7a3", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2523.52401?package-id=c7a08131ff18316d", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.2523.52401?package-id=8d1e657819a670de", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2523.52401?package-id=03c2b8085c985a7a", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2523.52401?package-id=56a56f33ae65e698", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2523.52401?package-id=e45c2c2ba80054cc", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2523.52401?package-id=1a5d2bec888101fa", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2523.52401?package-id=560f4fa9e6a551cc", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2523.52401?package-id=7b1814773502209b", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2523.52401?package-id=ca8803ec8e659975", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2523.52401?package-id=ead4333af6e0fa60", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2523.52401?package-id=422b106e02b00392", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2523.52401?package-id=b7d53af4ce9c4fe8", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2523.52401?package-id=76a394ee22bc9080", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2523.52401?package-id=937e6945fd912af8", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2523.52401?package-id=4eabefee0ddd97b3", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2523.52401?package-id=e86d76cbe2ca7ed8", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2523.52401?package-id=3a338476a289e1b4", + "type": "library", + "name": "System.IO", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2523.52401?package-id=eaeddfb2480371b6", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2523.52401?package-id=b16cb2876cd2999a", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2523.52401?package-id=be790f6130e76bf2", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2523.52401?package-id=6b9c84205169ded0", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2523.52401?package-id=14a7c9ffee9aedbd", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2523.52401?package-id=587041ad2ecb4594", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2523.52401?package-id=77bbb9a0d0b1746d", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2523.52401?package-id=c40bf3666d76ffee", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2523.52401?package-id=2fa9786ababb5ebf", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2523.52401?package-id=b87c0216096c9c60", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2523.52401?package-id=9b612e3fe3bdd0b6", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.2523.52401?package-id=ca49349e70eb7394", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2523.52401?package-id=0f30a1f35e9947ae", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2523.52401?package-id=7322307ff0ab8593", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2523.52401?package-id=da3f9fde3910a31e", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2523.52401?package-id=408d26c1b6b0cb5c", + "type": "library", + "name": "System.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2523.52401?package-id=d49ef6b50a0f63c5", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2523.52401?package-id=a89404aaef107e35", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2523.52401?package-id=9addbc1655325653", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2523.52401?package-id=13e4fd3ac3a40d7f", + "type": "library", + "name": "System.Memory", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2523.52401?package-id=52da9ddad9e71e5a", + "type": "library", + "name": "System.Net", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2523.52401?package-id=a9e319f7d875187a", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2523.52401?package-id=1cc551c9c0958de4", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2523.52401?package-id=9e932edd247a7fe4", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2523.52401?package-id=a50e8c2f240a422b", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2523.52401?package-id=3e88ef45d7780de8", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2523.52401?package-id=de00cc5dfdd1cc70", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2523.52401?package-id=ac08ce12481001f9", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2523.52401?package-id=60a8874acea34522", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2523.52401?package-id=99d3940286717390", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2523.52401?package-id=64fc299b4b21c1e1", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2523.52401?package-id=5aab449d851ce995", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2523.52401?package-id=a9d142086e791c06", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2523.52401?package-id=5011882e78abc28b", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2523.52401?package-id=70b710aa9bba2699", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2523.52401?package-id=7bdfe549b8b87776", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2523.52401?package-id=98fa7903a93028bf", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2523.52401?package-id=84aa6b366e687bee", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2523.52401?package-id=0b3fa7c6b430c6a7", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2523.52401?package-id=21168a26e4a06ddd", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2523.52401?package-id=361b5bd36754f2d3", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2523.52401?package-id=46e756bd1a5e4273", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2523.52401?package-id=7d69a0c5d693d97c", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2523.52401?package-id=b76a1d92de692898", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2523.52401?package-id=0d6ef7fed0c9d50e", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2523.52401?package-id=05d1f37bd8394c29", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2523.52401?package-id=0fc940b757b4023a", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2523.52401?package-id=5b835caeab2a4b32", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2523.52401?package-id=eefe6f7526699070", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2523.52401?package-id=b067b10da048ea8a", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2523.52401?package-id=fb1f490b72ce2909", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2523.52401?package-id=72daaf9210f84305", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2523.52401?package-id=43a4cf7376d4982b", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2523.52401?package-id=ade74cddbe356080", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2523.52401?package-id=92c7a5b707fdfb05", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2523.52401?package-id=f1f3ef78c48b2e2d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2523.52401?package-id=2d36a6413afaa03e", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2523.52401?package-id=d5fa91abfae1961f", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2523.52401?package-id=a3d8cbc0c92c33e9", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2523.52401?package-id=a96f3ffd1e79ede3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2523.52401?package-id=86677e881cf3753a", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2523.52401?package-id=4f8023142d18f8d8", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2523.52401?package-id=99e015927d3e51fe", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2523.52401?package-id=c2873ff80a86f7cf", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2523.52401?package-id=e87b8057771210cc", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2523.52401?package-id=d9bf4236384576ce", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2523.52401?package-id=c986a827f4a39863", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2523.52401?package-id=e12cccb01aa24984", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2523.52401?package-id=9ca5b679fc407615", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2523.52401?package-id=01ae86daafe6586c", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2523.52401?package-id=453a3c9864f4d138", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2523.52401?package-id=698b2f6c891cb21a", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2523.52401?package-id=c45ddd92162c4db2", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2523.52401?package-id=b475fbac65297b38", + "type": "library", + "name": "System.Security", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2523.52401?package-id=ff4562f5718c8240", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2523.52401?package-id=71f2f37ec5307703", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2523.52401?package-id=c1d91a05d117a550", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2523.52401?package-id=96f953412f558e9b", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2523.52401?package-id=fc439f39dfeccd67", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2523.52401?package-id=3f48cdfc3be5561f", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2523.52401?package-id=435ea8af357e948f", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.2523.52401?package-id=9389f6cc1adbf298", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2523.52401?package-id=d9f09eaeefd0e76b", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2523.52401?package-id=ea2af8ee8609874c", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.2523.52401?package-id=f3cdbf10346ad3a4", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.25/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2523.52401?package-id=3eb3706452cf652d", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2523.52401?package-id=444d550fb9491221", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2523.52401?package-id=55ca6bb685f4e848", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2523.52401?package-id=916105c755b3ca47", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2523.52401?package-id=cb0aec5691d6e55f", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2523.52401?package-id=dc59ceb1089e089f", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2523.52401?package-id=dbfee725383dcc4d", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2523.52401?package-id=0b3e0894ae0cd83b", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2523.52401?package-id=5c2c4cd0d648dcf3", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2523.52401?package-id=8874d5bfd5de80ae", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2523.52401?package-id=5c41e677e9b90b4d", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2523.52401?package-id=b48e2a9e77c2ebf6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2523.52401?package-id=0acca1043d5e4381", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2523.52401?package-id=9c37e4bef6667e25", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2523.52401?package-id=b3ec0a1502d0b97e", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2523.52401?package-id=220968d5deed9bf4", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2523.52401?package-id=32f6e8c3cc6163a8", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2523.52401?package-id=dfcb37617c00cf74", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2523.52401?package-id=a17a4ee327300514", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2523.52401?package-id=3183f9c17a36cd7f", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2523.52401?package-id=9a49ea4ef66d63cd", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2523.52401?package-id=bc859650262b3fed", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2523.52401?package-id=241263e45ba53555", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2523.52401?package-id=48dbf0ea80b84ea1", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2523.52401?package-id=df6dacd648a9dd9a", + "type": "library", + "name": "System.Web", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2523.52401?package-id=1322f16b99fe7e8d", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2523.52401?package-id=d08785936e85e7b7", + "type": "library", + "name": "System.Windows", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2523.52401?package-id=9b5a803c20f14651", + "type": "library", + "name": "System.Xml", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2523.52401?package-id=cd12d96e4151bfdc", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2523.52401?package-id=6a6f2264b8255af9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2523.52401?package-id=3a15f1ca2c4dcd73", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2523.52401?package-id=2b4ca50daeba74e6", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2523.52401?package-id=b575ecbb03446439", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2523.52401?package-id=71fc3257f62a2d89", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2523.52401?package-id=7f02bd4ad344eb4d", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2523.52401?package-id=bf42f9715228948d", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2523.52401?package-id=7386dc044460d04e", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=1e2b169e45095260", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@2.0.0?package-id=eddc92e364dceb53", + "type": "library", + "author": "GitHub Inc.", + "name": "abbrev", + "version": "2.0.0", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/abbrev-js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:abbrev:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abort-controller@3.0.0?package-id=638b7f8369f8db52", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "abort-controller", + "version": "3.0.0", + "description": "An implementation of WHATWG AbortController interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:abort-controller:abort-controller:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abort-controller@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/abort-controller.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/abort-controller#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort-controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/abort-controller/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=00a3e975e84427e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adwaita-icon-theme@41.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e0f162bf8212b5eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adwaita-icon-theme", + "version": "41.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0-US" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC-BY-SA-2.0-IT" + } + }, + { + "license": { + "name": "CC-BY-SA-3.0-US" + } + }, + { + "license": { + "name": "CC-BY-SA-3.0-Unported" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPL-unspecified" + } + } + ], + "cpe": "cpe:2.3:a:adwaita-icon-theme:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adwaita-icon-theme@41.0-1ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon-theme:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon_theme:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon_theme:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita-icon:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita_icon:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita:adwaita-icon-theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:adwaita:adwaita_icon_theme:41.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adwaita-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adwaita-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5234" + } + ] + }, + { + "bom-ref": "pkg:pypi/aenum@3.1.15?package-id=852562f7390b9ecc", + "type": "library", + "author": "Ethan Furman ", + "name": "aenum", + "version": "3.1.15", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:ethan_furman_project:python-aenum:3.1.15:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aenum@3.1.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman_project:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman_project:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furmanproject:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_project:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:python-aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:python_aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan_furman:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethanproject:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aenum:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ethan:aenum:3.1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aenum-3.1.15.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@6.0.2?package-id=fa87278b5e6a1501", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@6.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-agent-base.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@7.1.0?package-id=9054b323d71ebaae", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "7.1.0", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@7.1.0", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agentkeepalive@4.5.0?package-id=d30a8cd6d80d84be", + "type": "library", + "author": "fengmk2 (https://github.com/fengmk2)", + "name": "agentkeepalive", + "version": "4.5.0", + "description": "Missing keepalive http.Agent", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:agentkeepalive:agentkeepalive:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/agentkeepalive@4.5.0", + "externalReferences": [ + { + "url": "git://github.com/node-modules/agentkeepalive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:agentkeepalive:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/agentkeepalive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aggregate-error@3.1.0?package-id=59a881ea37489106", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aggregate-error:aggregate-error:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aggregate-error@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate-error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/aggregate-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.8.6?package-id=3ae35888a0eede30", + "type": "library", + "name": "aiohttp", + "version": "3.8.6", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.8.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=7475824e1a7cd1ad", + "type": "library", + "name": "aiosignal", + "version": "1.3.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/alembic@1.12.0?package-id=6a76e93ab0398c69", + "type": "library", + "author": "Mike Bayer ", + "name": "alembic", + "version": "1.12.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-alembic:1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/alembic@1.12.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/alembic_1694690212886/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/alembic-1.12.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=794e4a0a38fdd182", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=2a0a69da8b6c450e", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=45f75af5c2c32928", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=763a4f9d71f4ba8c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@6.2.1?package-id=ac00cf224bcc4096", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-styles", + "version": "6.2.1", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@6.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/anyio@4.0.0?package-id=585a4a9c7c6b61f4", + "type": "library", + "author": "Alex Grönholm ", + "name": "anyio", + "version": "4.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-anyio:python-anyio:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anyio@4.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/anyio_1693488585952/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:python-anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:python_anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anyio:anyio:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/anyio-4.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/apipkg@2.0.0?package-id=0509b12cf04f3ee0", + "type": "library", + "author": "holger krekel", + "name": "apipkg", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-apipkg:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/apipkg@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/appdirs@1.4.4?package-id=cec6f3ca16e69e20", + "type": "library", + "author": "Trent Mick ", + "name": "appdirs", + "version": "1.4.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:trent_mick_project:python-appdirs:1.4.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/appdirs@1.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python-appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python_appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:appdirs:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:appdirs:1.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/appdirs-1.4.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/aproba@2.0.0?package-id=bfaaef5eafa4c717", + "type": "library", + "author": "Rebecca Turner ", + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:aproba:aproba:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aproba@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/aproba", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/aproba", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:aproba:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/aproba/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04&package-id=a42e1b0a4e9e14b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:npm/archy@1.0.0?package-id=6ea69718f7f21085", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "archy", + "version": "1.0.0", + "description": "render nested hierarchies `npm ls` style with unicode pipes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:archy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/archy@1.0.0", + "externalReferences": [ + { + "url": "http://github.com/substack/node-archy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:archy:archy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/archy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@3.0.1?package-id=9b10ccfa5d094564", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@4.0.0?package-id=748ab72989c500a8", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "4.0.0", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/argon2-cffi@23.1.0?package-id=9b4478d6ab6b88c5", + "type": "library", + "author": "Hynek Schlawack ", + "name": "argon2-cffi", + "version": "23.1.0", + "cpe": "cpe:2.3:a:hynek_schlawack_\\", + "name": "argon2-cffi-bindings", + "version": "21.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-argon2-cffi-bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/argon2-cffi-bindings@21.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/argon2-cffi-bindings_1695386553988/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi-bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi_bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi-bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi_bindings:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2-cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2_cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2-cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2_cffi:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python-argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python_argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:argon2:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:argon2-cffi-bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:argon2_cffi_bindings:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/argon2_cffi_bindings-21.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/arrow@1.3.0?package-id=a10dfb46eb4f4c66", + "type": "library", + "author": "Chris Smith ", + "name": "arrow", + "version": "1.3.0", + "cpe": "cpe:2.3:a:chris_smith_\\", + "name": "aspnetcore-runtime-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:aspnetcore-runtime-6.0:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/aspnetcore-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime-6.0:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime_6.0:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime_6.0:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore-runtime:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore_runtime:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore:aspnetcore-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aspnetcore:aspnetcore_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/aspnetcore-runtime-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/aspnetcore-runtime-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "19981" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:pypi/astroid@2.4.2?package-id=bffec97cb7a195cc", + "type": "library", + "author": "Python Code Quality Authority ", + "name": "astroid", + "version": "2.4.2", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:python_code_quality_authority_project:python-astroid:2.4.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/astroid@2.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority_project:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority_project:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authorityproject:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_code_quality_authority:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:astroid:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:astroid:2.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/astroid-2.4.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/asttokens@2.4.0?package-id=22025bcfb5acfb0a", + "type": "library", + "author": "Dmitry Sagalovskiy, Grist Labs ", + "name": "asttokens", + "version": "2.4.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python-asttokens:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/asttokens@2.4.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/asttokens_1694046349000/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:asttokens:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/asttokens-2.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/async@3.2.4?package-id=ba6cbc87e74351b8", + "type": "library", + "author": "Caolan McMahon", + "name": "async", + "version": "3.2.4", + "description": "Higher-order functions and common patterns for asynchronous code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:caolan:async:3.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/async@3.2.4", + "externalReferences": [ + { + "url": "https://github.com/caolan/async.git", + "type": "distribution" + }, + { + "url": "https://caolan.github.io/async/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async:3.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/async/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-generator@1.10?package-id=fe7fbb58a018283c", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "async-generator", + "version": "1.10", + "licenses": [ + { + "license": { + "name": "MIT -or- Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-async-generator:1.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-generator@1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_generator-1.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-lru@2.0.4?package-id=eb6f6ddccbbff819", + "type": "library", + "name": "async-lru", + "version": "2.0.4", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:python-async-lru:python-async-lru:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-lru@2.0.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/async-lru_1690563019058/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_lru:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_lru:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_lru-2.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-timeout@4.0.3?package-id=7a3550d51c78a2d3", + "type": "library", + "author": "Andrew Svetlov ", + "name": "async-timeout", + "version": "4.0.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_\\_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-timeout@4.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/atomicwrites@1.4.0?package-id=9d8789688927dea1", + "type": "library", + "author": "Markus Unterwaditzer ", + "name": "atomicwrites", + "version": "1.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:markus_unterwaditzer_project:python-atomicwrites:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/atomicwrites@1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer_project:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer_project:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzerproject:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_unterwaditzer:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus_project:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markusproject:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:atomicwrites:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markus:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:atomicwrites:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/atomicwrites-1.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@23.1.0?package-id=1bd6eea124fddef8", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "23.1.0", + "cpe": "cpe:2.3:a:hynek_schlawack_\\", + "name": "backcall", + "version": "0.2.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-backcall:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backcall@0.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backcall:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:backcall:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/backcall-0.2.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/backoff@2.2.1?package-id=2407fb211693acf7", + "type": "library", + "author": "Bob Green ", + "name": "backoff", + "version": "2.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bob_green_project:python-backoff:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backoff@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_greenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen_project:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python-backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:python_backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreenproject:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bob_green:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backoff:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rgreen:backoff:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backoff-2.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backoff-2.2.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/backports.functools-lru-cache@1.6.5?package-id=fc02eacaa3194042", + "type": "library", + "author": "Raymond Hettinger ", + "name": "backports.functools-lru-cache", + "version": "1.6.5", + "cpe": "cpe:2.3:a:python-backports.functools-lru-cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/backports.functools-lru-cache@1.6.5", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1687772187254/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru-cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru_cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools-lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools_lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru-cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru_cache:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger_project:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettingerproject:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools-lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools_lru:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:backports.functools:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond-hettinger:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raymond_hettinger:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backports.functools-lru-cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:backports.functools_lru_cache:1.6.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/backports.functools_lru_cache-1.6.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=ebeeca4573922de6", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04&package-id=c84e178e6eabfd4d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=ecadc597883e781d", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:npm/base64-js@1.5.1?package-id=1bdab6e336d99826", + "type": "library", + "author": "T. Jameson Little ", + "name": "base64-js", + "version": "1.5.1", + "description": "Base64 encoding/decoding in pure JS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:beatgammit:base64-js:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/base64-js@1.5.1", + "externalReferences": [ + { + "url": "git://github.com/beatgammit/base64-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/beatgammit/base64-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:beatgammit:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/base64-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=d88fc74d99a91dca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.1.16?package-id=1c08080b759daf24", + "type": "application", + "name": "bash", + "version": "5.1.16", + "cpe": "cpe:2.3:a:gnu:bash:5.1.16:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.1.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:pypi/beautifulsoup4@4.12.2?package-id=cf7e89c62127795a", + "type": "library", + "author": "Leonard Richardson ", + "name": "beautifulsoup4", + "version": "4.12.2", + "cpe": "cpe:2.3:a:leonard_richardson_\\ (sindresorhus.com)", + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:binary-extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/binary-extensions@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary-extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/binary-extensions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bintrees@1.0.2?package-id=296219d13f63af29", + "type": "library", + "author": "Vadim Graboys ", + "name": "bintrees", + "version": "1.0.2", + "description": "Binary Search Trees", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bintrees:bintrees:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bintrees@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/vadimg/js_bintrees.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vadimg:bintrees:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/bintrees/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=dd77b66a1396398c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=a1e10a949d49ad9a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-common", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-common:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "504" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=672ec18a57fedfc4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-x86-64-linux-gnu", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10439" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:pypi/bleach@6.1.0?package-id=d0ef2377ef9e5f54", + "type": "library", + "name": "bleach", + "version": "6.1.0", + "licenses": [ + { + "license": { + "name": "Apache Software License" + } + } + ], + "cpe": "cpe:2.3:a:python-bleach:python-bleach:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bleach@6.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/bleach_1696630167146/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bleach:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bleach:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach-6.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/blinker@1.6.3?package-id=050a556047b7dc48", + "type": "library", + "author": "Jason Kirtland ", + "name": "blinker", + "version": "1.6.3", + "cpe": "cpe:2.3:a:jason_kirtland_\\", + "name": "bokeh", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2012 - 2023, Anaconda, Inc., and Bokeh Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without modification,\n are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n Neither the name of Anaconda nor the names of any contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n THE POSSIBILITY OF SUCH DAMAGE.\n " + } + } + ], + "cpe": "cpe:2.3:a:bokeh_team_project:python-bokeh:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bokeh@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team_project:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team_project:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_teamproject:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh_team:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bokeh:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:bokeh:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bokeh-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/boltons@23.0.0?package-id=02c60d5d7efb1443", + "type": "library", + "author": "Mahmoud Hashemi ", + "name": "boltons", + "version": "23.0.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:mahmoud_hashemi_project:python-boltons:23.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/boltons@23.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/boltons_1677499911949/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi_project:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi_project:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemiproject:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_hashemi:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud_project:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoudproject:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:boltons:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mahmoud:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:boltons:23.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/boltons-23.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/bootstrap@3.4.1?package-id=1ce43ca56df46fde", + "type": "library", + "author": "Twitter, Inc.", + "name": "bootstrap", + "version": "3.4.1", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bootstrap:bootstrap:3.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/bootstrap@3.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/twbs/bootstrap.git", + "type": "distribution" + }, + { + "url": "https://getbootstrap.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/bootstrap/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=bb137226311d4387", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=a690c2cd4b847ec1", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=f082cddd28e723e7", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=1bfa13b5a86d93ed", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=348fa288edaa4aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:npm/buffer@6.0.3?package-id=57948a22e9fdb992", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "buffer", + "version": "6.0.3", + "description": "Node.js Buffer API, for the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:buffer:buffer:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/buffer@6.0.3", + "externalReferences": [ + { + "url": "git://github.com/feross/buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:buffer:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/builtins@5.0.1?package-id=a37495b7fd30faf4", + "type": "library", + "name": "builtins", + "version": "5.0.1", + "description": "List of node.js builtin modules", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:builtins:builtins:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/builtins@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/builtins/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/bytecode@0.13.0.dev0?package-id=7a1ef656e563d2c2", + "type": "library", + "author": "Victor Stinner ", + "name": "bytecode", + "version": "0.13.0.dev0", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:victor_stinner_project:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bytecode@0.13.0.dev0", + "externalReferences": [ + { + "url": "https://github.com/MatthieuDartiailh/bytecode/archive/main.zip", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner_project:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner_project:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinnerproject:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor-stinner:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victor_stinner:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bytecode:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bytecode:0.13.0.dev0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=df8deafd95cf7534", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=aebb170d0eb4297e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@17.1.4?package-id=bae5a4c14e5c295f", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "17.1.4", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:17.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@17.1.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:17.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@18.0.0?package-id=62650d3e685aed04", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "18.0.0", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:18.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@18.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:18.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/cached-property@1.5.2?package-id=7b952c6495aafe3a", + "type": "library", + "author": "Daniel Greenfeld ", + "name": "cached-property", + "version": "1.5.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:daniel_greenfeld_project:python-cached-property:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cached-property@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/cached_property_1615209429212/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld_project:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeldproject:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached-property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached_property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_greenfeld:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached-property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached_property:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny_project:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydannyproject:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydanny:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cached:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cached-property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cached_property:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/cached_property-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cellpy@0.4.1?package-id=63047fa1adcd41ad", + "type": "library", + "author": "Jan Petter Maehlen ", + "name": "cellpy", + "version": "0.4.1", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:jan_petter_maehlen_project:python-cellpy:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cellpy@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen_project:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen_project:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlenproject:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jan_petter_maehlen:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe_project:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:python-cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:python_cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepeproject:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cellpy:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jepe:cellpy:0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cellpy-0.4.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.7.22?package-id=c07fde7e6a1afab6", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.7.22", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.7.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.7.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/installed-files.txt" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certipy@0.1.3?package-id=0c56777c990574e8", + "type": "library", + "author": "Thomas Mendoza ", + "name": "certipy", + "version": "0.1.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:thomas_mendoza_project:python-certipy:0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certipy@0.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/certipy-0.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cffi@1.16.0?package-id=7dd73c5d83362a96", + "type": "library", + "author": "Armin Rigo, Maciej Fijalkowski ", + "name": "cffi", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.16.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/cffi_1696001724357/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/cffi-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@5.3.0?package-id=5ad3d2771564f2be", + "type": "library", + "name": "chalk", + "version": "5.3.0", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@5.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/chardet@3.0.4?package-id=4e359164ae3ac642", + "type": "library", + "author": "Daniel Blanchard ", + "name": "chardet", + "version": "3.0.4", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:daniel_blanchard_project:python-chardet:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/chardet@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard_project:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard_project:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchardproject:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard_project:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchardproject:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan-blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dan_blanchard:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chardet:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:chardet:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/chardet-3.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.3.1?package-id=a489cb8ba4b1bcd6", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-3.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-3.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/charset_normalizer-3.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/chownr@2.0.0?package-id=644729c408e8d618", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "version": "2.0.0", + "description": "like `chown -R`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:chownr:chownr:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chownr@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/chownr.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:chownr:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/chownr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ci-info@3.8.0?package-id=11e69cc009b650a6", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "ci-info", + "version": "3.8.0", + "description": "Get details about the current Continuous Integration environment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ci-info:ci-info:3.8.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ci-info@3.8.0", + "externalReferences": [ + { + "url": "https://github.com/watson/ci-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/ci-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci-info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ci-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cidr-regex@3.1.1?package-id=5206e175311c39cf", + "type": "library", + "author": "silverwind ", + "name": "cidr-regex", + "version": "3.1.1", + "description": "Regular expression for matching IP addresses in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cidr-regex:cidr-regex:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cidr-regex@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr-regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cidr-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clean-stack@2.2.0?package-id=519e6464f16f99ad", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clean-stack:clean-stack:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/clean-stack@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean-stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/clean-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-columns@4.0.0?package-id=4065cce4628f4a93", + "type": "library", + "author": "Shannon Moeller (http://shannonmoeller.com)", + "name": "cli-columns", + "version": "4.0.0", + "description": "Columnated lists for the CLI.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shannonmoeller:cli-columns:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-columns@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/shannonmoeller/cli-columns#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shannonmoeller:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cli-columns/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-table3@0.6.3?package-id=497e6b97330bf8c2", + "type": "library", + "author": "James Talmage", + "name": "cli-table3", + "version": "0.6.3", + "description": "Pretty unicode tables for the command line. Based on the original cli-table.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cli-table3:cli-table3:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-table3@0.6.3", + "externalReferences": [ + { + "url": "https://github.com/cli-table/cli-table3.git", + "type": "distribution" + }, + { + "url": "https://github.com/cli-table/cli-table3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cli-table3/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.7?package-id=4b2284edf8855f37", + "type": "library", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/click-8.1.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@1.0.4?package-id=6d7a874637e29b90", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "1.0.4", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cmd-shim@6.0.1?package-id=47acf3521d905b29", + "type": "library", + "author": "GitHub Inc.", + "name": "cmd-shim", + "version": "6.0.1", + "description": "Used in npm for command line application support", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cmd-shim:cmd-shim:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cmd-shim@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cmd-shim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd-shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color@3.2.1?package-id=4eb7b82d1f5d63ba", + "type": "library", + "name": "color", + "version": "3.2.1", + "description": "Color conversion and manipulation with CSS string support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color:color:3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color@3.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@1.9.3?package-id=a089b3880292f3ae", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "1.9.3", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=9bdd778852407d3d", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.3?package-id=b2b605449ff65e0c", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.3", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/dfcreative/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=fbbbbfc8d21f086d", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-string@1.9.1?package-id=c1fdbdf8e9c41713", + "type": "library", + "author": "Heather Arthur ", + "name": "color-string", + "version": "1.9.1", + "description": "Parser and generator for CSS color strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-string_project:color-string:1.9.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/color-string@1.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/color-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-support@1.1.3?package-id=af107209117df3d1", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:color-support:color-support:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-support@1.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/color-support.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/color-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorama@0.4.4?package-id=c15ec67fa7e8fceb", + "type": "library", + "author": "Jonathan Hartley ", + "name": "colorama", + "version": "0.4.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jonathan_hartley_project:python-colorama:0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/colorama@0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley_project:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley_project:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartleyproject:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_hartley:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley_project:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartleyproject:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorama:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tartley:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:colorama:0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorama-0.4.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorcet@3.0.1?package-id=d3b741628e19df47", + "type": "library", + "author": "James A. Bednar ", + "name": "colorcet", + "version": "3.0.1", + "licenses": [ + { + "license": { + "name": "CC-BY License" + } + } + ], + "cpe": "cpe:2.3:a:james_a__bednar_project:python-colorcet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/colorcet@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar_project:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar_project:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednarproject:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_a__bednar:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar_project:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednarproject:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorcet:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbednar:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:colorcet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/colorcet-3.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/colorspace@1.1.4?package-id=03a86cde3f642011", + "type": "library", + "author": "Arnout Kazemier", + "name": "colorspace", + "version": "1.1.4", + "description": "Generate HEX colors for a given namespace.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:colorspace:colorspace:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/colorspace@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:colorspace:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/colorspace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/columnify@1.6.0?package-id=ffdce09595a5a27d", + "type": "library", + "author": "Tim Oxley", + "name": "columnify", + "version": "1.6.0", + "description": "Render data in text columns. Supports in-column text-wrap.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:columnify:columnify:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/columnify@1.6.0", + "externalReferences": [ + { + "url": "git://github.com/timoxley/columnify.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/columnify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timoxley:columnify:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/columnify/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/comm@0.1.4?package-id=e8554160873bd38d", + "type": "library", + "author": "Jupyter contributors", + "name": "comm", + "version": "0.1.4", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022, Jupyter\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_contributors_project:python-comm:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/comm@0.1.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/comm_1691044910542/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors_project:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors_project:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributorsproject:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_contributors:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:python-comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:python_comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:comm:comm:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/comm-0.1.4.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:npm/commander@7.2.0?package-id=c759c455fd776c77", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "commander", + "version": "7.2.0", + "description": "the complete solution for node.js command-line programs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:commander:commander:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/commander@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/tj/commander.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tj:commander:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/commander/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/common-ancestor-path@1.0.1?package-id=845d8fb1f358ffc7", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "common-ancestor-path", + "version": "1.0.1", + "description": "Find the common ancestor of 2 or more paths on Windows or Unix", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:common-ancestor-path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/common-ancestor-path@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/common-ancestor-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor-path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/common-ancestor-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?package-id=79ba99b923e7a0d2", + "type": "library", + "name": "commons-logging", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache-software-foundation:commons-logging:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-logging/commons-logging@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "93ebb84ba84602bfb86a872cd0c15abda24f2e6c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache-software-foundation:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache_software_foundation:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-logging:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons-logging:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_logging:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons_logging:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons-logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:commons:commons_logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache/commons-logging-adapters@1.2?package-id=17944ce1b3eb82c8", + "type": "library", + "name": "commons-logging-adapters", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-logging-adapters:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache/commons-logging-adapters@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a53df89356329d99647df52aadba26c2d91af8c5" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging_adapters:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-adapters-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-adapters-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache/commons-logging-api@1.2?package-id=54894dd422e69b4c", + "type": "library", + "name": "commons-logging-api", + "version": "1.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-logging-api:1.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache/commons-logging-api@1.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5e6750ffc8c8edf4e6117de91848bbe37f64d5d2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_logging_api:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:logging:1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/java/commons-logging-api-1.2.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/java/commons-logging-api-1.2.jar" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=8e351955cd0907e6", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/conda@23.9.0?package-id=90a8744cd36252d4", + "type": "library", + "author": "\"Anaconda, Inc.\" ", + "name": "conda", + "version": "23.9.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2012, Anaconda, Inc.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ---\n \n Conda incorporates the following libraries into its distributed code:\n \n * appdirs, licensed as MIT\n * auxlib, licensed as ISC\n * boltons, licensed as BSD-3-Clause\n * py-cpuinfo, licensed as MIT\n * distro, licensed as Apache-2.0\n * frozendict, license as LGPL-3.0\n * tqdm, licensed as MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"anaconda\\,_inc_\\\"_\\", + "name": "conda-package-handling", + "version": "2.2.0", + "cpe": "cpe:2.3:a:python-conda-package-handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/conda-package-handling@2.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/conda-package-handling_1691048088238/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package-handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package_handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc__project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package-handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package_handling:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda-package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda_package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anaconda\\,_inc_:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda-package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_package:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda_project:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:python-conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:python_conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:condaproject:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:conda-package-handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conda:conda_package_handling:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/conda_package_handling-2.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/conda-package-streaming@0.9.0?package-id=03a8a579566566c9", + "type": "library", + "author": "\"Anaconda, Inc. & Contributors\" ", + "name": "conda_package_streaming", + "version": "0.9.0", + "cpe": "cpe:2.3:a:\\\"anaconda\\,_inc__\\&_contributors\\\"_\\ (http://re-becca.org/)", + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:console-control-strings:console-control-strings:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/console-control-strings@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/console-control-strings", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control-strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/console-control-strings/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/contourpy@1.2.0?package-id=9adb218b10484343", + "type": "library", + "author": "Ian Thomas ", + "name": "contourpy", + "version": "1.2.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2021-2023, ContourPy Developers.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:ian_thomas_\\", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=f8511b9cdae6aa48", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cpp", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:cpp:cpp:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp-11@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=9da666b80db749ee", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "cpp-11", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:cpp-11:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp-11@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp-11:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26284" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:npm/cross-spawn@7.0.3?package-id=00da0fc84da0363d", + "type": "library", + "author": "André Cruz ", + "name": "cross-spawn", + "version": "7.0.3", + "description": "Cross platform child_process#spawn and child_process#spawnSync", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cross-spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cross-spawn@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/moxystudio/node-cross-spawn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross-spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cross-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/cryptography@41.0.6?package-id=d4b00dd4281f7c72", + "type": "library", + "author": "The Python Cryptographic Authority and individual contributors ", + "name": "cryptography", + "version": "41.0.6", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography_project:python-cryptography:41.0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cryptography@41.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/cssesc@3.0.0?package-id=1ade9d1d43b63ae4", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "cssesc", + "version": "3.0.0", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:cssesc:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cssesc@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/cssesc.git", + "type": "distribution" + }, + { + "url": "https://mths.be/cssesc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cssesc:cssesc:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cssesc/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.15?arch=amd64&distro=ubuntu-22.04&package-id=99a9851b7457337f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.15?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "443" + } + ] + }, + { + "bom-ref": "pkg:pypi/cycler@0.12.1?package-id=e67620f42fc273c3", + "type": "library", + "author": "Thomas A Caswell ", + "name": "cycler", + "version": "0.12.1", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015, matplotlib project\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the matplotlib project nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:thomas_a_caswell_\\", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=a5c5b44e912712cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dbus", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:dbus:dbus:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dbus/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dbus.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dbus.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "582" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dbus-user-session@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04&package-id=1f359484935e2e3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dbus-user-session", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:dbus-user-session:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dbus-user-session@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user-session:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user_session:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user_session:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus-user:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus_user:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus:dbus-user-session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dbus:dbus_user_session:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dbus-user-session/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dbus-user-session.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dbus-user-session.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "130" + }, + { + "name": "syft:metadata:source", + "value": "dbus" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dconf-gsettings-backend@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=d3227e4876c199fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dconf-gsettings-backend", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:dconf-gsettings-backend:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dconf-gsettings-backend@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings-backend:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings_backend:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings_backend:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-gsettings:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_gsettings:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf-gsettings-backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf_gsettings_backend:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dconf-gsettings-backend/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dconf-gsettings-backend:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dconf-service@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=440f0fb00a1c068f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dconf-service", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:dconf-service:dconf-service:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dconf-service@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf-service:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_service:dconf-service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf_service:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf-service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dconf:dconf_service:0.40.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dconf-service/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dconf-service.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "102" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e81a5ba0a219ee26", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=661ac8b0bf71223f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=1ddd30b2bc024aac", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/debugpy@1.8.0?package-id=8edb24f3b0426aa8", + "type": "library", + "author": "Microsoft Corporation ", + "name": "debugpy", + "version": "1.8.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:microsoft_corporation_project:python-debugpy:1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/debugpy@1.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/debugpy_1695534290440/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp_project:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelpproject:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptvshelp:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debugpy:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:debugpy:1.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/debugpy-1.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/decorator@5.1.1?package-id=2e9cf0248157eb9a", + "type": "library", + "author": "Michele Simionato ", + "name": "decorator", + "version": "5.1.1", + "licenses": [ + { + "license": { + "name": "new BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python:decorator:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/decorator@5.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/decorator-5.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/defaults@1.0.4?package-id=9e600015177513c7", + "type": "library", + "author": "Elijah Insua ", + "name": "defaults", + "version": "1.0.4", + "description": "merge single level defaults over a config object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sindresorhus:defaults:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/defaults@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/sindresorhus/node-defaults.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defaults:defaults:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/defusedxml@0.7.1?package-id=163c50fd6a021b9e", + "type": "library", + "author": "Christian Heimes ", + "name": "defusedxml", + "version": "0.7.1", + "licenses": [ + { + "license": { + "name": "PSFL" + } + } + ], + "cpe": "cpe:2.3:a:christian_heimes_project:python-defusedxml:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/defusedxml@0.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/defusedxml_1615232257335/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes_project:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes_project:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimesproject:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_project:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian_heimes:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christianproject:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defusedxml:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:christian:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:defusedxml:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/defusedxml-0.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/delegates@1.0.0?package-id=a0eda79a920250b8", + "type": "library", + "name": "delegates", + "version": "1.0.0", + "description": "delegate methods and accessors to another property", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delegates:delegates:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delegates@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/delegates/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecation@2.1.0?package-id=f3a21c9a20f75443", + "type": "library", + "author": "Brian Curtin ", + "name": "deprecation", + "version": "2.1.0", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:brian_curtin_project:python-deprecation:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/deprecation@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/deprecation-2.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@5.1.0?package-id=e813ae528ffc292a", + "type": "library", + "name": "diff", + "version": "5.1.0", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=3566e3a0bff3af17", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.5?arch=all&distro=ubuntu-22.04&package-id=e1e2c593d45dd5db", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "distro-info-data", + "version": "0.52ubuntu0.5", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/distro-info-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/distro-info-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-host@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=8569a784995901eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-host", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-host:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-host@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-host:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_host:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_host:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_host:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-host/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-host.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dotnet-host.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "423" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-hostfxr-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=90972b0f86f62319", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-hostfxr-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-hostfxr-6.0:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-hostfxr-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr-6.0:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr_6.0:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr_6.0:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-hostfxr:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_hostfxr:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-hostfxr-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_hostfxr_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-hostfxr-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-hostfxr-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "478" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dotnet-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04&package-id=8991d6ae7db07130", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dotnet-runtime-6.0", + "version": "6.0.125-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "W3C" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-LLVM-Exceptions" + } + }, + { + "license": { + "name": "Apache-2.0-Runtime-Library-Exception" + } + }, + { + "license": { + "name": "BSD-Seward" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OFL" + } + }, + { + "license": { + "name": "Unicode-Data" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dotnet-runtime-6.0:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dotnet-runtime-6.0@6.0.125-0ubuntu1~22.04.1?arch=amd64&upstream=dotnet6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime-6.0:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime_6.0:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime_6.0:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet-runtime:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet_runtime:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet-runtime-6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dotnet:dotnet_runtime_6.0:6.0.125-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dotnet-runtime-6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dotnet-runtime-6.0.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65696" + }, + { + "name": "syft:metadata:source", + "value": "dotnet6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=b4f22f7ab5ff37e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=19094bbf6196e05c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:npm/eastasianwidth@0.2.0?package-id=557515aa6fe05d1a", + "type": "library", + "author": "Masaki Komagata", + "name": "eastasianwidth", + "version": "0.2.0", + "description": "Get East Asian Width from a character.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eastasianwidth:eastasianwidth:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eastasianwidth@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/komagata/eastasianwidth.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:komagata:eastasianwidth:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/eastasianwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=33aa3daa646e2f6c", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=d3fed024acec0e6e", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=a13a666f30362a73", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/enabled@2.0.0?package-id=f4c597b0c17b3827", + "type": "library", + "author": "Arnout Kazemier", + "name": "enabled", + "version": "2.0.0", + "description": "Check if a certain debug flag is enabled.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:enabled:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/enabled@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/enabled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enabled:enabled:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/enabled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encoding@0.1.13?package-id=56988b98c7ad444c", + "type": "library", + "author": "Andris Reinman", + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encoding:encoding:0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/encoding@0.1.13", + "externalReferences": [ + { + "url": "https://github.com/andris9/encoding.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andris9:encoding:0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/entrypoints@0.4?package-id=945e4911ea28f5b2", + "type": "library", + "author": "Thomas Kluyver ", + "name": "entrypoints", + "version": "0.4", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-entrypoints:0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/entrypoints@0.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/entrypoints_1643888246732/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/entrypoints-0.4.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:npm/env-paths@2.2.1?package-id=197c419724815bc1", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:env-paths:env-paths:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/env-paths@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env-paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/env-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/err-code@2.0.3?package-id=9899ba03727284a0", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "err-code", + "version": "2.0.3", + "description": "Create an error with a code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:IndigoUnited:err-code:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/err-code@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/js-err-code.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/err-code/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/et-xmlfile@1.1.0?package-id=b6470b0174c8e017", + "type": "library", + "author": "See ATUHORS.txt ", + "name": "et-xmlfile", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:see_atuhors_txt_project:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/et-xmlfile@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt_project:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txtproject:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et-xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et_xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_atuhors_txt:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et-xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et_xmlfile:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:python-et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:python_et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:et-xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:et:et_xmlfile:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/et_xmlfile-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/event-target-shim@5.0.1?package-id=2b41e0ed48d1ecb9", + "type": "library", + "author": "Toru Nagashima", + "name": "event-target-shim", + "version": "5.0.1", + "description": "An implementation of WHATWG EventTarget interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:event-target-shim:event-target-shim:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/event-target-shim@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/mysticatea/event-target-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/event-target-shim", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target-shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/event-target-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eventemitter3@4.0.7?package-id=b0228198d7a32abd", + "type": "library", + "author": "Arnout Kazemier", + "name": "eventemitter3", + "version": "4.0.7", + "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eventemitter3:eventemitter3:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/eventemitter3@4.0.7", + "externalReferences": [ + { + "url": "git://github.com/primus/eventemitter3.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:primus:eventemitter3:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/eventemitter3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/events@3.3.0?package-id=f9ce7355f5f565d2", + "type": "library", + "author": "Irakli Gozalishvili (http://jeditoolkit.com)", + "name": "events", + "version": "3.3.0", + "description": "Node's event emitter for all engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:Gozala:events:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/events@3.3.0", + "externalReferences": [ + { + "url": "git://github.com/Gozala/events.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:events:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/events/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/exceptiongroup@1.1.3?package-id=7313a3be6265fa5b", + "type": "library", + "author": "Alex Grönholm ", + "name": "exceptiongroup", + "version": "1.1.3", + "cpe": "cpe:2.3:a:python-exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/exceptiongroup@1.1.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1692026125334/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:exceptiongroup:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/exceptiongroup-1.1.3.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/executing@1.2.0?package-id=ce2dfe9dfc593fc8", + "type": "library", + "author": "Alex Hall ", + "name": "executing", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-executing:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/executing@1.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/executing_1667317341051/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/executing-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/exponential-backoff@3.1.1?package-id=a608b83b4e552315", + "type": "library", + "author": "Sami Sayegh", + "name": "exponential-backoff", + "version": "3.1.1", + "description": "A utility that allows retrying a function with an exponential delay between attempts.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:exponential-backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/exponential-backoff@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/coveo/exponential-backoff.git", + "type": "distribution" + }, + { + "url": "https://github.com/coveo/exponential-backoff#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential-backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/exponential-backoff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastest-levenshtein@1.0.16?package-id=f82c0cbb34b59157", + "type": "library", + "author": "Kasper U. Weihe", + "name": "fastest-levenshtein", + "version": "1.0.16", + "description": "Fastest Levenshtein distance implementation in JS.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fastest-levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastest-levenshtein@1.0.16", + "externalReferences": [ + { + "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git", + "type": "distribution" + }, + { + "url": "https://github.com/ka-weihe/fastest-levenshtein#README", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest-levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/fastjsonschema@2.18.1?package-id=78905f651d3ab399", + "type": "library", + "author": "Michal Horejsek ", + "name": "fastjsonschema", + "version": "2.18.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:michal_horejsek_project:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fastjsonschema@2.18.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-fastjsonschema_1696171779618/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fastjsonschema:2.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/fastjsonschema-2.18.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/fecha@4.2.3?package-id=0b7c42f92354e750", + "type": "library", + "author": "Taylor Hakes", + "name": "fecha", + "version": "4.2.3", + "description": "Date formatting and parsing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:taylorhakes:fecha:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fecha@4.2.3", + "externalReferences": [ + { + "url": "https://taylorhakes@github.com/taylorhakes/fecha.git", + "type": "distribution" + }, + { + "url": "https://github.com/taylorhakes/fecha", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fecha:fecha:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/fecha/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d0a590fb3ad8a5f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:npm/fn.name@1.1.0?package-id=02ce64ad11a2efda", + "type": "library", + "author": "Arnout Kazemier", + "name": "fn.name", + "version": "1.1.0", + "description": "Extract names from functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:fn.name:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fn.name@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fn.name:fn.name:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/fn.name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/follow-redirects@1.15.2?package-id=734a29c2a0dbaa43", + "type": "library", + "author": "Ruben Verborgh (https://ruben.verborgh.org/)", + "name": "follow-redirects", + "version": "1.15.2", + "description": "HTTP and HTTPS modules that follow redirects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:follow-redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/follow-redirects@1.15.2", + "externalReferences": [ + { + "url": "https://github.com/follow-redirects/follow-redirects", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow-redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow-redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow_redirects:1.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/follow-redirects/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/font-awesome@4.7.0?package-id=e443898f6f30d32d", + "type": "library", + "author": "Dave Gandy (http://twitter.com/davegandy)", + "name": "font-awesome", + "version": "4.7.0", + "description": "The iconic font and CSS framework", + "cpe": "cpe:2.3:a:font-awesome:font-awesome:4.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/font-awesome@4.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/FortAwesome/Font-Awesome.git", + "type": "distribution" + }, + { + "url": "http://fontawesome.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font-awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/font-awesome/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=7ce7d533482afd30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig:fontconfig:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "375" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-freefont-ttf@20120503-10build1?arch=all&upstream=fonts-freefont&distro=ubuntu-22.04&package-id=58593c2725593d0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-freefont-ttf", + "version": "20120503-10build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:fonts-freefont-ttf:fonts-freefont-ttf:20120503-10build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-freefont-ttf@20120503-10build1?arch=all&upstream=fonts-freefont&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-freefont-ttf:fonts_freefont_ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_freefont_ttf:fonts-freefont-ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_freefont_ttf:fonts_freefont_ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-freefont:fonts-freefont-ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-freefont:fonts_freefont_ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_freefont:fonts-freefont-ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_freefont:fonts_freefont_ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-freefont-ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_freefont_ttf:20120503-10build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-freefont-ttf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-freefont-ttf.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6497" + }, + { + "name": "syft:metadata:source", + "value": "fonts-freefont" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-ipafont-gothic@00303-21ubuntu1?arch=all&upstream=fonts-ipafont&distro=ubuntu-22.04&package-id=cef98ec7d09feb42", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-ipafont-gothic", + "version": "00303-21ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IPA-1" + } + } + ], + "cpe": "cpe:2.3:a:fonts-ipafont-gothic:fonts-ipafont-gothic:00303-21ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-ipafont-gothic@00303-21ubuntu1?arch=all&upstream=fonts-ipafont&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-ipafont-gothic:fonts_ipafont_gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_ipafont_gothic:fonts-ipafont-gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_ipafont_gothic:fonts_ipafont_gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-ipafont:fonts-ipafont-gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-ipafont:fonts_ipafont_gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_ipafont:fonts-ipafont-gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_ipafont:fonts_ipafont_gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-ipafont-gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_ipafont_gothic:00303-21ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-ipafont-gothic/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-ipafont-gothic.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-ipafont-gothic.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12232" + }, + { + "name": "syft:metadata:source", + "value": "fonts-ipafont" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-liberation@1:1.07.4-11?arch=all&distro=ubuntu-22.04&package-id=580b77ab131b178e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-liberation", + "version": "1:1.07.4-11", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fonts-liberation:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-liberation@1:1.07.4-11?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-liberation:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_liberation:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_liberation:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_liberation:1\\:1.07.4-11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-liberation/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-liberation.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2089" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-lmodern@2.004.5-6.1?arch=all&upstream=lmodern&distro=ubuntu-22.04&package-id=e9cc581841899e4e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-lmodern", + "version": "2.004.5-6.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fonts-lmodern:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-lmodern@2.004.5-6.1?arch=all&upstream=lmodern&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-lmodern:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_lmodern:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_lmodern:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_lmodern:2.004.5-6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-lmodern/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-lmodern.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-lmodern.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10756" + }, + { + "name": "syft:metadata:source", + "value": "lmodern" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-noto-color-emoji@2.042-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=484f8dae02aca608", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-noto-color-emoji", + "version": "2.042-0ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:fonts-noto-color-emoji:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-noto-color-emoji@2.042-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-noto-color-emoji:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto_color_emoji:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto_color_emoji:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-noto-color:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-noto-color:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto_color:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto_color:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-noto:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-noto:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_noto:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-noto-color-emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_noto_color_emoji:2.042-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-noto-color-emoji/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-noto-color-emoji.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10740" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-tlwg-loma-otf@1:0.7.3-1?arch=all&upstream=fonts-tlwg&distro=ubuntu-22.04&package-id=5a54917d433eeb31", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-tlwg-loma-otf", + "version": "1:0.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LPPL" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:fonts-tlwg-loma-otf:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-tlwg-loma-otf@1:0.7.3-1?arch=all&upstream=fonts-tlwg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-tlwg-loma-otf:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg_loma_otf:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg_loma_otf:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-tlwg-loma:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-tlwg-loma:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg_loma:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg_loma:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-tlwg:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-tlwg:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_tlwg:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-tlwg-loma-otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_tlwg_loma_otf:1\\:0.7.3-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-tlwg-loma-otf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-tlwg-loma-otf.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "fonts-tlwg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-unifont@1:14.0.01-1?arch=all&upstream=unifont&distro=ubuntu-22.04&package-id=457bc6538d03b7e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-unifont", + "version": "1:14.0.01-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV" + } + } + ], + "cpe": "cpe:2.3:a:fonts-unifont:fonts-unifont:1\\:14.0.01-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-unifont@1:14.0.01-1?arch=all&upstream=unifont&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-unifont:fonts_unifont:1\\:14.0.01-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_unifont:fonts-unifont:1\\:14.0.01-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_unifont:fonts_unifont:1\\:14.0.01-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-unifont:1\\:14.0.01-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_unifont:1\\:14.0.01-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-unifont/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-unifont.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18097" + }, + { + "name": "syft:metadata:source", + "value": "unifont" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-wqy-zenhei@0.9.45-8?arch=all&distro=ubuntu-22.04&package-id=9a6edd1c4cfc836f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-wqy-zenhei", + "version": "0.9.45-8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "M+" + } + } + ], + "cpe": "cpe:2.3:a:fonts-wqy-zenhei:fonts-wqy-zenhei:0.9.45-8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-wqy-zenhei@0.9.45-8?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-wqy-zenhei:fonts_wqy_zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_wqy_zenhei:fonts-wqy-zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_wqy_zenhei:fonts_wqy_zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-wqy:fonts-wqy-zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-wqy:fonts_wqy_zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_wqy:fonts-wqy-zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_wqy:fonts_wqy_zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-wqy-zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_wqy_zenhei:0.9.45-8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-wqy-zenhei/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-wqy-zenhei.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-wqy-zenhei.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16429" + } + ] + }, + { + "bom-ref": "pkg:pypi/fonttools@4.46.0?package-id=cdd2810f4ab87a2b", + "type": "library", + "author": "Just van Rossum ", + "name": "fonttools", + "version": "4.46.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just_van_rossum_project:python-fonttools:4.46.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fonttools@4.46.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum_project:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum_project:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossumproject:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fonttools:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fonttools:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_van_rossum:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_project:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:python-fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:python_fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:justproject:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonttools:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:fonttools:4.46.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.46.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.46.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fonttools-4.46.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/foreground-child@3.1.1?package-id=2069993f2bffa809", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "foreground-child", + "version": "3.1.1", + "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:foreground-child:foreground-child:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/foreground-child@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/tapjs/foreground-child.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground-child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/foreground-child/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/fqdn@1.5.1?package-id=a60ea53a01111d52", + "type": "library", + "author": "ypcrts ", + "name": "fqdn", + "version": "1.5.1", + "licenses": [ + { + "license": { + "name": "MPL 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ypcrts_project:python-fqdn:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fqdn@1.5.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/fqdn_1638810296540/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts_project:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts_project:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrtsproject:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:python-fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:python_fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ypcrts:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fqdn:fqdn:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/fqdn-1.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/frozenlist@1.4.1?package-id=6773a31625f8abda", + "type": "library", + "name": "frozenlist", + "version": "1.4.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@2.1.0?package-id=d879e02901521a1c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs-minipass", + "version": "2.1.0", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@3.0.3?package-id=b59280a333a26809", + "type": "library", + "author": "GitHub Inc.", + "name": "fs-minipass", + "version": "3.0.3", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@3.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=0f9a87c526139c11", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=cdaa1711d18e47e5", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@4.0.4?package-id=58c3aa99e01234f7", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@5.0.1?package-id=08441bcf6ca1d8df", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "5.0.1", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=9a518549748aa6d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gcc", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gcc:gcc:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11@11.4.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04&package-id=09c44241bcbcccf1", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11@11.4.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "52747" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11-base@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=5ca527226ff0082a", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11-base", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11-base:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11-base@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11-base:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11-base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11_base:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "273" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=e18432c0654a6320", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "272" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf-service@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=2cffa0b7938394a7", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf-service", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf-service:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf-service@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf-service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf_service:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf-service/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf-service.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "365" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf-service-backend@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=d07821bfcb687bd6", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf-service-backend", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf-service-backend:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf-service-backend@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service-backend:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service_backend:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service_backend:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf-service:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf_service:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf-service-backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf:gconf_service_backend:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf-service-backend/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf-service-backend.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gconf2-common@3.2.6-7ubuntu2?arch=all&upstream=gconf&distro=ubuntu-22.04&package-id=9a05f01c35e06ace", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "gconf2-common", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gconf2-common:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gconf2-common@3.2.6-7ubuntu2?arch=all&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2-common:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2_common:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2_common:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2:gconf2-common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gconf2:gconf2_common:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gconf2-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gconf2-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gconf2-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6377" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=1ee1d5c9120840ae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git", + "version": "1:2.34.1-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18468" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.10?arch=all&upstream=git&distro=ubuntu-22.04&package-id=341a37c7da8beffe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git-man", + "version": "1:2.34.1-1ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.10?arch=all&upstream=git&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.34.1-1ubuntu1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1958" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@10.3.3?package-id=17fac114e3530b50", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me/)", + "name": "glob", + "version": "10.3.3", + "description": "the most correct and second fastest glob implementation in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:10.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@10.3.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:10.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@10.3.3?package-id=1a46ad52d5c06c0b", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me/)", + "name": "glob", + "version": "10.3.3", + "description": "the most correct and second fastest glob implementation in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:10.3.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@10.3.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:10.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=e7e0d2547a9b0caa", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=73756441fa9a635b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/googleapis-common-protos@1.61.0?package-id=a31028bf64edff82", + "type": "library", + "author": "Google LLC ", + "name": "googleapis-common-protos", + "version": "1.61.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-googleapis-common-protos:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/googleapis-common-protos@1.61.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common-protos:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common_protos:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages_project:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packagesproject:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common-protos:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common_protos:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis-common:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis_common:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_packages:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc_project:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llcproject:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-common:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis_common:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-googleapis:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_googleapis:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google_llc:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:googleapis-common-protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:googleapis_common_protos:1.61.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/googleapis_common_protos-1.61.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/googleapis_common_protos-1.61.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/googleapis_common_protos-1.61.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a5b49b1b64a74ead", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:npm/graceful-fs@4.2.11?package-id=5f1a021a03ab021b", + "type": "library", + "name": "graceful-fs", + "version": "4.2.11", + "description": "A drop-in replacement for fs, making various improvements.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:graceful-fs:graceful-fs:4.2.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/graceful-fs@4.2.11", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-graceful-fs", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful-fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/graceful-fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/greenlet@3.0.0?package-id=cd7203174b75e27a", + "type": "library", + "author": "Alexey Borzenkov ", + "name": "greenlet", + "version": "3.0.0", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:alexey_borzenkov_project:python-greenlet:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/greenlet@3.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/greenlet_1696597334170/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python-greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python_greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:greenlet:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/greenlet-3.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=2d33b394ede109d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:pypi/grpcio@1.59.0?package-id=3f789001dcbb0cbe", + "type": "library", + "author": "The gRPC Authors ", + "name": "grpcio", + "version": "1.59.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:grpc_authors_project:python-grpcio:1.59.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grpcio@1.59.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpcio:1.59.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/grpcio-1.59.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/grpcio-1.59.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/grpcio-1.59.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gtk-update-icon-cache@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=1784d7292ab4b8c4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gtk-update-icon-cache", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:gtk-update-icon-cache:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gtk-update-icon-cache@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon-cache:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon_cache:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon_cache:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update-icon:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update_icon:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk-update:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk_update:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk:gtk-update-icon-cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtk:gtk_update_icon_cache:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gtk-update-icon-cache/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gtk-update-icon-cache.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "160" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=887217cf2b495987", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:pypi/h11@0.14.0?package-id=39caf5fcebe651ff", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "h11", + "version": "0.14.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-h11:0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/h11@0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:h11:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:h11:0.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=b1aaa2aaaa5d27ba", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-unicode@2.0.1?package-id=73eebb4a762e3fe1", + "type": "library", + "author": "Rebecca Turner ", + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:has-unicode:has-unicode:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-unicode@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/iarna/has-unicode", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/has-unicode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/has-unicode/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hicolor-icon-theme@0.17-2?arch=all&distro=ubuntu-22.04&package-id=970d3c1f2cd6c674", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hicolor-icon-theme", + "version": "0.17-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:hicolor-icon-theme:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hicolor-icon-theme@0.17-2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon-theme:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon_theme:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon_theme:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor-icon:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor_icon:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor:hicolor-icon-theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hicolor:hicolor_icon_theme:0.17-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hicolor-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hicolor-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "440" + } + ] + }, + { + "bom-ref": "pkg:pypi/holoviews@1.18.1?package-id=9bc3f6de2571a7c3", + "type": "library", + "author": "Jean-Luc Stevens and Philipp Rudiger ", + "name": "holoviews", + "version": "1.18.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:python-holoviews:1.18.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/holoviews@1.18.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger_project:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudigerproject:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jean_luc_stevens_and_philipp_rudiger:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews_project:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviewsproject:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviews:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:holoviews:1.18.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/holoviews-1.18.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/hosted-git-info@7.0.0?package-id=4624c049a585962d", + "type": "library", + "author": "GitHub Inc.", + "name": "hosted-git-info", + "version": "7.0.0", + "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:hosted-git-info:hosted-git-info:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/hosted-git-info@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/hosted-git-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/hosted-git-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git-info:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted-git-info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted_git_info:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/hosted-git-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=e1f1435d959ddc62", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:pypi/html5lib@1.1?package-id=6935b14d85a80de0", + "type": "library", + "name": "html5lib", + "version": "1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:python-html5lib:python-html5lib:1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/html5lib@1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:html5lib:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:html5lib:1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/http-cache-semantics@4.1.1?package-id=a5e5aa22374652a6", + "type": "library", + "author": "Kornel Lesiński (https://kornel.ski/)", + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:http-cache-semantics_project:http-cache-semantics:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-cache-semantics@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/kornelski/http-cache-semantics.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/http-cache-semantics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy@1.18.1?package-id=5424e18bc40ef77b", + "type": "library", + "author": "Charlie Robbins ", + "name": "http-proxy", + "version": "1.18.1", + "description": "HTTP proxying for the masses", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy_project:http-proxy:1.18.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-proxy@1.18.1", + "externalReferences": [ + { + "url": "https://github.com/http-party/node-http-proxy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@5.0.0?package-id=d336b0eeda00f77b", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "5.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@5.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@7.0.0?package-id=479d58647c0aedf4", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "7.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/httpcore@0.16.3?package-id=3ff9fa2964d0e9f1", + "type": "library", + "author": "Tom Christie ", + "name": "httpcore", + "version": "0.16.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:tom_christie_project:python-httpcore:0.16.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/httpcore@0.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie_project:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie_project:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christieproject:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_christie:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom_project:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:python-httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:python_httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomproject:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:httpcore:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tom:httpcore:0.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/httpcore-0.16.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@5.0.1?package-id=ce492fc83c04462f", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@7.0.1?package-id=585b4001c1d79f88", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "7.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:7.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/httpx@0.23.3?package-id=57b3573b55ac2c0f", + "type": "library", + "author": "Tom Christie ", + "name": "httpx", + "version": "0.23.3", + "cpe": "cpe:2.3:a:tom_christie_\\", + "name": "humanity-icon-theme", + "version": "0.6.16", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:humanity-icon-theme:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/humanity-icon-theme@0.6.16?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon-theme:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon_theme:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon_theme:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity-icon:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity_icon:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity:humanity-icon-theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanity:humanity_icon_theme:0.6.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/humanity-icon-theme/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/humanity-icon-theme.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20660" + } + ] + }, + { + "bom-ref": "pkg:npm/humanize-ms@1.2.1?package-id=dd38e362882bc559", + "type": "library", + "author": "dead-horse (http://deadhorse.me)", + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-modules:humanize-ms:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/humanize-ms@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/node-modules/humanize-ms", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/humanize-ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/hvplot@0.7.3?package-id=2884599c336164a9", + "type": "library", + "author": "Philipp Rudiger ", + "name": "hvplot", + "version": "0.7.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:philipp_rudiger_project:python-hvplot:0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/hvplot@0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hvplot:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:hvplot:0.7.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/hvplot-0.7.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.6.3?package-id=a1e22d08d2dce2a4", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.6.3", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=572f67189e7e2c15", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\ (https://feross.org)", + "name": "ieee754", + "version": "1.2.1", + "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ieee754:ieee754:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ieee754@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/ieee754.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:ieee754:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ieee754/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore-walk@6.0.3?package-id=7cfe79da4f1d833f", + "type": "library", + "author": "GitHub Inc.", + "name": "ignore-walk", + "version": "6.0.3", + "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ignore-walk:ignore-walk:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore-walk@6.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/ignore-walk.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore-walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ignore-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/importlib-metadata@6.8.0?package-id=0ac733a8b068dacd", + "type": "library", + "author": "Jason R. Coombs ", + "name": "importlib-metadata", + "version": "6.8.0", + "cpe": "cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-metadata@6.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:6.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_metadata-6.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/importlib-resources@6.1.0?package-id=1f2e2dd774589fe7", + "type": "library", + "author": "Barry Warsaw ", + "name": "importlib-resources", + "version": "6.1.0", + "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-resources@6.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1695414790617/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_project:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:python-importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:python_importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barryproject:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:importlib-resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:barry:importlib_resources:6.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/importlib_resources-6.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=6ab119f1813dc44d", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/indent-string@4.0.0?package-id=a4c127900570382e", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indent-string:indent-string:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/indent-string@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent-string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/indent-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=88943c845a970961", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=e182f655dc5e6d3d", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=7ce1663de7b79ef7", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ini@4.1.1?package-id=3531e955ab1eaffd", + "type": "library", + "author": "GitHub Inc.", + "name": "ini", + "version": "4.1.1", + "description": "An ini encoder/decoder for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ini_project:ini:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ini@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ini.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/iniconfig@1.1.1?package-id=e14b4c24b7b88e47", + "type": "library", + "author": "Ronny Pfannschmidt, Holger Krekel ", + "name": "iniconfig", + "version": "1.1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/iniconfig@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/iniconfig@2.0.0?package-id=ea7f550c632f3cc7", + "type": "library", + "author": "Ronny Pfannschmidt , Holger Krekel ", + "name": "iniconfig", + "version": "2.0.0", + "cpe": "cpe:2.3:a:ronny_pfannschmidt_\\", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:npm/ip@2.0.0?package-id=ab0a8e9d90c693ac", + "type": "library", + "author": "Fedor Indutny ", + "name": "ip", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indutny:ip:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip@2.0.0", + "externalReferences": [ + { + "url": "http://github.com/indutny/node-ip.git", + "type": "distribution" + }, + { + "url": "https://github.com/indutny/node-ip", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip-regex@4.3.0?package-id=bb210511e9aecfde", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ip-regex", + "version": "4.3.0", + "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ip-regex:ip-regex:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip-regex@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip-regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ip-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipykernel@6.17.1?package-id=9ae1b39c7375f86e", + "type": "library", + "author": "IPython Development Team ", + "name": "ipykernel", + "version": "6.17.1", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2015, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the IPython Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the IPython Development Team\n \n The IPython Development Team is the set of all contributors to the IPython project.\n This includes all of the IPython subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/ipython/.\n \n ## Our Copyright Policy\n \n IPython uses a shared copyright model. Each contributor maintains copyright\n over their contributions to IPython. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the IPython\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire IPython\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the IPython repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) IPython Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "ipython", + "version": "8.16.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipython:8.16.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipython@8.16.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ipython_1696264049390/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython:8.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython-8.16.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipython-genutils@0.2.0?package-id=7b29d6fb83b0496d", + "type": "library", + "author": "IPython Development Team ", + "name": "ipython-genutils", + "version": "0.2.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipython-genutils@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython-genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython_genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_genutils:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython-genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython_genutils:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/installed-files.txt" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipython_genutils-0.2.0-py2.7.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipywidgets@7.7.0?package-id=fac6dd885e9bc5f8", + "type": "library", + "author": "IPython Development Team ", + "name": "ipywidgets", + "version": "7.7.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipywidgets:7.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipywidgets@7.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipywidgets:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipywidgets:7.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ipywidgets-7.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/is-arrayish@0.3.2?package-id=18de34b7264341f2", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "is-arrayish", + "version": "0.3.2", + "description": "Determines if an object can be used as an array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-arrayish@0.3.2", + "externalReferences": [ + { + "url": "https://github.com/qix-/node-is-arrayish.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/is-arrayish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-cidr@4.0.2?package-id=f667d3235c480bf3", + "type": "library", + "author": "silverwind ", + "name": "is-cidr", + "version": "4.0.2", + "description": "Check if a string is an IP address in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:is-cidr:is-cidr:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-cidr@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-cidr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.12.1?package-id=65204625b28697bb", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.12.1", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.12.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.12.1", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=fc404f204e65bdb9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-lambda@1.0.1?package-id=7e411e2dfe899526", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-lambda:is-lambda:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-lambda@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/watson/is-lambda.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/is-lambda", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/is-lambda/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-stream@2.0.1?package-id=f17b5aa4d23c30d4", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "is-stream", + "version": "2.0.1", + "description": "Check if something is a Node.js stream", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-stream:is-stream:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-stream@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_stream:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/is-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=7e2d48f836016b79", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@3.1.1?package-id=8c375305aba49f41", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "3.1.1", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@3.1.1", + "externalReferences": [ + { + "url": "https://github.com/isaacs/isexe", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/isoduration@20.11.0?package-id=aab6e42bba43a8bb", + "type": "library", + "author": "Víctor Muñoz ", + "name": "isoduration", + "version": "20.11.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:python-isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/isoduration@20.11.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/isoduration_1638811571363/work/dist", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm_project:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victormproject:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isoduration:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:victorm:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:isoduration:20.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/isoduration-20.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/isort@5.1.4?package-id=a65899c305673ba2", + "type": "library", + "author": "Timothy Crosley ", + "name": "isort", + "version": "5.1.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timothy_crosley_project:python-isort:5.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/isort@5.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley_project:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley_project:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosleyproject:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy-crosley:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timothy_crosley:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:python-isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:python_isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isort:isort:5.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/isort-5.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/isort-5.1.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:npm/jackspeak@2.2.1?package-id=748af0d850fc02c4", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "jackspeak", + "version": "2.2.1", + "description": "A very strict and proper argument parser.", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:jackspeak:jackspeak:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jackspeak@2.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/jackspeak.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/jackspeak/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jedi@0.19.1?package-id=05a39e817d297f8f", + "type": "library", + "author": "David Halter ", + "name": "jedi", + "version": "0.19.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-jedi:0.19.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jedi@0.19.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python-jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python_jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:jedi:0.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jedi-0.19.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jquery@3.7.0?package-id=bbfeb309d805773c", + "type": "library", + "author": "OpenJS Foundation and other contributors (https://github.com/jquery/jquery/blob/3.7.0/AUTHORS.txt)", + "name": "jquery", + "version": "3.7.0", + "description": "JavaScript library for DOM operations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jquery:jquery:3.7.0:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/jquery@3.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/jquery/jquery.git", + "type": "distribution" + }, + { + "url": "https://jquery.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/jquery/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-parse-even-better-errors@3.0.0?package-id=8301a5609d7a75dc", + "type": "library", + "author": "GitHub Inc.", + "name": "json-parse-even-better-errors", + "version": "3.0.0", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-parse-even-better-errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-parse-even-better-errors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/json-parse-even-better-errors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better-errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-nice@1.1.4?package-id=4a26698adef4127d", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "json-stringify-nice", + "version": "1.1.4", + "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-nice@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/json-stringify-nice", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/json-stringify-nice/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/json5@0.9.14?package-id=c986500eb6f384b6", + "type": "library", + "author": "Dirk Pranke ", + "name": "json5", + "version": "0.9.14", + "licenses": [ + { + "license": { + "name": "Apache" + } + } + ], + "cpe": "cpe:2.3:a:dirk_pranke_project:python-json5:0.9.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/json5@0.9.14", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/json5_1688248289187/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke_project:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke_project:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_prankeproject:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke_project:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dprankeproject:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:python-json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:python_json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dirk_pranke:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpranke:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json5:json5:0.9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/json5-0.9.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jsonparse@1.3.1?package-id=64d825d8078de89b", + "type": "library", + "author": "Tim Caswell ", + "name": "jsonparse", + "version": "1.3.1", + "description": "This is a pure-js JSON streaming parser for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:creationix:jsonparse:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsonparse@1.3.1", + "externalReferences": [ + { + "url": "http://github.com/creationix/jsonparse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonparse:jsonparse:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/jsonparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonpatch@1.33?package-id=27d38aec12e82ff9", + "type": "library", + "author": "Stefan Kögl ", + "name": "jsonpatch", + "version": "1.33", + "licenses": [ + { + "license": { + "name": "Modified BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python-jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonpatch@1.33", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonpatch_1695536281965/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python-jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python_jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpatch:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:jsonpatch:1.33:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpatch-1.33.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonpointer@2.4?package-id=e4cc35c14f5686f1", + "type": "library", + "author": "Stefan Kögl ", + "name": "jsonpointer", + "version": "2.4", + "licenses": [ + { + "license": { + "name": "Modified BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python-jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonpointer@2.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonpointer_1695397236330/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan_project:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python-jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:python_jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanproject:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonpointer:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefan:jsonpointer:2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonpointer-2.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema@4.19.1?package-id=da3c39288bb290d7", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema", + "version": "4.19.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema@4.19.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonschema-meta_1695228989494/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema-specifications@2023.7.1?package-id=13c5adc533029f3a", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema-specifications", + "version": "2023.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema-specifications@2023.7.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jsonschema-specifications_1689701150890/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-events@0.8.0?package-id=037dec30fa4eda8d", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter-events", + "version": "0.8.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter-lsp", + "version": "2.2.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_lsp_contributors_project:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyter-lsp@2.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyter-lsp-meta_1685453365113/work/jupyter-lsp", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors_project:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributorsproject:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp_contributors:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_project:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyterproject:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project-jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_lsp:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter-lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter_lsp:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_lsp-2.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-telemetry@0.1.0?package-id=a35a158f4d684026", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter-telemetry", + "version": "0.1.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyter-telemetry@0.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyter_telemetry_1605173804246/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-client@8.5.0?package-id=557fd0a9af89d6e7", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter_client", + "version": "8.5.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_core", + "version": "5.4.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_packaging", + "version": "0.12.3", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2017, Project Jupyter\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_server", + "version": "2.8.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_server_terminals", + "version": "0.4.4", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2021-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyterhub", + "version": "4.0.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterhub:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub@4.0.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyterhub-feedstock_1691671359799/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterhub-4.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab@4.0.7?package-id=027c230cb237e736", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab", + "version": "4.0.7", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015-2022 Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n Semver File License\n ===================\n \n The semver.py file is from https://github.com/podhmo/python-semver\n which is licensed under the \"MIT\" license. See the semver.py file for details." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyterlab-pygments", + "version": "0.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterlab-pygments@0.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/jupyterlab_pygments_1649936611996/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments-0.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab-widgets@3.0.9?package-id=3cc161a6e12c478e", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab-widgets", + "version": "3.0.9", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterlab-widgets@3.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab-widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab_widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_widgets:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab-widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterlab_widgets:3.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_widgets-3.0.9.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/jupyterlab_pygments@0.2.2?package-id=710b9a3a441c7d2a", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_pygments", + "version": "0.2.2", + "description": "Pygments theme using JupyterLab CSS variables", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/jupyterlab_pygments@0.2.2", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/jupyterlab_pygments/labextension/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jupyterlab_pygments@0.2.2?package-id=9c8161923f4be58d", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_pygments", + "version": "0.2.2", + "description": "Pygments theme using JupyterLab CSS variables", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyterlab-pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/jupyterlab_pygments@0.2.2", + "externalReferences": [ + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments.git", + "type": "distribution" + }, + { + "url": "https://github.com/jupyterlab/jupyterlab_pygments", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab-pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab_pygments:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab-pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterlab:jupyterlab_pygments:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyter/labextensions/jupyterlab_pygments/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterlab-server@2.24.0?package-id=9a4819bd550bca30", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterlab_server", + "version": "2.24.0", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2015-2017, Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "kiwisolver", + "version": "1.4.5", + "licenses": [ + { + "license": { + "name": "=========================\n The Kiwi licensing terms\n =========================\n Kiwi is licensed under the terms of the Modified BSD License (also known as\n New or Revised BSD), as follows:\n \n Copyright (c) 2013, Nucleic Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Nucleic Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n About Kiwi\n ----------\n Chris Colbert began the Kiwi project in December 2013 in an effort to\n create a blisteringly fast UI constraint solver. Chris is still the\n project lead.\n \n The Nucleic Development Team is the set of all contributors to the Nucleic\n project and its subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n http://github.com/nucleic. The current team consists of:\n \n * Chris Colbert\n \n Our Copyright Policy\n --------------------\n Nucleic uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Nucleic. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Nucleic\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Nucleic\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Nucleic repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n #------------------------------------------------------------------------------\n # Copyright (c) 2013, Nucleic Development Team.\n #\n # Distributed under the terms of the Modified BSD License.\n #\n # The full license is in the file LICENSE, distributed with this software.\n #------------------------------------------------------------------------------\n " + } + } + ], + "cpe": "cpe:2.3:a:nucleic_development_team_\\", + "name": "lazy-object-proxy", + "version": "1.4.3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-lazy-object-proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lazy-object-proxy@1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object-proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object_proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy-object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy_object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object-proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object_proxy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy-object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:python-lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:python_lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy_object:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:lazy-object-proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lazy:lazy_object_proxy:1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/lazy_object_proxy-1.4.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=f9b9a46e811901e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "less", + "version": "590-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:less:less:590-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/less/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/less.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "321" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=272402aa7ee852c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapache-pom-java@18-1?arch=all&upstream=apache-pom&distro=ubuntu-22.04&package-id=4e2bcd1be5349e3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapache-pom-java", + "version": "18-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libapache-pom-java:libapache-pom-java:18-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapache-pom-java@18-1?arch=all&upstream=apache-pom&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom-java:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom_java:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom_java:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache-pom:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache_pom:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache:libapache-pom-java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapache:libapache_pom_java:18-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapache-pom-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapache-pom-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "apache-pom" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.3?arch=amd64&upstream=apparmor&distro=ubuntu-22.04&package-id=f0626cc143ef1c42", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapparmor1", + "version": "3.0.4-2ubuntu2.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libapparmor1:libapparmor1:3.0.4-2ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.3?arch=amd64&upstream=apparmor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapparmor1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapparmor1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "171" + }, + { + "name": "syft:metadata:source", + "value": "apparmor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libappindicator1@12.10.1+20.10.20200706.1-0ubuntu1?arch=amd64&upstream=libappindicator&distro=ubuntu-22.04&package-id=0d2c8588140937f3", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "libappindicator1", + "version": "12.10.1+20.10.20200706.1-0ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libappindicator1:libappindicator1:12.10.1\\+20.10.20200706.1-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libappindicator1@12.10.1+20.10.20200706.1-0ubuntu1?arch=amd64&upstream=libappindicator&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libappindicator1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libappindicator1.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "libappindicator" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=6a25c67422ad0add", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libargon2-1@0~20171227-0.3?arch=amd64&upstream=argon2&distro=ubuntu-22.04&package-id=f49a0e1f52cc5e39", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libargon2-1", + "version": "0~20171227-0.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "CC0" + } + } + ], + "cpe": "cpe:2.3:a:libargon2-1:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libargon2-1@0~20171227-0.3?arch=amd64&upstream=argon2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2-1:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2_1:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2_1:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2:libargon2-1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libargon2:libargon2_1:0\\~20171227-0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libargon2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libargon2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "argon2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasan6@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=bd743929b07d3ee7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libasan6", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libasan6:libasan6:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasan6@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasan6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7518" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasound2@1.2.6.1-1ubuntu1?arch=amd64&upstream=alsa-lib&distro=ubuntu-22.04&package-id=63737ca10ef0e65c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libasound2", + "version": "1.2.6.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LPGL-2.1+" + } + } + ], + "cpe": "cpe:2.3:a:libasound2:libasound2:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasound2@1.2.6.1-1ubuntu1?arch=amd64&upstream=alsa-lib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libasound2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasound2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1154" + }, + { + "name": "syft:metadata:source", + "value": "alsa-lib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasound2-data@1.2.6.1-1ubuntu1?arch=all&upstream=alsa-lib&distro=ubuntu-22.04&package-id=375b1812c6a1a7f0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libasound2-data", + "version": "1.2.6.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LPGL-2.1+" + } + } + ], + "cpe": "cpe:2.3:a:libasound2-data:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasound2-data@1.2.6.1-1ubuntu1?arch=all&upstream=alsa-lib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2-data:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2_data:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2_data:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2:libasound2-data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libasound2:libasound2_data:1.2.6.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libasound2-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasound2-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "217" + }, + { + "name": "syft:metadata:source", + "value": "alsa-lib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk-bridge2.0-0@2.38.0-3?arch=amd64&upstream=at-spi2-atk&distro=ubuntu-22.04&package-id=aa42e547716f1339", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk-bridge2.0-0", + "version": "2.38.0-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libatk-bridge2.0-0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk-bridge2.0-0@2.38.0-3?arch=amd64&upstream=at-spi2-atk&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0-0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0_0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0_0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk-bridge2.0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk_bridge2.0:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk:libatk-bridge2.0-0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk:libatk_bridge2.0_0:2.38.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk-bridge2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk-bridge2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "at-spi2-atk" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk1.0-0@2.36.0-3build1?arch=amd64&upstream=atk1.0&distro=ubuntu-22.04&package-id=8d115cb538eed774", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk1.0-0", + "version": "2.36.0-3build1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatk1.0-0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk1.0-0@2.36.0-3build1?arch=amd64&upstream=atk1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0-0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0-0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0_0:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "199" + }, + { + "name": "syft:metadata:source", + "value": "atk1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatk1.0-data@2.36.0-3build1?arch=all&upstream=atk1.0&distro=ubuntu-22.04&package-id=e549c69367e90b85", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatk1.0-data", + "version": "2.36.0-3build1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatk1.0-data:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatk1.0-data@2.36.0-3build1?arch=all&upstream=atk1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0-data:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_data:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0_data:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0-data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatk1.0:libatk1.0_data:2.36.0-3build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatk1.0-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatk1.0-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + }, + { + "name": "syft:metadata:source", + "value": "atk1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatomic1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d1938c938d2ce414", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libatomic1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libatomic1:libatomic1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatomic1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatomic1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatspi2.0-0@2.44.0-3?arch=amd64&upstream=at-spi2-core&distro=ubuntu-22.04&package-id=932bb12a22a1d0f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatspi2.0-0", + "version": "2.44.0-3", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libatspi2.0-0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatspi2.0-0@2.44.0-3?arch=amd64&upstream=at-spi2-core&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0-0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0_0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0_0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0:libatspi2.0-0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libatspi2.0:libatspi2.0_0:2.44.0-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatspi2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatspi2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "255" + }, + { + "name": "syft:metadata:source", + "value": "at-spi2-core" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=6972f00941908772", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=280591c8267d6437", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=d6bb1779410b8c76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=8a1c4e544b992f24", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-client3", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-client3:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-client3:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_client3:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_client3:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_client3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-client3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-client3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "137" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=0792ac56b8d88c7f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-common-data", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-common-data:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common-data:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common_data:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common_data:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-common-data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_common_data:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-common-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-common-data:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04&package-id=d8b68c0ec1472cc2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libavahi-common3", + "version": "0.8-5ubuntu5.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libavahi-common3:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.2?arch=amd64&upstream=avahi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi-common3:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common3:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi_common3:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi-common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libavahi:libavahi_common3:0.8-5ubuntu5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libavahi-common3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libavahi-common3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "avahi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=f4d7c8b68d80b4fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbinutils", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libbinutils:libbinutils:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbinutils:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2776" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=0c6d14bf6fda0bdc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=887cad98364f86a3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04&package-id=d087d6b824e56432", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbsd0", + "version": "0.11.5-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=36a6ec6966655d0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=47a8a31ad208e8cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.5", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2538" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=53b5c10c555c43e1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-dev-bin", + "version": "2.35-0ubuntu3.5", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-dev-bin:libc-dev-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev-bin:libc_dev_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc-dev-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc_dev_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc-dev-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc_dev_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc-dev-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc_dev_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-dev-bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_dev_bin:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-dev-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-dev-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "299" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=5a5a2cc1c9168fcd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.5", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13593" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=fce1d7e8e1970f16", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-dev", + "version": "2.35-0ubuntu3.5", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-dev:libc6-dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.5?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-dev:libc6_dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6-dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6_dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_dev:2.35-0ubuntu3.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13037" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcairo-gobject2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04&package-id=91871bd4928003e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcairo-gobject2", + "version": "1.16.0-5ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcairo-gobject2:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcairo-gobject2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo-gobject2:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo_gobject2:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo_gobject2:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo:libcairo-gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcairo:libcairo_gobject2:1.16.0-5ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcairo-gobject2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcairo-gobject2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "102" + }, + { + "name": "syft:metadata:source", + "value": "cairo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcairo2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04&package-id=6e6cb321b68dce03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcairo2", + "version": "1.16.0-5ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcairo2:libcairo2:1.16.0-5ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcairo2@1.16.0-5ubuntu2?arch=amd64&upstream=cairo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcairo2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcairo2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1351" + }, + { + "name": "syft:metadata:source", + "value": "cairo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=3e875cf13754e128", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=4c2660ba12d75d67", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04&package-id=cce5ca3c8f0a2a1c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcbor0.8", + "version": "0.8.0-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libcbor0.8:libcbor0.8:0.8.0-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcbor0.8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcbor0.8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "libcbor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcc1-0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=5acc546b4f77f4bf", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libcc1-0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libcc1-0:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcc1-0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1-0:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1-0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1_0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcc1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcmark-gfm-extensions0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04&package-id=aa1915439ac0195f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcmark-gfm-extensions0.29.0.gfm.3", + "version": "0.29.0.gfm.3-3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libcmark-gfm-extensions0.29.0.gfm.3:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcmark-gfm-extensions0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm-extensions0.29.0.gfm.3:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm_extensions0.29.0.gfm.3:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm_extensions0.29.0.gfm.3:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark-gfm-extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark_gfm_extensions0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcmark-gfm-extensions0.29.0.gfm.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcmark-gfm-extensions0.29.0.gfm.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "cmark-gfm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcmark-gfm0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04&package-id=7c6ac980166d5157", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcmark-gfm0.29.0.gfm.3", + "version": "0.29.0.gfm.3-3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "CC-BY-SA-4.0" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libcmark-gfm0.29.0.gfm.3:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcmark-gfm0.29.0.gfm.3@0.29.0.gfm.3-3?arch=amd64&upstream=cmark-gfm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark-gfm0.29.0.gfm.3:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm0.29.0.gfm.3:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark_gfm0.29.0.gfm.3:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark-gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcmark:libcmark_gfm0.29.0.gfm.3:0.29.0.gfm.3-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcmark-gfm0.29.0.gfm.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcmark-gfm0.29.0.gfm.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "344" + }, + { + "name": "syft:metadata:source", + "value": "cmark-gfm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcolord2@1.4.6-1?arch=amd64&upstream=colord&distro=ubuntu-22.04&package-id=c9bf74c617a09fe1", + "type": "library", + "publisher": "Christopher James Halse Rogers ", + "name": "libcolord2", + "version": "1.4.6-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "GFDL-NIV" + } + } + ], + "cpe": "cpe:2.3:a:libcolord2:libcolord2:1.4.6-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcolord2@1.4.6-1?arch=amd64&upstream=colord&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcolord2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcolord2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "616" + }, + { + "name": "syft:metadata:source", + "value": "colord" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcommons-logging-java@1.2-2?arch=all&distro=ubuntu-22.04&package-id=bb8e3c5987e35326", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcommons-logging-java", + "version": "1.2-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcommons-logging-java:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcommons-logging-java@1.2-2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging-java:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging_java:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging_java:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-logging:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_logging:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons-logging-java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons_logging_java:1.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcommons-logging-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcommons-logging-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "175" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcommons-parent-java@43-1?arch=all&upstream=commons-parent&distro=ubuntu-22.04&package-id=79ce49d67be8267a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcommons-parent-java", + "version": "43-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcommons-parent-java:libcommons-parent-java:43-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcommons-parent-java@43-1?arch=all&upstream=commons-parent&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent-java:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent_java:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent_java:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons-parent:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons_parent:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons-parent-java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcommons:libcommons_parent_java:43-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcommons-parent-java/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcommons-parent-java.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "78" + }, + { + "name": "syft:metadata:source", + "value": "commons-parent" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=7cc6330360667a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt-dev", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt-dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt-dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcryptsetup12@2:2.4.3-1ubuntu1.2?arch=amd64&upstream=cryptsetup&distro=ubuntu-22.04&package-id=e41d1a999de93f24", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcryptsetup12", + "version": "2:2.4.3-1ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcryptsetup12:libcryptsetup12:2\\:2.4.3-1ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcryptsetup12@2:2.4.3-1ubuntu1.2?arch=amd64&upstream=cryptsetup&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcryptsetup12/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcryptsetup12:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "572" + }, + { + "name": "syft:metadata:source", + "value": "cryptsetup" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=a99bfe0910f8d810", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf-nobfd0", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf-nobfd0:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf-nobfd0:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf-nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf_nobfd0:2.38-4ubuntu2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libctf-nobfd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf-nobfd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "313" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=71c114f27f2cdfa4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf0", + "version": "2.38-4ubuntu2.4", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf0:libctf0:2.38-4ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.4?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.7?arch=amd64&upstream=cups&distro=ubuntu-22.04&package-id=6f29138c6a3b1fa4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcups2", + "version": "2.4.1op1-1ubuntu4.7", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Apache-2.0-with-GPL2-LGPL2-Exception" + } + } + ], + "cpe": "cpe:2.3:a:libcups2:libcups2:2.4.1op1-1ubuntu4.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.7?arch=amd64&upstream=cups&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcups2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcups2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "783" + }, + { + "name": "syft:metadata:source", + "value": "cups" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=0e2fb51988a646e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl3-gnutls", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "771" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=3b76c88cba79e894", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.15", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.15:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.15?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdatrie1@0.2.13-2?arch=amd64&upstream=libdatrie&distro=ubuntu-22.04&package-id=735017729e0a78bc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdatrie1", + "version": "0.2.13-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdatrie1:libdatrie1:0.2.13-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdatrie1@0.2.13-2?arch=amd64&upstream=libdatrie&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdatrie1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdatrie1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "63" + }, + { + "name": "syft:metadata:source", + "value": "libdatrie" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04&package-id=87d46588baa0c25c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbus-1-3", + "version": "1.12.20-2ubuntu4.1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-generic" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Tcl-BSDish" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libdbus-1-3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&upstream=dbus&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1-3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1_3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1_3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbus-1-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbus-1-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "457" + }, + { + "name": "syft:metadata:source", + "value": "dbus" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbus-glib-1-2@0.112-2build1?arch=amd64&upstream=dbus-glib&distro=ubuntu-22.04&package-id=18402a6ad09e1623", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbus-glib-1-2", + "version": "0.112-2build1", + "licenses": [ + { + "license": { + "id": "AFL-2.1" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdbus-glib-1-2:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbus-glib-1-2@0.112-2build1?arch=amd64&upstream=dbus-glib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1-2:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1_2:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1_2:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib-1:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib_1:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus-glib:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus_glib:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus-glib-1-2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbus:libdbus_glib_1_2:0.112-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbus-glib-1-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbus-glib-1-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "212" + }, + { + "name": "syft:metadata:source", + "value": "dbus-glib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbusmenu-glib4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04&package-id=711ef889ecbc8cc9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbusmenu-glib4", + "version": "16.04.1+18.10.20180917-0ubuntu8", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdbusmenu-glib4:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbusmenu-glib4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu-glib4:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_glib4:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_glib4:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu-glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu_glib4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbusmenu-glib4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbusmenu-glib4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "libdbusmenu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdbusmenu-gtk4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04&package-id=e2c6148f4f1d0dbf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdbusmenu-gtk4", + "version": "16.04.1+18.10.20180917-0ubuntu8", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdbusmenu-gtk4:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdbusmenu-gtk4@16.04.1+18.10.20180917-0ubuntu8?arch=amd64&upstream=libdbusmenu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu-gtk4:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_gtk4:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu_gtk4:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu-gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdbusmenu:libdbusmenu_gtk4:16.04.1\\+18.10.20180917-0ubuntu8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdbusmenu-gtk4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdbusmenu-gtk4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "libdbusmenu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdconf1@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04&package-id=b7e62cd27f78dfb9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdconf1", + "version": "0.40.0-3", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdconf1:libdconf1:0.40.0-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdconf1@0.40.0-3?arch=amd64&upstream=dconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdconf1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdconf1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "107" + }, + { + "name": "syft:metadata:source", + "value": "dconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04&package-id=975595f42b543baf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdeflate0", + "version": "1.10-2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdeflate0:libdeflate0:1.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdeflate0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdeflate0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "libdeflate" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04&package-id=5a714a40fad090df", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdevmapper1.02.1", + "version": "2:1.02.175-2.1ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libdevmapper1.02.1:libdevmapper1.02.1:2\\:1.02.175-2.1ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdevmapper1.02.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdevmapper1.02.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "492" + }, + { + "name": "syft:metadata:source", + "value": "lvm2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.03.11-2.1ubuntu4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm-amdgpu1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04&package-id=8315b0c9a806c8bc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm-amdgpu1", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm-amdgpu1:libdrm-amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm-amdgpu1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm-amdgpu1:libdrm_amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_amdgpu1:libdrm-amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_amdgpu1:libdrm_amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm-amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm_amdgpu1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm-amdgpu1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm-amdgpu1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "84" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm-common@2.4.113-2~ubuntu0.22.04.1?arch=all&upstream=libdrm&distro=ubuntu-22.04&package-id=5359861ac484d1e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm-common", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm-common:libdrm-common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm-common@2.4.113-2~ubuntu0.22.04.1?arch=all&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm-common:libdrm_common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_common:libdrm-common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_common:libdrm_common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm-common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm_common:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm-intel1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04&package-id=b0d4ee1507694fbc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm-intel1", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm-intel1:libdrm-intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm-intel1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm-intel1:libdrm_intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_intel1:libdrm-intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_intel1:libdrm_intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm-intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm_intel1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm-intel1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm-intel1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "190" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm-nouveau2@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04&package-id=b6bd142ba32d8473", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm-nouveau2", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm-nouveau2:libdrm-nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm-nouveau2@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm-nouveau2:libdrm_nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_nouveau2:libdrm-nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_nouveau2:libdrm_nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm-nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm_nouveau2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm-nouveau2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm-nouveau2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "82" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm-radeon1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04&package-id=37e18310dc3a9e89", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm-radeon1", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm-radeon1:libdrm-radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm-radeon1@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm-radeon1:libdrm_radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_radeon1:libdrm-radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm_radeon1:libdrm_radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm-radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdrm:libdrm_radeon1:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm-radeon1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm-radeon1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdrm2@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04&package-id=88eac13c629a5fd0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdrm2", + "version": "2.4.113-2~ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libdrm2:libdrm2:2.4.113-2\\~ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdrm2@2.4.113-2~ubuntu0.22.04.1?arch=amd64&upstream=libdrm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdrm2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdrm2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "128" + }, + { + "name": "syft:metadata:source", + "value": "libdrm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04&package-id=3e78750963722a7c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libedit2", + "version": "3.1-20210910-1build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libedit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libedit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "libedit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04&package-id=6b025a038ddfeb30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libelf1", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libelf1:libelf1:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libelf1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libelf1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "192" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libepoxy0@1.5.10-1?arch=amd64&upstream=libepoxy&distro=ubuntu-22.04&package-id=db7467c134fd709d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libepoxy0", + "version": "1.5.10-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libepoxy0:libepoxy0:1.5.10-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libepoxy0@1.5.10-1?arch=amd64&upstream=libepoxy&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libepoxy0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libepoxy0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1380" + }, + { + "name": "syft:metadata:source", + "value": "libepoxy" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04&package-id=7a464d95f79b3a80", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=b9fdce5b6bb711ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=a257a9cb8cbbff59", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1-dev", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1-dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1-dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "944" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=ffe96a7081b10b9b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=e39e2b9d718bfe1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04&package-id=d32c3d1ec0b1884e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfido2-1", + "version": "1.10.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfido2-1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2-1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfido2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfido2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "236" + }, + { + "name": "syft:metadata:source", + "value": "libfido2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontenc1@1:1.1.4-1build3?arch=amd64&upstream=libfontenc&distro=ubuntu-22.04&package-id=010a058663d6938f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontenc1", + "version": "1:1.1.4-1build3", + "cpe": "cpe:2.3:a:libfontenc1:libfontenc1:1\\:1.1.4-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontenc1@1:1.1.4-1build3?arch=amd64&upstream=libfontenc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontenc1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontenc1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + }, + { + "name": "syft:metadata:source", + "value": "libfontenc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=84e5fdd4870cf479", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfribidi0@1.0.8-2ubuntu3.1?arch=amd64&upstream=fribidi&distro=ubuntu-22.04&package-id=d41d28386745da1c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfribidi0", + "version": "1.0.8-2ubuntu3.1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libfribidi0:libfribidi0:1.0.8-2ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfribidi0@1.0.8-2ubuntu3.1?arch=amd64&upstream=fribidi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfribidi0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfribidi0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "fribidi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgbm1@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04&package-id=07af00175469c756", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgbm1", + "version": "23.0.4-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSD-3-google" + } + }, + { + "license": { + "name": "BSL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "Khronos" + } + }, + { + "license": { + "name": "MLAA" + } + }, + { + "license": { + "name": "SGI" + } + } + ], + "cpe": "cpe:2.3:a:libgbm1:libgbm1:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgbm1@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgbm1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgbm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "147" + }, + { + "name": "syft:metadata:source", + "value": "mesa" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-11-dev@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=b993c3e5c79230d7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-11-dev", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-11-dev:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-11-dev@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11-dev:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-11-dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_11_dev:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13895" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=342609c28f2048d7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgconf-2-4@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04&package-id=17b818f0ced139fe", + "type": "library", + "publisher": "Ubuntu Desktop Team ", + "name": "libgconf-2-4", + "version": "3.2.6-7ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgconf-2-4:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgconf-2-4@3.2.6-7ubuntu2?arch=amd64&upstream=gconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2-4:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2_4:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2_4:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf-2:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf_2:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf:libgconf-2-4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgconf:libgconf_2_4:3.2.6-7ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgconf-2-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgconf-2-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "582" + }, + { + "name": "syft:metadata:source", + "value": "gconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=243b62381ed46ca4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=914b09e2d9e722e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm-compat4", + "version": "1.23-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=72ff84b8bf4a1fe6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm6", + "version": "1.23-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf-2.0-0@2.42.8+dfsg-1ubuntu0.2?arch=amd64&upstream=gdk-pixbuf&distro=ubuntu-22.04&package-id=9c48529b56bf7bfe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf-2.0-0", + "version": "2.42.8+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf-2.0-0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf-2.0-0@2.42.8+dfsg-1ubuntu0.2?arch=amd64&upstream=gdk-pixbuf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0-0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0_0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0_0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-2.0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_2.0:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf-2.0-0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf_2.0_0:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf-2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf-2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "516" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf-xlib-2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04&package-id=d4330f50e3fb1cb3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf-xlib-2.0-0", + "version": "2.40.2-2build4", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "MPL-1.1-or-LGPL-2+" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0-0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf-xlib-2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0-0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0_0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0_0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib-2.0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib_2.0:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf-xlib:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf_xlib:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf-xlib-2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf_xlib_2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf-xlib-2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf-xlib-2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf-xlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04&package-id=fbcf69d2b016c5ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf2.0-0", + "version": "2.40.2-2build4", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "MPL-1.1-or-LGPL-2+" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf2.0-0@2.40.2-2build4?arch=amd64&upstream=gdk-pixbuf-xlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf2.0-0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf2.0_0:2.40.2-2build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "22" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf-xlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdk-pixbuf2.0-common@2.42.8+dfsg-1ubuntu0.2?arch=all&upstream=gdk-pixbuf&distro=ubuntu-22.04&package-id=c87eb23edab53764", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdk-pixbuf2.0-common", + "version": "2.42.8+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdk-pixbuf2.0-common:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdk-pixbuf2.0-common@2.42.8+dfsg-1ubuntu0.2?arch=all&upstream=gdk-pixbuf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0-common:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_common:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0_common:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk-pixbuf2.0:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk_pixbuf2.0:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk-pixbuf2.0-common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdk:libgdk_pixbuf2.0_common:2.42.8\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdk-pixbuf2.0-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdk-pixbuf2.0-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "gdk-pixbuf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgl1@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04&package-id=1201f18f8a4e3f39", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgl1", + "version": "1.4.0-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-1-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgl1:libgl1:1.4.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgl1@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "653" + }, + { + "name": "syft:metadata:source", + "value": "libglvnd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgl1-mesa-dri@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04&package-id=2452799af56b3d6b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgl1-mesa-dri", + "version": "23.0.4-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSD-3-google" + } + }, + { + "license": { + "name": "BSL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "Khronos" + } + }, + { + "license": { + "name": "MLAA" + } + }, + { + "license": { + "name": "SGI" + } + } + ], + "cpe": "cpe:2.3:a:libgl1-mesa-dri:libgl1-mesa-dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgl1-mesa-dri@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1-mesa-dri:libgl1_mesa_dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1_mesa_dri:libgl1-mesa-dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1_mesa_dri:libgl1_mesa_dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1-mesa:libgl1-mesa-dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1-mesa:libgl1_mesa_dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1_mesa:libgl1-mesa-dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1_mesa:libgl1_mesa_dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1:libgl1-mesa-dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgl1:libgl1_mesa_dri:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgl1-mesa-dri/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgl1-mesa-dri:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "29552" + }, + { + "name": "syft:metadata:source", + "value": "mesa" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglapi-mesa@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04&package-id=85928dcb7561f492", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglapi-mesa", + "version": "23.0.4-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSD-3-google" + } + }, + { + "license": { + "name": "BSL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "Khronos" + } + }, + { + "license": { + "name": "MLAA" + } + }, + { + "license": { + "name": "SGI" + } + } + ], + "cpe": "cpe:2.3:a:libglapi-mesa:libglapi-mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglapi-mesa@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglapi-mesa:libglapi_mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglapi_mesa:libglapi-mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglapi_mesa:libglapi_mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglapi:libglapi-mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglapi:libglapi_mesa:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglapi-mesa/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglapi-mesa:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "308" + }, + { + "name": "syft:metadata:source", + "value": "mesa" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu2.2?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04&package-id=6e19d0017bc90ae9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglib2.0-0", + "version": "2.72.4-0ubuntu2.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libglib2.0-0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu2.2?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0-0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0-0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0_0:2.72.4-0ubuntu2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglib2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglib2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4082" + }, + { + "name": "syft:metadata:source", + "value": "glib2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglvnd0@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04&package-id=0b6204d9d544843a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglvnd0", + "version": "1.4.0-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-1-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libglvnd0:libglvnd0:1.4.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglvnd0@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglvnd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglvnd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "725" + }, + { + "name": "syft:metadata:source", + "value": "libglvnd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglx-mesa0@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04&package-id=741c94ee194d5990", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglx-mesa0", + "version": "23.0.4-0ubuntu1~22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSD-3-google" + } + }, + { + "license": { + "name": "BSL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "Khronos" + } + }, + { + "license": { + "name": "MLAA" + } + }, + { + "license": { + "name": "SGI" + } + } + ], + "cpe": "cpe:2.3:a:libglx-mesa0:libglx-mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglx-mesa0@23.0.4-0ubuntu1~22.04.1?arch=amd64&upstream=mesa&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglx-mesa0:libglx_mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglx_mesa0:libglx-mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglx_mesa0:libglx_mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglx:libglx-mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglx:libglx_mesa0:23.0.4-0ubuntu1\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglx-mesa0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglx-mesa0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "566" + }, + { + "name": "syft:metadata:source", + "value": "mesa" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglx0@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04&package-id=c0f61ef539b622d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglx0", + "version": "1.4.0-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-1-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libglx0:libglx0:1.4.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglx0@1.4.0-1?arch=amd64&upstream=libglvnd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglx0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglx0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "163" + }, + { + "name": "syft:metadata:source", + "value": "libglvnd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=664aa73c632a23aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=32e8cac45b7fe1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgomp1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=9f8ddf222815adc8", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgomp1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgomp1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgomp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=561c78938de96794", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgraphite2-3@1.3.14-1build2?arch=amd64&upstream=graphite2&distro=ubuntu-22.04&package-id=932e2b339f67e863", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgraphite2-3", + "version": "1.3.14-1build2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "custom-sil-open-font-license" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libgraphite2-3:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgraphite2-3@1.3.14-1build2?arch=amd64&upstream=graphite2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2-3:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2_3:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2_3:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2:libgraphite2-3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgraphite2:libgraphite2_3:1.3.14-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgraphite2-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgraphite2-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "179" + }, + { + "name": "syft:metadata:source", + "value": "graphite2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=f4a60b1dad5eb3b6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk-3-0@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=5bc53a4bfc8872fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk-3-0", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk-3-0:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk-3-0@3.24.33-1ubuntu2?arch=amd64&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3-0:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_0:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_0:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk-3-0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk_3_0:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk-3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk-3-0:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk-3-0:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10280" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk-3-common@3.24.33-1ubuntu2?arch=all&upstream=gtk+3.0&distro=ubuntu-22.04&package-id=464c93b52e7d2801", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk-3-common", + "version": "3.24.33-1ubuntu2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "SWL" + } + }, + { + "license": { + "id": "ZPL-2.1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "X11R5-permissive" + } + }, + { + "license": { + "name": "check-gdk-cairo-permissive" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk-3-common:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk-3-common@3.24.33-1ubuntu2?arch=all&upstream=gtk+3.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3-common:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_common:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3_common:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk-3:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk_3:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk-3-common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk:libgtk_3_common:3.24.33-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk-3-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk-3-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk-3-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "432" + }, + { + "name": "syft:metadata:source", + "value": "gtk+3.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk2.0-0@2.24.33-2ubuntu2?arch=amd64&upstream=gtk+2.0&distro=ubuntu-22.04&package-id=968917979c1306fb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk2.0-0", + "version": "2.24.33-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk2.0-0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk2.0-0@2.24.33-2ubuntu2?arch=amd64&upstream=gtk+2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0-0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0-0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0_0:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6051" + }, + { + "name": "syft:metadata:source", + "value": "gtk+2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgtk2.0-common@2.24.33-2ubuntu2?arch=all&upstream=gtk+2.0&distro=ubuntu-22.04&package-id=8eff2cd1c176597a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgtk2.0-common", + "version": "2.24.33-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:libgtk2.0-common:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgtk2.0-common@2.24.33-2ubuntu2?arch=all&upstream=gtk+2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0-common:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_common:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0_common:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0-common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgtk2.0:libgtk2.0_common:2.24.33-2ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgtk2.0-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgtk2.0-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libgtk2.0-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "268" + }, + { + "name": "syft:metadata:source", + "value": "gtk+2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libharfbuzz0b@2.7.4-1ubuntu3.1?arch=amd64&upstream=harfbuzz&distro=ubuntu-22.04&package-id=9378dab2e7f4e5b1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libharfbuzz0b", + "version": "2.7.4-1ubuntu3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libharfbuzz0b:libharfbuzz0b:2.7.4-1ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libharfbuzz0b@2.7.4-1ubuntu3.1?arch=amd64&upstream=harfbuzz&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libharfbuzz0b/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libharfbuzz0b:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "860" + }, + { + "name": "syft:metadata:source", + "value": "harfbuzz" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=da9f8206802f148e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libice6@2:1.0.10-1build2?arch=amd64&upstream=libice&distro=ubuntu-22.04&package-id=a12485d661bf8f1f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libice6", + "version": "2:1.0.10-1build2", + "cpe": "cpe:2.3:a:libice6:libice6:2\\:1.0.10-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libice6@2:1.0.10-1build2?arch=amd64&upstream=libice&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libice6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libice6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "libice" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=2d6852e560ce4370", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libicu70", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu70/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu70:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34444" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=26f164eee4ee5887", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.1?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=b2c49ac8a2c5d575", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip4tc2", + "version": "1.8.7-1ubuntu5.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.1?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip4tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip4tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04&package-id=3b204b804de4c2c1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libisl23", + "version": "0.24-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libisl23:libisl23:0.24-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libisl23/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libisl23:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2159" + }, + { + "name": "syft:metadata:source", + "value": "isl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libitm1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=6e4d3ed15d19c9b0", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libitm1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libitm1:libitm1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libitm1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libitm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04&package-id=d8a893ef39289be2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjbig0", + "version": "2.1-3.1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjbig0:libjbig0:2.1-3.1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjbig0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjbig0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "82" + }, + { + "name": "syft:metadata:source", + "value": "jbigkit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04&package-id=cc0f8cc89806284d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg-turbo8", + "version": "2.1.2-0ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg-turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg-turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg-turbo8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg-turbo8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "543" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg-turbo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04&package-id=2629d4240848631c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg8", + "version": "8c-2ubuntu10", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg8:libjpeg8:8c-2ubuntu10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg8-empty" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04&package-id=5a2a5630222cab81", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-jquery", + "version": "3.6.0+dfsg+~3.5.13-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjs-jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-jquery/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-jquery.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "679" + }, + { + "name": "syft:metadata:source", + "value": "node-jquery" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04&package-id=67646803c27ead97", + "type": "library", + "publisher": "Debian Python Team ", + "name": "libjs-sphinxdoc", + "version": "4.3.2-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "PSF-2.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libjs-sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-sphinxdoc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-sphinxdoc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "194" + }, + { + "name": "syft:metadata:source", + "value": "sphinx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04&package-id=0138f9604c7c1cf7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-underscore", + "version": "1.13.2~dfsg-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjs-underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-underscore/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-underscore.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "345" + }, + { + "name": "syft:metadata:source", + "value": "underscore" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&upstream=json-c&distro=ubuntu-22.04&package-id=888595e6240e36f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjson-c5", + "version": "0.15-3~ubuntu1.22.04.2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjson-c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&upstream=json-c&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson-c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjson-c5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjson-c5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "json-c" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=4d30ff9f35fb0da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=8b21438379a601b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkmod2@29-1ubuntu1?arch=amd64&upstream=kmod&distro=ubuntu-22.04&package-id=336b7577b9d5bd9f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkmod2", + "version": "29-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkmod2:libkmod2:29-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkmod2@29-1ubuntu1?arch=amd64&upstream=kmod&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkmod2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkmod2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "139" + }, + { + "name": "syft:metadata:source", + "value": "kmod" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkpathsea6@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=15a72cdab997feac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkpathsea6", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libkpathsea6:libkpathsea6:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkpathsea6@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkpathsea6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkpathsea6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "256" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=c592dde2204d1386", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=9c623b9a8fd4c1bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.3?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblcms2-2@2.12~rc1-2build2?arch=amd64&upstream=lcms2&distro=ubuntu-22.04&package-id=2de7d15349e0740d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblcms2-2", + "version": "2.12~rc1-2build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:liblcms2-2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblcms2-2@2.12~rc1-2build2?arch=amd64&upstream=lcms2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2-2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2_2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2_2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2:liblcms2-2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblcms2:liblcms2_2:2.12\\~rc1-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblcms2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblcms2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "414" + }, + { + "name": "syft:metadata:source", + "value": "lcms2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=15115a8dfddce124", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.16+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libllvm15@1:15.0.7-0ubuntu0.22.04.3?arch=amd64&upstream=llvm-toolchain-15&distro=ubuntu-22.04&package-id=3a1e6049cb4f47f1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libllvm15", + "version": "1:15.0.7-0ubuntu0.22.04.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libllvm15:libllvm15:1\\:15.0.7-0ubuntu0.22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libllvm15@1:15.0.7-0ubuntu0.22.04.3?arch=amd64&upstream=llvm-toolchain-15&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libllvm15/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libllvm15:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114208" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-15" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblsan0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4ce6c433953e4dd7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "liblsan0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:liblsan0:liblsan0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblsan0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2961" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=c983915513bd65b7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-common1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-common1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-common1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "103" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=09e0a3be4d15d6e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-ctl5", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-ctl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-ctl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "275" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=183b3970ae7561d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "781" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=a5fd59cb92ac5b71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=7a2e7d7b2e76d9ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:pypi/libmambapy@1.5.2?package-id=073085a4785c4e4d", + "type": "library", + "author": "QuantStack ", + "name": "libmambapy", + "version": "1.5.2", + "cpe": "cpe:2.3:a:quantstack_project:python-libmambapy:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/libmambapy@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/mamba-split_1697482692941/work/libmambapy", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack_project:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack_project:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstackproject:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libmambapy:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:quantstack:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:libmambapy:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/libmambapy-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04&package-id=e3528df680cfeec0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmd0", + "version": "1.0.4-1build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmdb3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04&package-id=61bdfbc4ee3c0c9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmdb3", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmdb3:libmdb3:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmdb3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmdb3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "159" + }, + { + "name": "syft:metadata:source", + "value": "mdbtools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmdbsql3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04&package-id=af33a7ccd028035b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmdbsql3", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmdbsql3:libmdbsql3:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmdbsql3@1.0.0+dfsg-1?arch=amd64&upstream=mdbtools&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmdbsql3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "mdbtools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=8d9f32c54663f3c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04&package-id=fe4fb778c1361a9f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpc3", + "version": "1.2.1-2build1", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpc3:libmpc3:1.2.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + }, + { + "name": "syft:metadata:source", + "value": "mpclib3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04&package-id=2a57dc0a78a34ed3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpdec3", + "version": "2.5.1-2build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpdec3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpdec3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "mpdecimal" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04&package-id=a28d319ecbbaddbb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpfr6", + "version": "4.1.0-3build3", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpfr6:libmpfr6:4.1.0-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpfr6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpfr6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3405" + }, + { + "name": "syft:metadata:source", + "value": "mpfr4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=be704c435c7c48bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b9460a8cc126c354", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7e838f79e93f2376", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=1b259521a8cc90c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmaccess@8.0.0?package-id=84df4bc437ea7e8d", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmaccess", + "version": "8.0.0", + "description": "programmatic library for `npm access` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmaccess:libnpmaccess:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmaccess@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmaccess", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmaccess:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmaccess/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmdiff@6.0.1?package-id=224ac74916562da2", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmdiff", + "version": "6.0.1", + "description": "The registry diff", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmdiff:libnpmdiff:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmdiff@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmdiff:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmdiff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmexec@7.0.1?package-id=8e646ec896820bd7", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmexec", + "version": "7.0.1", + "description": "npm exec (npx) programmatic API", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmexec:libnpmexec:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmexec@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmexec:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmexec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmfund@4.1.1?package-id=1df9c1a7cd9dc47d", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmfund", + "version": "4.1.1", + "description": "Programmatic API for npm fund", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmfund:libnpmfund:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmfund@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmfund:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmfund/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmhook@10.0.0?package-id=63b8f5cfa12347b9", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmhook", + "version": "10.0.0", + "description": "programmatic API for managing npm registry hooks", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmhook:libnpmhook:10.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmhook@10.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmhook:10.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmhook/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmorg@6.0.0?package-id=dc65bd7694a8bab9", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmorg", + "version": "6.0.0", + "description": "Programmatic api for `npm org` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmorg:libnpmorg:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmorg@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmorg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmorg:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmorg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpack@6.0.1?package-id=417dde9e99c417da", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpack", + "version": "6.0.1", + "description": "Programmatic API for the bits behind npm pack", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpack:libnpmpack:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpack@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpack:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmpack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpublish@9.0.0?package-id=86c9cd4fb6daf21e", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpublish", + "version": "9.0.0", + "description": "Programmatic API for the bits behind npm publish and unpublish", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpublish:libnpmpublish:9.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpublish@9.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpublish", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpublish:9.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmpublish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmsearch@7.0.0?package-id=44fbb4581757e0f3", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmsearch", + "version": "7.0.0", + "description": "Programmatic API for searching in npm and compatible registries.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmsearch:libnpmsearch:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmsearch@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmsearch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmsearch:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmsearch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmteam@6.0.0?package-id=26a1e87eb20af430", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmteam", + "version": "6.0.0", + "description": "npm Team management APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmteam:libnpmteam:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmteam@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmteam", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmteam:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmteam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmversion@5.0.0?package-id=f994bc1e53ca5e48", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmversion", + "version": "5.0.0", + "description": "library to do the things that 'npm version' does", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmversion:libnpmversion:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmversion@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmversion:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/libnpmversion/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=50b285bb50ef096d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl-dev", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl-dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl-dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d27861ffbcbcb90c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnspr4@2:4.32-3build1?arch=amd64&upstream=nspr&distro=ubuntu-22.04&package-id=4fc8fd1241a1704b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnspr4", + "version": "2:4.32-3build1", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libnspr4:libnspr4:2\\:4.32-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnspr4@2:4.32-3build1?arch=amd64&upstream=nspr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnspr4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnspr4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "314" + }, + { + "name": "syft:metadata:source", + "value": "nspr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnss3@2:3.68.2-0ubuntu1.2?arch=amd64&upstream=nss&distro=ubuntu-22.04&package-id=8e749af024dda8a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnss3", + "version": "2:3.68.2-0ubuntu1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "MPL-2.0" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnss3:libnss3:2\\:3.68.2-0ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnss3@2:3.68.2-0ubuntu1.2?arch=amd64&upstream=nss&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnss3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnss3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3804" + }, + { + "name": "syft:metadata:source", + "value": "nss" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04&package-id=91286f4bb881e0cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnuma1", + "version": "2.0.14-3ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libnuma1:libnuma1:2.0.14-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnuma1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnuma1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=d00147991a924f60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=1ac0109b2fc32484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=44b3793a6ed5ff2e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=ad237918fc7f4f89", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-systemd@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=db063c8ea761d1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-systemd", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-systemd:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-systemd@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-systemd:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_systemd:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_systemd:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-systemd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-systemd:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "648" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=36d58bf67c0a920a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpango-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=1451c224fce9f3aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpango-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpango-1.0-0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpango-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0-0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0_0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0_0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango-1.0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango_1.0:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango:libpango-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpango:libpango_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpango-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpango-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "563" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpangocairo-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=869d2b587448bbc4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpangocairo-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpangocairo-1.0-0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpangocairo-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0-0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0_0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0_0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo-1.0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo_1.0:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo:libpangocairo-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangocairo:libpangocairo_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpangocairo-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpangocairo-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "159" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpangoft2-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04&package-id=2b4de273f74c55b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpangoft2-1.0-0", + "version": "1.50.6+ds-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ICU" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "OFL-1.1" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "CC0-1.0," + } + }, + { + "license": { + "name": "Chromium-BSD-style" + } + }, + { + "license": { + "name": "Example" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libpangoft2-1.0-0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpangoft2-1.0-0@1.50.6+ds-2ubuntu1?arch=amd64&upstream=pango1.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0-0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0_0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0_0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2-1.0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2_1.0:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2:libpangoft2-1.0-0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpangoft2:libpangoft2_1.0_0:1.50.6\\+ds-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpangoft2-1.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpangoft2-1.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "197" + }, + { + "name": "syft:metadata:source", + "value": "pango1.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpaper-utils@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04&package-id=13abc3b7cb47ea8c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpaper-utils", + "version": "1.1.28build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libpaper-utils:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpaper-utils@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper-utils:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper_utils:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper_utils:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper:libpaper-utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpaper:libpaper_utils:1.1.28build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpaper-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpaper-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + }, + { + "name": "syft:metadata:source", + "value": "libpaper" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpaper1@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04&package-id=d71c108133509638", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpaper1", + "version": "1.1.28build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libpaper1:libpaper1:1.1.28build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpaper1@1.1.28build2?arch=amd64&upstream=libpaper&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpaper1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpaper1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "64" + }, + { + "name": "syft:metadata:source", + "value": "libpaper" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpciaccess0@0.16-3?arch=amd64&upstream=libpciaccess&distro=ubuntu-22.04&package-id=da62c683325a1db9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpciaccess0", + "version": "0.16-3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpciaccess0:libpciaccess0:0.16-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpciaccess0@0.16-3?arch=amd64&upstream=libpciaccess&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpciaccess0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpciaccess0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "61" + }, + { + "name": "syft:metadata:source", + "value": "libpciaccess" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=08582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=bb66ba127225182d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libperl5.34", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.34:libperl5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.34:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28441" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpixman-1-0@0.40.0-1ubuntu0.22.04.1?arch=amd64&upstream=pixman&distro=ubuntu-22.04&package-id=24aba848edd27930", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpixman-1-0", + "version": "0.40.0-1ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpixman-1-0:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpixman-1-0@0.40.0-1ubuntu0.22.04.1?arch=amd64&upstream=pixman&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1-0:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1_0:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1_0:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman-1:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman_1:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman:libpixman-1-0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpixman:libpixman_1_0:0.40.0-1ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpixman-1-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpixman-1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "708" + }, + { + "name": "syft:metadata:source", + "value": "pixman" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=10e7b7a991f51d2a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Libpng" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "name": "expat" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=3ed03bdbacefd7d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=b07b83cd6ae6644b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libptexenc1@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=a03c3bbd77e9fc5d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libptexenc1", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libptexenc1:libptexenc1:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libptexenc1@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libptexenc1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libptexenc1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=138a1933cf769a3e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=16227ecbb8af169c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-stdlib", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-stdlib/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=a6a063187e00ba3e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10:libpython3.10:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5768" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=3663dca526f358fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-dev", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-dev:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-dev:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20415" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=b85dd726c50aa7ea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-minimal", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5106" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=6bfc20af2f6c40c4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-stdlib", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "8119" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libquadmath0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=b92b1eefb4f31a1e", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libquadmath0", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libquadmath0:libquadmath0:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libquadmath0@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libquadmath0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04&package-id=6d557e0e6aac6911", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libreadline8", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "461" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=8e73a05ab9b9653f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=fe46a4e032254918", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=58839f0751eaa7e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=1d424aa7f20fd84c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=a80b6f90a3c5e6c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=e46b68098ff0d38c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=9e331a4a08182525", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsensors-config@1:3.6.0-7ubuntu1?arch=all&upstream=lm-sensors&distro=ubuntu-22.04&package-id=25257b729b326e5d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsensors-config", + "version": "1:3.6.0-7ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libsensors-config:libsensors-config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsensors-config@1:3.6.0-7ubuntu1?arch=all&upstream=lm-sensors&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsensors-config:libsensors_config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsensors_config:libsensors-config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsensors_config:libsensors_config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsensors:libsensors-config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsensors:libsensors_config:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsensors-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsensors-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsensors-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "42" + }, + { + "name": "syft:metadata:source", + "value": "lm-sensors" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsensors5@1:3.6.0-7ubuntu1?arch=amd64&upstream=lm-sensors&distro=ubuntu-22.04&package-id=668034664c40bb36", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsensors5", + "version": "1:3.6.0-7ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libsensors5:libsensors5:1\\:3.6.0-7ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsensors5@1:3.6.0-7ubuntu1?arch=amd64&upstream=lm-sensors&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsensors5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsensors5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "96" + }, + { + "name": "syft:metadata:source", + "value": "lm-sensors" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=c4f5eef1cedc50a6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsm6@2:1.2.3-1build2?arch=amd64&upstream=libsm&distro=ubuntu-22.04&package-id=97135ea35e699340", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsm6", + "version": "2:1.2.3-1build2", + "cpe": "cpe:2.3:a:libsm6:libsm6:2\\:1.2.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsm6@2:1.2.3-1build2?arch=amd64&upstream=libsm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "55" + }, + { + "name": "syft:metadata:source", + "value": "libsm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=4b719870d650cc2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04&package-id=a1e4f45c22d8b313", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsqlite3-0", + "version": "3.37.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1602" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=338b9b3171b3a7cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=1a4e928fac6227e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5824" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d6bc17c9383a5fe5", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2755" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsynctex2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=48e5439572fa9ba1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsynctex2", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libsynctex2:libsynctex2:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsynctex2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsynctex2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsynctex2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=0711e046071e7103", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "995" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=ab473838e330c4f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libteckit0@2.5.11+ds1-1?arch=amd64&upstream=teckit&distro=ubuntu-22.04&package-id=aad4ce6a4a8b649d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libteckit0", + "version": "2.5.11+ds1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "CPL-0.5+" + } + } + ], + "cpe": "cpe:2.3:a:libteckit0:libteckit0:2.5.11\\+ds1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libteckit0@2.5.11+ds1-1?arch=amd64&upstream=teckit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libteckit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libteckit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2675" + }, + { + "name": "syft:metadata:source", + "value": "teckit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtexlua53@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=3f4b169d72268e48", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtexlua53", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libtexlua53:libtexlua53:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtexlua53@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtexlua53/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtexlua53:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "309" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtexluajit2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=05b8a4ac668b8ec0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtexluajit2", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:libtexluajit2:libtexluajit2:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtexluajit2@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtexluajit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtexluajit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "605" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libthai-data@0.1.29-1build1?arch=all&upstream=libthai&distro=ubuntu-22.04&package-id=b7f745059818cfd5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libthai-data", + "version": "0.1.29-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libthai-data:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libthai-data@0.1.29-1build1?arch=all&upstream=libthai&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai-data:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai_data:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai_data:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai:libthai-data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libthai:libthai_data:0.1.29-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libthai-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libthai-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "595" + }, + { + "name": "syft:metadata:source", + "value": "libthai" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libthai0@0.1.29-1build1?arch=amd64&upstream=libthai&distro=ubuntu-22.04&package-id=fe09ed65d69ef51f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libthai0", + "version": "0.1.29-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libthai0:libthai0:0.1.29-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libthai0@0.1.29-1build1?arch=amd64&upstream=libthai&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libthai0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libthai0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "libthai" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.7?arch=amd64&upstream=tiff&distro=ubuntu-22.04&package-id=ba9b5bf0c2b6fe3c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtiff5", + "version": "4.3.0-6ubuntu0.7", + "licenses": [ + { + "license": { + "name": "Hylafax" + } + } + ], + "cpe": "cpe:2.3:a:libtiff5:libtiff5:4.3.0-6ubuntu0.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.7?arch=amd64&upstream=tiff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtiff5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtiff5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "576" + }, + { + "name": "syft:metadata:source", + "value": "tiff" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=4fa38f2032d47b4c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=6fd7006cf2432f90", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=f1dee05a0f022558", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-dev", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "720" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=ce81eb713fcb8b99", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtsan0@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=db5223e066f643d9", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libtsan0", + "version": "11.4.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtsan0:libtsan0:11.4.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtsan0@11.4.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7255" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libubsan1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=8328c8365d32b2c2", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libubsan1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libubsan1:libubsan1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libubsan1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libubsan1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2676" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=5b225ba3a254c3e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.10", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=c1e90e9e163c118b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2.1?arch=amd64&upstream=libunwind&distro=ubuntu-22.04&package-id=11e4a1f35fbc53b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunwind8", + "version": "1.3.2-2build2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libunwind8:libunwind8:1.3.2-2build2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2.1?arch=amd64&upstream=libunwind&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunwind8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunwind8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "196" + }, + { + "name": "syft:metadata:source", + "value": "libunwind" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=ae0d6af05cdddc9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-client0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=45a9f73cb0a24494", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-client0", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-client0:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-client0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-client0:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_client0:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_client0:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_client0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-client0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-client0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "85" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-cursor0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=bcb4b2e573c370e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-cursor0", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-cursor0:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-cursor0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-cursor0:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_cursor0:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_cursor0:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_cursor0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-cursor0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-cursor0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-egl1@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=4708ce009d9e1073", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-egl1", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-egl1:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-egl1@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-egl1:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_egl1:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_egl1:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_egl1:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-egl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-egl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwayland-server0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04&package-id=8578f69588c2143c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwayland-server0", + "version": "1.20.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libwayland-server0:libwayland-server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwayland-server0@1.20.0-1ubuntu0.1?arch=amd64&upstream=wayland&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland-server0:libwayland_server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_server0:libwayland-server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland_server0:libwayland_server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland-server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libwayland:libwayland_server0:1.20.0-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwayland-server0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwayland-server0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "107" + }, + { + "name": "syft:metadata:source", + "value": "wayland" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwebp7@1.2.2-2ubuntu0.22.04.2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04&package-id=6011ad1e5c78c6ce", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwebp7", + "version": "1.2.2-2ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libwebp7:libwebp7:1.2.2-2ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwebp7@1.2.2-2ubuntu0.22.04.2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwebp7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwebp7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "439" + }, + { + "name": "syft:metadata:source", + "value": "libwebp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=00ac1f62c6aba4fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-6", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1387" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1ubuntu0.3?arch=all&upstream=libx11&distro=ubuntu-22.04&package-id=f0c54cca533ff252", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-data", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1ubuntu0.3?arch=all&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1430" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-xcb1@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=2c3cb2a9c0071b6b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-xcb1", + "version": "2:1.7.5-1ubuntu0.3", + "cpe": "cpe:2.3:a:libx11-xcb1:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-xcb1@2:1.7.5-1ubuntu0.3?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-xcb1:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_xcb1:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_xcb1:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_xcb1:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-xcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-xcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "85" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04&package-id=05a74188c72e74c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxau6", + "version": "1:1.0.9-1build5", + "cpe": "cpe:2.3:a:libxau6:libxau6:1\\:1.0.9-1build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxau6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxau6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libxau" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxaw7@2:1.0.14-1?arch=amd64&upstream=libxaw&distro=ubuntu-22.04&package-id=15b7b7aad14a0941", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxaw7", + "version": "2:1.0.14-1", + "cpe": "cpe:2.3:a:libxaw7:libxaw7:2\\:1.0.14-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxaw7@2:1.0.14-1?arch=amd64&upstream=libxaw&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxaw7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxaw7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "495" + }, + { + "name": "syft:metadata:source", + "value": "libxaw" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-dri2-0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=fa05c83a6cac2470", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-dri2-0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-dri2-0:libxcb-dri2-0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-dri2-0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri2-0:libxcb_dri2_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri2_0:libxcb-dri2-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri2_0:libxcb_dri2_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri2:libxcb-dri2-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri2:libxcb_dri2_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri2:libxcb-dri2-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri2:libxcb_dri2_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-dri2-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_dri2_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-dri2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-dri2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-dri3-0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=68e73760a01ebcd9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-dri3-0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-dri3-0:libxcb-dri3-0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-dri3-0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri3-0:libxcb_dri3_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri3_0:libxcb-dri3-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri3_0:libxcb_dri3_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri3:libxcb-dri3-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-dri3:libxcb_dri3_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri3:libxcb-dri3-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_dri3:libxcb_dri3_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-dri3-0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_dri3_0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-dri3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-dri3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-glx0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=2def26c627d562d2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-glx0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-glx0:libxcb-glx0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-glx0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-glx0:libxcb_glx0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_glx0:libxcb-glx0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_glx0:libxcb_glx0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-glx0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_glx0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-glx0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-glx0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-present0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=2875a905b3cadb44", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-present0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-present0:libxcb-present0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-present0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-present0:libxcb_present0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_present0:libxcb-present0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_present0:libxcb_present0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-present0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_present0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-present0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-present0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-randr0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=baf71536fb0371f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-randr0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-randr0:libxcb-randr0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-randr0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-randr0:libxcb_randr0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_randr0:libxcb-randr0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_randr0:libxcb_randr0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-randr0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_randr0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-randr0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-randr0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-render0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=a9f32ac7e043131b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-render0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-render0:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-render0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-render0:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_render0:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_render0:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_render0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-render0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-render0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "86" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-shm0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=690dcf04470535e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-shm0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-shm0:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-shm0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-shm0:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_shm0:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_shm0:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_shm0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-shm0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-shm0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-sync1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=a8ea1dd0a23228a7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-sync1", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-sync1:libxcb-sync1:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-sync1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-sync1:libxcb_sync1:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_sync1:libxcb-sync1:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_sync1:libxcb_sync1:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-sync1:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_sync1:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-sync1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-sync1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb-xfixes0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=6d7ee2744aa9701c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb-xfixes0", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb-xfixes0:libxcb-xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb-xfixes0@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb-xfixes0:libxcb_xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_xfixes0:libxcb-xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb_xfixes0:libxcb_xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb-xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxcb:libxcb_xfixes0:1.14-3ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb-xfixes0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb-xfixes0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "60" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=0c234d84b26d8a15", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb1", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb1:libxcb1:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "206" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcomposite1@1:0.4.5-1build2?arch=amd64&upstream=libxcomposite&distro=ubuntu-22.04&package-id=40e9fd39ab4d2ee3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcomposite1", + "version": "1:0.4.5-1build2", + "cpe": "cpe:2.3:a:libxcomposite1:libxcomposite1:1\\:0.4.5-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcomposite1@1:0.4.5-1build2?arch=amd64&upstream=libxcomposite&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcomposite1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcomposite1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libxcomposite" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcursor1@1:1.2.0-2build4?arch=amd64&upstream=libxcursor&distro=ubuntu-22.04&package-id=95b9935b983b36e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcursor1", + "version": "1:1.2.0-2build4", + "cpe": "cpe:2.3:a:libxcursor1:libxcursor1:1\\:1.2.0-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcursor1@1:1.2.0-2build4?arch=amd64&upstream=libxcursor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcursor1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcursor1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "63" + }, + { + "name": "syft:metadata:source", + "value": "libxcursor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdamage1@1:1.1.5-2build2?arch=amd64&upstream=libxdamage&distro=ubuntu-22.04&package-id=d5f836de366d9a13", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdamage1", + "version": "1:1.1.5-2build2", + "cpe": "cpe:2.3:a:libxdamage1:libxdamage1:1\\:1.1.5-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdamage1@1:1.1.5-2build2?arch=amd64&upstream=libxdamage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdamage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdamage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "31" + }, + { + "name": "syft:metadata:source", + "value": "libxdamage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04&package-id=a53db1b8ef6f4822", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdmcp6", + "version": "1:1.1.3-0ubuntu5", + "cpe": "cpe:2.3:a:libxdmcp6:libxdmcp6:1\\:1.1.3-0ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdmcp6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdmcp6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "43" + }, + { + "name": "syft:metadata:source", + "value": "libxdmcp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04&package-id=f0695b4bcf852fe4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxext6", + "version": "2:1.3.4-1build1", + "cpe": "cpe:2.3:a:libxext6:libxext6:2\\:1.3.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxext6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxext6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libxext" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxfixes3@1:6.0.0-1?arch=amd64&upstream=libxfixes&distro=ubuntu-22.04&package-id=aa7b056306929dff", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxfixes3", + "version": "1:6.0.0-1", + "cpe": "cpe:2.3:a:libxfixes3:libxfixes3:1\\:6.0.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxfixes3@1:6.0.0-1?arch=amd64&upstream=libxfixes&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxfixes3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxfixes3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + }, + { + "name": "syft:metadata:source", + "value": "libxfixes" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxfont2@1:2.0.5-1build1?arch=amd64&upstream=libxfont&distro=ubuntu-22.04&package-id=d831064ed776b57f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxfont2", + "version": "1:2.0.5-1build1", + "cpe": "cpe:2.3:a:libxfont2:libxfont2:1\\:2.0.5-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxfont2@1:2.0.5-1build1?arch=amd64&upstream=libxfont&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxfont2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxfont2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "libxfont" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxi6@2:1.8-1build1?arch=amd64&upstream=libxi&distro=ubuntu-22.04&package-id=91f4eb11fc075c0d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxi6", + "version": "2:1.8-1build1", + "cpe": "cpe:2.3:a:libxi6:libxi6:2\\:1.8-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxi6@2:1.8-1build1?arch=amd64&upstream=libxi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxi6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxi6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "libxi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxinerama1@2:1.1.4-3?arch=amd64&upstream=libxinerama&distro=ubuntu-22.04&package-id=feafe66c6e5f3826", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxinerama1", + "version": "2:1.1.4-3", + "cpe": "cpe:2.3:a:libxinerama1:libxinerama1:2\\:1.1.4-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxinerama1@2:1.1.4-3?arch=amd64&upstream=libxinerama&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxinerama1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxinerama1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libxinerama" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxkbcommon0@1.4.0-1?arch=amd64&upstream=libxkbcommon&distro=ubuntu-22.04&package-id=2705cd61e5e5f993", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxkbcommon0", + "version": "1.4.0-1", + "cpe": "cpe:2.3:a:libxkbcommon0:libxkbcommon0:1.4.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxkbcommon0@1.4.0-1?arch=amd64&upstream=libxkbcommon&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxkbcommon0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxkbcommon0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "302" + }, + { + "name": "syft:metadata:source", + "value": "libxkbcommon" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxkbfile1@1:1.1.0-1build3?arch=amd64&upstream=libxkbfile&distro=ubuntu-22.04&package-id=0250bde718a6ea1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxkbfile1", + "version": "1:1.1.0-1build3", + "cpe": "cpe:2.3:a:libxkbfile1:libxkbfile1:1\\:1.1.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxkbfile1@1:1.1.0-1build3?arch=amd64&upstream=libxkbfile&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxkbfile1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxkbfile1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "178" + }, + { + "name": "syft:metadata:source", + "value": "libxkbfile" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=9b1001b6f2b5ee00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxml2", + "version": "2.9.13+dfsg-1ubuntu0.3", + "licenses": [ + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "MIT-1" + } + } + ], + "cpe": "cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxml2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxml2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2097" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxmu6@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04&package-id=6a3885f57149bb42", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxmu6", + "version": "2:1.1.3-3", + "cpe": "cpe:2.3:a:libxmu6:libxmu6:2\\:1.1.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxmu6@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxmu6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxmu6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libxmu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04&package-id=2ff26088bfaa8b1d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxmuu1", + "version": "2:1.1.3-3", + "cpe": "cpe:2.3:a:libxmuu1:libxmuu1:2\\:1.1.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxmuu1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxmuu1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + }, + { + "name": "syft:metadata:source", + "value": "libxmu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.2?arch=amd64&upstream=libxpm&distro=ubuntu-22.04&package-id=c0808a643784f0aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxpm4", + "version": "1:3.5.12-1ubuntu0.22.04.2", + "cpe": "cpe:2.3:a:libxpm4:libxpm4:1\\:3.5.12-1ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.2?arch=amd64&upstream=libxpm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxpm4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxpm4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "libxpm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxrandr2@2:1.5.2-1build1?arch=amd64&upstream=libxrandr&distro=ubuntu-22.04&package-id=c347af80b91d050b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxrandr2", + "version": "2:1.5.2-1build1", + "cpe": "cpe:2.3:a:libxrandr2:libxrandr2:2\\:1.5.2-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxrandr2@2:1.5.2-1build1?arch=amd64&upstream=libxrandr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxrandr2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxrandr2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libxrandr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxrender1@1:0.9.10-1build4?arch=amd64&upstream=libxrender&distro=ubuntu-22.04&package-id=473ed88cdaa62ccd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxrender1", + "version": "1:0.9.10-1build4", + "cpe": "cpe:2.3:a:libxrender1:libxrender1:1\\:0.9.10-1build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxrender1@1:0.9.10-1build4?arch=amd64&upstream=libxrender&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxrender1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxrender1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libxrender" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxshmfence1@1.3-1build4?arch=amd64&upstream=libxshmfence&distro=ubuntu-22.04&package-id=fc9c810af79dc7bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxshmfence1", + "version": "1.3-1build4", + "cpe": "cpe:2.3:a:libxshmfence1:libxshmfence1:1.3-1build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxshmfence1@1.3-1build4?arch=amd64&upstream=libxshmfence&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxshmfence1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxshmfence1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "30" + }, + { + "name": "syft:metadata:source", + "value": "libxshmfence" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxss1@1:1.2.3-1build2?arch=amd64&upstream=libxss&distro=ubuntu-22.04&package-id=18b2e997132be1b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxss1", + "version": "1:1.2.3-1build2", + "cpe": "cpe:2.3:a:libxss1:libxss1:1\\:1.2.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxss1@1:1.2.3-1build2?arch=amd64&upstream=libxss&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxss1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxss1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33" + }, + { + "name": "syft:metadata:source", + "value": "libxss" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxt6@1:1.2.1-1?arch=amd64&upstream=libxt&distro=ubuntu-22.04&package-id=017b498c756d684b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxt6", + "version": "1:1.2.1-1", + "cpe": "cpe:2.3:a:libxt6:libxt6:1\\:1.2.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxt6@1:1.2.1-1?arch=amd64&upstream=libxt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxt6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxt6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "467" + }, + { + "name": "syft:metadata:source", + "value": "libxt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxtst6@2:1.2.3-1build4?arch=amd64&upstream=libxtst&distro=ubuntu-22.04&package-id=6eadeec100187e32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxtst6", + "version": "2:1.2.3-1build4", + "cpe": "cpe:2.3:a:libxtst6:libxtst6:2\\:1.2.3-1build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxtst6@2:1.2.3-1build4?arch=amd64&upstream=libxtst&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxtst6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxtst6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libxtst" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxf86vm1@1:1.1.4-1build3?arch=amd64&upstream=libxxf86vm&distro=ubuntu-22.04&package-id=8597b2410e01d98a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxf86vm1", + "version": "1:1.1.4-1build3", + "cpe": "cpe:2.3:a:libxxf86vm1:libxxf86vm1:1\\:1.1.4-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxf86vm1@1:1.1.4-1build3?arch=amd64&upstream=libxxf86vm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxf86vm1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxf86vm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "libxxf86vm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cf858eae192004d9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=60c5ccc5eb041604", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzzip-0-13@0.13.72+dfsg.1-1.1?arch=amd64&upstream=zziplib&distro=ubuntu-22.04&package-id=9fb9272517a00bd8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzzip-0-13", + "version": "0.13.72+dfsg.1-1.1", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libzzip-0-13:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzzip-0-13@0.13.72+dfsg.1-1.1?arch=amd64&upstream=zziplib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0-13:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0_13:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0_13:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip-0:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip_0:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip:libzzip-0-13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libzzip:libzzip_0_13:0.13.72\\+dfsg.1-1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzzip-0-13/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzzip-0-13:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "126" + }, + { + "name": "syft:metadata:source", + "value": "zziplib" + } + ] + }, + { + "bom-ref": "pkg:pypi/linkify-it-py@2.0.2?package-id=04797b3181e7cae4", + "type": "library", + "author": "tsutsu3", + "name": "linkify-it-py", + "version": "2.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-linkify-it-py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/linkify-it-py@2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it-py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it_py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify-it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify_it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it-py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it_py:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify-it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify_it:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linkify:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:linkify-it-py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:linkify_it_py:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/linkify_it_py-2.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-91.101?arch=amd64&upstream=linux&distro=ubuntu-22.04&package-id=9f4e43a252044487", + "type": "library", + "publisher": "Ubuntu Kernel Team ", + "name": "linux-libc-dev", + "version": "5.15.0-91.101", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:linux-libc-dev:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-91.101?arch=amd64&upstream=linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc-dev:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux-libc-dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux_libc_dev:5.15.0-91.101:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/linux-libc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/linux-libc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6810" + }, + { + "name": "syft:metadata:source", + "value": "linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.5?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=3d9c15fd0b215937", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.5", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.5?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17068" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:npm/logform@2.5.1?package-id=2db086f99f4ee306", + "type": "library", + "author": "Charlie Robbins ", + "name": "logform", + "version": "2.5.1", + "description": "An mutable object-based log format designed for chaining & objectMode streams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:logform:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/logform@2.5.1", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/logform.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/logform#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logform:logform:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/logform/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=653ce5bfe36eaaea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=e105c7794d3f7372", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@10.0.1?package-id=a7a743c732d35cd1", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "10.0.1", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:10.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@10.0.1", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:10.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=6db18f6a413f3153", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@7.18.3?package-id=de6f160ef431916e", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "7.18.3", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:7.18.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@7.18.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=fcf630bf28d12504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=25d2d042d4fba43b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-release", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-release/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-release.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@11.1.1?package-id=a57c528fd44e6b50", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "11.1.1", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@11.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@13.0.0?package-id=3981195ec41f0749", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "13.0.0", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:13.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@13.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/mamba@1.5.2?package-id=c4de051517d5c4d7", + "type": "library", + "author": "Wolf Vollprecht ", + "name": "mamba", + "version": "1.5.2", + "cpe": "cpe:2.3:a:wolf_vollprecht_project:python-mamba:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mamba@1.5.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/mamba-split_1697482692941/work/mamba", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht_project:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht_project:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprechtproject:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf-vollprecht:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wolf_vollprecht:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:python-mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:python_mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mamba:mamba:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/mamba-1.5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=10d2f43d71fe4c03", + "type": "library", + "author": "Chris Sewell ", + "name": "markdown-it-py", + "version": "3.0.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "matplotlib", + "version": "3.8.2", + "licenses": [ + { + "license": { + "name": "PSF" + } + } + ], + "cpe": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:python-matplotlib:3.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matplotlib@3.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom_project:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboomproject:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_d__hunter\\,_michael_droettboom:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users_project:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_usersproject:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-users:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_users:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib-3.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/matplotlib-inline@0.1.6?package-id=c666c5f7c7c52b18", + "type": "library", + "author": "IPython Development Team ", + "name": "matplotlib-inline", + "version": "0.1.6", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matplotlib-inline@0.1.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=e0c8ee1c33be45e4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:pypi/mccabe@0.6.1?package-id=ac9fd9a5a03dfd8a", + "type": "library", + "author": "Ian Cordasco ", + "name": "mccabe", + "version": "0.6.1", + "licenses": [ + { + "license": { + "name": "Expat license" + } + } + ], + "cpe": "cpe:2.3:a:graffatcolmingov_project:python-mccabe:0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mccabe@0.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco_project:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordascoproject:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_cordasco:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mccabe:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/mccabe-0.6.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mdbtools@1.0.0+dfsg-1?arch=amd64&distro=ubuntu-22.04&package-id=23b01d53f1d498c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mdbtools", + "version": "1.0.0+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:mdbtools:mdbtools:1.0.0\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mdbtools@1.0.0+dfsg-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmdb3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mdbtools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "257" + } + ] + }, + { + "bom-ref": "pkg:pypi/mdit-py-plugins@0.4.0?package-id=cb0bbb841f312310", + "type": "library", + "author": "Chris Sewell ", + "name": "mdit-py-plugins", + "version": "0.4.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "mdurl", + "version": "0.1.2", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", + "name": "media-types", + "version": "7.0.0", + "licenses": [ + { + "license": { + "name": "ad-hoc" + } + } + ], + "cpe": "cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/media-types/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/media-types.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/media-types.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=d692ee5f550d3c8e", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=dad4f04bd7d462e9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@9.0.3?package-id=2538d06825a5ead9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "9.0.3", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@9.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@9.0.3?package-id=65711104b7f83708", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "9.0.3", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@9.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=f4c9208c51c667d3", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=a243b325d1714fec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=2d78967f9644feeb", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=abe542cf8516511b", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=8a22791933292c51", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=4dd46218c4487f60", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=01ef3d0a321b9d64", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@5.0.0?package-id=ad8219a9f6587c26", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "5.0.0", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@5.0.0?package-id=618828b93153c4af", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "5.0.0", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@7.0.3?package-id=607e7a7d2ca2fbfa", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "7.0.3", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/isaacs/minipass", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minipass:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@7.0.3?package-id=163171059fd96494", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "7.0.3", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/isaacs/minipass", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minipass:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-collect@1.0.2?package-id=6c4ec216685f3ff2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-collect:minipass-collect:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-collect@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-collect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-fetch@3.0.4?package-id=6c0bdb1c179030c1", + "type": "library", + "author": "GitHub Inc.", + "name": "minipass-fetch", + "version": "3.0.4", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-fetch:minipass-fetch:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-fetch@3.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/minipass-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-fetch:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass-fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass_fetch:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-flush@1.0.5?package-id=b75622c6ba0ed0ec", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-flush:minipass-flush:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-flush@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-flush.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-flush/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-json-stream@1.0.1?package-id=ec82c123782fb828", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-json-stream", + "version": "1.0.1", + "description": "Like JSONStream, but using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-json-stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-json-stream@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/minipass-json-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json-stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-json-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-pipeline@1.2.4?package-id=863f0426e9f079c8", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-pipeline@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-pipeline/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-sized@1.0.3?package-id=9a797af0147a1f54", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-sized:minipass-sized:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-sized@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-sized.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minipass-sized/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minizlib@2.1.2?package-id=66afc204fc8fef85", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minizlib:minizlib:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minizlib@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minizlib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/minizlib/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/mistune@3.0.2?package-id=d3e0c96126b5fb09", + "type": "library", + "author": "Hsiaoming Yang ", + "name": "mistune", + "version": "3.0.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:hsiaoming_yang_\\ (https://github.com/ichernev)", + "name": "moment", + "version": "2.29.4", + "description": "Parse, validate, manipulate, and display dates", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:momentjs:moment:2.29.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/moment@2.29.4", + "externalReferences": [ + { + "url": "git+https://github.com/moment/moment.git", + "type": "distribution" + }, + { + "url": "https://momentjs.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/moment/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/more-itertools@8.4.0?package-id=8266beac3b6e963b", + "type": "library", + "author": "Erik Rose ", + "name": "more-itertools", + "version": "8.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-more-itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/more-itertools@8.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more-itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_project:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_roseproject:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose_project:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikroseproject:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more-itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more_itertools:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python-more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python_more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:erikrose:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more-itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more_itertools:8.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/more_itertools-8.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=bdc8a63ea5632c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=14504a7b72f96f90", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=044541258f5251bd", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=0121fbbdc17484fe", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2523.52401?package-id=8cc27044967ec66b", + "type": "library", + "name": "mscorlib", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:pypi/multidict@6.0.4?package-id=ff3b455a9716c1b3", + "type": "library", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.0.4", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/multidict-6.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/mute-stream@1.0.0?package-id=5e00e46541e6e0a7", + "type": "library", + "author": "GitHub Inc.", + "name": "mute-stream", + "version": "1.0.0", + "description": "Bytes go in, but they don't come out (when muted).", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mute-stream:mute-stream:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mute-stream@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/mute-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute-stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/mute-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/nano-tiny@6.2-1?arch=amd64&upstream=nano&distro=ubuntu-22.04&package-id=2922ee1dd1c50d06", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "nano-tiny", + "version": "6.2-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV+" + } + } + ], + "cpe": "cpe:2.3:a:nano-tiny:nano-tiny:6.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/nano-tiny@6.2-1?arch=amd64&upstream=nano&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano-tiny:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano_tiny:nano-tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano_tiny:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano:nano-tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nano:nano_tiny:6.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/nano-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/nano-tiny.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "118" + }, + { + "name": "syft:metadata:source", + "value": "nano" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbclassic@1.0.0?package-id=de79f603a853c30b", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbclassic", + "version": "1.0.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-nbclassic:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nbclassic@1.0.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/nbclassic_1683202081046/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nbclassic:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nbclassic:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/nbclassic-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbclient@0.8.0?package-id=06baf42f50682795", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbclient", + "version": "0.8.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2020-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "nbconvert", + "version": "7.13.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "nbformat", + "version": "5.9.2", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "ncurses-base", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=c8e366d6462b2f71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=47edd5ddf4d7f2fc", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/nest-asyncio@1.5.8?package-id=0e8d7132324b1aea", + "type": "library", + "author": "Ewald R. de Wit ", + "name": "nest-asyncio", + "version": "1.5.8", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ewald_r__de_wit_project:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nest-asyncio@1.5.8", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1697083700168/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python-nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python_nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest-asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest_asyncio:1.5.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/nest_asyncio-1.5.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2523.52401?package-id=15b4b1b888c070e8", + "type": "library", + "name": "netstandard", + "version": "6.0.2523.52401", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2523.52401:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2523.52401", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.25/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-benchdataconnector-extractor@0.1.44?package-id=3185063a69a84264", + "type": "library", + "author": "Madhan Mohan Reddy Peram ", + "name": "ni-benchdataconnector-extractor", + "version": "0.1.44", + "cpe": "cpe:2.3:a:python-ni-benchdataconnector-extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-benchdataconnector-extractor@0.1.44", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector-extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector_extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector-extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector_extractor:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_benchdataconnector:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-benchdataconnector-extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_benchdataconnector_extractor:0.1.44:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_benchdataconnector_extractor-0.1.44.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_benchdataconnector_extractor-0.1.44.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-jupyter-user-server-monitoring@1.0.1?package-id=e796d0fe22c6778f", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "ni-jupyter-user-server-monitoring", + "version": "1.0.1", + "cpe": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-jupyter-user-server-monitoring@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server-monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server_monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server-monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server_monitoring:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user-server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user_server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user-server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user_server:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter-user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter_user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter-user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter_user:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyter:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-jupyter-user-server-monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_jupyter_user_server_monitoring:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyter_user_server_monitoring-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyter_user_server_monitoring-1.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-jupyterlab-analysis-development@1.2.2?package-id=c989319afc82b48b", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "ni-jupyterlab-analysis-development", + "version": "1.2.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-jupyterlab-analysis-development@1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\_project:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\project:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_\\:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis-development:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis_development:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis-development:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis_development:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab-analysis:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab_analysis:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab-analysis:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab_analysis:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-jupyterlab:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_jupyterlab:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-jupyterlab:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_jupyterlab:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-jupyterlab-analysis-development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_jupyterlab_analysis_development:1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_jupyterlab_analysis_development-1.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-nbexec-notebook-runner@0.1.0?package-id=f426abe71c138b01", + "type": "library", + "author": "Ciprian Anton ", + "name": "ni-nbexec-notebook-runner", + "version": "0.1.0", + "cpe": "cpe:2.3:a:python-ni-nbexec-notebook-runner:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-nbexec-notebook-runner@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook-runner:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook_runner:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook_runner:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook-runner:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook-runner:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook_runner:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook_runner:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook-runner:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook-runner:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook_runner:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook_runner:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook-runner:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook-runner:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook_runner:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook_runner:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec-notebook:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec_notebook:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton_project:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_antonproject:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec-notebook:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec_notebook:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-nbexec:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_nbexec:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian-anton:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ciprian_anton:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-nbexec:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_nbexec:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-nbexec-notebook-runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_nbexec_notebook_runner:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:78c3f54372a348bd8c6e1aad165560c781d0271e46f29bf6d95759c180c3eb68" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_nbexec_notebook_runner-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:78c3f54372a348bd8c6e1aad165560c781d0271e46f29bf6d95759c180c3eb68" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_nbexec_notebook_runner-0.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-test-data-extraction@0.1.8?package-id=7bf1a439b16a7655", + "type": "library", + "author": "richie-ni ", + "name": "ni-test-data-extraction", + "version": "0.1.8", + "cpe": "cpe:2.3:a:python-ni-test-data-extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-test-data-extraction@0.1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data-extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data_extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data-extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data_extraction:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan_project:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshanproject:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test-data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test_data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni_project:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_niproject:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie-soshan:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_soshan:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test-data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test_data:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:richie_ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_test:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-test-data-extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_test_data_extraction:0.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_test_data_extraction-0.1.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_test_data_extraction-0.1.8.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ni-unit-converter@0.1.9?package-id=f84738d068a875e9", + "type": "library", + "author": "Madhan Mohan Reddy Peram ", + "name": "ni-unit-converter", + "version": "0.1.9", + "cpe": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ni-unit-converter@0.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram_project:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peramproject:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan-mohan-reddy-peram:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:madhan_mohan_reddy_peram:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit-converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit_converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit-converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit_converter:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni-unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni_unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python-ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:python_ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni-unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni_unit:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni-unit-converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ni:ni_unit_converter:0.1.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_unit_converter-0.1.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ni_unit_converter-0.1.9.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/nisystemlink-clients@1.0.1?package-id=4a4dfe4afc62ff0c", + "type": "library", + "author": "National Instruments", + "name": "nisystemlink-clients", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:national_instruments_project:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nisystemlink-clients@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink-clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink_clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink-clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink_clients:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nisystemlink:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nisystemlink-clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nisystemlink_clients:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nisystemlink_clients-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nisystemlink_clients-1.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:generic/node@18.18.0?package-id=eddd9929a43e3df1", + "type": "application", + "name": "node", + "version": "18.18.0", + "cpe": "cpe:2.3:a:nodejs:node.js:18.18.0:*:*:*:*:*:*:*", + "purl": "pkg:generic/node@18.18.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node.js:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:nodejs:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node.js:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:nodejs:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node.js:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:nodejs:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node:18.18.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/playwright/driver/node" + } + ] + }, + { + "bom-ref": "pkg:npm/node-gyp@9.4.0?package-id=36036f11f032eaad", + "type": "library", + "author": "Nathan Rajlich (http://tootallnate.net)", + "name": "node-gyp", + "version": "9.4.0", + "description": "Node.js native addon build tool", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-gyp:node-gyp:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-gyp@9.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@6.0.0?package-id=ceaa659a7c1d3a24", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "6.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@7.2.0?package-id=f710769fb787b53d", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "7.2.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/normalize-package-data@6.0.0?package-id=46a6b0bde601448f", + "type": "library", + "author": "GitHub Inc.", + "name": "normalize-package-data", + "version": "6.0.0", + "description": "Normalizes data that can be found in package.json files.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:normalize-package-data:normalize-package-data:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/normalize-package-data@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/normalize-package-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package-data:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize-package-data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize_package_data:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/normalize-package-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/notebook@7.0.6?package-id=1d37cd9989acf8c7", + "type": "library", + "author": "Jupyter Development Team ", + "name": "notebook", + "version": "7.0.6", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "notebook_shim", + "version": "0.2.3", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2022 Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\.\n \n ----\n \n Full text of license texts referred to above follows (that they are\n listed below does not necessarily imply the conditions apply to the\n present binary release):\n \n ----\n \n GCC RUNTIME LIBRARY EXCEPTION\n \n Version 3.1, 31 March 2009\n \n Copyright (C) 2009 Free Software Foundation, Inc. \n \n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n \n This GCC Runtime Library Exception (\"Exception\") is an additional\n permission under section 7 of the GNU General Public License, version\n 3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\n bears a notice placed by the copyright holder of the file stating that\n the file is governed by GPLv3 along with this Exception.\n \n When you use GCC to compile a program, GCC may combine portions of\n certain GCC header files and runtime libraries with the compiled\n program. The purpose of this Exception is to allow compilation of\n non-GPL (including proprietary) programs to use, in this way, the\n header files and runtime libraries covered by this Exception.\n \n 0. Definitions.\n \n A file is an \"Independent Module\" if it either requires the Runtime\n Library for execution after a Compilation Process, or makes use of an\n interface provided by the Runtime Library, but is not otherwise based\n on the Runtime Library.\n \n \"GCC\" means a version of the GNU Compiler Collection, with or without\n modifications, governed by version 3 (or a specified later version) of\n the GNU General Public License (GPL) with the option of using any\n subsequent versions published by the FSF.\n \n \"GPL-compatible Software\" is software whose conditions of propagation,\n modification and use would permit combination with GCC in accord with\n the license of GCC.\n \n \"Target Code\" refers to output from any compiler for a real or virtual\n target processor architecture, in executable form or suitable for\n input to an assembler, loader, linker and/or execution\n phase. Notwithstanding that, Target Code does not include data in any\n format that is used as a compiler intermediate representation, or used\n for producing a compiler intermediate representation.\n \n The \"Compilation Process\" transforms code entirely represented in\n non-intermediate languages designed for human-written code, and/or in\n Java Virtual Machine byte code, into Target Code. Thus, for example,\n use of source code generators and preprocessors need not be considered\n part of the Compilation Process, since the Compilation Process can be\n understood as starting with the output of the generators or\n preprocessors.\n \n A Compilation Process is \"Eligible\" if it is done using GCC, alone or\n with other GPL-compatible software, or if it is done without using any\n work based on GCC. For example, using non-GPL-compatible Software to\n optimize any GCC intermediate representations would not qualify as an\n Eligible Compilation Process.\n \n 1. Grant of Additional Permission.\n \n You have permission to propagate a work of Target Code formed by\n combining the Runtime Library with Independent Modules, even if such\n propagation would otherwise violate the terms of GPLv3, provided that\n all Target Code was generated by Eligible Compilation Processes. You\n may then convey such a combination under terms of your choice,\n consistent with the licensing of the Independent Modules.\n \n 2. No Weakening of GCC Copyleft.\n \n The availability of this Exception does not imply any general\n presumption that third-party software is unaffected by the copyleft\n requirements of the license of GCC.\n \n ----\n \n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n \n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n \n Preamble\n \n The GNU General Public License is a free, copyleft license for\n software and other kinds of works.\n \n The licenses for most software and other practical works are designed\n to take away your freedom to share and change the works. By contrast,\n the GNU General Public License is intended to guarantee your freedom to\n share and change all versions of a program--to make sure it remains free\n software for all its users. We, the Free Software Foundation, use the\n GNU General Public License for most of our software; it applies also to\n any other work released this way by its authors. You can apply it to\n your programs, too.\n \n When we speak of free software, we are referring to freedom, not\n price. Our General Public Licenses are designed to make sure that you\n have the freedom to distribute copies of free software (and charge for\n them if you wish), that you receive source code or can get it if you\n want it, that you can change the software or use pieces of it in new\n free programs, and that you know you can do these things.\n \n To protect your rights, we need to prevent others from denying you\n these rights or asking you to surrender the rights. Therefore, you have\n certain responsibilities if you distribute copies of the software, or if\n you modify it: responsibilities to respect the freedom of others.\n \n For example, if you distribute copies of such a program, whether\n gratis or for a fee, you must pass on to the recipients the same\n freedoms that you received. You must make sure that they, too, receive\n or can get the source code. And you must show them these terms so they\n know their rights.\n \n Developers that use the GNU GPL protect your rights with two steps:\n (1) assert copyright on the software, and (2) offer you this License\n giving you legal permission to copy, distribute and/or modify it.\n \n For the developers' and authors' protection, the GPL clearly explains\n that there is no warranty for this free software. For both users' and\n authors' sake, the GPL requires that modified versions be marked as\n changed, so that their problems will not be attributed erroneously to\n authors of previous versions.\n \n Some devices are designed to deny users access to install or run\n modified versions of the software inside them, although the manufacturer\n can do so. This is fundamentally incompatible with the aim of\n protecting users' freedom to change the software. The systematic\n pattern of such abuse occurs in the area of products for individuals to\n use, which is precisely where it is most unacceptable. Therefore, we\n have designed this version of the GPL to prohibit the practice for those\n products. If such problems arise substantially in other domains, we\n stand ready to extend this provision to those domains in future versions\n of the GPL, as needed to protect the freedom of users.\n \n Finally, every program is threatened constantly by software patents.\n States should not allow patents to restrict development and use of\n software on general-purpose computers, but in those that do, we wish to\n avoid the special danger that patents applied to a free program could\n make it effectively proprietary. To prevent this, the GPL assures that\n patents cannot be used to render the program non-free.\n \n The precise terms and conditions for copying, distribution and\n modification follow.\n \n TERMS AND CONDITIONS\n \n 0. Definitions.\n \n \"This License\" refers to version 3 of the GNU General Public License.\n \n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n \n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n \n To \"modify\" a work means to copy from or adapt all or part of the work\n in a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n \n A \"covered work\" means either the unmodified Program or a work based\n on the Program.\n \n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n \n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through\n a computer network, with no transfer of a copy, is not conveying.\n \n An interactive user interface displays \"Appropriate Legal Notices\"\n to the extent that it includes a convenient and prominently visible\n feature that (1) displays an appropriate copyright notice, and (2)\n tells the user that there is no warranty for the work (except to the\n extent that warranties are provided), that licensees may convey the\n work under this License, and how to view a copy of this License. If\n the interface presents a list of user commands or options, such as a\n menu, a prominent item in the list meets this criterion.\n \n 1. Source Code.\n \n The \"source code\" for a work means the preferred form of the work\n for making modifications to it. \"Object code\" means any non-source\n form of a work.\n \n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that\n is widely used among developers working in that language.\n \n The \"System Libraries\" of an executable work include anything, other\n than the work as a whole, that (a) is included in the normal form of\n packaging a Major Component, but which is not part of that Major\n Component, and (b) serves only to enable use of the work with that\n Major Component, or to implement a Standard Interface for which an\n implementation is available to the public in source code form. A\n \"Major Component\", in this context, means a major essential component\n (kernel, window system, and so on) of the specific operating system\n (if any) on which the executable work runs, or a compiler used to\n produce the work, or an object code interpreter used to run it.\n \n The \"Corresponding Source\" for a work in object code form means all\n the source code needed to generate, install, and (for an executable\n work) run the object code and to modify the work, including scripts to\n control those activities. However, it does not include the work's\n System Libraries, or general-purpose tools or generally available free\n programs which are used unmodified in performing those activities but\n which are not part of the work. For example, Corresponding Source\n includes interface definition files associated with source files for\n the work, and the source code for shared libraries and dynamically\n linked subprograms that the work is specifically designed to require,\n such as by intimate data communication or control flow between those\n subprograms and other parts of the work.\n \n The Corresponding Source need not include anything that users\n can regenerate automatically from other parts of the Corresponding\n Source.\n \n The Corresponding Source for a work in source code form is that\n same work.\n \n 2. Basic Permissions.\n \n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program. The output from running a\n covered work is covered by this License only if the output, given its\n content, constitutes a covered work. This License acknowledges your\n rights of fair use or other equivalent, as provided by copyright law.\n \n You may make, run and propagate covered works that you do not\n convey, without conditions so long as your license otherwise remains\n in force. You may convey covered works to others for the sole purpose\n of having them make modifications exclusively for you, or provide you\n with facilities for running those works, provided that you comply with\n the terms of this License in conveying all material for which you do\n not control copyright. Those thus making or running the covered works\n for you must do so exclusively on your behalf, under your direction\n and control, on terms that prohibit them from making any copies of\n your copyrighted material outside their relationship with you.\n \n Conveying under any other circumstances is permitted solely under\n the conditions stated below. Sublicensing is not allowed; section 10\n makes it unnecessary.\n \n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n \n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article\n 11 of the WIPO copyright treaty adopted on 20 December 1996, or\n similar laws prohibiting or restricting circumvention of such\n measures.\n \n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention\n is effected by exercising rights under this License with respect to\n the covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's\n users, your or third parties' legal rights to forbid circumvention of\n technological measures.\n \n 4. Conveying Verbatim Copies.\n \n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice;\n keep intact all notices stating that this License and any\n non-permissive terms added in accord with section 7 apply to the code;\n keep intact all notices of the absence of any warranty; and give all\n recipients a copy of this License along with the Program.\n \n You may charge any price or no price for each copy that you convey,\n and you may offer support or warranty protection for a fee.\n \n 5. Conveying Modified Source Versions.\n \n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the\n terms of section 4, provided that you also meet all of these conditions:\n \n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n \n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n \n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n \n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n \n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work,\n and which are not combined with it such as to form a larger program,\n in or on a volume of a storage or distribution medium, is called an\n \"aggregate\" if the compilation and its resulting copyright are not\n used to limit the access or legal rights of the compilation's users\n beyond what the individual works permit. Inclusion of a covered work\n in an aggregate does not cause this License to apply to the other\n parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n \n You may convey a covered work in object code form under the terms\n of sections 4 and 5, provided that you also convey the\n machine-readable Corresponding Source under the terms of this License,\n in one of these ways:\n \n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n \n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n \n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be\n included in conveying the object code work.\n \n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n \n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n \n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as\n part of a transaction in which the right of possession and use of the\n User Product is transferred to the recipient in perpetuity or for a\n fixed term (regardless of how the transaction is characterized), the\n Corresponding Source conveyed under this section must be accompanied\n by the Installation Information. But this requirement does not apply\n if neither you nor any third party retains the ability to install\n modified object code on the User Product (for example, the work has\n been installed in ROM).\n \n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access to a\n network may be denied when the modification itself materially and\n adversely affects the operation of the network or violates the rules and\n protocols for communication across the network.\n \n Corresponding Source conveyed, and Installation Information provided,\n in accord with this section must be in a format that is publicly\n documented (and with an implementation available to the public in\n source code form), and must require no special password or key for\n unpacking, reading or copying.\n \n 7. Additional Terms.\n \n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall\n be treated as though they were included in this License, to the extent\n that they are valid under applicable law. If additional permissions\n apply only to part of the Program, that part may be used separately\n under those permissions, but the entire Program remains governed by\n this License without regard to the additional permissions.\n \n When you convey a copy of a covered work, you may at your option\n remove any additional permissions from that copy, or from any part of\n it. (Additional permissions may be written to require their own\n removal in certain cases when you modify the work.) You may place\n additional permissions on material, added by you to a covered work,\n for which you have or can give appropriate copyright permission.\n \n Notwithstanding any other provision of this License, for material you\n add to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n \n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n \n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n \n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n \n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n \n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n \n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n \n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further\n restriction, you may remove that term. If a license document contains\n a further restriction but permits relicensing or conveying under this\n License, you may add to a covered work material governed by the terms\n of that license document, provided that the further restriction does\n not survive such relicensing or conveying.\n \n If you add terms to a covered work in accord with this section, you\n must place, in the relevant source files, a statement of the\n additional terms that apply to those files, or a notice indicating\n where to find the applicable terms.\n \n Additional terms, permissive or non-permissive, may be stated in the\n form of a separately written license, or stated as exceptions;\n the above requirements apply either way.\n \n 8. Termination.\n \n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or\n modify it is void, and will automatically terminate your rights under\n this License (including any patent licenses granted under the third\n paragraph of section 11).\n \n However, if you cease all violation of this License, then your\n license from a particular copyright holder is reinstated (a)\n provisionally, unless and until the copyright holder explicitly and\n finally terminates your license, and (b) permanently, if the copyright\n holder fails to notify you of the violation by some reasonable means\n prior to 60 days after the cessation.\n \n Moreover, your license from a particular copyright holder is\n reinstated permanently if the copyright holder notifies you of the\n violation by some reasonable means, this is the first time you have\n received notice of violation of this License (for any work) from that\n copyright holder, and you cure the violation prior to 30 days after\n your receipt of the notice.\n \n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n \n 9. Acceptance Not Required for Having Copies.\n \n You are not required to accept this License in order to receive or\n run a copy of the Program. Ancillary propagation of a covered work\n occurring solely as a consequence of using peer-to-peer transmission\n to receive a copy likewise does not require acceptance. However,\n nothing other than this License grants you permission to propagate or\n modify any covered work. These actions infringe copyright if you do\n not accept this License. Therefore, by modifying or propagating a\n covered work, you indicate your acceptance of this License to do so.\n \n 10. Automatic Licensing of Downstream Recipients.\n \n Each time you convey a covered work, the recipient automatically\n receives a license from the original licensors, to run, modify and\n propagate that work, subject to this License. You are not responsible\n for enforcing compliance by third parties with this License.\n \n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered\n work results from an entity transaction, each party to that\n transaction who receives a copy of the work also receives whatever\n licenses to the work the party's predecessor in interest had or could\n give under the previous paragraph, plus a right to possession of the\n Corresponding Source of the work from the predecessor in interest, if\n the predecessor has it or can get it with reasonable efforts.\n \n You may not impose any further restrictions on the exercise of the\n rights granted or affirmed under this License. For example, you may\n not impose a license fee, royalty, or other charge for exercise of\n rights granted under this License, and you may not initiate litigation\n (including a cross-claim or counterclaim in a lawsuit) alleging that\n any patent claim is infringed by making, using, selling, offering for\n sale, or importing the Program or any portion of it.\n \n 11. Patents.\n \n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The\n work thus licensed is called the contributor's \"contributor version\".\n \n A contributor's \"essential patent claims\" are all patent claims\n owned or controlled by the contributor, whether already acquired or\n hereafter acquired, that would be infringed by some manner, permitted\n by this License, of making, using, or selling its contributor version,\n but do not include claims that would be infringed only as a\n consequence of further modification of the contributor version. For\n purposes of this definition, \"control\" includes the right to grant\n patent sublicenses in a manner consistent with the requirements of\n this License.\n \n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to\n make, use, sell, offer for sale, import and otherwise run, modify and\n propagate the contents of its contributor version.\n \n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a\n party means to make such an agreement or commitment not to enforce a\n patent against the party.\n \n If you convey a covered work, knowingly relying on a patent license,\n and the Corresponding Source of the work is not available for anyone\n to copy, free of charge and under the terms of this License, through a\n publicly available network server or other readily accessible means,\n then you must either (1) cause the Corresponding Source to be so\n available, or (2) arrange to deprive yourself of the benefit of the\n patent license for this particular work, or (3) arrange, in a manner\n consistent with the requirements of this License, to extend the patent\n license to downstream recipients. \"Knowingly relying\" means you have\n actual knowledge that, but for the patent license, your conveying the\n covered work in a country, or your recipient's use of the covered work\n in a country, would infringe one or more identifiable patents in that\n country that you have reason to believe are valid.\n \n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties\n receiving the covered work authorizing them to use, propagate, modify\n or convey a specific copy of the covered work, then the patent license\n you grant is automatically extended to all recipients of the covered\n work and works based on it.\n \n A patent license is \"discriminatory\" if it does not include within\n the scope of its coverage, prohibits the exercise of, or is\n conditioned on the non-exercise of one or more of the rights that are\n specifically granted under this License. You may not convey a covered\n work if you are a party to an arrangement with a third party that is\n in the business of distributing software, under which you make payment\n to the third party based on the extent of your activity of conveying\n the work, and under which the third party grants, to any of the\n parties who would receive the covered work from you, a discriminatory\n patent license (a) in connection with copies of the covered work\n conveyed by you (or copies made from those copies), or (b) primarily\n for and in connection with specific products or compilations that\n contain the covered work, unless you entered into that arrangement,\n or that patent license was granted, prior to 28 March 2007.\n \n Nothing in this License shall be construed as excluding or limiting\n any implied license or other defenses to infringement that may\n otherwise be available to you under applicable patent law.\n \n 12. No Surrender of Others' Freedom.\n \n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot convey a\n covered work so as to satisfy simultaneously your obligations under this\n License and any other pertinent obligations, then as a consequence you may\n not convey it at all. For example, if you agree to terms that obligate you\n to collect a royalty for further conveying from those to whom you convey\n the Program, the only way you could satisfy both those terms and this\n License would be to refrain entirely from conveying the Program.\n \n 13. Use with the GNU Affero General Public License.\n \n Notwithstanding any other provision of this License, you have\n permission to link or combine any covered work with a work licensed\n under version 3 of the GNU Affero General Public License into a single\n combined work, and to convey the resulting work. The terms of this\n License will continue to apply to the part which is the covered work,\n but the special requirements of the GNU Affero General Public License,\n section 13, concerning interaction through a network will apply to the\n combination as such.\n \n 14. Revised Versions of this License.\n \n The Free Software Foundation may publish revised and/or new versions of\n the GNU General Public License from time to time. Such new versions will\n be similar in spirit to the present version, but may differ in detail to\n address new problems or concerns.\n \n Each version is given a distinguishing version number. If the\n Program specifies that a certain numbered version of the GNU General\n Public License \"or any later version\" applies to it, you have the\n option of following the terms and conditions either of that numbered\n version or of any later version published by the Free Software\n Foundation. If the Program does not specify a version number of the\n GNU General Public License, you may choose any version ever published\n by the Free Software Foundation.\n \n If the Program specifies that a proxy can decide which future\n versions of the GNU General Public License can be used, that proxy's\n public statement of acceptance of a version permanently authorizes you\n to choose that version for the Program.\n \n Later license versions may give you additional or different\n permissions. However, no additional obligations are imposed on any\n author or copyright holder as a result of your choosing to follow a\n later version.\n \n 15. Disclaimer of Warranty.\n \n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n \n If the disclaimer of warranty and limitation of liability provided\n above cannot be given local legal effect according to their terms,\n reviewing courts shall apply local law that most closely approximates\n an absolute waiver of all civil liability in connection with the\n Program, unless a warranty or assumption of liability accompanies a\n copy of the Program in return for a fee.\n \n END OF TERMS AND CONDITIONS\n \n How to Apply These Terms to Your New Programs\n \n If you develop a new program, and you want it to be of the greatest\n possible use to the public, the best way to achieve this is to make it\n free software which everyone can redistribute and change under these terms.\n \n To do so, attach the following notices to the program. It is safest\n to attach them to the start of each source file to most effectively\n state the exclusion of warranty; and each file should have at least\n the \"copyright\" line and a pointer to where the full notice is found.\n \n \n Copyright (C) \n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n \n Also add information on how to contact you by electronic and paper mail.\n \n If the program does terminal interaction, make it output a short\n notice like this when it starts in an interactive mode:\n \n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n \n The hypothetical commands `show w' and `show c' should show the appropriate\n parts of the General Public License. Of course, your program's commands\n might be different; for a GUI interface, you would use an \"about box\".\n \n You should also get your employer (if you work as a programmer) or school,\n if any, to sign a \"copyright disclaimer\" for the program, if necessary.\n For more information on this, and how to apply and follow the GNU GPL, see\n .\n \n The GNU General Public License does not permit incorporating your program\n into proprietary programs. If your program is a subroutine library, you\n may consider it more useful to permit linking proprietary applications with\n the library. If this is what you want to do, use the GNU Lesser General\n Public License instead of this License. But first, please read\n .\n \n Name: libquadmath\n Files: numpy.libs/libquadmath*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\n License: LGPL-2.1-or-later\n \n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n \n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n \n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:travis_e__oliphant_et_al__project:python-numpy:1.26.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/numpy@1.26.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python-numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python_numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:numpy:1.26.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/numpy-1.26.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/numpy-1.26.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/nxtdms@23.0.0.30?package-id=e0def378aff783e5", + "type": "library", + "author": "Lee Johnston ", + "name": "nxtdms", + "version": "23.0.0.30", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:lee_johnston_project:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nxtdms@23.0.0.30", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston_project:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston_project:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnstonproject:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee-johnston:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lee_johnston:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nxtdms:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nxtdms:23.0.0.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/nxtdms-23.0.0.30.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=8d963de69802b459", + "type": "library", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/oauthlib_1666056362788/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=6c5249c492889b0f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/one-time@1.0.0?package-id=21aca388a87208a4", + "type": "library", + "author": "Arnout Kazemier", + "name": "one-time", + "version": "1.0.0", + "description": "Run the supplied function exactly one time (once)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:one-time:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/one-time@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/one-time.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/one-time/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/openpyxl@3.1.2?package-id=64fdeb9b4dd2da35", + "type": "library", + "author": "See AUTHORS ", + "name": "openpyxl", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:charlie_clark_project:python-openpyxl:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/openpyxl@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark_project:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clarkproject:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors_project:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authorsproject:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie-clark:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charlie_clark:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:see_authors:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openpyxl:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:openpyxl:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/openpyxl-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.4?arch=amd64&upstream=openssh&distro=ubuntu-22.04&package-id=c34fc76ce73b4d54", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssh-client", + "version": "1:8.9p1-3ubuntu0.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat-with-advertising-restriction" + } + }, + { + "license": { + "name": "Mazieres-BSD-style" + } + }, + { + "license": { + "name": "OpenSSH" + } + }, + { + "license": { + "name": "Powell-BSD-style" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:openssh-client:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.4?arch=amd64&upstream=openssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh-client:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh-client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh_client:1\\:8.9p1-3ubuntu0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssh-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssh-client.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssh-client.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3092" + }, + { + "name": "syft:metadata:source", + "value": "openssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=0104fa3463770d91", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:pypi/opentelemetry-api@1.21.0?package-id=347f05e6c57f97ac", + "type": "library", + "author": "OpenTelemetry Authors ", + "name": "opentelemetry-api", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-common", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-grpc", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-exporter-otlp-proto-http", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation-requests", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-proto", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-sdk", + "version": "1.21.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-semantic-conventions", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-util-http", + "version": "0.42b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "overrides", + "version": "7.4.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:mikko_korpela_project:python-overrides:7.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/overrides@7.4.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/overrides_1691338815398/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela_project:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela_project:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpelaproject:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko-korpela:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikko_korpela:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:overrides:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:overrides:7.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/overrides-7.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/p-map@4.0.0?package-id=b200d39f3ff04b26", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:p-map:p-map:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/p-map@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p-map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/p-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.2?package-id=3c1fb51c192ce2e0", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.2", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "pamela", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjaminrk_project:python-pamela:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pamela@1.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pamela_1691565434937/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pamela-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pandas@2.1.1?package-id=ed6bd8ddc5bd7a45", + "type": "library", + "author": "The Pandas Development Team ", + "name": "pandas", + "version": "2.1.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team\n All rights reserved.\n \n Copyright (c) 2011-2023, Open source contributors.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:pandas_development_team_\\", + "name": "pandoc", + "version": "2.9.2.1-3ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MS-RL" + } + }, + { + "license": { + "name": "BSD-3-Clause~Glasgow" + } + }, + { + "license": { + "name": "BSD-3-clause~JohnMacFarlane" + } + }, + { + "license": { + "name": "WTFPL-2" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:pandoc:pandoc:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pandoc@2.9.2.1-3ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pandoc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pandoc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "151480" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pandoc-data@2.9.2.1-3ubuntu2?arch=all&upstream=pandoc&distro=ubuntu-22.04&package-id=1972796ffce20a01", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pandoc-data", + "version": "2.9.2.1-3ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MS-RL" + } + }, + { + "license": { + "name": "BSD-3-Clause~Glasgow" + } + }, + { + "license": { + "name": "BSD-3-clause~JohnMacFarlane" + } + }, + { + "license": { + "name": "WTFPL-2" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:pandoc-data:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pandoc-data@2.9.2.1-3ubuntu2?arch=all&upstream=pandoc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc-data:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc_data:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc_data:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc:pandoc-data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandoc:pandoc_data:2.9.2.1-3ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pandoc-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pandoc-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "602" + }, + { + "name": "syft:metadata:source", + "value": "pandoc" + } + ] + }, + { + "bom-ref": "pkg:pypi/pandocfilters@1.5.0?package-id=ebaf447b93ca0c1b", + "type": "library", + "author": "John MacFarlane ", + "name": "pandocfilters", + "version": "1.5.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:john_macfarlane_project:python-pandocfilters:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pandocfilters@1.5.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pandocfilters_1631603243851/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane_project:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane_project:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlaneproject:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher_project:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopherproject:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:john_macfarlane:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandocfilters:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fiddlosopher:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pandocfilters:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pandocfilters-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/panel@1.3.4?package-id=a5a0b70674063390", + "type": "library", + "author": "HoloViz ", + "name": "panel", + "version": "1.3.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:developers_project:python-panel:1.3.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/panel@1.3.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:python-panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:python_panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-panel:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_panel:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:panel:panel:1.3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/panel-1.3.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/papermill@2.5.0?package-id=d999a54b85b3538c", + "type": "library", + "author": "nteract contributors ", + "name": "papermill", + "version": "2.5.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-papermill:2.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/papermill@2.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:papermill:2.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/papermill-2.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/param@2.0.1?package-id=8b80f97b7a8a51d0", + "type": "library", + "author": "HoloViz ", + "name": "param", + "version": "2.0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:holoviz_\\", + "name": "parso", + "version": "0.8.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-parso:0.8.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/parso@0.8.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/parso-0.8.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=30902b02c858ae68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=6ea4cbd98fe0f972", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-key@3.1.1?package-id=ccb5eb7104da248e", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-key", + "version": "3.1.1", + "description": "Get the PATH environment variable key cross-platform", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-key:path-key:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-key@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-key/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-scurry@1.10.1?package-id=7015e554d8154738", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me)", + "name": "path-scurry", + "version": "1.10.1", + "description": "walk paths fast and efficiently", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:path-scurry:path-scurry:1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-scurry@1.10.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/path-scurry", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-scurry:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path-scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_scurry:1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/path-scurry/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=9396d24aefae9aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "717" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=66abd42c9a706df0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.2?arch=all&upstream=perl&distro=ubuntu-22.04&package-id=942a33e8897836b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-modules-5.34", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.34:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.2?arch=all&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.34:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.34:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.34.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17671" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:pypi/pexpect@4.8.0?package-id=359f8e6fdc949261", + "type": "library", + "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast ", + "name": "pexpect", + "version": "4.8.0", + "licenses": [ + { + "license": { + "name": "ISC license" + } + } + ], + "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pexpect@4.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pexpect_1667297516076/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pickleshare@0.7.5?package-id=289bb5955b619274", + "type": "library", + "author": "Ville Vainio ", + "name": "pickleshare", + "version": "0.7.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ville_vainio_project:python-pickleshare:0.7.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pickleshare@0.7.5", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio_project:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio_project:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainioproject:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio_project:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainioproject:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ville_vainio:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pickleshare:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vivainio:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pickleshare:0.7.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pickleshare-0.7.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pika@1.3.2?package-id=bca4d8dc6eea05d0", + "type": "library", + "name": "pika", + "version": "1.3.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-pika:python-pika:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pika@1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:python-pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:python_pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pika:pika:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pika-1.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.3?package-id=8b6346b4651437fe", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip-23.3-py3.12.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pip-23.3-py3.12.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pkgutil-resolve-name@1.3.10?package-id=5c26fa0025f16de2", + "type": "library", + "author": "Vinay Sajip ", + "name": "pkgutil_resolve_name", + "version": "1.3.10", + "cpe": "cpe:2.3:a:python-pkgutil-resolve-name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pkgutil_resolve_name@1.3.10", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pkgutil-resolve-name_1694617248815/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve-name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil-resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve-name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve_name:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil-resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil_resolve:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgutil:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pkgutil-resolve-name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pkgutil_resolve_name:1.3.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pkgutil_resolve_name-1.3.10.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/platformdirs@3.11.0?package-id=2c69b93a9f05df33", + "type": "library", + "name": "platformdirs", + "version": "3.11.0", + "cpe": "cpe:2.3:a:python-platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/platformdirs@3.11.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/platformdirs_1696272223550/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:platformdirs:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/platformdirs-3.11.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/playwright@1.39.0?package-id=c8b0f52da91d3229", + "type": "library", + "author": "Microsoft Corporation", + "name": "playwright", + "version": "1.39.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:microsoft_corporation_project:python-playwright:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/playwright@1.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation_project:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporationproject:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-playwright:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-playwright:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_playwright:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_playwright:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:microsoft_corporation:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-playwright:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_playwright:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:playwright:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/playwright-1.39.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/playwright-1.39.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/playwright-1.39.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/playwright-core@1.39.0?package-id=86bf71381e763682", + "type": "library", + "author": "Microsoft Corporation", + "name": "playwright-core", + "version": "1.39.0", + "description": "A high-level API to automate web browsers", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:playwright-core:playwright-core:1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/playwright-core@1.39.0", + "externalReferences": [ + { + "url": "git+https://github.com/microsoft/playwright.git", + "type": "distribution" + }, + { + "url": "https://playwright.dev", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright-core:playwright_core:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright_core:playwright-core:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright_core:playwright_core:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright:playwright-core:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:playwright:playwright_core:1.39.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/playwright/driver/package/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/plotly@5.6.0?package-id=89824b89bc116407", + "type": "library", + "author": "Chris P ", + "name": "plotly", + "version": "5.6.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_p_project:python-plotly:5.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/plotly@5.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p_project:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p_project:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_pproject:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python-plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python_plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_p:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:plotly:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:plotly:5.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/plotly-5.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pluggy@1.3.0?package-id=c3c9aee6bd5e4d98", + "type": "library", + "author": "Holger Krekel ", + "name": "pluggy", + "version": "1.3.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-pluggy:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluggy@1.3.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pluggy_1693086607691/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pluggy:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pluggy-1.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/postcss-selector-parser@6.0.13?package-id=af775030c97b8772", + "type": "library", + "name": "postcss-selector-parser", + "version": "6.0.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:postcss-selector-parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/postcss-selector-parser@6.0.13", + "externalReferences": [ + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector-parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/preview-latex-style@12.2-1ubuntu1?arch=all&upstream=auctex&distro=ubuntu-22.04&package-id=e01cec59bc82b49c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "preview-latex-style", + "version": "12.2-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "permissive" + } + }, + { + "license": { + "name": "preserve-notice" + } + }, + { + "license": { + "name": "publicdomain" + } + }, + { + "license": { + "name": "tobeclarified" + } + } + ], + "cpe": "cpe:2.3:a:preview-latex-style:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/preview-latex-style@12.2-1ubuntu1?arch=all&upstream=auctex&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex-style:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex_style:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex_style:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview-latex:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview_latex:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview:preview-latex-style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:preview:preview_latex_style:12.2-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/preview-latex-style/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/preview-latex-style.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "252" + }, + { + "name": "syft:metadata:source", + "value": "auctex" + } + ] + }, + { + "bom-ref": "pkg:npm/proc-log@3.0.0?package-id=a299da068fe1c865", + "type": "library", + "author": "GitHub Inc.", + "name": "proc-log", + "version": "3.0.0", + "description": "just emit 'log' events on the process object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:proc-log:proc-log:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/proc-log@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/proc-log.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc-log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/proc-log/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/process@0.11.10?package-id=d780092bc09b3ad8", + "type": "library", + "author": "Roman Shtylman ", + "name": "process", + "version": "0.11.10", + "description": "process information for node.js and browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shtylman:process:0.11.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/process@0.11.10", + "externalReferences": [ + { + "url": "git://github.com/shtylman/node-process.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:process:process:0.11.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/process/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=95e441e4005bd88a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:npm/prom-client@14.2.0?package-id=cb454f88f4115e53", + "type": "library", + "author": "Simon Nyberg", + "name": "prom-client", + "version": "14.2.0", + "description": "Client for prometheus", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:prom-client:prom-client:14.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/prom-client@14.2.0", + "externalReferences": [ + { + "url": "https://github.com/siimon/prom-client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom-client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/prom-client/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/prometheus-client@0.17.1?package-id=658bd69585bf2430", + "type": "library", + "author": "Brian Brazil ", + "name": "prometheus-client", + "version": "0.17.1", + "licenses": [ + { + "license": { + "name": "Apache Software License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prometheus-client@0.17.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/prometheus_client_1689032443210/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-all-reject-late@1.0.1?package-id=81daa064efa8946c", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-all-reject-late", + "version": "1.0.1", + "description": "Like Promise.all, but save rejections until all promises are resolved", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-all-reject-late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-all-reject-late@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject-late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-call-limit@1.0.2?package-id=ec9548069be69ae0", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-call-limit", + "version": "1.0.2", + "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-call-limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-call-limit@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/promise-call-limit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call-limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-call-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-inflight@1.0.1?package-id=d17675a914039e43", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-inflight@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/iarna/promise-inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/promise-inflight#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-retry@2.0.1?package-id=8e944038f987cfff", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:promise-retry:promise-retry:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-retry@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/node-promise-retry.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promise-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/prompt-toolkit@3.0.39?package-id=3cf1e5df2178783d", + "type": "library", + "author": "Jonathan Slenders", + "name": "prompt-toolkit", + "version": "3.0.39", + "cpe": "cpe:2.3:a:jonathan_slenders_project:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prompt-toolkit@3.0.39", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1688565951714/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt-toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt_toolkit:3.0.39:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/prompt_toolkit-3.0.39.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/promzard@1.0.0?package-id=c39e57ce35268921", + "type": "library", + "author": "GitHub Inc.", + "name": "promzard", + "version": "1.0.0", + "description": "prompting wizardly", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promzard:promzard:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/promzard@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promzard.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:promzard:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/promzard/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/protobuf@4.24.4?package-id=423033786d0f9b39", + "type": "library", + "author": "protobuf@googlegroups.com ", + "name": "protobuf", + "version": "4.24.4", + "licenses": [ + { + "license": { + "name": "3-Clause BSD License" + } + } + ], + "cpe": "cpe:2.3:a:protobuf\\@googlegroups_com_project:python-protobuf:4.24.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/protobuf@4.24.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com_project:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com_project:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_comproject:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf\\@googlegroups_com:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf_project:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobufproject:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:protobuf:4.24.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/protobuf-4.24.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/protobuf-4.24.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/psutil@5.9.6?package-id=82272dfcb70a65a4", + "type": "library", + "author": "Giampaolo Rodola ", + "name": "psutil", + "version": "5.9.6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:giampaolo_rodola_project:python-psutil:5.9.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/psutil@5.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola_project:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola_project:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodolaproject:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola_project:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giampaolo_rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodolaproject:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g-rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g_rodola:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psutil:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psutil:5.9.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/psutil-5.9.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=a651db49ebf97088", + "type": "library", + "author": "Thomas Kluyver ", + "name": "ptyprocess", + "version": "0.7.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ptyprocess@0.7.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/pure-eval@0.2.2?package-id=0884183c2ca715d0", + "type": "library", + "author": "Alex Hall ", + "name": "pure-eval", + "version": "0.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pure-eval@0.2.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/py@1.11.0?package-id=61a487842515ebe4", + "type": "library", + "author": "holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others ", + "name": "py", + "version": "1.11.0", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python-py:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/py@1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/py-1.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyopenssl@23.2.0?package-id=2e767a23be1c2935", + "type": "library", + "author": "The pyOpenSSL developers ", + "name": "pyOpenSSL", + "version": "23.2.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:pyopenssl_developers_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyOpenSSL@23.2.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyopenssl_1685514481738/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyarrow@14.0.1?package-id=7772ade4c44e5fae", + "type": "library", + "name": "pyarrow", + "version": "14.0.1", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-pyarrow:python-pyarrow:14.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyarrow@14.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:python_pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python-pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python_pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python-pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python_pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyarrow:14.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyarrow-14.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycosat@0.6.6?package-id=ddf5e1db527e9489", + "type": "library", + "author": "Ilan Schnell ", + "name": "pycosat", + "version": "0.6.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ilan_schnell_project:python-pycosat:0.6.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycosat@0.6.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pycosat_1696355758146/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell_project:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell_project:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnellproject:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_project:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan_schnell:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:python-pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:python_pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilanproject:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycosat:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilan:pycosat:0.6.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycosat-0.6.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycparser@2.21?package-id=4867f4c2d10a0fe5", + "type": "library", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.21", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.21:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.21", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pycparser_1636257122734/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycparser-2.21.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyct@0.5.0?package-id=aa06d3f3fc2d0d09", + "type": "library", + "author": "HoloViz ", + "name": "pyct", + "version": "0.5.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License" + } + } + ], + "cpe": "cpe:2.3:a:developers_project:python-pyct:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyct@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers_project:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developersproject:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz_project:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holovizproject:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:python-pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:python_pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:developers:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holoviz:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyct:pyct:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyct-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycurl@7.45.1?package-id=74e01ea6fbb0b8ba", + "type": "library", + "author": "Oleg Pudeyev ", + "name": "pycurl", + "version": "7.45.1", + "licenses": [ + { + "license": { + "name": "LGPL/MIT" + } + } + ], + "cpe": "cpe:2.3:a:oleg_pudeyev_project:python-pycurl:7.45.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycurl@7.45.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev_project:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev_project:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyevproject:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_project:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg_pudeyev:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:python-pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:python_pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:olegproject:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oleg:pycurl:7.45.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pycurl-7.45.1-py3.11.egg-info" + } + ] + }, + { + "bom-ref": "pkg:pypi/pydantic@1.10.2?package-id=47265c4b303226c3", + "type": "library", + "author": "Samuel Colvin ", + "name": "pydantic", + "version": "1.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samuel_colvin_project:python-pydantic:1.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pydantic@1.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin_project:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin_project:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvinproject:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:samuel_colvin:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s_project:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pydantic:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:python-pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:python_pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sproject:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:s:pydantic:1.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pydantic-1.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyee@11.0.1?package-id=947dc3faaec82cff", + "type": "library", + "author": "Josh Holbrook ", + "name": "pyee", + "version": "11.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:josh_holbrook_\\", + "name": "pyparsing", + "version": "2.4.7", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:paul_mcguire_project:python-pyparsing:2.4.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyparsing@2.4.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire_project:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire_project:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguireproject:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg_project:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paul_mcguire:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:python-pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:python_pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcgproject:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyparsing:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptmcg:pyparsing:2.4.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyparsing-2.4.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyppeteer@1.0.2?package-id=21dd8b84168170cb", + "type": "library", + "author": "granitosaurus ", + "name": "pyppeteer", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bernardas_alisauskas_project:python-pyppeteer:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyppeteer@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas_project:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas_project:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskasproject:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus_project:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas-alisauskas:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernardas_alisauskas:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurusproject:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:granitosaurus:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyppeteer:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyppeteer:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyppeteer-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyppeteer-1.0.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyreadline@2.1?package-id=4cc2c504a929cce9", + "type": "library", + "author": "Jorgen Stenarson ", + "name": "pyreadline", + "version": "2.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jorgen_stenarson_project:python-pyreadline:2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyreadline@2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson_project:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson_project:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarsonproject:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen-stenarson:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jorgen_stenarson:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyreadline:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyreadline:2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyreadline-2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest@7.4.2?package-id=7e935237a8cfac50", + "type": "library", + "author": "Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others", + "name": "pytest", + "version": "7.4.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python-pytest:7.4.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest@7.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest:7.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest-7.4.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest-json@0.4.0?package-id=d2cf3a8e34e147d2", + "type": "library", + "author": "Matt Chun-Lum ", + "name": "pytest-json", + "version": "0.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:matt_chun_lum_project:python-pytest-json:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-json@0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum_project:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lumproject:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum_project:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlumproject:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matt_chun_lum:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_json:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mchunlum:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest-json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest_json:0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytest_json-0.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.6?package-id=b88d422b9a4b3c43", + "type": "application", + "name": "python", + "version": "3.11.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-box@7.1.1?package-id=401f10ba6408be2f", + "type": "library", + "author": "Chris Griffith ", + "name": "python-box", + "version": "7.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_griffith_project:python-box:7.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-box@7.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith_project:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffithproject:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffithproject:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_griffith:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_project:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chrisproject:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-box:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-box:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_box:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_box:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python-box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris:python_box:7.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_box-7.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=c8db7d832c667746", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-json-logger@2.0.7?package-id=f3bc2eafa8b3095f", + "type": "library", + "author": "Zakaria Zajac ", + "name": "python-json-logger", + "version": "2.0.7", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:zakaria_zajac_project:python-json-logger:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-json-logger@2.0.7", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/python-json-logger_1677079630776/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=df85b29c8f43909b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3:python3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "90" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=e3cc849486deaf68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-distutils@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=b86c6b15dea34527", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-distutils", + "version": "3.10.8-1~22.04", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-distutils@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-distutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "757" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-lib2to3@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=3556302ea56e1faa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-lib2to3", + "version": "3.10.8-1~22.04", + "cpe": "cpe:2.3:a:python3-lib2to3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-lib2to3@3.10.8-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lib2to3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_lib2to3:3.10.8-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-lib2to3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-lib2to3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "388" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=fbe78f130788504d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-minimal", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f6615d6fc9581fa6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "633" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=f0fb8fb72beb52d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-dev", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-dev:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-dev@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-dev:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_dev:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "510" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=92bfe97a9cb27709", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-minimal", + "version": "3.10.12-1~22.04.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.3?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5898" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytz@2023.3.post1?package-id=112cf8a14bfd76fd", + "type": "library", + "author": "Stuart Bishop ", + "name": "pytz", + "version": "2023.3.post1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2023.3.post1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytz@2023.3.post1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pytz_1693930252784/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python-pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python_pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:pytz:2023.3.post1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pytz-2023.3.post1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyviz-comms@3.0.0?package-id=745795090eb1b73c", + "type": "library", + "author": "Philipp Rudiger", + "name": "pyviz_comms", + "version": "3.0.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2023, Philipp Rudiger\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:philipp_rudiger_project:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyviz_comms@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger_project:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudigerproject:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz-comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:philipp_rudiger:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python-pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python-pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:python_pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz-comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz_comms:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:pyviz-comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyviz:pyviz_comms:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyviz_comms-3.0.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyzmq@25.1.1?package-id=cb39cac3d8f0a115", + "type": "library", + "author": "Brian E. Granger, Min Ragan-Kelley ", + "name": "pyzmq", + "version": "25.1.1", + "licenses": [ + { + "license": { + "name": "LGPL+BSD" + } + } + ], + "cpe": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python-pyzmq:25.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyzmq@25.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/pyzmq_1695384312770/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python-pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python_pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:pyzmq:25.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/pyzmq-25.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/qrcode-terminal@0.12.0?package-id=f74576eff85a22be", + "type": "library", + "name": "qrcode-terminal", + "version": "0.12.0", + "description": "QRCodes, in the terminal", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:qrcode-terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/qrcode-terminal@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "distribution" + }, + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode-terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/qrcode-terminal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read@2.1.0?package-id=6115c2d5c3a7fdcd", + "type": "library", + "author": "GitHub Inc.", + "name": "read", + "version": "2.1.0", + "description": "read(1) for node programs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read:read:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-cmd-shim@4.0.0?package-id=a5f4bad74df52c09", + "type": "library", + "author": "GitHub Inc.", + "name": "read-cmd-shim", + "version": "4.0.0", + "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-cmd-shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-cmd-shim@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-cmd-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/read-cmd-shim#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd-shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json@7.0.0?package-id=fde996c289093e6f", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json", + "version": "7.0.0", + "description": "The thing npm uses to read package.json files with semantics and defaults and validation", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json:read-package-json:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json@7.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json-fast@3.0.2?package-id=4aac844f090863bb", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json-fast", + "version": "3.0.2", + "description": "Like read-package-json, but faster", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json-fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json-fast@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json-fast.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json-fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/read-package-json-fast/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=377436c8f52495ec", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=bfcb1247957fd931", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@4.4.0?package-id=913f0b829a89809a", + "type": "library", + "name": "readable-stream", + "version": "4.4.0", + "description": "Node.js Streams, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:4.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@4.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/readable-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04&package-id=00ad7edade6b3102", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "readline-common", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/referencing@0.30.2?package-id=947245630e5b21d0", + "type": "library", + "author": "Julian Berman ", + "name": "referencing", + "version": "0.30.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+referencing_project:python-referencing:0.30.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/referencing@0.30.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/referencing_1691337268233/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/referencing-0.30.2.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=509344ecfaf29611", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/requirejs@2.3.6?package-id=ff95ae827e6e6213", + "type": "library", + "author": "James Burke (http://github.com/jrburke)", + "name": "requirejs", + "version": "2.3.6", + "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requirejs:requirejs:2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/requirejs@2.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/jrburke/r.js.git", + "type": "distribution" + }, + { + "url": "http://github.com/jrburke/r.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrburke:requirejs:2.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/share/jupyterhub/static/components/requirejs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/requires-port@1.0.0?package-id=2c047036337ec428", + "type": "library", + "author": "Arnout Kazemier", + "name": "requires-port", + "version": "1.0.0", + "description": "Check if a protocol requires a certain port number to be added to an URL.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requires-port:requires-port:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/requires-port@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/unshiftio/requires-port", + "type": "distribution" + }, + { + "url": "https://github.com/unshiftio/requires-port", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires-port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/requires-port/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/retry@0.12.0?package-id=5d74f62a113724bd", + "type": "library", + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "version": "0.12.0", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tim-kos:retry:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/retry@0.12.0", + "externalReferences": [ + { + "url": "git://github.com/tim-kos/node-retry.git", + "type": "distribution" + }, + { + "url": "https://github.com/tim-kos/node-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:retry:retry:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3339-validator@0.1.4?package-id=4644965db40a6dee", + "type": "library", + "author": "Nicolas Aimetti ", + "name": "rfc3339-validator", + "version": "0.1.4", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:python-rfc3339-validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3339-validator@0.1.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rfc3339-validator_1638811747357/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339-validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339_validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339-validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339_validator:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3339:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3339-validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3339_validator:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3339_validator-0.1.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3986@1.5.0?package-id=6de581f70a501ad5", + "type": "library", + "author": "Ian Stapleton Cordasco ", + "name": "rfc3986", + "version": "1.5.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ian_stapleton_cordasco_project:python-rfc3986:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3986@1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rfc3986-validator@0.1.1?package-id=4b27bd62c3fa0ba8", + "type": "library", + "author": "Nicolas Aimetti ", + "name": "rfc3986-validator", + "version": "0.1.1", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:python-rfc3986-validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rfc3986-validator@0.1.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rfc3986-validator_1598024191506/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986-validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986_validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti_project:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimettiproject:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986-validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986_validator:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti_project:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimettiproject:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nicolas_aimetti:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:naimetti:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rfc3986:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986-validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rfc3986_validator:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/rfc3986_validator-0.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=fa715d128c21edc9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04&package-id=f5ff209e7eea59ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rpcsvc-proto", + "version": "1.4.2-0ubuntu6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:rpcsvc-proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc-proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rpcsvc-proto/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rpcsvc-proto.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:pypi/rpds-py@0.10.6?package-id=8fed8cab48f0cc89", + "type": "library", + "author": "Julian Berman ", + "name": "rpds-py", + "version": "0.10.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian_berman_project:python-rpds-py:0.10.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rpds-py@0.10.6", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/rpds-py_1697072234495/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python-rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python_rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds-py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds_py:0.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/rpds_py-0.10.6.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml@0.17.39?package-id=ac154a7899860ebe", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml", + "version": "0.17.39", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:ruamel.yaml_project:ruamel.yaml:0.17.39:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml@0.17.39", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml_1697743515120/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml-0.17.39.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml.clib@0.2.7?package-id=526e4b2cb9b1f297", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml.clib", + "version": "0.2.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthon_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml.clib@0.2.7", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml.clib_1695996834452/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/run-one@1.17-0ubuntu1?arch=all&distro=ubuntu-22.04&package-id=dada92beda5ad4b5", + "type": "library", + "publisher": "Dustin Kirkland ", + "name": "run-one", + "version": "1.17-0ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:run-one:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/run-one@1.17-0ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run-one:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_one:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run_one:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run-one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:run:run_one:1.17-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/run-one/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4113305ae79c0dedec32f452d7bb1e17c2d6329a97dff850d533ab64b8a46e9b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/run-one.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "44" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=d8e2e9104c3997f8", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=9cfad00328fb646f", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-stable-stringify@2.4.3?package-id=fcd4d42b9ba1ea12", + "type": "library", + "author": "Ruben Bridgewater", + "name": "safe-stable-stringify", + "version": "2.4.3", + "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-stable-stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-stable-stringify@2.4.3", + "externalReferences": [ + { + "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/BridgeAR/safe-stable-stringify#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable-stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-stable-stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_stable_stringify:2.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/safe-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=fd9630b707972642", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/scipy@1.11.4?package-id=7cda5d8db1ec5779", + "type": "library", + "name": "scipy", + "version": "1.11.4", + "licenses": [ + { + "license": { + "name": "Copyright (c) 2001-2002 Enthought, Inc. 2003-2023, SciPy Developers.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n \n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ----\n \n This binary distribution of SciPy also bundles the following software:\n \n \n Name: OpenBLAS\n Files: scipy.libs/libopenblas*.so\n Description: bundled as a dynamically linked library\n Availability: https://github.com/OpenMathLib/OpenBLAS/\n License: BSD-3-Clause-Attribution\n Copyright (c) 2011-2014, The OpenBLAS Project\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n \n Name: LAPACK\n Files: scipy.libs/libopenblas*.so\n Description: bundled in OpenBLAS\n Availability: https://github.com/OpenMathLib/OpenBLAS/\n License: BSD-3-Clause-Attribution\n Copyright (c) 1992-2013 The University of Tennessee and The University\n of Tennessee Research Foundation. All rights\n reserved.\n Copyright (c) 2000-2013 The University of California Berkeley. All\n rights reserved.\n Copyright (c) 2006-2013 The University of Colorado Denver. All rights\n reserved.\n \n $COPYRIGHT$\n \n Additional copyrights may follow\n \n $HEADER$\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n - Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer listed\n in this license in the documentation and/or other materials\n provided with the distribution.\n \n - Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n The copyright holders provide no reassurances that the source code\n provided does not infringe any patent, copyright, or any other\n intellectual property rights of third parties. The copyright holders\n disclaim any liability to any recipient for claims brought against\n recipient by any third party for infringement of that parties\n intellectual property rights.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n \n Name: GCC runtime library\n Files: scipy.libs/libgfortran*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran\n License: GPL-3.0-with-GCC-exception\n Copyright (C) 2002-2017 Free Software Foundation, Inc.\n \n Libgfortran is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n \n Libgfortran is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n Under Section 7 of GPL version 3, you are granted additional\n permissions described in the GCC Runtime Library Exception, version\n 3.1, as published by the Free Software Foundation.\n \n You should have received a copy of the GNU General Public License and\n a copy of the GCC Runtime Library Exception along with this program;\n see the files COPYING3 and COPYING.RUNTIME respectively. If not, see\n .\n \n ----\n \n Full text of license texts referred to above follows (that they are\n listed below does not necessarily imply the conditions apply to the\n present binary release):\n \n ----\n \n GCC RUNTIME LIBRARY EXCEPTION\n \n Version 3.1, 31 March 2009\n \n Copyright (C) 2009 Free Software Foundation, Inc. \n \n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n \n This GCC Runtime Library Exception (\"Exception\") is an additional\n permission under section 7 of the GNU General Public License, version\n 3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\n bears a notice placed by the copyright holder of the file stating that\n the file is governed by GPLv3 along with this Exception.\n \n When you use GCC to compile a program, GCC may combine portions of\n certain GCC header files and runtime libraries with the compiled\n program. The purpose of this Exception is to allow compilation of\n non-GPL (including proprietary) programs to use, in this way, the\n header files and runtime libraries covered by this Exception.\n \n 0. Definitions.\n \n A file is an \"Independent Module\" if it either requires the Runtime\n Library for execution after a Compilation Process, or makes use of an\n interface provided by the Runtime Library, but is not otherwise based\n on the Runtime Library.\n \n \"GCC\" means a version of the GNU Compiler Collection, with or without\n modifications, governed by version 3 (or a specified later version) of\n the GNU General Public License (GPL) with the option of using any\n subsequent versions published by the FSF.\n \n \"GPL-compatible Software\" is software whose conditions of propagation,\n modification and use would permit combination with GCC in accord with\n the license of GCC.\n \n \"Target Code\" refers to output from any compiler for a real or virtual\n target processor architecture, in executable form or suitable for\n input to an assembler, loader, linker and/or execution\n phase. Notwithstanding that, Target Code does not include data in any\n format that is used as a compiler intermediate representation, or used\n for producing a compiler intermediate representation.\n \n The \"Compilation Process\" transforms code entirely represented in\n non-intermediate languages designed for human-written code, and/or in\n Java Virtual Machine byte code, into Target Code. Thus, for example,\n use of source code generators and preprocessors need not be considered\n part of the Compilation Process, since the Compilation Process can be\n understood as starting with the output of the generators or\n preprocessors.\n \n A Compilation Process is \"Eligible\" if it is done using GCC, alone or\n with other GPL-compatible software, or if it is done without using any\n work based on GCC. For example, using non-GPL-compatible Software to\n optimize any GCC intermediate representations would not qualify as an\n Eligible Compilation Process.\n \n 1. Grant of Additional Permission.\n \n You have permission to propagate a work of Target Code formed by\n combining the Runtime Library with Independent Modules, even if such\n propagation would otherwise violate the terms of GPLv3, provided that\n all Target Code was generated by Eligible Compilation Processes. You\n may then convey such a combination under terms of your choice,\n consistent with the licensing of the Independent Modules.\n \n 2. No Weakening of GCC Copyleft.\n \n The availability of this Exception does not imply any general\n presumption that third-party software is unaffected by the copyleft\n requirements of the license of GCC.\n \n ----\n \n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n \n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n \n Preamble\n \n The GNU General Public License is a free, copyleft license for\n software and other kinds of works.\n \n The licenses for most software and other practical works are designed\n to take away your freedom to share and change the works. By contrast,\n the GNU General Public License is intended to guarantee your freedom to\n share and change all versions of a program--to make sure it remains free\n software for all its users. We, the Free Software Foundation, use the\n GNU General Public License for most of our software; it applies also to\n any other work released this way by its authors. You can apply it to\n your programs, too.\n \n When we speak of free software, we are referring to freedom, not\n price. Our General Public Licenses are designed to make sure that you\n have the freedom to distribute copies of free software (and charge for\n them if you wish), that you receive source code or can get it if you\n want it, that you can change the software or use pieces of it in new\n free programs, and that you know you can do these things.\n \n To protect your rights, we need to prevent others from denying you\n these rights or asking you to surrender the rights. Therefore, you have\n certain responsibilities if you distribute copies of the software, or if\n you modify it: responsibilities to respect the freedom of others.\n \n For example, if you distribute copies of such a program, whether\n gratis or for a fee, you must pass on to the recipients the same\n freedoms that you received. You must make sure that they, too, receive\n or can get the source code. And you must show them these terms so they\n know their rights.\n \n Developers that use the GNU GPL protect your rights with two steps:\n (1) assert copyright on the software, and (2) offer you this License\n giving you legal permission to copy, distribute and/or modify it.\n \n For the developers' and authors' protection, the GPL clearly explains\n that there is no warranty for this free software. For both users' and\n authors' sake, the GPL requires that modified versions be marked as\n changed, so that their problems will not be attributed erroneously to\n authors of previous versions.\n \n Some devices are designed to deny users access to install or run\n modified versions of the software inside them, although the manufacturer\n can do so. This is fundamentally incompatible with the aim of\n protecting users' freedom to change the software. The systematic\n pattern of such abuse occurs in the area of products for individuals to\n use, which is precisely where it is most unacceptable. Therefore, we\n have designed this version of the GPL to prohibit the practice for those\n products. If such problems arise substantially in other domains, we\n stand ready to extend this provision to those domains in future versions\n of the GPL, as needed to protect the freedom of users.\n \n Finally, every program is threatened constantly by software patents.\n States should not allow patents to restrict development and use of\n software on general-purpose computers, but in those that do, we wish to\n avoid the special danger that patents applied to a free program could\n make it effectively proprietary. To prevent this, the GPL assures that\n patents cannot be used to render the program non-free.\n \n The precise terms and conditions for copying, distribution and\n modification follow.\n \n TERMS AND CONDITIONS\n \n 0. Definitions.\n \n \"This License\" refers to version 3 of the GNU General Public License.\n \n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n \n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n \n To \"modify\" a work means to copy from or adapt all or part of the work\n in a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n \n A \"covered work\" means either the unmodified Program or a work based\n on the Program.\n \n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n \n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through\n a computer network, with no transfer of a copy, is not conveying.\n \n An interactive user interface displays \"Appropriate Legal Notices\"\n to the extent that it includes a convenient and prominently visible\n feature that (1) displays an appropriate copyright notice, and (2)\n tells the user that there is no warranty for the work (except to the\n extent that warranties are provided), that licensees may convey the\n work under this License, and how to view a copy of this License. If\n the interface presents a list of user commands or options, such as a\n menu, a prominent item in the list meets this criterion.\n \n 1. Source Code.\n \n The \"source code\" for a work means the preferred form of the work\n for making modifications to it. \"Object code\" means any non-source\n form of a work.\n \n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that\n is widely used among developers working in that language.\n \n The \"System Libraries\" of an executable work include anything, other\n than the work as a whole, that (a) is included in the normal form of\n packaging a Major Component, but which is not part of that Major\n Component, and (b) serves only to enable use of the work with that\n Major Component, or to implement a Standard Interface for which an\n implementation is available to the public in source code form. A\n \"Major Component\", in this context, means a major essential component\n (kernel, window system, and so on) of the specific operating system\n (if any) on which the executable work runs, or a compiler used to\n produce the work, or an object code interpreter used to run it.\n \n The \"Corresponding Source\" for a work in object code form means all\n the source code needed to generate, install, and (for an executable\n work) run the object code and to modify the work, including scripts to\n control those activities. However, it does not include the work's\n System Libraries, or general-purpose tools or generally available free\n programs which are used unmodified in performing those activities but\n which are not part of the work. For example, Corresponding Source\n includes interface definition files associated with source files for\n the work, and the source code for shared libraries and dynamically\n linked subprograms that the work is specifically designed to require,\n such as by intimate data communication or control flow between those\n subprograms and other parts of the work.\n \n The Corresponding Source need not include anything that users\n can regenerate automatically from other parts of the Corresponding\n Source.\n \n The Corresponding Source for a work in source code form is that\n same work.\n \n 2. Basic Permissions.\n \n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program. The output from running a\n covered work is covered by this License only if the output, given its\n content, constitutes a covered work. This License acknowledges your\n rights of fair use or other equivalent, as provided by copyright law.\n \n You may make, run and propagate covered works that you do not\n convey, without conditions so long as your license otherwise remains\n in force. You may convey covered works to others for the sole purpose\n of having them make modifications exclusively for you, or provide you\n with facilities for running those works, provided that you comply with\n the terms of this License in conveying all material for which you do\n not control copyright. Those thus making or running the covered works\n for you must do so exclusively on your behalf, under your direction\n and control, on terms that prohibit them from making any copies of\n your copyrighted material outside their relationship with you.\n \n Conveying under any other circumstances is permitted solely under\n the conditions stated below. Sublicensing is not allowed; section 10\n makes it unnecessary.\n \n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n \n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article\n 11 of the WIPO copyright treaty adopted on 20 December 1996, or\n similar laws prohibiting or restricting circumvention of such\n measures.\n \n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention\n is effected by exercising rights under this License with respect to\n the covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's\n users, your or third parties' legal rights to forbid circumvention of\n technological measures.\n \n 4. Conveying Verbatim Copies.\n \n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice;\n keep intact all notices stating that this License and any\n non-permissive terms added in accord with section 7 apply to the code;\n keep intact all notices of the absence of any warranty; and give all\n recipients a copy of this License along with the Program.\n \n You may charge any price or no price for each copy that you convey,\n and you may offer support or warranty protection for a fee.\n \n 5. Conveying Modified Source Versions.\n \n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the\n terms of section 4, provided that you also meet all of these conditions:\n \n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n \n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n \n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n \n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n \n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work,\n and which are not combined with it such as to form a larger program,\n in or on a volume of a storage or distribution medium, is called an\n \"aggregate\" if the compilation and its resulting copyright are not\n used to limit the access or legal rights of the compilation's users\n beyond what the individual works permit. Inclusion of a covered work\n in an aggregate does not cause this License to apply to the other\n parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n \n You may convey a covered work in object code form under the terms\n of sections 4 and 5, provided that you also convey the\n machine-readable Corresponding Source under the terms of this License,\n in one of these ways:\n \n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n \n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n \n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be\n included in conveying the object code work.\n \n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n \n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n \n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as\n part of a transaction in which the right of possession and use of the\n User Product is transferred to the recipient in perpetuity or for a\n fixed term (regardless of how the transaction is characterized), the\n Corresponding Source conveyed under this section must be accompanied\n by the Installation Information. But this requirement does not apply\n if neither you nor any third party retains the ability to install\n modified object code on the User Product (for example, the work has\n been installed in ROM).\n \n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access to a\n network may be denied when the modification itself materially and\n adversely affects the operation of the network or violates the rules and\n protocols for communication across the network.\n \n Corresponding Source conveyed, and Installation Information provided,\n in accord with this section must be in a format that is publicly\n documented (and with an implementation available to the public in\n source code form), and must require no special password or key for\n unpacking, reading or copying.\n \n 7. Additional Terms.\n \n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall\n be treated as though they were included in this License, to the extent\n that they are valid under applicable law. If additional permissions\n apply only to part of the Program, that part may be used separately\n under those permissions, but the entire Program remains governed by\n this License without regard to the additional permissions.\n \n When you convey a copy of a covered work, you may at your option\n remove any additional permissions from that copy, or from any part of\n it. (Additional permissions may be written to require their own\n removal in certain cases when you modify the work.) You may place\n additional permissions on material, added by you to a covered work,\n for which you have or can give appropriate copyright permission.\n \n Notwithstanding any other provision of this License, for material you\n add to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n \n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n \n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n \n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n \n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n \n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n \n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n \n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further\n restriction, you may remove that term. If a license document contains\n a further restriction but permits relicensing or conveying under this\n License, you may add to a covered work material governed by the terms\n of that license document, provided that the further restriction does\n not survive such relicensing or conveying.\n \n If you add terms to a covered work in accord with this section, you\n must place, in the relevant source files, a statement of the\n additional terms that apply to those files, or a notice indicating\n where to find the applicable terms.\n \n Additional terms, permissive or non-permissive, may be stated in the\n form of a separately written license, or stated as exceptions;\n the above requirements apply either way.\n \n 8. Termination.\n \n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or\n modify it is void, and will automatically terminate your rights under\n this License (including any patent licenses granted under the third\n paragraph of section 11).\n \n However, if you cease all violation of this License, then your\n license from a particular copyright holder is reinstated (a)\n provisionally, unless and until the copyright holder explicitly and\n finally terminates your license, and (b) permanently, if the copyright\n holder fails to notify you of the violation by some reasonable means\n prior to 60 days after the cessation.\n \n Moreover, your license from a particular copyright holder is\n reinstated permanently if the copyright holder notifies you of the\n violation by some reasonable means, this is the first time you have\n received notice of violation of this License (for any work) from that\n copyright holder, and you cure the violation prior to 30 days after\n your receipt of the notice.\n \n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n \n 9. Acceptance Not Required for Having Copies.\n \n You are not required to accept this License in order to receive or\n run a copy of the Program. Ancillary propagation of a covered work\n occurring solely as a consequence of using peer-to-peer transmission\n to receive a copy likewise does not require acceptance. However,\n nothing other than this License grants you permission to propagate or\n modify any covered work. These actions infringe copyright if you do\n not accept this License. Therefore, by modifying or propagating a\n covered work, you indicate your acceptance of this License to do so.\n \n 10. Automatic Licensing of Downstream Recipients.\n \n Each time you convey a covered work, the recipient automatically\n receives a license from the original licensors, to run, modify and\n propagate that work, subject to this License. You are not responsible\n for enforcing compliance by third parties with this License.\n \n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered\n work results from an entity transaction, each party to that\n transaction who receives a copy of the work also receives whatever\n licenses to the work the party's predecessor in interest had or could\n give under the previous paragraph, plus a right to possession of the\n Corresponding Source of the work from the predecessor in interest, if\n the predecessor has it or can get it with reasonable efforts.\n \n You may not impose any further restrictions on the exercise of the\n rights granted or affirmed under this License. For example, you may\n not impose a license fee, royalty, or other charge for exercise of\n rights granted under this License, and you may not initiate litigation\n (including a cross-claim or counterclaim in a lawsuit) alleging that\n any patent claim is infringed by making, using, selling, offering for\n sale, or importing the Program or any portion of it.\n \n 11. Patents.\n \n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The\n work thus licensed is called the contributor's \"contributor version\".\n \n A contributor's \"essential patent claims\" are all patent claims\n owned or controlled by the contributor, whether already acquired or\n hereafter acquired, that would be infringed by some manner, permitted\n by this License, of making, using, or selling its contributor version,\n but do not include claims that would be infringed only as a\n consequence of further modification of the contributor version. For\n purposes of this definition, \"control\" includes the right to grant\n patent sublicenses in a manner consistent with the requirements of\n this License.\n \n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to\n make, use, sell, offer for sale, import and otherwise run, modify and\n propagate the contents of its contributor version.\n \n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a\n party means to make such an agreement or commitment not to enforce a\n patent against the party.\n \n If you convey a covered work, knowingly relying on a patent license,\n and the Corresponding Source of the work is not available for anyone\n to copy, free of charge and under the terms of this License, through a\n publicly available network server or other readily accessible means,\n then you must either (1) cause the Corresponding Source to be so\n available, or (2) arrange to deprive yourself of the benefit of the\n patent license for this particular work, or (3) arrange, in a manner\n consistent with the requirements of this License, to extend the patent\n license to downstream recipients. \"Knowingly relying\" means you have\n actual knowledge that, but for the patent license, your conveying the\n covered work in a country, or your recipient's use of the covered work\n in a country, would infringe one or more identifiable patents in that\n country that you have reason to believe are valid.\n \n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties\n receiving the covered work authorizing them to use, propagate, modify\n or convey a specific copy of the covered work, then the patent license\n you grant is automatically extended to all recipients of the covered\n work and works based on it.\n \n A patent license is \"discriminatory\" if it does not include within\n the scope of its coverage, prohibits the exercise of, or is\n conditioned on the non-exercise of one or more of the rights that are\n specifically granted under this License. You may not convey a covered\n work if you are a party to an arrangement with a third party that is\n in the business of distributing software, under which you make payment\n to the third party based on the extent of your activity of conveying\n the work, and under which the third party grants, to any of the\n parties who would receive the covered work from you, a discriminatory\n patent license (a) in connection with copies of the covered work\n conveyed by you (or copies made from those copies), or (b) primarily\n for and in connection with specific products or compilations that\n contain the covered work, unless you entered into that arrangement,\n or that patent license was granted, prior to 28 March 2007.\n \n Nothing in this License shall be construed as excluding or limiting\n any implied license or other defenses to infringement that may\n otherwise be available to you under applicable patent law.\n \n 12. No Surrender of Others' Freedom.\n \n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot convey a\n covered work so as to satisfy simultaneously your obligations under this\n License and any other pertinent obligations, then as a consequence you may\n not convey it at all. For example, if you agree to terms that obligate you\n to collect a royalty for further conveying from those to whom you convey\n the Program, the only way you could satisfy both those terms and this\n License would be to refrain entirely from conveying the Program.\n \n 13. Use with the GNU Affero General Public License.\n \n Notwithstanding any other provision of this License, you have\n permission to link or combine any covered work with a work licensed\n under version 3 of the GNU Affero General Public License into a single\n combined work, and to convey the resulting work. The terms of this\n License will continue to apply to the part which is the covered work,\n but the special requirements of the GNU Affero General Public License,\n section 13, concerning interaction through a network will apply to the\n combination as such.\n \n 14. Revised Versions of this License.\n \n The Free Software Foundation may publish revised and/or new versions of\n the GNU General Public License from time to time. Such new versions will\n be similar in spirit to the present version, but may differ in detail to\n address new problems or concerns.\n \n Each version is given a distinguishing version number. If the\n Program specifies that a certain numbered version of the GNU General\n Public License \"or any later version\" applies to it, you have the\n option of following the terms and conditions either of that numbered\n version or of any later version published by the Free Software\n Foundation. If the Program does not specify a version number of the\n GNU General Public License, you may choose any version ever published\n by the Free Software Foundation.\n \n If the Program specifies that a proxy can decide which future\n versions of the GNU General Public License can be used, that proxy's\n public statement of acceptance of a version permanently authorizes you\n to choose that version for the Program.\n \n Later license versions may give you additional or different\n permissions. However, no additional obligations are imposed on any\n author or copyright holder as a result of your choosing to follow a\n later version.\n \n 15. Disclaimer of Warranty.\n \n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n \n If the disclaimer of warranty and limitation of liability provided\n above cannot be given local legal effect according to their terms,\n reviewing courts shall apply local law that most closely approximates\n an absolute waiver of all civil liability in connection with the\n Program, unless a warranty or assumption of liability accompanies a\n copy of the Program in return for a fee.\n \n END OF TERMS AND CONDITIONS\n \n How to Apply These Terms to Your New Programs\n \n If you develop a new program, and you want it to be of the greatest\n possible use to the public, the best way to achieve this is to make it\n free software which everyone can redistribute and change under these terms.\n \n To do so, attach the following notices to the program. It is safest\n to attach them to the start of each source file to most effectively\n state the exclusion of warranty; and each file should have at least\n the \"copyright\" line and a pointer to where the full notice is found.\n \n \n Copyright (C) \n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n \n Also add information on how to contact you by electronic and paper mail.\n \n If the program does terminal interaction, make it output a short\n notice like this when it starts in an interactive mode:\n \n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n \n The hypothetical commands `show w' and `show c' should show the appropriate\n parts of the General Public License. Of course, your program's commands\n might be different; for a GUI interface, you would use an \"about box\".\n \n You should also get your employer (if you work as a programmer) or school,\n if any, to sign a \"copyright disclaimer\" for the program, if necessary.\n For more information on this, and how to apply and follow the GNU GPL, see\n .\n \n The GNU General Public License does not permit incorporating your program\n into proprietary programs. If your program is a subroutine library, you\n may consider it more useful to permit linking proprietary applications with\n the library. If this is what you want to do, use the GNU Lesser General\n Public License instead of this License. But first, please read\n .\n \n \n Name: libquadmath\n Files: scipy.libs/libquadmath*.so\n Description: dynamically linked to files compiled with gcc\n Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\n License: LGPL-2.1-or-later\n \n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n \n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n \n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:python-scipy:python-scipy:1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/scipy@1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:python-scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:python_scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scipy:scipy:1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/scipy-1.11.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/scipy-1.11.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/scrapbook@0.5.0?package-id=4dfbf80b3226b2bc", + "type": "library", + "author": "nteract contributors ", + "name": "scrapbook", + "version": "0.5.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/scrapbook@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/seaborn@0.11.2?package-id=15be824d706c597f", + "type": "library", + "author": "Michael Waskom ", + "name": "seaborn", + "version": "0.11.2", + "licenses": [ + { + "license": { + "name": "BSD (3-clause)" + } + } + ], + "cpe": "cpe:2.3:a:michael_waskom_project:python-seaborn:0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/seaborn@0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom_project:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom_project:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskomproject:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom_project:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michael_waskom:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskomproject:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwaskom:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seaborn:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:seaborn:0.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/seaborn-0.11.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=28675c60a1f26a2f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=97418f2bbd2575cd", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=cd12653c744f4ce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:npm/set-blocking@2.0.0?package-id=994a328d3ea2e523", + "type": "library", + "author": "Ben Coe ", + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:set-blocking:set-blocking:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/set-blocking@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/yargs/set-blocking.git", + "type": "distribution" + }, + { + "url": "https://github.com/yargs/set-blocking#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set-blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/set-blocking/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@68.2.2?package-id=33f2dbcd2f09059b", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "68.2.2", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:68.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@68.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:68.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-68.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-68.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools-68.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools-scm@7.0.5?package-id=11fd3477cb4bae7a", + "type": "library", + "author": "Ronny Pfannschmidt ", + "name": "setuptools-scm", + "version": "7.0.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt_project:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools-scm@7.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt_project:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidtproject:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools-scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools_scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools-scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools_scm:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools-scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools_scm:7.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/setuptools_scm-7.0.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04&package-id=fd87c25d5fa9b96b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "shared-mime-info", + "version": "2.1-2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:shared-mime-info:shared-mime-info:2.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime-info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/shared-mime-info/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/shared-mime-info.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2744" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-command@2.0.0?package-id=59bd507290482a55", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "shebang-command", + "version": "2.0.0", + "description": "Get the command from a shebang", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-command:shebang-command:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-command@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/shebang-command/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-regex@3.0.0?package-id=f818c46f3d184b3c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "shebang-regex", + "version": "3.0.0", + "description": "Regular expression for matching a shebang line", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-regex:shebang-regex:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-regex@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/shebang-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@3.0.7?package-id=ccbd0310f2400615", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + }, + { + "url": "https://github.com/tapjs/signal-exit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@4.0.2?package-id=b962b09e7dc032e9", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "4.0.2", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sigstore@2.1.0?package-id=5b96f8a16a77ac10", + "type": "library", + "author": "bdehamer@github.com", + "name": "sigstore", + "version": "2.1.0", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:sigstore:sigstore:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/sigstore@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/client#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/sigstore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/simple-swizzle@0.2.2?package-id=64822728b6e84903", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "simple-swizzle", + "version": "0.2.2", + "description": "Simply swizzle your arguments", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:simple-swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/simple-swizzle@0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple-swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/simple-swizzle/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=0005a8a903ce8426", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/sl-userservices-client@0.1.26?package-id=4e08d2493983156d", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "sl-userservices-client", + "version": "0.1.26", + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sl-userservices-client@0.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:npm/smart-buffer@4.2.0?package-id=4faf8f9b80ba362d", + "type": "library", + "author": "Josh Glazebrook", + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:smart-buffer:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/smart-buffer@4.2.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/smart-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/smart-buffer/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JoshGlazebrook:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/smart-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/sniffio@1.3.0?package-id=40661169e0379b50", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "sniffio", + "version": "1.3.0", + "licenses": [ + { + "expression": "MIT OR Apache-2.0" + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-sniffio:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sniffio@1.3.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/sniffio_1662051266223/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sniffio:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:sniffio:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/sniffio-1.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/socks@2.7.1?package-id=d8c35408d4bf7f00", + "type": "library", + "author": "Josh Glazebrook", + "name": "socks", + "version": "2.7.1", + "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:socks:2.7.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks@2.7.1", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/socks.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/socks/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks:2.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/socks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@7.0.0?package-id=edd1a939f19f5bbc", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "7.0.0", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@8.0.1?package-id=79746154386d6ceb", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "8.0.1", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@8.0.1", + "externalReferences": [ + { + "url": "https://github.com/TooTallNate/proxy-agents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/soupsieve@2.5?package-id=93ebf3b2a7176514", + "type": "library", + "author": "Isaac Muse ", + "name": "soupsieve", + "version": "2.5", + "cpe": "cpe:2.3:a:isaac_muse_\\ (https://kemitchell.com)", + "name": "spdx-expression-parse", + "version": "3.0.1", + "description": "parse SPDX license expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:spdx-expression-parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-expression-parse@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression-parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-license-ids@3.0.13?package-id=99be4280128bc19d", + "type": "library", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "name": "spdx-license-ids", + "version": "3.0.13", + "description": "A list of SPDX license identifiers", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-license-ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-license-ids@3.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license-ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/spdx-license-ids/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ssri@10.0.5?package-id=38c0b6396c741230", + "type": "library", + "author": "GitHub Inc.", + "name": "ssri", + "version": "10.0.5", + "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ssri:ssri:10.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/ssri@10.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/ssri.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ssri:10.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/ssri/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/stack-data@0.6.2?package-id=a5ce1cc6db6be644", + "type": "library", + "author": "Alex Hall ", + "name": "stack-data", + "version": "0.6.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-stack-data:0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stack-data@0.6.2", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/stack-trace@0.0.10?package-id=84af849fa2df9202", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "stack-trace", + "version": "0.0.10", + "description": "Get v8 stack traces as an array of CallSite objects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stack-trace:stack-trace:0.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/stack-trace@0.0.10", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-stack-trace.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-stack-trace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/stack-trace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strftime@0.10.2?package-id=00f0043e13b3bfc7", + "type": "library", + "author": "Sami Samhuri ", + "name": "strftime", + "version": "0.10.2", + "description": "strftime for JavaScript", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samsonjs:strftime:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/strftime@0.10.2", + "externalReferences": [ + { + "url": "git://github.com/samsonjs/strftime.git", + "type": "distribution" + }, + { + "url": "https://samhuri.net/projects/strftime", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strftime:strftime:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/strftime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=fb9b6b2f79d8ba80", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string-width-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=9143a45c95fb10fe", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=1c9a344f61905f10", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=965ecc1b519b6c87", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=47412cd6ca40f0c4", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=a25c30bc758bdc9f", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=3dd1ff07f08c58cd", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/strip-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=081f1187572d83c5", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=af30be3abd57d873", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=7308fcda95cda208", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=f87209a8edf0d995", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sudo", + "version": "1.9.9-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:sudo:sudo:1.9.9-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sudo/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sudo.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/sudo.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2508" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@9.4.0?package-id=9be5a40b456cb840", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "supports-color", + "version": "9.4.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@9.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/systemd@249.11-0ubuntu3.11?arch=amd64&distro=ubuntu-22.04&package-id=630c44e1705b5e55", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "systemd", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:systemd:systemd:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/systemd@249.11-0ubuntu3.11?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/systemd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/systemd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/systemd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16296" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/systemd-sysv@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=e798eedc45f6acb7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "systemd-sysv", + "version": "249.11-0ubuntu3.11", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:systemd-sysv:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/systemd-sysv@249.11-0ubuntu3.11?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd-sysv:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd_sysv:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd_sysv:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd:systemd-sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemd:systemd_sysv:249.11-0ubuntu3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/systemd-sysv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/systemd-sysv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "197" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:pypi/systemlink-sdk@21.1.0?package-id=b93c3b7d3d6f8749", + "type": "library", + "author": "National Instruments", + "name": "systemlink-sdk", + "version": "21.1.0", + "licenses": [ + { + "license": { + "name": "National Instruments General Purpose Software License Agreement" + } + } + ], + "cpe": "cpe:2.3:a:national_instruments_project:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/systemlink-sdk@21.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments_project:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instrumentsproject:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink-sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink_sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:national_instruments:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink-sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink_sdk:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:systemlink:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:systemlink-sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:systemlink_sdk:21.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/systemlink_sdk-21.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=7abd9ae949508867", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/t1utils@1.41-4build2?arch=amd64&distro=ubuntu-22.04&package-id=a3bb59254ab625ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "t1utils", + "version": "1.41-4build2", + "cpe": "cpe:2.3:a:t1utils:t1utils:1.41-4build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/t1utils@1.41-4build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/t1utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/t1utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "278" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=6524ace344e63539", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1ubuntu0.1.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "960" + } + ] + }, + { + "bom-ref": "pkg:npm/tar@6.1.15?package-id=428c46868a410322", + "type": "library", + "author": "GitHub Inc.", + "name": "tar", + "version": "6.1.15", + "description": "tar for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:tar_project:tar:6.1.15:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tar@6.1.15", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-tar.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tar/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tdigest@0.1.2?package-id=944c23d3c8ca5a2d", + "type": "library", + "author": "Will Welch (http://quietplease.com/)", + "name": "tdigest", + "version": "0.1.2", + "description": "javascript implementation of Dunning's T-Digest for streaming quantile approximation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tdigest:tdigest:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/tdigest@0.1.2", + "externalReferences": [ + { + "url": "https://github.com/welch/tdigest.git", + "type": "distribution" + }, + { + "url": "https://github.com/welch/tdigest", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:welch:tdigest:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/tdigest/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/teckit@2.5.11+ds1-1?arch=amd64&distro=ubuntu-22.04&package-id=d0d90b43a634d39e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "teckit", + "version": "2.5.11+ds1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "name": "CPL-0.5+" + } + } + ], + "cpe": "cpe:2.3:a:teckit:teckit:2.5.11\\+ds1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/teckit@2.5.11+ds1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/teckit/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/teckit.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "760" + } + ] + }, + { + "bom-ref": "pkg:pypi/tenacity@8.2.3?package-id=79c9f91e67e0b00a", + "type": "library", + "author": "Julien Danjou ", + "name": "tenacity", + "version": "8.2.3", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:julien_danjou_project:python-tenacity:8.2.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tenacity@8.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tenacity:8.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tenacity-8.2.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/terminado@0.17.1?package-id=ccd4ef3fcb0265ab", + "type": "library", + "author": "Jupyter Development Team ", + "name": "terminado", + "version": "0.17.1", + "licenses": [ + { + "license": { + "name": "# terminado: A python websocket server backend for xterm.js\n #\n # BSD License\n #\n # Copyright (c) 2014-, Jupyter development team\n # Copyright (c) 2014, Ramalingam Saravanan \n # All rights reserved.\n #\n # Redistribution and use in source and binary forms, with or without\n # modification, are permitted provided that the following conditions are met:\n #\n # 1. Redistributions of source code must retain the above copyright notice, this\n # list of conditions and the following disclaimer.\n # 2. Redistributions in binary form must reproduce the above copyright notice,\n # this list of conditions and the following disclaimer in the documentation\n # and/or other materials provided with the distribution.\n #\n # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\n # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "tex-common", + "version": "6.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tex-common:tex-common:6.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tex-common@6.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex-common:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex_common:tex-common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex_common:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex:tex-common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tex:tex_common:6.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tex-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tex-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/tex-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "161" + } + ] + }, + { + "bom-ref": "pkg:maven/tex4ht/tex4ht?package-id=1d83ff4a4567a00d", + "type": "library", + "name": "tex4ht", + "cpe": "cpe:2.3:a:tex4ht:tex4ht:*:*:*:*:*:*:*:*", + "purl": "pkg:maven/tex4ht/tex4ht", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "57d8c9e6492e160821735fbe8b1797cb7656155e" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-base@2021.20220204-1?arch=all&distro=ubuntu-22.04&package-id=6ade71ac89946b5b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-base", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-base:texlive-base:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-base@2021.20220204-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-base:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_base:texlive-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_base:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/texlive-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41641" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-binaries@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04&package-id=2d38a6ba610236a9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-binaries", + "version": "2021.20210626.59705-1ubuntu0.1", + "cpe": "cpe:2.3:a:texlive-binaries:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-binaries@2021.20210626.59705-1ubuntu0.1?arch=amd64&upstream=texlive-bin&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-binaries:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_binaries:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_binaries:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_binaries:2021.20210626.59705-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-binaries/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-binaries.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48188" + }, + { + "name": "syft:metadata:source", + "value": "texlive-bin" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-fonts-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=3fb56d4bdccfa0c3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-fonts-recommended", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-fonts-recommended:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-fonts-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts-recommended:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts_recommended:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts_recommended:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-fonts:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_fonts:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-fonts-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_fonts_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-fonts-recommended/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-fonts-recommended.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15030" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-base@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=6a6abfdddee1647c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-base", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-latex-base:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-base@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-base:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_base:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_base:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_base:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-latex-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-latex-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "11939" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-extra@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04&package-id=cbc1a4fa64d94c74", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-extra", + "version": "2021.20220204-1", + "cpe": "cpe:2.3:a:texlive-latex-extra:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-extra@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-extra:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_extra:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_extra:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_extra:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "64942" + }, + { + "name": "syft:metadata:source", + "value": "texlive-extra" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-latex-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=aae86843d865b146", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-latex-recommended", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-latex-recommended:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-latex-recommended@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex-recommended:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_recommended:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex_recommended:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-latex:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_latex:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-latex-recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_latex_recommended:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-latex-recommended/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-latex-recommended.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "31019" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-pictures@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=9904aea9cc11d5a2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-pictures", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-pictures:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-pictures@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-pictures:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_pictures:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_pictures:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_pictures:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-pictures/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-pictures.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "60593" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-plain-generic@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04&package-id=f663aa5e3da00d58", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-plain-generic", + "version": "2021.20220204-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:texlive-plain-generic:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-plain-generic@2021.20220204-1?arch=all&upstream=texlive-extra&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain-generic:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain_generic:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain_generic:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-plain:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_plain:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-plain-generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_plain_generic:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/texlive-plain-generic/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/texlive-plain-generic.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62419" + }, + { + "name": "syft:metadata:source", + "value": "texlive-extra" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/texlive-xetex@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04&package-id=1fccc593e302c9c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "texlive-xetex", + "version": "2021.20220204-1", + "cpe": "cpe:2.3:a:texlive-xetex:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/texlive-xetex@2021.20220204-1?arch=all&upstream=texlive-base&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive-xetex:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_xetex:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive_xetex:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive-xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:texlive:texlive_xetex:2021.20220204-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17921" + }, + { + "name": "syft:metadata:source", + "value": "texlive-base" + } + ] + }, + { + "bom-ref": "pkg:npm/text-hex@1.0.0?package-id=cf84a5d7d30e4ed0", + "type": "library", + "author": "Arnout Kazemier", + "name": "text-hex", + "version": "1.0.0", + "description": "Generate a hex color from the given text", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:text-hex:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-hex@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/text-hex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=443d32ee4f90f065", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tini@0.19.0-1?arch=amd64&distro=ubuntu-22.04&package-id=930c540146ab8ee7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tini", + "version": "0.19.0-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:tini:tini:0.19.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tini@0.19.0-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tini/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tini.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "815" + } + ] + }, + { + "bom-ref": "pkg:npm/tiny-relative-date@1.3.0?package-id=f41483571d2007cc", + "type": "library", + "author": "Joseph Wynn (https://wildlyinaccurate.com/)", + "name": "tiny-relative-date", + "version": "1.3.0", + "description": "Tiny function that provides relative, human-readable dates.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tiny-relative-date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tiny-relative-date@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/wildlyinaccurate/relative-date.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative-date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/tiny-relative-date/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/tinycss2@1.2.1?package-id=01ef8957c14d4840", + "type": "library", + "author": "Simon Sapin ", + "name": "tinycss2", + "version": "1.2.1", + "cpe": "cpe:2.3:a:simon_sapin_\\", + "name": "tipa", + "version": "2:1.3-21", + "licenses": [ + { + "license": { + "name": "PD?" + } + }, + { + "license": { + "name": "LPPL-1.2+" + } + } + ], + "cpe": "cpe:2.3:a:tipa:tipa:2\\:1.3-21:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tipa@2:1.3-21?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tipa/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tipa.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4848" + } + ] + }, + { + "bom-ref": "pkg:pypi/toml@0.10.2?package-id=49faf177b1002dab", + "type": "library", + "author": "William Pearson ", + "name": "toml", + "version": "0.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:william_pearson_project:python-toml:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/toml@0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/toml-0.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tomli@2.0.1?package-id=1ebcf46010e1ec55", + "type": "library", + "author": "Taneli Hukkinen ", + "name": "tomli", + "version": "2.0.1", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", + "name": "tomlkit", + "version": "0.12.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sebastien_project:python-tomlkit:0.12.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tomlkit@0.12.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien_project:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien_project:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastienproject:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastien:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomlkit:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tomlkit:0.12.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tomlkit-0.12.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tomlkit-0.12.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/tornado@6.3.3?package-id=b30871f8bebed075", + "type": "library", + "author": "Facebook ", + "name": "tornado", + "version": "6.3.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_tornado_project:python-tornado:6.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tornado@6.3.3", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/tornado_1695373450800/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/tornado-6.3.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.64.0?package-id=7f3494b14598db75", + "type": "library", + "name": "tqdm", + "version": "4.64.0", + "licenses": [ + { + "license": { + "name": "MPLv2.0, MIT Licences" + } + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.64.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.64.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tqdm-4.64.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/traitlets@5.12.0?package-id=5b97c9f5ac393bae", + "type": "library", + "author": "IPython Development Team ", + "name": "traitlets", + "version": "5.12.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "triple-beam", + "version": "1.4.1", + "description": "Definitions of levels for logging purposes & shareable Symbol constants.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:triple-beam:triple-beam:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/triple-beam@1.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/triple-beam.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/triple-beam#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple-beam:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple-beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple_beam:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/truststore@0.8.0?package-id=2dd7b4991c6f17cb", + "type": "library", + "author": "Seth Michael Larson , David Glick ", + "name": "truststore", + "version": "0.8.0", + "cpe": "cpe:2.3:a:seth_michael_larson_\\", + "name": "typing-utils", + "version": "0.1.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-typing-utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing-utils@0.1.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/typing_utils_1622899189314/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang__project:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_project:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiangproject:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_utils:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang-:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang_:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bojiang:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_utils:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_utils-0.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/typing-extensions@4.8.0?package-id=914112f8819ca44f", + "type": "library", + "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", + "name": "typing_extensions", + "version": "4.8.0", + "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing_extensions@4.8.0", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1695040754690/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/direct_url.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/tzdata@2023.3?package-id=376f08da815f550a", + "type": "library", + "author": "Python Software Foundation ", + "name": "tzdata", + "version": "2023.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_software_foundation_project:python-tzdata:2023.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tzdata@2023.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation_project:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation_project:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundationproject:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_software_foundation:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig_project:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sigproject:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tzdata:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tzdata:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:python-tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:python_tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime-sig:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:datetime_sig:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzdata:tzdata:2023.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/tzdata-2023.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04&package-id=bf12c58c03542484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tzdata", + "version": "2023c-0ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-0ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3881" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=aa39c87aa81813c2", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-mono@20.10-0ubuntu2?arch=all&upstream=ubuntu-themes&distro=ubuntu-22.04&package-id=773937535d305e9c", + "type": "library", + "publisher": "Ubuntu Artwork Team ", + "name": "ubuntu-mono", + "version": "20.10-0ubuntu2", + "licenses": [ + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-mono:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-mono@20.10-0ubuntu2?arch=all&upstream=ubuntu-themes&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-mono:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_mono:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_mono:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_mono:20.10-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-mono/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-mono.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5587" + }, + { + "name": "syft:metadata:source", + "value": "ubuntu-themes" + } + ] + }, + { + "bom-ref": "pkg:pypi/uc-micro-py@1.0.2?package-id=008ce94abbc03b0f", + "type": "library", + "author": "tsutsu3", + "name": "uc-micro-py", + "version": "1.0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-uc-micro-py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uc-micro-py@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro-py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro_py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc-micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc_micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3_project:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3project:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro-py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro_py:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:python-uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:python_uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc-micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc_micro:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tsutsu3:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:uc-micro-py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uc:uc_micro_py:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=0db6530c9465d50b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-filename@3.0.0?package-id=5c614cfe34319200", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-filename", + "version": "3.0.0", + "description": "Generate a unique filename for use in temporary directories or caches.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-filename:unique-filename:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-filename@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-filename.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/unique-filename", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/unique-filename/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-slug@4.0.0?package-id=b75672314ba84525", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-slug", + "version": "4.0.0", + "description": "Generate a unique character string suitible for use in files and URLs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-slug:unique-slug:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-slug@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-slug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/unique-slug/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=d9eac28ac4284834", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "unzip", + "version": "6.0-26ubuntu3.1", + "cpe": "cpe:2.3:a:unzip:unzip:6.0-26ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/unzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/unzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + } + ] + }, + { + "bom-ref": "pkg:pypi/uplink@0.9.7?package-id=989c9b6742d814c9", + "type": "library", + "author": "P. Raj Kumar ", + "name": "uplink", + "version": "0.9.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:raj_pritvi_kumar_project:python-uplink:0.9.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uplink@0.9.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar_project:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar_project:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumarproject:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar_project:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumarproject:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj-pritvi-kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:raj_pritvi_kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:python-uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:python_uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p__raj_kumar:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uplink:uplink:0.9.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uplink-0.9.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/uri-template@1.3.0?package-id=15f521007705a050", + "type": "library", + "author": "Peter Linss ", + "name": "uri-template", + "version": "1.3.0", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:peter_linss_\\", + "name": "uritemplate", + "version": "4.1.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License or Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ian_stapleton_cordasco_project:python-uritemplate:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/uritemplate@4.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco_project:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordascoproject:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov_project:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingovproject:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ian_stapleton_cordasco:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graffatcolmingov:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uritemplate:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:uritemplate:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/uritemplate-4.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@2.0.7?package-id=6f62577f7079116c", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "2.0.7", + "cpe": "cpe:2.3:a:python:urllib3:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/urllib3-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/urllib3-2.0.7.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=61bb73438741d478", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=e8850e2f7abe9175", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=76cc04bedbcd606f", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=08037aceb3d71a35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4?package-id=3b38896f58531ef2", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "validate-npm-package-license", + "version": "3.0.4", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-license@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-name@5.0.0?package-id=d35983c7eead6240", + "type": "library", + "author": "GitHub Inc.", + "name": "validate-npm-package-name", + "version": "5.0.0", + "description": "Give me a string and I'll tell you if it's a valid npm package name", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-name@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/validate-npm-package-name.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/validate-npm-package-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.12?arch=all&upstream=vim&distro=ubuntu-22.04&package-id=cfbf57dfb8bc8fb7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-common", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-common:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.12?arch=all&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-common:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_common:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "380" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=dd2d7bca3d33469f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-tiny", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_tiny:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-tiny.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-tiny.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1722" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:npm/walk-up-path@3.0.1?package-id=5663c8de0d204d0c", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "walk-up-path", + "version": "3.0.1", + "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:walk-up-path:walk-up-path:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/walk-up-path@3.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/walk-up-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up-path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/walk-up-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/wcwidth@0.2.5?package-id=666e6e488ddd56e7", + "type": "library", + "author": "Jeff Quast ", + "name": "wcwidth", + "version": "0.2.5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jeff_quast_project:python-wcwidth:0.2.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wcwidth@0.2.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wcwidth:0.2.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/wcwidth@1.0.1?package-id=4df431e692e210fd", + "type": "library", + "author": "Tim Oxley", + "name": "wcwidth", + "version": "1.0.1", + "description": "Port of C's wcwidth() and wcswidth()", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timoxley:wcwidth:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/wcwidth@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/timoxley/wcwidth.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/wcwidth#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wcwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/webcolors@1.13?package-id=88235a6bb87ab3de", + "type": "library", + "author": "James Bennett ", + "name": "webcolors", + "version": "1.13", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:james_bennett_\\", + "name": "webencodings", + "version": "0.5.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/webencodings@0.5.1", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/webencodings_1694681268211/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin_project:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapinproject:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:webencodings:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon-sapin:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simon_sapin:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:webencodings:0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/webencodings-0.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/websocket-client@1.6.4?package-id=da71e24b787d2ced", + "type": "library", + "author": "liris ", + "name": "websocket-client", + "version": "1.6.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/websocket-client@1.6.4", + "externalReferences": [ + { + "url": "file:///home/conda/feedstock_root/build_artifacts/websocket-client_1696770128353/work", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket-client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket_client:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_ppproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_project:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python-websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:python_websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lirisproject:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websocket:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris-pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris_pp:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket-client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liris:websocket_client:1.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:3:path", + "value": "/opt/conda/lib/python3.11/site-packages/websocket_client-1.6.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/websockets@10.4?package-id=3f441ae155099b95", + "type": "library", + "author": "Aymeric Augustin ", + "name": "websockets", + "version": "10.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:aymeric_augustin_project:python-websockets:10.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/websockets@10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin_project:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin_project:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustinproject:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric-augustin:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aymeric_augustin:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:websockets:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:websockets:10.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/websockets-10.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=dd46f3e1e9a416e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9e19e4556c44124f879c781d8b6d4f64718ca876707b58a02970ddcb4d36633c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.38.1?package-id=aff2e424d63bbc43", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.38.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:daniel_holth_project:python-wheel:0.38.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wheel@0.38.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wheel-0.38.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=244b0134f56e76bc", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=3e540658d16f2a27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@4.0.0?package-id=f6b1d7b9c15a1a8e", + "type": "library", + "author": "GitHub Inc.", + "name": "which", + "version": "4.0.0", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:which:which:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:which:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wide-align@1.1.5?package-id=bca60f0599ea8b1a", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "wide-align", + "version": "1.1.5", + "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wide-align:wide-align:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/wide-align@1.1.5", + "externalReferences": [ + { + "url": "https://github.com/iarna/wide-align", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide-align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wide-align/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/widgetsnbextension@3.6.0?package-id=a767ff6851a94344", + "type": "library", + "author": "IPython Development Team ", + "name": "widgetsnbextension", + "version": "3.6.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/widgetsnbextension@3.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:widgetsnbextension:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:widgetsnbextension:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/widgetsnbextension-3.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/winston@3.10.0?package-id=c7dd8baf7b716b85", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston", + "version": "3.10.0", + "description": "A logger for just about everything.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:winston:3.10.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston@3.10.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston:3.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/winston/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston-transport@4.5.0?package-id=91763d87601bb268", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston-transport", + "version": "4.5.0", + "description": "Base stream implementations for winston@3 and up.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winston-transport:winston-transport:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston-transport@4.5.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston-transport#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston-transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/configurable-http-proxy/node_modules/winston-transport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@7.0.0?package-id=5e11ba2ad5bda302", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "7.0.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@7.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@8.1.0?package-id=52dcd5ec43220967", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "8.1.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@8.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrap-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=b20e1106ad658d27", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/wrapt@1.15.0?package-id=4f7732789d8d9fef", + "type": "library", + "author": "Graham Dumpleton ", + "name": "wrapt", + "version": "1.15.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:graham_dumpleton_project:python-wrapt:1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wrapt@1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python-wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python_wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:wrapt:1.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/wrapt-1.15.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/write-file-atomic@5.0.1?package-id=62dda666084d2630", + "type": "library", + "author": "GitHub Inc.", + "name": "write-file-atomic", + "version": "5.0.1", + "description": "Write files in an atomic fashion w/configurable ownership", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:write-file-atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/write-file-atomic@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/write-file-atomic.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/write-file-atomic", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file-atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/write-file-atomic/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/x11-common@1:7.7+23ubuntu2?arch=all&upstream=xorg&distro=ubuntu-22.04&package-id=ce6297f5894cf8f3", + "type": "library", + "publisher": "Ubuntu X-SWAT ", + "name": "x11-common", + "version": "1:7.7+23ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:x11-common:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/x11-common@1:7.7+23ubuntu2?arch=all&upstream=xorg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11-common:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_common:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_common:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11-common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11_common:1\\:7.7\\+23ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/x11-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/x11-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/x11-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "311" + }, + { + "name": "syft:metadata:source", + "value": "xorg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/x11-xkb-utils@7.7+5build4?arch=amd64&distro=ubuntu-22.04&package-id=2620e4f758027f79", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "x11-xkb-utils", + "version": "7.7+5build4", + "cpe": "cpe:2.3:a:x11-xkb-utils:x11-xkb-utils:7.7\\+5build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/x11-xkb-utils@7.7+5build4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11-xkb-utils:x11_xkb_utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_xkb_utils:x11-xkb-utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_xkb_utils:x11_xkb_utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11-xkb:x11-xkb-utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11-xkb:x11_xkb_utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_xkb:x11-xkb-utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11_xkb:x11_xkb_utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11-xkb-utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:x11:x11_xkb_utils:7.7\\+5build4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/x11-xkb-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/x11-xkb-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "485" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=213b20b3cc5aa64a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xauth", + "version": "1:1.1-1build2", + "cpe": "cpe:2.3:a:xauth:xauth:1\\:1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xauth/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xauth.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "77" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xclip@0.13-2?arch=amd64&distro=ubuntu-22.04&package-id=3c377d356e98c1c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xclip", + "version": "0.13-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:xclip:xclip:0.13-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xclip@0.13-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xclip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xclip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xdg-utils@1.1.3-4.1ubuntu3~22.04.1?arch=all&distro=ubuntu-22.04&package-id=557d70ac34f33fdf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xdg-utils", + "version": "1.1.3-4.1ubuntu3~22.04.1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:xdg-utils:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xdg-utils@1.1.3-4.1ubuntu3~22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg-utils:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_utils:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_utils:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg-utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg_utils:1.1.3-4.1ubuntu3\\~22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xdg-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xdg-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xfonts-cyrillic@1:1.0.5?arch=all&distro=ubuntu-22.04&package-id=034c4528b79e4120", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xfonts-cyrillic", + "version": "1:1.0.5", + "cpe": "cpe:2.3:a:xfonts-cyrillic:xfonts-cyrillic:1\\:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xfonts-cyrillic@1:1.0.5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts-cyrillic:xfonts_cyrillic:1\\:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_cyrillic:xfonts-cyrillic:1\\:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_cyrillic:xfonts_cyrillic:1\\:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts-cyrillic:1\\:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts_cyrillic:1\\:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xfonts-cyrillic/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xfonts-cyrillic.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/xfonts-cyrillic.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xfonts-encodings@1:1.0.5-0ubuntu2?arch=all&distro=ubuntu-22.04&package-id=7bd3dcac45c143c5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xfonts-encodings", + "version": "1:1.0.5-0ubuntu2", + "cpe": "cpe:2.3:a:xfonts-encodings:xfonts-encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xfonts-encodings@1:1.0.5-0ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts-encodings:xfonts_encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_encodings:xfonts-encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_encodings:xfonts_encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts-encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts_encodings:1\\:1.0.5-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xfonts-encodings/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xfonts-encodings.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xfonts-scalable@1:1.0.3-1.2ubuntu1?arch=all&distro=ubuntu-22.04&package-id=db6bd4ae8bbc5d53", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xfonts-scalable", + "version": "1:1.0.3-1.2ubuntu1", + "cpe": "cpe:2.3:a:xfonts-scalable:xfonts-scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xfonts-scalable@1:1.0.3-1.2ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts-scalable:xfonts_scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_scalable:xfonts-scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_scalable:xfonts_scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts-scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts_scalable:1\\:1.0.3-1.2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xfonts-scalable/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xfonts-scalable.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/xfonts-scalable.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "467" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xfonts-utils@1:7.7+6build2?arch=amd64&distro=ubuntu-22.04&package-id=7043be5a3e093cc0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xfonts-utils", + "version": "1:7.7+6build2", + "cpe": "cpe:2.3:a:xfonts-utils:xfonts-utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xfonts-utils@1:7.7+6build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts-utils:xfonts_utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_utils:xfonts-utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts_utils:xfonts_utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts-utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xfonts:xfonts_utils:1\\:7.7\\+6build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xfonts-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xfonts-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "434" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xkb-data@2.33-1?arch=all&upstream=xkeyboard-config&distro=ubuntu-22.04&package-id=a1b6b3b68c76ed0c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xkb-data", + "version": "2.33-1", + "cpe": "cpe:2.3:a:xkb-data:xkb-data:2.33-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xkb-data@2.33-1?arch=all&upstream=xkeyboard-config&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb-data:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb_data:xkb-data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb_data:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb:xkb-data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xkb:xkb_data:2.33-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xkb-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xkb-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4236" + }, + { + "name": "syft:metadata:source", + "value": "xkeyboard-config" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xserver-common@2:21.1.4-2ubuntu1.7~22.04.5?arch=all&upstream=xorg-server&distro=ubuntu-22.04&package-id=e9c434cf93cd0d10", + "type": "library", + "publisher": "Ubuntu X-SWAT ", + "name": "xserver-common", + "version": "2:21.1.4-2ubuntu1.7~22.04.5", + "cpe": "cpe:2.3:a:xserver-common:xserver-common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xserver-common@2:21.1.4-2ubuntu1.7~22.04.5?arch=all&upstream=xorg-server&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xserver-common:xserver_common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xserver_common:xserver-common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xserver_common:xserver_common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xserver:xserver-common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xserver:xserver_common:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xserver-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xserver-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "241" + }, + { + "name": "syft:metadata:source", + "value": "xorg-server" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xvfb@2:21.1.4-2ubuntu1.7~22.04.5?arch=amd64&upstream=xorg-server&distro=ubuntu-22.04&package-id=bda01cdbe76035d0", + "type": "library", + "publisher": "Ubuntu X-SWAT ", + "name": "xvfb", + "version": "2:21.1.4-2ubuntu1.7~22.04.5", + "cpe": "cpe:2.3:a:xvfb:xvfb:2\\:21.1.4-2ubuntu1.7\\~22.04.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xvfb@2:21.1.4-2ubuntu1.7~22.04.5?arch=amd64&upstream=xorg-server&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xvfb/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xvfb.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2239" + }, + { + "name": "syft:metadata:source", + "value": "xorg-server" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=4aca1931e3400798", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xxd", + "version": "2:8.2.3995-1ubuntu2.12", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:xxd:xxd:2\\:8.2.3995-1ubuntu2.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.12?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xxd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a8897a74695cc25ada9f55984a9100b9cbc5131c02fac264c58785bf194703fa" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xxd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "278" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/xyzservices@2023.10.1?package-id=242e2ecefe7aec65", + "type": "library", + "author": "Dani Arribas-Bel, Martin Fleischmann ", + "name": "xyzservices", + "version": "2023.10.1", + "licenses": [ + { + "license": { + "name": "3-Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:python-xyzservices:2023.10.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/xyzservices@2023.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann_project:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmannproject:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dani_arribas_bel\\,_martin_fleischmann:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel_project:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_belproject:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel-arribas-bel:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_arribas_bel:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xyzservices:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:xyzservices:2023.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/xyzservices-2023.10.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=be86fb72dbb9ede0", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:889f93f0e367bc5c6f300998a03a089dda1aa5b76a53d554f76a73ab98cd2be5" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/node_modules/npm/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/yarl@1.9.4?package-id=307b06a8f5a54a2e", + "type": "library", + "author": "Andrew Svetlov ", + "name": "yarl", + "version": "1.9.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:yarl:1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:abef822223dfb718eab5e922e6764055ce535363c95fc11beb8b86993453f664" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/yarl-1.9.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/zipp@3.17.0?package-id=e4bf623348d3c295", + "type": "library", + "author": "Jason R. Coombs ", + "name": "zipp", + "version": "3.17.0", + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-zipp:3.17.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zipp@3.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.17.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.17.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a104cf491d58cf1e089160260703c87de6acc9624c3348e69c609b1d9054da59" + }, + { + "name": "syft:location:2:path", + "value": "/opt/conda/lib/python3.11/site-packages/zipp-3.17.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=851399904271a64d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=55ad999517e3c42e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g-dev", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g-dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g-dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4e47129d64704d3ff989231d073613f0acb63d33f1bda8bdd3d2099ac6ff5a3b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:9fcb850babf590ec7c2bd3e18e593f904e389a8447ebb96181273d50a3b3f60c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "592" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:pypi/zstandard@0.21.0?package-id=a0110133751cde57", + "type": "library", + "author": "Gregory Szorc ", + "name": "zstandard", + "version": "0.21.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:gregory_szorc_project:python-zstandard:0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zstandard@0.21.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc_project:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc_project:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorcproject:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory-szorc:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gregory_szorc:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstandard:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zstandard:0.21.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:0:path", + "value": "/opt/conda/lib/python3.11/site-packages/zstandard-0.21.0-py3.11.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:079f33e41632552e215e886818fe99aa7f7f83cbe89781282ccca99e3b0a9308" + }, + { + "name": "syft:location:1:path", + "value": "/opt/conda/lib/python3.11/site-packages/zstandard-0.21.0-py3.11.egg-info/top_level.txt" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.3 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.3 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-nbexecservice-0.10.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-nbexecservice-0.10.14.syft.cdx.json new file mode 100644 index 00000000..2321adfe --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-nbexecservice-0.10.14.syft.cdx.json @@ -0,0 +1,18925 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:2eb9b255-9576-4e34-8c07-053cf2166377", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:37-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "6e1164fe25bed7d9", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/nbexecservice", + "version": "0.10.14" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper@12.0.1.0?package-id=e764ca892d6a409d", + "type": "library", + "name": "AutoMapper", + "version": "12.0.1.0", + "cpe": "cpe:2.3:a:AutoMapper:AutoMapper:12.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper@12.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper.Extensions.EnumMapping@3.1.0.0?package-id=808bbb0177fe5163", + "type": "library", + "name": "AutoMapper.Extensions.EnumMapping", + "version": "3.1.0.0", + "cpe": "cpe:2.3:a:AutoMapper.Extensions.EnumMapping:AutoMapper.Extensions.EnumMapping:3.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper.Extensions.EnumMapping@3.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.Extensions.EnumMapping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=f9dd8d50d956f555", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=023cb9004f80cabf", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=4dfcb8d73504cf55", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=693f37f031ba3f65", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=fbc9913532e3aaa3", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=6f95927b5b2e714f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=def8de507a3a5c69", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=d3423a2ddaa8e5da", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=4fcbc0c342f31177", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a9b05fd4907c7d77", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=7326722aaeea777a", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=188e539f74b807a4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=5a125eb41d027eb9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=f2c7d946a2dc8b99", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=7befc219509c141c", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=296d59b5bb3bb676", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=920fd67714c8a536", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=d9c7253c319361d8", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=87335fe4c80ddd41", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=4e80ee92494bf7ac", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=eec5266b2244b908", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=bedb67104aca0226", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=ebf4ce4ca4609ae4", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=fb2f07dba5aa95bd", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=c076bfc1452772f2", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=cb1f1c07ff4412bf", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=9dfe13c4688c4a51", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=6a726f49ba761344", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=242e97c9338aa0eb", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=a506cea4310df337", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=5a9724fed3e507cb", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=f17384509ca326cb", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=229a61f2e5ac8c42", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=2a0ce24d13816b15", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=3952b3edce3c01e0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=f4eeafe296dc1143", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=7b23b28d8eecdc90", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=35f83464617f9d55", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=239fafc7db5ece29", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=545d7f4f87fe4347", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=9d92af2e710db840", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=af9e7ad0686f8ee7", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=f9de76b0fde963c0", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=32573555c776b92a", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=c7d61c2f93e13e57", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=57d15c2863c57743", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=be27de4081888518", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=aad462a41050308b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=78596278fedbb4a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=2d672c62f287cce1", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=2602b9e4e6b99ab1", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=cfe0f7a3a4199a25", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=c0cfaa1458831fba", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=59ff7ace44b93f0f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=4df9d8188e7c5713", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=1c173178ebe02f18", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=5b97b939dbb8c30d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=5310f064e3e25dfa", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=0df89fd86f99bad2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=8188c2b41a6ef41a", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=c540887d4f382ec4", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=f8f8a04b024d0ad6", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=f3ff87525983edba", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=86c23fc2279dca92", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=93b4f3f33aed5c61", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=9f5885c0c99d1376", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=043f732246a5717c", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=bcfbad243eeaadf7", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=d5884f2fb6441781", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=1d090b821f9e7e36", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=5a3a62274c85a4cd", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=8b02e276f66d0a97", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=676acb5b8bcad598", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=cce34d2a0faa0f79", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=4d8988838fe6bfc9", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=287656c39b4ae0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=2005c8d7b61033eb", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=42ec5df964e8b4cb", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=10a42b5122efb787", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=7c84dae3aa20e35b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ff8127248ed18735", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=45b4bc28449a238c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=93fcf6344595ea71", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=f682afe202757ea5", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=205f64afff4b8c1b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=054e931aea289462", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=032ff15fb2d69b35", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=e8497d7ce1149a89", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=bd5a553866414da9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=49506e1c13f11781", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=7142cc5813332d08", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=e3086a0f251ae598", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=c3221bee08b06645", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=7ead4649fa104912", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=cd1289f560f3a64e", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=16f48a339c5c754a", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=07774029d966331e", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=ecea4040b2dd7e83", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=8e218d709c8d87c4", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=99ad0539448cfd25", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=616271c432d834f6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=cd67517f4341e8fe", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=66db3d147e2c99b0", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=a37c648bdc81c3d9", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=cffbd38dcdcbc06b", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=888368e7e9386075", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=a4c96d66babfeab6", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506?package-id=a9288de590992612", + "type": "library", + "name": "Microsoft.Extensions.Http.Polly", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http.Polly:Microsoft.Extensions.Http.Polly:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=eb003835a7607773", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=d39af1985548fc44", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=83ad2fc4910c37e1", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=6b59919beb26dcae", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=9e9e65abb1a1e4f6", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=015884f17a1e0107", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=ea9914d158cbc00c", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=b9736e0c8a6f78a4", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=4c7af4024d1da61c", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=bb4dfc12d161bd56", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=0392dfb99a7b6555", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=364e7f8131bb1a57", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=11dba3bd4faef34f", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=99c423cea26dd262", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=12412e3a623115d4", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=3d783e9a09d10ba3", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=031ce866be1a4291", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=dba6883e4dcf30ca", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=fde365fe7f8889ce", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=18c48c2f2fcbf594", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=b7888857dc1049eb", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=55904db3dd1c2d4b", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=4db5591460e92143", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0?package-id=b4332d45a14a6226", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NbExecService.DataStore@21.8.0.0?package-id=21eab419392cb34c", + "type": "library", + "name": "NationalInstruments.NbExecService.DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NbExecService.DataStore:NationalInstruments.NbExecService.DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NbExecService.DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NbExecService.DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NbExecService.Model@21.8.0.0?package-id=4757360671c8a6a2", + "type": "library", + "name": "NationalInstruments.NbExecService.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NbExecService.Model:NationalInstruments.NbExecService.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NbExecService.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NbExecService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NbExecService.WebApi@21.8.0.0?package-id=ac3a2b4af76a39bc", + "type": "library", + "name": "NationalInstruments.NbExecService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NbExecService.WebApi:NationalInstruments.NbExecService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NbExecService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NbExecService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=b48ac0a17149634e", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=dfd0fba6175d7a0f", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=881d637a17e0f2bd", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=737c9167c924fa79", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=66c651a2139f3d4d", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=bfd15e5083954765", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=6dd11b1565dc08b4", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=514a10b2458c6c9d", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=4f5d27096ed0f90c", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e60a032264865823", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=0d4f9620276796fb", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=a2cbc718b4a630f7", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=1dc63729770d2427", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=9a41e3a6ac59c003", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=9a65a36db6497e18", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=ba20ab8f4bf2574c", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=70be4a99f017db45", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=93dec632ac800c3c", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=31117f79f1ad68a9", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=10dd6654efbf526f", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=4f492e979047ebd1", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=dd0d28091cae3264", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=68877c08c0dbae7e", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=d1e38fa27b2b0ad9", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=8cb228f004c42596", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=98e774e15111bca4", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=c0949af9f9747ff9", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=a28b9709b67e273b", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=5abcfb5be1514536", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=5b350a67111d3990", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=f835e2f60c6ff485", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=f202db43a3d231b0", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=48efffef410d9421", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=fb16ca050697555f", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=f687e6017e8f1ea4", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=038a1b80a3b807d4", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=eec7d2b3b3f41550", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=3e549fa7516844d2", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=5820450126b5bb94", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=0695e5cc00161ca5", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=6239ced0558ab62d", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=832fe6e383c06dc1", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=84144b03ea353acf", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=9c0024f4834522ca", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=9fcde3d11e2428dd", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=7d4c1592b0e7f0d2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=cc57cf30e6f7c0a7", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=70e7ac96c6751c39", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=8ff5e744358f2ab2", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=dc2652beb0743780", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=b1b3b5d9182cdfc6", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=28eebfbdded30604", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=b097a6ffa1937f01", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3b8320071f9240b4", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=6034eee78dd7b7eb", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=9bcc1ac297c316a8", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=b9566c6b2eae330f", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=88a0365eaa11e938", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=bca5c4ef21e1e4e5", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=04fc52a21f8569b2", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=801f0655e27acb58", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=53c2d9bc7bc60897", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=2c3d017458e1ed60", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=1c22da06ba938d42", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=121e9d32b17cddd5", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=314b40479ea4ad68", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=d4a4e0ecc1617a92", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=6ea6c2badc2bdd3e", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=24530280e73a293f", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=5868e6f58151fc5c", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=c236ed529b057fea", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=0f49fc198a4fc701", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=5026ef92489a7e61", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=3039251b2e68c839", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=207ff88c35f5fd8f", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=6da04917ee96215f", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=4dbff0cc204cb6d9", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=8435033f753779d6", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=70fc0bf3adc05da6", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=e3de12f4150b184f", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=853fb9814a15b8d6", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=bc949f1956cf5b4c", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=6362848fb6c507b1", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=84cff57285683348", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=4eeeaa8ba4336d51", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=ee634b5d56c6b1da", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=a8b6a0643557ce72", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=4059a52777f6cdd3", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=77095ccdd280f210", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=9c84b89edaec583d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=aa48c2abedf7c5cf", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=1d90e111f834cd46", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=e16122d130f99755", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=3b0220e4e9ad132b", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=55252e42bc5ab895", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=2abf921ee8c2361a", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=37329e5a8ae859ed", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=f8b153e1fa523517", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=c6de9cb2f22ea0a2", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=58ed2e351eb0032b", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=8faf22e30bd1930c", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=7fd84b94eff4f28b", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=cdcc5c8025b0c6a0", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=b71af51ce2d638dd", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=954a055cc18931da", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=b6e684aa5393544a", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=7c680b7398a9ead2", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=f5a81d5ef76a619f", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=df984b11b3325fc1", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=db80acbad75bf8aa", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=f98e8c2ca630f8dc", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=880c67f295ce9487", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=739b86972a8c2fc3", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=6149f6568b47016a", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=53528fdfa1e03f02", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=85e51f4277743092", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=bb2e2dbf6abdcd6a", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=151b037b1026baf8", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=18dcf94a9158a1be", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=93a1fe66b6b89f87", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=2730071219c526bd", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=1fe9160599e1b25e", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=01f1374ec950a573", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=adcd4542d4fc189c", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=2de2b819e4d6bbbb", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=4f478ebc419a1689", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=c474a1b08e7fab87", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=8bf282d862d3196f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=5ec38882a6e5497e", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=f502f1a12d0f07e7", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=eed608bcc199e9c3", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=915d6f4618815ba8", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=2edceec97012f577", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=d4ae9b075bfe53aa", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=7074fcc34b3225cf", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=ba4c469f2688d1a2", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=66c6b5da38c4663c", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=8c89233ee0edc354", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=4ca7b552319d2042", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=dd516adcfeb7eea6", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=38b436c5005ba77a", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=7568decf28eb34a3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=d7236223bcd574ed", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=8c0ea66dd01cb7c0", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=d040826f426a8185", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=095ab66f50e93289", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=7b7dbe23f741b174", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=22c7d08c97cdcff3", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=97ccae1be7511145", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=7609fa4158d25256", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=295f842889308ea9", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=0aeb64399b544d7e", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=60abbd04aa719e2d", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=0fe6694ab06f4183", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=f52002f4be72c8e6", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=4956d861d043ce78", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=1b2403607b482489", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=a18ec4b76256724e", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=8b710b9569c78338", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=5bbf30b8f6669f0c", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=1d5e2b6397f7132d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/YamlDotNet@13.7.1.0?package-id=3e6c0a8685cf7541", + "type": "library", + "name": "YamlDotNet", + "version": "13.7.1.0", + "cpe": "cpe:2.3:a:YamlDotNet:YamlDotNet:13.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/YamlDotNet@13.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/YamlDotNet.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu2?arch=all&distro=ubuntu-20.04&package-id=1985435f994de36e", + "type": "library", + "publisher": "Ubuntu Core Developers ", + "name": "adduser", + "version": "3.118ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu2?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "624" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.0.10?arch=amd64&distro=ubuntu-20.04&package-id=aeb4ed31c7b45063", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.0.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.0.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.0.10?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4192" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt-transport-https@2.0.10?arch=all&upstream=apt&distro=ubuntu-20.04&package-id=454a4a364c32e3cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt-transport-https", + "version": "2.0.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt-transport-https:apt-transport-https:2.0.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt-transport-https@2.0.10?arch=all&upstream=apt&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport-https:apt_transport_https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt-transport-https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt_transport_https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt-transport-https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt_transport_https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt-transport-https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt_transport_https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt-transport-https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt_transport_https:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt-transport-https/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt-transport-https.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@11ubuntu5.7?arch=amd64&distro=ubuntu-20.04&package-id=8778725c88b25174", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "11ubuntu5.7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11ubuntu5.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@11ubuntu5.7?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "392" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.47?arch=amd64&distro=ubuntu-20.04&package-id=172856358d758802", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.47", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "PD" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.47:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.47?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.0-6ubuntu1.2?arch=amd64&distro=ubuntu-20.04&package-id=f2c3acc4a4844b7a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.0-6ubuntu1.2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.0-6ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.0-6ubuntu1.2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1660" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.0.17?package-id=897d18240113a81a", + "type": "application", + "name": "bash", + "version": "5.0.17", + "cpe": "cpe:2.3:a:gnu:bash:5.0.17:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.0.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux%402.34-0.1ubuntu9.4&distro=ubuntu-20.04&package-id=e48d106c4248c848", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux%402.34-0.1ubuntu9.4&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "304" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.34-0.1ubuntu9.4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-2?arch=amd64&distro=ubuntu-20.04&package-id=115ab01358c154cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "195" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.20.04.1?arch=all&distro=ubuntu-20.04&package-id=125a1edc61a12216", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.20.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.20.04.1?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.30-3ubuntu2?arch=amd64&distro=ubuntu-20.04&package-id=d5a97f6395da38c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.30-3ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.30-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.30-3ubuntu2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7196" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.10.2-6?arch=amd64&distro=ubuntu-20.04&package-id=d0f0a76056548819", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.10.2-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.10.2-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.10.2-6?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "212" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.73?arch=all&distro=ubuntu-20.04&package-id=261aac7991bfa635", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.73", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.73:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.73?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "520" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@4.9.1?arch=amd64&distro=ubuntu-20.04&package-id=23f22ff23c540415", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "4.9.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.9.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@4.9.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.7-3?arch=amd64&distro=ubuntu-20.04&package-id=28f35f20ff5d1d3b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.7-3", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.7-3?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "532" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.19.7ubuntu3.2?arch=amd64&distro=ubuntu-20.04&package-id=82e1fb8153d48328", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.19.7ubuntu3.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.19.7ubuntu3.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.19.7ubuntu3.2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6741" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.45.5-2ubuntu1.1?arch=amd64&distro=ubuntu-20.04&package-id=624ac0813d539a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.45.5-2ubuntu1.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1491" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fdisk@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=5794daf07f073dfb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fdisk", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:fdisk:fdisk:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fdisk@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fdisk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fdisk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "506" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.7.0-1ubuntu1?arch=amd64&distro=ubuntu-20.04&package-id=4699926fa05357a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.7.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.7.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.7.0-1ubuntu1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "668" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-10-base@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=a0b919ecf1ed8939", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-10-base", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-10-base@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "271" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.19-3ubuntu2.2?arch=amd64&upstream=gnupg2&distro=ubuntu-20.04&package-id=233e62f309ad65e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.19-3ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.19-3ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.19-3ubuntu2.2?arch=amd64&upstream=gnupg2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "499" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.4-1?arch=amd64&distro=ubuntu-20.04&package-id=b0d2a1a568792869", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.4-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.4-1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-0ubuntu4.1?arch=amd64&distro=ubuntu-20.04&package-id=f2af0f7ad5349fad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-0ubuntu4.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-0ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-0ubuntu4.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23?arch=amd64&distro=ubuntu-20.04&package-id=062740953479e127", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/init-system-helpers@1.57?arch=all&distro=ubuntu-20.04&package-id=1009a88bca19889f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "init-system-helpers", + "version": "1.57", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.57:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.57?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.2.53-6?arch=amd64&upstream=acl&distro=ubuntu-20.04&package-id=5e27b97cb2c752ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.2.53-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.2.53-6?arch=amd64&upstream=acl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "70" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.0.10?arch=amd64&upstream=apt&distro=ubuntu-20.04&package-id=a9a09f6703eda67b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.0.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.0.10?arch=amd64&upstream=apt&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3328" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.4.48-5?arch=amd64&upstream=attr&distro=ubuntu-20.04&package-id=aa28b8df06944eb2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.4.48-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.4.48-5?arch=amd64&upstream=attr&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:2.8.5-2ubuntu6?arch=all&upstream=audit&distro=ubuntu-20.04&package-id=1011e9d494c068ed", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:2.8.5-2ubuntu6", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:2.8.5-2ubuntu6?arch=all&upstream=audit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "24" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:2.8.5-2ubuntu6?arch=amd64&upstream=audit&distro=ubuntu-20.04&package-id=bc2e58b9d3c8b8bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:2.8.5-2ubuntu6", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:2.8.5-2ubuntu6?arch=amd64&upstream=audit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=21ff84289fcc081c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "440" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-2?arch=amd64&upstream=bzip2&distro=ubuntu-20.04&package-id=f18c642cf94d0069", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-2?arch=amd64&upstream=bzip2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04&package-id=b6038e2c26b0d7bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.31-0ubuntu9.14", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3714" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04&package-id=b59ddf82c4af3923", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.31-0ubuntu9.14", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-0ubuntu9.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13239" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.1build1?arch=amd64&upstream=libcap-ng&distro=ubuntu-20.04&package-id=ec8f6325a3bf5db6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.1build1?arch=amd64&upstream=libcap-ng&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=d8029cf1db8613e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.45.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.10-10ubuntu4?arch=amd64&upstream=libxcrypt&distro=ubuntu-20.04&package-id=8a4302e2e7027353", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.10-10ubuntu4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.10-10ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.10-10ubuntu4?arch=amd64&upstream=libxcrypt&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.6ubuntu2?arch=amd64&upstream=db5.3&distro=ubuntu-20.04&package-id=bc84b4da0031640d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.6ubuntu2", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.6ubuntu2?arch=amd64&upstream=db5.3&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1749" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.251ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-20.04&package-id=78bbe40d9c2ef9b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.251ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.251ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.251ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=b93222b439789034", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "540" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfdisk1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=47a208bc75a42a58", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfdisk1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfdisk1:libfdisk1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfdisk1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfdisk1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfdisk1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "549" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi7@3.3-4?arch=amd64&upstream=libffi&distro=ubuntu-20.04&package-id=432739c50e7fa62a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi7", + "version": "3.3-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi7@3.3-4?arch=amd64&upstream=libffi&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=70c987b131de6bc1", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.8.5-5ubuntu1.1?arch=amd64&distro=ubuntu-20.04&package-id=cf1d5ea2865ab84b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.8.5-5ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.5-5ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.8.5-5ubuntu1.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1224" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.0+dfsg-4ubuntu0.1?arch=amd64&upstream=gmp&distro=ubuntu-20.04&package-id=88424ab3fef13f47", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.0+dfsg-4ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.0\\+dfsg-4ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.0+dfsg-4ubuntu0.1?arch=amd64&upstream=gmp&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "567" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.6.13-2ubuntu1.9?arch=amd64&upstream=gnutls28&distro=ubuntu-20.04&package-id=a3e333f5266cd5ed", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.6.13-2ubuntu1.9", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.6.13-2ubuntu1.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.6.13-2ubuntu1.9?arch=amd64&upstream=gnutls28&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2188" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.37-1?arch=amd64&upstream=libgpg-error&distro=ubuntu-20.04&package-id=e5b859b37c0cc9f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.37-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.37-1?arch=amd64&upstream=libgpg-error&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "176" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed5@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04&package-id=08d01b6597c3fe61", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed5", + "version": "3.5.1+really3.5.1-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed5:libhogweed5:3.5.1\\+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed5@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "237" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.2.0-2?arch=amd64&upstream=libidn2&distro=ubuntu-20.04&package-id=502623f7824bdd52", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.2.0-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.2.0-2?arch=amd64&upstream=libidn2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "216" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.2-2ubuntu0.20.04.1?arch=amd64&upstream=lz4&distro=ubuntu-20.04&package-id=62d3ed77b3cde187", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.2-2ubuntu0.20.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.2-2ubuntu0.20.04.1?arch=amd64&upstream=lz4&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "149" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.4-1ubuntu1.1?arch=amd64&upstream=xz-utils&distro=ubuntu-20.04&package-id=406c008b7cea1150", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.4-1ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.4-1ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.4-1ubuntu1.1?arch=amd64&upstream=xz-utils&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "267" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=f3612384134de7fe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "482" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=9b5406ad344006ae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "337" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=d9287e572fd19927", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "418" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle7@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04&package-id=fd3d31b0ab65fd6f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle7", + "version": "3.5.1+really3.5.1-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle7:libnettle7:3.5.1\\+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle7@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "396" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.23.20-1ubuntu0.1?arch=amd64&upstream=p11-kit&distro=ubuntu-20.04&package-id=1e9ce0f72d0c92c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.23.20-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.23.20-1ubuntu0.1?arch=amd64&upstream=p11-kit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1271" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=6605d3735438f9d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1166" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=ede74257cb77211e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "339" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.3.1-5ubuntu4.6?arch=all&upstream=pam&distro=ubuntu-20.04&package-id=dfc21dc6eed61f1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.3.1-5ubuntu4.6?arch=all&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "304" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=e12906ffafa446e6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "231" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.34-7ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-20.04&package-id=cbb0adfb8ce79ae4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.34-7ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.34-7ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "596" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-12ubuntu0.1?arch=amd64&upstream=pcre3&distro=ubuntu-20.04&package-id=28df348f627128bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-12ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-12ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-12ubuntu0.1?arch=amd64&upstream=pcre3&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "671" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.16-1ubuntu2.4?arch=amd64&upstream=procps&distro=ubuntu-20.04&package-id=13c12af4167c9fc5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.16-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.16-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.16-1ubuntu2.4?arch=amd64&upstream=procps&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "128" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1ubuntu1?arch=amd64&upstream=libpsl&distro=ubuntu-20.04&package-id=b4737996be9ccb7c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1ubuntu1?arch=amd64&upstream=libpsl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "91" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.1-1ubuntu1~20.04.2?arch=amd64&upstream=libseccomp&distro=ubuntu-20.04&package-id=124fdcaa5560103e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.1-1ubuntu1~20.04.2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1ubuntu1\\~20.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.1-1ubuntu1~20.04.2?arch=amd64&upstream=libseccomp&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "152" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.0-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-20.04&package-id=ff315aaab3787fee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.0-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "202" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.0-1build2?arch=all&upstream=libsemanage&distro=ubuntu-20.04&package-id=79d3a035e61936d2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.0-1build2?arch=all&upstream=libsemanage&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage1@3.0-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-20.04&package-id=a1ad2cfc5b58d8c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage1", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage1@3.0-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "305" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol1@3.0-1ubuntu0.1?arch=amd64&upstream=libsepol&distro=ubuntu-20.04&package-id=30503d75b66bc7d1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol1", + "version": "3.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol1@3.0-1ubuntu0.1?arch=amd64&upstream=libsepol&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "734" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=ad8c131561ac55b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "338" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=42dfc2c9bd9328c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.45.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "108" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl1.1@1.1.1f-1ubuntu2.20?arch=amd64&upstream=openssl&distro=ubuntu-20.04&package-id=c4db35de42f94a94", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl1.1", + "version": "1.1.1f-1ubuntu2.20", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1f-1ubuntu2.20:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl1.1@1.1.1f-1ubuntu2.20?arch=amd64&upstream=openssl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4029" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=afca99897c0479b6", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2440" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04&package-id=ea08b903bc7ab09e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "245.4-4ubuntu3.22", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:245.4-4ubuntu3.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "878" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.16.0-2?arch=amd64&distro=ubuntu-20.04&package-id=06f035ccacd81fb8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.16.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.16.0-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=c095f83d4d980fcf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04&package-id=d1daa0a490ef7aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "245.4-4ubuntu3.22", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:245.4-4ubuntu3.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "340" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@0.9.10-2?arch=amd64&upstream=libunistring&distro=ubuntu-20.04&package-id=472966e2b126da76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "0.9.10-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@0.9.10-2?arch=amd64&upstream=libunistring&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1582" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=1bfd619d37a72c9e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.4+dfsg-3ubuntu0.1?arch=amd64&upstream=libzstd&distro=ubuntu-20.04&package-id=dddc0db7fec3681f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.4+dfsg-3ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.4\\+dfsg-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.4+dfsg-3ubuntu0.1?arch=amd64&upstream=libzstd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "700" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04&package-id=9e5fc7058aafd121", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-1ubuntu5.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1ubuntu5.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "932" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=93b8fc6a52f20206", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu2?arch=all&upstream=lsb&distro=ubuntu-20.04&package-id=f5d71dd169e20c7c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu2?arch=all&upstream=lsb&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-2?arch=amd64&distro=ubuntu-20.04&package-id=b43fb0ef60eec667", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=fa57e2863fd3bef2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "434" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=c8d09f9a73635f97", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.2-0ubuntu2.1?arch=all&upstream=ncurses&distro=ubuntu-20.04&package-id=5b84c8af23e85a32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.2-0ubuntu2.1?arch=all&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "381" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=4627210c0bed8f6f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "642" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=583d30327693b788", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4fb38adaac4e54e907f613b58d79b1c8f97727a6d5017c1ee7d4385726131d36" + }, + { + "name": "syft:location:0:path", + "value": "/app/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.20?arch=amd64&distro=ubuntu-20.04&package-id=2644f107d997550f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "1.1.1f-1ubuntu2.20", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1f-1ubuntu2.20:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.20?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1256" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04&package-id=e82bb968a34aa0ec", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-1ubuntu5.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1ubuntu5.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2669" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.30.0-9ubuntu0.5?arch=amd64&upstream=perl&distro=ubuntu-20.04&package-id=dc1a362ceb4e0662", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.30.0-9ubuntu0.5", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.30.0-9ubuntu0.5?arch=amd64&upstream=perl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10791" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.16-1ubuntu2.4?arch=amd64&distro=ubuntu-20.04&package-id=63443b5277f295f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.16-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.16-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.16-1ubuntu2.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "816" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/publicsuffix@20200303.0012-1?arch=all&distro=ubuntu-20.04&package-id=866131e06c48e53f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "publicsuffix", + "version": "20200303.0012-1", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + }, + { + "license": { + "name": "CC0" + } + } + ], + "cpe": "cpe:2.3:a:publicsuffix:publicsuffix:20200303.0012-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/publicsuffix@20200303.0012-1?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/publicsuffix/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/publicsuffix.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "309" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.7-1?arch=amd64&distro=ubuntu-20.04&package-id=42cf466bddcd8e29", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.7-1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.12+nmu1?arch=all&distro=ubuntu-20.04&package-id=d568348b8cadd7b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.12+nmu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.12+nmu1?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@2.96-2.1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-20.04&package-id=9408a2cb119b60f5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "2.96-2.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@2.96-2.1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.30+dfsg-7ubuntu0.20.04.4?arch=amd64&distro=ubuntu-20.04&package-id=a04497124873f785", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.30+dfsg-7ubuntu0.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.30\\+dfsg-7ubuntu0.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.30+dfsg-7ubuntu0.20.04.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "884" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2020.02.11.4?arch=all&distro=ubuntu-20.04&package-id=85763052af554fad", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2020.02.11.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2020.02.11.4?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.34-0.1ubuntu9.4?arch=amd64&distro=ubuntu-20.04&package-id=5f64056f2bb376a2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.34-0.1ubuntu9.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4539" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.20.3-1ubuntu2?arch=amd64&distro=ubuntu-20.04&package-id=88eb56107badf80a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.20.3-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.20.3-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.20.3-1ubuntu2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:535f1580a2f205c39af78e4fe038c350b4fdb9816599a8a6eea2763b3e4a6d4e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "988" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu1.5?arch=amd64&upstream=zlib&distro=ubuntu-20.04&package-id=ea95497a625b16fc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu1.5", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu1.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu1.5?arch=amd64&upstream=zlib&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5d6fec7fc17049438eab6ba52625c5f8f4f8f45da6fc9a5b7726b051dc63c5e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "20.04", + "description": "Ubuntu 20.04.6 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "20.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 20.04.6 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "focal" + }, + { + "name": "syft:distro:versionID", + "value": "20.04" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-nbparsingservice-0.9.15.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-nbparsingservice-0.9.15.syft.cdx.json new file mode 100644 index 00000000..cce16a7a --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-nbparsingservice-0.9.15.syft.cdx.json @@ -0,0 +1,23328 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:fb4d07fe-7c21-43e2-bd25-035338cc0433", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:24-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "2e9215f280c67265", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/nbparsingservice", + "version": "0.9.15" + } + }, + "components": [ + { + "bom-ref": "pkg:pypi/flask@3.0.0?package-id=032f71dbcd9a710b", + "type": "library", + "name": "Flask", + "version": "3.0.0", + "cpe": "cpe:2.3:a:palletsprojects:flask:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Flask@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/flask-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/flask-3.0.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/jinja2@3.1.2?package-id=3998f18f9feb3feb", + "type": "library", + "author": "Armin Ronacher ", + "name": "Jinja2", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Jinja2@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markupsafe@2.1.2?package-id=36dcb1e7f005ceeb", + "type": "library", + "author": "Armin Ronacher ", + "name": "MarkupSafe", + "version": "2.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/MarkupSafe@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@6.0?package-id=f7988512158f9ebd", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "6.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygments@2.14.0?package-id=331db500bfa895c9", + "type": "library", + "author": "Georg Brandl ", + "name": "Pygments", + "version": "2.14.0", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:georg_brandl_project:python-Pygments:2.14.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Pygments@2.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python-Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python_Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:Pygments:2.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/Pygments-2.14.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/Pygments-2.14.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/Pygments-2.14.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=60671fb38be80921", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=26c6ab49b20e0611", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=46b94df0f02615c2", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=81782b67f63489aa", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ea4f310b42a73475", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=eb5d976db5af8780", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:pypi/werkzeug@3.0.1?package-id=c64dad8d20ee3fb7", + "type": "library", + "name": "Werkzeug", + "version": "3.0.1", + "cpe": "cpe:2.3:a:python-Werkzeug:python-Werkzeug:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Werkzeug@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Werkzeug:python_Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Werkzeug:python-Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Werkzeug:python_Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Werkzeug:python-Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Werkzeug:python_Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Werkzeug:Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Werkzeug:Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Werkzeug:Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Werkzeug:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/werkzeug-3.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/werkzeug-3.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=e2ba4951f152fd94", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.134", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.134:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "686" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.9.1?package-id=1673b7f11709ba96", + "type": "library", + "name": "aiohttp", + "version": "3.9.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.9.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiohttp:3.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.9.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.9.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.9.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=f8df7e15fb6779cc", + "type": "library", + "name": "aiosignal", + "version": "1.3.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ansiwrap@0.8.4?package-id=bd797dd14d0660ea", + "type": "library", + "author": "Jonathan Eunice ", + "name": "ansiwrap", + "version": "0.8.4", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:jonathan_eunice_project:python-ansiwrap:0.8.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ansiwrap@0.8.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice_project:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice_project:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ansiwrap:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ansiwrap:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ansiwrap:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ansiwrap:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansiwrap:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansiwrap:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ansiwrap:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ansiwrap:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansiwrap:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ansiwrap:0.8.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ansiwrap-0.8.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ansiwrap-0.8.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/ansiwrap-0.8.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12&package-id=ee5bc7e444ae5ade", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.6.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4232" + } + ] + }, + { + "bom-ref": "pkg:pypi/asgiref@3.6.0?package-id=52bbe419fc35e863", + "type": "library", + "author": "Django Software Foundation ", + "name": "asgiref", + "version": "3.6.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:django_software_foundation_project:python-asgiref:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/asgiref@3.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundation_project:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundationproject:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundationproject:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundation_project:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundation:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundation:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundationproject:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:django_software_foundation:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation_project:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation_project:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundationproject:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundationproject:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asgiref:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asgiref:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asgiref:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asgiref:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation_project:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundationproject:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asgiref:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asgiref:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asgiref:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asgiref:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foundation:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asgiref:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:asgiref:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/asgiref-3.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/asgiref-3.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/asgiref-3.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/asttokens@2.2.1?package-id=324756649bc0dfb5", + "type": "library", + "author": "Dmitry Sagalovskiy, Grist Labs ", + "name": "asttokens", + "version": "2.2.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python-asttokens:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/asttokens@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs_project:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labsproject:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_sagalovskiy\\,_grist_labs:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-asttokens:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_asttokens:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry_project:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitryproject:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asttokens:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dmitry:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:asttokens:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/asttokens-2.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/asttokens-2.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/asttokens-2.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@22.2.0?package-id=b9330c3ab110776e", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "22.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:hynek_schlawack_project:python-attrs:22.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/attrs@22.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python-attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python_attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:attrs:22.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/attrs-22.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/attrs-22.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/attrs-22.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@12.4+deb12u4?arch=amd64&distro=debian-12&package-id=71d6bdeec2526a79", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "12.4+deb12u4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@12.4+deb12u4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12&package-id=07bf67af228bc6ac", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.6.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "247" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.2.15?package-id=a57082c09ab03d4e", + "type": "application", + "name": "bash", + "version": "5.2.15", + "cpe": "cpe:2.3:a:gnu:bash:5.2.15:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.2.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.2.15:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.2.15-2+b2?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12&package-id=42f96a1dadbd7c7c", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.2.15-2+b2", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "MIT-like" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.15-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.2.15-2+b2?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7164" + }, + { + "name": "syft:metadata:source", + "value": "bash" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "5.2.15-2" + } + ] + }, + { + "bom-ref": "pkg:pypi/blinker@1.6.2?package-id=d3e88da636bdec62", + "type": "library", + "author": "Jason Kirtland ", + "name": "blinker", + "version": "1.6.2", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:jason_kirtland_\\", + "name": "bsdutils", + "version": "1:2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12&package-id=3ba91e9b6aaf9f24", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20230311", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "384" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.11.17?package-id=129ce01385f823d5", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.11.17", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.11.17:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.11.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@2.1.1?package-id=393b41c41e917bff", + "type": "library", + "author": "Ahmed TAHRI @Ousret ", + "name": "charset-normalizer", + "version": "2.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-2.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.3?package-id=888979eac0825276", + "type": "library", + "author": "Armin Ronacher ", + "name": "click", + "version": "8.1.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-click:8.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=004c295ef85c2f09", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "9.1-1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:9.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18062" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/curl@7.88.1-10+deb12u5?arch=amd64&distro=debian-12&package-id=2d52b0871e18a44d", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "curl", + "version": "7.88.1-10+deb12u5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "OLDAP-2.8" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.88.1-10\\+deb12u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/curl@7.88.1-10+deb12u5?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "488" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12&package-id=0d8e067e35c05236", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.12-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.12-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "191" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=0889f186108f40c3", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.82", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.82:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "491" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2023.3+deb12u1?arch=all&distro=debian-12&package-id=92d2c7b3710aa8fe", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2023.3+deb12u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2023.3+deb12u1?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "272" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=f1f44edff01e3570", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "5.7-0.5~deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "SMAIL-GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.7-0.5\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:pypi/decorator@5.1.1?package-id=20a924c2dd519d21", + "type": "library", + "author": "Michele Simionato ", + "name": "decorator", + "version": "5.1.1", + "licenses": [ + { + "license": { + "name": "new BSD License" + } + } + ], + "cpe": "cpe:2.3:a:python:decorator:5.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/decorator@5.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/decorator-5.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/decorator-5.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/decorator-5.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12&package-id=eb5aea92f61ca825", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.8-4", + "licenses": [ + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=6602e482a35fd05d", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.21.22", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6409" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12&package-id=9831441cc7214035", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1496" + } + ] + }, + { + "bom-ref": "pkg:pypi/entrypoints@0.4?package-id=da49062682d3a550", + "type": "library", + "author": "Thomas Kluyver ", + "name": "entrypoints", + "version": "0.4", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-entrypoints:0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/entrypoints@0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:entrypoints:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:entrypoints:0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/entrypoints-0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/entrypoints-0.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/executing@1.2.0?package-id=97487a9eeb12e990", + "type": "library", + "author": "Alex Hall ", + "name": "executing", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-executing:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/executing@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:executing:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:executing:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/executing-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/executing-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/executing-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/fastjsonschema@2.16.2?package-id=5599a08de7b03401", + "type": "library", + "author": "Michal Horejsek ", + "name": "fastjsonschema", + "version": "2.16.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:michal_horejsek_project:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fastjsonschema@2.16.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek_project:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema_project:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsekproject:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschemaproject:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fastjsonschema:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fastjsonschema:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:michal_horejsek:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastjsonschema:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fastjsonschema:2.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/fastjsonschema-2.16.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/fastjsonschema-2.16.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/fastjsonschema-2.16.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12&package-id=6023469ff4232ead", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.9.0-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.9.0-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + } + ] + }, + { + "bom-ref": "pkg:pypi/frozenlist@1.3.3?package-id=542274681f219d6a", + "type": "library", + "name": "frozenlist", + "version": "1.3.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.3.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.3.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.3.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2e9186a84159aff8", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-12-base", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=75871998f77df354", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.40-1.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.40-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "917" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12&package-id=874ee234bb29b610", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.8-5", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.8-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1245" + } + ] + }, + { + "bom-ref": "pkg:pypi/gunicorn@21.2.0?package-id=7602ab95258c62de", + "type": "library", + "author": "Benoit Chesneau ", + "name": "gunicorn", + "version": "21.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benoit_chesneau_project:python-gunicorn:21.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/gunicorn@21.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneau_project:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneauproject:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneauproject:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneau_project:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneau:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneau:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneauproject:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc_project:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc_project:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gunicorn:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gunicorn:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gunicorn:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gunicorn:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitcproject:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitcproject:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoit_chesneau:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc_project:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gunicorn:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gunicorn:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gunicorn:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gunicorn:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitcproject:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gunicorn:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benoitc:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:gunicorn:21.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/gunicorn-21.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/gunicorn-21.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/gunicorn-21.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12&package-id=958e1b470d6e61e4", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.12-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.12-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "252" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23+nmu1?arch=amd64&distro=debian-12&package-id=5214d3835a5e9e03", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23+nmu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23\\+nmu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23+nmu1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=7ac1a56bf57afe33", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "init-system-helpers", + "version": "1.65.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + } + ] + }, + { + "bom-ref": "pkg:pypi/ipython@8.20.0?package-id=cb8506047607219b", + "type": "library", + "author": "The IPython Development Team ", + "name": "ipython", + "version": "8.20.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-ipython:8.20.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ipython@8.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ipython:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ipython:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ipython:8.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ipython-8.20.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ipython-8.20.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/ipython-8.20.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/itsdangerous@2.1.2?package-id=391ecba63ddb6bb0", + "type": "library", + "author": "Armin Ronacher ", + "name": "itsdangerous", + "version": "2.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-itsdangerous:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/itsdangerous@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-itsdangerous:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-itsdangerous:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_itsdangerous:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_itsdangerous:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:itsdangerous:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:itsdangerous:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-itsdangerous:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_itsdangerous:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:itsdangerous:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:itsdangerous:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/itsdangerous-2.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/itsdangerous-2.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/itsdangerous-2.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jedi@0.18.2?package-id=c684b31516f327ee", + "type": "library", + "author": "David Halter ", + "name": "jedi", + "version": "0.18.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-jedi:0.18.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jedi@0.18.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python-jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:python_jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jedi:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jedi:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jedi:jedi:0.18.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jedi-0.18.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jedi-0.18.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jedi-0.18.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema@4.17.3?package-id=1fc7a8afed4d6a54", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema", + "version": "4.17.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_project:python-jsonschema:4.17.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema@4.17.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema:4.17.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema-4.17.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema-4.17.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-client@7.4.9?package-id=dc24c50b1b40f31f", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter_client", + "version": "7.4.9", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "jupyter_core", + "version": "5.1.3", + "licenses": [ + { + "license": { + "name": "# The Jupyter licensing terms\n \n Jupyter is licensed under the terms of the Modified BSD License (also known as\n New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter\n project. This includes all of the Jupyter subprojects. A full list with\n details is kept in the documentation directory, in the file\n `about/credits.txt`.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/ipython/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. It is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "libacl1", + "version": "2.3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "73" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=277bff2e9935ec60", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.6.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3297" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=33fd1e06406f56d6", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.5.1-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12&package-id=9b4c0a5a61088dc9", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "22" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=59e281eba7a04b25", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "150" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=4ee24c300590a76c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "399" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=f0bf067592585cf3", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "783" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5+b1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=ce322d83e30b874f", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5+b1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.8-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12&package-id=6f9b4128f50b7352", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.36-9+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.36-9\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2035" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12&package-id=9164be7b257aa534", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.36-9+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.36-9+deb12u3?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12986" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.8.3-1+b3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=675f7c512bad24d1", + "type": "library", + "publisher": "Håvard F. Aasen ", + "name": "libcap-ng0", + "version": "0.8.3-1+b3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.8.3-1+b3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.8.3-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=319fdc69abc4fbfd", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libcap2", + "version": "1:2.66-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.66-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "94" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=69a49eb2c6093376", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=0456f873dbacf053", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.33-2", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl4@7.88.1-10+deb12u5?arch=amd64&upstream=curl&distro=debian-12&package-id=e5f22d888943ab50", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl4", + "version": "7.88.1-10+deb12u5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "OLDAP-2.8" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.88.1-10\\+deb12u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.88.1-10+deb12u5?arch=amd64&upstream=curl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "843" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=367426eb59f0cabc", + "type": "library", + "publisher": "Bastian Germann ", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "Sleepycat" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3-clause-fjord" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "MIT-old" + } + }, + { + "license": { + "name": "TCL-like" + } + } + ], + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1833" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=52d7e3dad04da1e4", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.270", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.270:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=3a74412e17e80c62", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.5.0-1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "387" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=90ad95afe50cb01d", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "534" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=5402db6da1867290", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi8", + "version": "3.4.4-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2f8ff8eab0e5aa8d", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=6a57820bcaedf649", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.10.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.10.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12&package-id=9918734df5684f43", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libgdbm6", + "version": "1.23-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=6209c098f1617f07", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg1-1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "855" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.9-2+deb12u1?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=5523ecb94a2be27d", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.9-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.9-2+deb12u1?arch=amd64&upstream=gnutls28&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3381" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=194bd86a4e849e50", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.46-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.46-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.46-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "192" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=78d99aa232f50900", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=97f75c0ece4caa99", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.8.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.8.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "463" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.3-1+b1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=869cde084eacd1b4", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.3-1+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.3-1+b1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "439" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.3.3-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=b4935d473355f648", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=fae8292731106904", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.3-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=9d90bfed790e191f", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1076" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=79f9529c79efba6e", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.20.1-2+deb12u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2+deb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.5-0@2.5.13+dfsg-5?arch=amd64&upstream=openldap&distro=debian-12&package-id=3a9b60be2a3eac4b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.5-0", + "version": "2.5.13+dfsg-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-California" + } + }, + { + "license": { + "name": "BSD-3-clause-variant" + } + }, + { + "license": { + "name": "BSD-4-clause-California" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Expat-ISC" + } + }, + { + "license": { + "name": "Expat-UNM" + } + }, + { + "license": { + "name": "F5" + } + }, + { + "license": { + "name": "FSF-unlimited" + } + }, + { + "license": { + "name": "JCG" + } + }, + { + "license": { + "name": "MIT-XC" + } + }, + { + "license": { + "name": "NeoSoft-permissive" + } + }, + { + "license": { + "name": "OpenLDAP-2.8" + } + }, + { + "license": { + "name": "UMich" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.5-0@2.5.13+dfsg-5?arch=amd64&upstream=openldap&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "553" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-common@2.5.13+dfsg-5?arch=all&upstream=openldap&distro=debian-12&package-id=9ca6d1211a255e4f", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-common", + "version": "2.5.13+dfsg-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "BSD-3-clause-California" + } + }, + { + "license": { + "name": "BSD-3-clause-variant" + } + }, + { + "license": { + "name": "BSD-4-clause-California" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "Expat-ISC" + } + }, + { + "license": { + "name": "Expat-UNM" + } + }, + { + "license": { + "name": "F5" + } + }, + { + "license": { + "name": "FSF-unlimited" + } + }, + { + "license": { + "name": "JCG" + } + }, + { + "license": { + "name": "MIT-XC" + } + }, + { + "license": { + "name": "NeoSoft-permissive" + } + }, + { + "license": { + "name": "OpenLDAP-2.8" + } + }, + { + "license": { + "name": "UMich" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libldap-common:libldap-common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-common@2.5.13+dfsg-5?arch=all&upstream=openldap&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-common:libldap_common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap-common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap_common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_common:2.5.13\\+dfsg-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libldap-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=95652295d768f0f9", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.4-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=15617caf6477cf7a", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.4.1-0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.4.1-0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "333" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=ce92bfb426a0975f", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libmd0", + "version": "1.0.4-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=7bcbfe72d909bd61", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=35538f624d26e72d", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "412" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=75396fa95a2238c6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.8.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.8.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "520" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.52.0-1+deb12u1?arch=amd64&upstream=nghttp2&distro=debian-12&package-id=85f63a7ccca359cf", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.52.0-1+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.52.0-1+deb12u1?arch=amd64&upstream=nghttp2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.52.0-1\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=8d3bc975054637ad", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.24.1-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1408" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=22159925b314a2d2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1031" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=c7438a5341adad68", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.5.2-6+deb12u1?arch=all&upstream=pam&distro=debian-12&package-id=823299f084ad5481", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam-runtime", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.5.2-6+deb12u1?arch=all&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "876" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=40ea84395ecb0821", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "BSD-tcp_wrappers" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.5.2-6+deb12u1?arch=amd64&upstream=pam&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "215" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=8c6e82db75f9fa1f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.42-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "BSD-3-clause-Cambridge" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "685" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libproc2-0@2:4.0.2-3?arch=amd64&upstream=procps&distro=debian-12&package-id=195549fb96d59911", + "type": "library", + "publisher": "Craig Small ", + "name": "libproc2-0", + "version": "2:4.0.2-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libproc2-0:libproc2-0:2\\:4.0.2-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libproc2-0@2:4.0.2-3?arch=amd64&upstream=procps&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2-0:libproc2_0:2\\:4.0.2-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2_0:libproc2-0:2\\:4.0.2-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2_0:libproc2_0:2\\:4.0.2-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2:libproc2-0:2\\:4.0.2-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libproc2:libproc2_0:2\\:4.0.2-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libproc2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libproc2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.2-1?arch=amd64&upstream=libpsl&distro=debian-12&package-id=f7902c1e86b9b108", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.2-1", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + }, + { + "license": { + "name": "gnulib" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.2-1?arch=amd64&upstream=libpsl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "96" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=7434b57adea85334", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libreadline8", + "version": "8.2-1.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "475" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-12&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=5f9b0965f7772f17", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.28+dfsg-10", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "BSD-4-clause-KTH" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=9995dcc192f690d5", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules", + "version": "2.1.28+dfsg-10", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "BSD-4-clause-KTH" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "284" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=6d0f0cafadfbc0a9", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.28+dfsg-10", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "BSD-4-clause-KTH" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.28+dfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.28\\+dfsg-10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "77" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.4-1+b3?arch=amd64&upstream=libseccomp%402.5.4-1&distro=debian-12&package-id=6fb08f2fbca4dcd2", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.4-1+b3", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.4-1\\+b3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.4-1+b3?arch=amd64&upstream=libseccomp%402.5.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "149" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.5.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.4-1+b6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=f3c05d1ed354d18d", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.4-1+b6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.4-1\\+b6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.4-1+b6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "199" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12&package-id=b1d9331655be4509", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.4-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.4-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage2@3.4-1+b5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12&package-id=a7ef8523cdd5e778", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage2", + "version": "3.4-1+b5", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.4-1\\+b5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage2@3.4-1+b5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "297" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.4-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=4fa6455ff4571bda", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol2", + "version": "3.4-2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.4-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "775" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=7e28d73f2c3b385a", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=c5859f58965f508b", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libsqlite3-0", + "version": "3.40.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1682" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=8ecf83153186b1f2", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libss2:libss2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "70" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.10.0-3+b1?arch=amd64&upstream=libssh2%401.10.0-3&distro=debian-12&package-id=a2da4e7afcae6b6d", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.10.0-3+b1", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.10.0-3\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.10.0-3+b1?arch=amd64&upstream=libssh2%401.10.0-3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.10.0-3\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.10.0-3\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.10.0-3\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.10.0-3\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.10.0-3\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "357" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.10.0-3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl3@3.0.11-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=3295d3197a69c494", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl3", + "version": "3.0.11-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.11-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl3@3.0.11-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6010" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5222e3ad35657e4e", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "12.2.0-14", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2686" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@252.19-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12&package-id=b93c6e3d4a777c2b", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "252.19-1~deb12u1", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:252.19-1\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@252.19-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "908" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=4f211449345f8546", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.19.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ebc944814a753ef4", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "541" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.3+ds-1?arch=all&upstream=libtirpc&distro=debian-12&package-id=0f0a3a3d56f1df39", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.3+ds-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.3+ds-1?arch=all&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3+ds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=00da74517821abb9", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.3+ds-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.3+ds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@252.19-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12&package-id=3f679da5e45a7120", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "252.19-1~deb12u1", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:252.19-1\\~deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@252.19-1~deb12u1?arch=amd64&upstream=systemd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=ebde9743d3cb4753", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "1.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1807" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=a41ec4ed980150b2", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=8a27041f93b18732", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.5.4+dfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=4c51ead66800341f", + "type": "library", + "publisher": "RPM packaging team ", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.5.4\\+dfsg2-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.5.4+dfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "785" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12&package-id=f141f9c08f6ebc12", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.13+dfsg1-1+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2551" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1:4.13+dfsg1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=e7c743625d0a8b92", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:pypi/matplotlib-inline@0.1.6?package-id=739f90151bd79181", + "type": "library", + "author": "IPython Development Team ", + "name": "matplotlib-inline", + "version": "0.1.6", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matplotlib-inline@0.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_teamproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_development_team:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev_project:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_devproject:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib-inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib_inline:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython-dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ipython_dev:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matplotlib:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib-inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:matplotlib_inline:0.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/matplotlib_inline-0.1.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=f806a27bcfb5ff63", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-3.1", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "263" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=96563e317a513a14", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:pypi/multidict@6.0.4?package-id=8b14e2e571d5ddb7", + "type": "library", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.0.4", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nbclient@0.7.2?package-id=7fb31bf00501220a", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nbclient", + "version": "0.7.2", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2020-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "nbformat", + "version": "5.7.3", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2001-2015, IPython Development Team\n - Copyright (c) 2015-, Jupyter Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Jupyter Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the Jupyter Development Team\n \n The Jupyter Development Team is the set of all contributors to the Jupyter project.\n This includes all of the Jupyter subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n Jupyter uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Jupyter. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Jupyter\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Jupyter\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Jupyter repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) Jupyter Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_\\", + "name": "ncurses-base", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "379" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=c4b9e08c57091dc2", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.4-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "636" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:pypi/nest-asyncio@1.5.6?package-id=e5adcce800d53bce", + "type": "library", + "author": "Ewald R. de Wit ", + "name": "nest-asyncio", + "version": "1.5.6", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:ewald_r__de_wit_project:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nest-asyncio@1.5.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit_project:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_witproject:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit_project:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_witproject:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest-asyncio:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest_asyncio:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_r__de_wit:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald-de-wit:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ewald_de_wit:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest-asyncio:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest_asyncio:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python-nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:python_nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nest:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nest:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest-asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nest:nest_asyncio:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12&package-id=71e8f5c98f3d48db", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netbase.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/netbase.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + } + ] + }, + { + "bom-ref": "pkg:pypi/numpy@1.24.1?package-id=62987d220d19715c", + "type": "library", + "author": "Travis E. Oliphant et al.", + "name": "numpy", + "version": "1.24.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:travis_e__oliphant_et_al__project:python-numpy:1.24.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/numpy@1.24.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al__project:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_project:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:travis_e__oliphant_et_al_:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python-numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:python_numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-numpy:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_numpy:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:numpy:numpy:1.24.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/numpy-1.24.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/numpy-1.24.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/numpy-1.24.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@3.0.11-1~deb12u2?arch=amd64&distro=debian-12&package-id=a98150f58b2e2892", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "3.0.11-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.11-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@3.0.11-1~deb12u2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:384858ccd7ef0b8449b819cd61b39fc4560e476326c0bd5168523907c26bf527" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2291" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.0?package-id=7039c3b94baf20c8", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.0", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "pandas", + "version": "1.5.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pandas_development_team_project:python-pandas:1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pandas@1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_team_project:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_teamproject:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_teamproject:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_team_project:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_team:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_team:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_teamproject:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev_project:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev_project:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_devproject:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_devproject:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_development_team:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandas:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandas:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandas:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandas:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev_project:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas-dev:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas-dev:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_devproject:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pandas:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pandas:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas-dev:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas_dev:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pandas:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pandas:1.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pandas-1.5.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pandas-1.5.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pandas-1.5.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/papermill@2.4.0?package-id=abd3a473559fdd61", + "type": "library", + "author": "nteract contributors ", + "name": "papermill", + "version": "2.4.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-papermill:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/papermill@2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-papermill:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_papermill:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:papermill:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:papermill:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/papermill-2.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/papermill-2.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/papermill-2.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/parso@0.8.3?package-id=98a9c6553d8abe6f", + "type": "library", + "author": "David Halter ", + "name": "parso", + "version": "0.8.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:davidhalter88_project:python-parso:0.8.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/parso@0.8.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter_project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88project:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halterproject:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davidhalter88:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_halter:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python-parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:python_parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parso:parso:0.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/parso-0.8.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/parso-0.8.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/parso-0.8.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12&package-id=78db180cded31539", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.13+dfsg1-1+b1?arch=amd64&upstream=shadow%401:4.13+dfsg1-1&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2832" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1:4.13+dfsg1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.36.0-7+deb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=6a4600a85fceb859", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.36.0-7+deb12u1", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.36.0-7+deb12u1?arch=amd64&upstream=perl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7638" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:pypi/pexpect@4.8.0?package-id=c755d1083e137214", + "type": "library", + "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast ", + "name": "pexpect", + "version": "4.8.0", + "licenses": [ + { + "license": { + "name": "ISC license" + } + } + ], + "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pexpect@4.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quastproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah_project:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python-pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:python_pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noahproject:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pexpect:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:noah:pexpect:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pexpect-4.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.2.1?package-id=7c03d89775a38053", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/platformdirs@2.6.2?package-id=f074f6eab57d45d0", + "type": "library", + "name": "platformdirs", + "version": "2.6.2", + "cpe": "cpe:2.3:a:python-platformdirs:python-platformdirs:2.6.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/platformdirs@2.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:python_platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python-platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python_platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python-platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python_platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:platformdirs:2.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/platformdirs-2.6.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/platformdirs-2.6.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:4.0.2-3?arch=amd64&distro=debian-12&package-id=6d390012d5f4739b", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:4.0.2-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:4.0.2-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:4.0.2-3?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2091" + } + ] + }, + { + "bom-ref": "pkg:pypi/prompt-toolkit@3.0.41?package-id=002cc405e1132fb7", + "type": "library", + "author": "Jonathan Slenders", + "name": "prompt-toolkit", + "version": "3.0.41", + "cpe": "cpe:2.3:a:jonathan_slenders_project:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prompt-toolkit@3.0.41", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders_project:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slendersproject:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt-toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt_toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_slenders:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt-toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt_toolkit:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prompt:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt-toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prompt_toolkit:3.0.41:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/prompt_toolkit-3.0.41.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/psmisc@23.6-1?arch=amd64&distro=debian-12&package-id=13cdec2aba7b5ba7", + "type": "library", + "publisher": "Craig Small ", + "name": "psmisc", + "version": "23.6-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:psmisc:psmisc:23.6-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/psmisc@23.6-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/psmisc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/psmisc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "909" + } + ] + }, + { + "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=f9b80ab2fdebdbb7", + "type": "library", + "author": "Thomas Kluyver ", + "name": "ptyprocess", + "version": "0.7.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ptyprocess@0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/publicsuffix@20230209.2326-1?arch=all&distro=debian-12&package-id=49ce30a249df63f6", + "type": "library", + "publisher": "Daniel Kahn Gillmor ", + "name": "publicsuffix", + "version": "20230209.2326-1", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + }, + { + "license": { + "name": "CC0" + } + } + ], + "cpe": "cpe:2.3:a:publicsuffix:publicsuffix:20230209.2326-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/publicsuffix@20230209.2326-1?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/publicsuffix/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/publicsuffix.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "339" + } + ] + }, + { + "bom-ref": "pkg:pypi/pure-eval@0.2.2?package-id=3a25e51d0f2da2e8", + "type": "library", + "author": "Alex Hall ", + "name": "pure-eval", + "version": "0.2.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pure-eval@0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python-pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:python_pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure-eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure_eval:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure-eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pure:pure_eval:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pure_eval-0.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyarrow@14.0.2?package-id=bd64d8054adecd29", + "type": "library", + "name": "pyarrow", + "version": "14.0.2", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyarrow@14.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyarrow:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyarrow:14.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pyarrow-14.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyrsistent@0.19.3?package-id=864d597d94ca6245", + "type": "library", + "author": "Tobias Gustafsson ", + "name": "pyrsistent", + "version": "0.19.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tobias_l_gustafsson_project:python-pyrsistent:0.19.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyrsistent@0.19.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafsson_project:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafssonproject:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafssonproject:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson_project:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson_project:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafssonproject:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafssonproject:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafsson_project:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias-l-gustafsson:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias-l-gustafsson:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafsson:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafsson:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafssonproject:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson_project:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyrsistent:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyrsistent:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyrsistent:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyrsistent:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafssonproject:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias-l-gustafsson:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_l_gustafsson:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyrsistent:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyrsistent:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyrsistent:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyrsistent:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tobias_gustafsson:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyrsistent:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyrsistent:0.19.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pyrsistent-0.19.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pyrsistent-0.19.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pyrsistent-0.19.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.7?package-id=aaee703f92415b8c", + "type": "application", + "name": "python", + "version": "3.11.7", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.7:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=5367cefeb2960b19", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytz@2022.7.1?package-id=7f88fb70a05de4a8", + "type": "library", + "author": "Stuart Bishop ", + "name": "pytz", + "version": "2022.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2022.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytz@2022.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop_project:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishopproject:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_project:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python-pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:python_pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytz:pytz:2022.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pytz-2022.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pytz-2022.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pytz-2022.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyzmq@25.0.0?package-id=ac8cd1e5f87dbbe8", + "type": "library", + "author": "Brian E. Granger, Min Ragan-Kelley ", + "name": "pyzmq", + "version": "25.0.0", + "licenses": [ + { + "license": { + "name": "LGPL+BSD" + } + } + ], + "cpe": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python-pyzmq:25.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyzmq@25.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley_project:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelleyproject:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_e__granger\\,_min_ragan_kelley:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev_project:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_devproject:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyzmq:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyzmq:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python-pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:python_pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq-dev:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zeromq_dev:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyzmq:pyzmq:25.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pyzmq-25.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pyzmq-25.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pyzmq-25.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=35df6ea5baf9b29f", + "type": "library", + "publisher": "Matthias Klose ", + "name": "readline-common", + "version": "8.2-1.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.2-1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:62ee4febd59888364197eb61389b55410a514e18e04e8742df9d4c2ce2fcdce2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "89" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=1c3aa7dc30c76625", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/scrapbook@0.5.0?package-id=28fb69ea3fe919e8", + "type": "library", + "author": "nteract contributors ", + "name": "scrapbook", + "version": "0.5.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:nteract_contributors_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/scrapbook@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributorsproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_contributors:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract_project:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteractproject:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:scrapbook:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nteract:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:scrapbook:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/scrapbook-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12&package-id=51d16528ba0d8959", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.9-1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "pcre" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "987" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@65.5.1?package-id=dda9e33044359350", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "65.5.1", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:65.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@65.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5a0cd8defe6947bed19462585f45ed847c5043d08e71a7f71b3cce8b7db757db" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=e7adc8df83bff696", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/stack-data@0.6.2?package-id=46a0c2cdfa51996e", + "type": "library", + "author": "Alex Hall ", + "name": "stack-data", + "version": "0.6.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alex_mojaki_project:python-stack-data:0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stack-data@0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojakiproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall_project:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hallproject:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python-stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:python_stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex-mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_mojaki:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_data:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alex_hall:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_data:0.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/stack_data-0.6.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12&package-id=dd3ff4eb541b80f1", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "3.06-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1.2?arch=amd64&distro=debian-12&package-id=02715dbb722dd554", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1.2?arch=amd64&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3144" + } + ] + }, + { + "bom-ref": "pkg:pypi/tenacity@8.1.0?package-id=cb10afa7303b0fed", + "type": "library", + "author": "Julien Danjou ", + "name": "tenacity", + "version": "8.1.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:julien_danjou_project:python-tenacity:8.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tenacity@8.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou_project:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjouproject:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tenacity:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tenacity:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_project:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien_danjou:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julienproject:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tenacity:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julien:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tenacity:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/tenacity-8.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/tenacity-8.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/tenacity-8.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/textwrap3@0.9.2?package-id=49ec954efa659dfb", + "type": "library", + "author": "Jonathan Eunice ", + "name": "textwrap3", + "version": "0.9.2", + "licenses": [ + { + "license": { + "name": "Python Software Foundation License" + } + } + ], + "cpe": "cpe:2.3:a:jonathan_eunice_project:python-textwrap3:0.9.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/textwrap3@0.9.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice_project:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice_project:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-textwrap3:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-textwrap3:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_textwrap3:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_textwrap3:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_euniceproject:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-textwrap3:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_textwrap3:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:textwrap3:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:textwrap3:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan-eunice:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jonathan_eunice:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:textwrap3:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:textwrap3:0.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/textwrap3-0.9.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/textwrap3-0.9.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/textwrap3-0.9.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tornado@6.2?package-id=3d810c0e7e8f5961", + "type": "library", + "author": "Facebook ", + "name": "tornado", + "version": "6.2", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_tornado_project:python-tornado:6.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tornado@6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tornado:6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.64.1?package-id=6656746f493a4d5c", + "type": "library", + "name": "tqdm", + "version": "4.64.1", + "licenses": [ + { + "license": { + "name": "MPLv2.0, MIT Licences" + } + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.64.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/tqdm-4.64.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/tqdm-4.64.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/tqdm-4.64.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/traitlets@5.8.1?package-id=df736dada0f0f56d", + "type": "library", + "author": "IPython Development Team ", + "name": "traitlets", + "version": "5.8.1", + "licenses": [ + { + "license": { + "name": "# Licensing terms\n \n Traitlets is adapted from enthought.traits, Copyright (c) Enthought, Inc.,\n under the terms of the Modified BSD License.\n \n This project is licensed under the terms of the Modified BSD License\n (also known as New or Revised or 3-Clause BSD), as follows:\n \n - Copyright (c) 2001-, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the IPython Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n ## About the IPython Development Team\n \n The IPython Development Team is the set of all contributors to the IPython project.\n This includes all of the IPython subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n https://github.com/jupyter/.\n \n ## Our Copyright Policy\n \n IPython uses a shared copyright model. Each contributor maintains copyright\n over their contributions to IPython. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the IPython\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire IPython\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the IPython repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n ```\n # Copyright (c) IPython Development Team.\n # Distributed under the terms of the Modified BSD License.\n ```" + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "tzdata", + "version": "2023c-5+deb12u1", + "licenses": [ + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-5\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2023c-5+deb12u1?arch=all&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2550" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@2.1.0?package-id=782eeb10f363567d", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "2.1.0", + "cpe": "cpe:2.3:a:python:urllib3:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/usr-is-merged@35?arch=all&upstream=usrmerge&distro=debian-12&package-id=75751babbbb398c8", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "usr-is-merged", + "version": "35", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:usr-is-merged:usr-is-merged:35:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/usr-is-merged@35?arch=all&upstream=usrmerge&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is-merged:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is_merged:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is_merged:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr-is:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr_is:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr:usr-is-merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:usr:usr_is_merged:35:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usr-is-merged/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usr-is-merged.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "11" + }, + { + "name": "syft:metadata:source", + "value": "usrmerge" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=1b942da1c5ffd639", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4975" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux-extra@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12&package-id=383f89571cc12d0f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux-extra", + "version": "2.38.1-5+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux-extra:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux-extra@2.38.1-5+b1?arch=amd64&upstream=util-linux%402.38.1-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux-extra:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux_extra:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux_extra:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux-extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux_extra:2.38.1-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux-extra/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux-extra.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux-extra.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "367" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.38.1-5" + } + ] + }, + { + "bom-ref": "pkg:pypi/waitress@2.1.2?package-id=b43cc3ba295540d4", + "type": "library", + "author": "Zope Foundation and Contributors ", + "name": "waitress", + "version": "2.1.2", + "licenses": [ + { + "license": { + "name": "ZPL 2.1" + } + } + ], + "cpe": "cpe:2.3:a:zope_foundation_and_contributors_project:python-waitress:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/waitress@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributors_project:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributorsproject:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributorsproject:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributors_project:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributors:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributors:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributorsproject:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_foundation_and_contributors:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev_project:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev_project:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-waitress:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-waitress:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_waitress:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_waitress:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_devproject:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_devproject:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev_project:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-waitress:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_waitress:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:waitress:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:waitress:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope-dev:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope-dev:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_devproject:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:waitress:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope-dev:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zope_dev:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:waitress:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/waitress-2.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/waitress-2.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/waitress-2.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/wcwidth@0.2.6?package-id=8cbc053cf64f0d04", + "type": "library", + "author": "Jeff Quast ", + "name": "wcwidth", + "version": "0.2.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jeff_quast_project:python-wcwidth:0.2.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wcwidth@0.2.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast_project:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quastproject:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact_project:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contactproject:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wcwidth:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wcwidth:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jeff_quast:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:contact:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wcwidth:0.2.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/wcwidth-0.2.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/wcwidth-0.2.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/wcwidth-0.2.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.42.0?package-id=c8e777cd0730bb59", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.42.0", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "yarl", + "version": "1.8.2", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python-yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python_yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:yarl:1.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4541debc12d59367975b2663ff8533afec9d8aae30f3f11f6064cd876de29fc7" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=455c3033282a01ec", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.13.dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7292cf786aa89399bca4e3edd105d3b2ee0683a46ef1f5ff436c0f9d1d49e765" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:273a8db7ff5955c195371dac185804d95ece467f8c7ad5fea232c401a8c7562f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "168" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "12", + "description": "Debian GNU/Linux 12 (bookworm)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "12" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 12 (bookworm)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bookworm" + }, + { + "name": "syft:distro:versionID", + "value": "12" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx.json new file mode 100644 index 00000000..77e92df7 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-ni-grafana-v9.5.12-61b4dd6cfd-ni.syft.cdx.json @@ -0,0 +1,20309 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:9cc3a717-9b53-4312-bc47-473ab2496a2e", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:16-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "d12c59915fc1866e", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/ni-grafana", + "version": "v9.5.12-61b4dd6cfd-ni" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.3&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.3&package-id=a33281a43bfa80a6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.3&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/bash@5.2.15-r5?arch=x86_64&distro=alpine-3.18.3&package-id=a528a7ebf31a359f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "bash", + "version": "5.2.15-r5", + "description": "The GNU Bourne Again shell", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.2.15-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/bash@5.2.15-r5?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/bash/bash.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:bash:5.2.15-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2aa177cc9c474c6af1015efeb7ef4f83476e631a" + }, + { + "name": "syft:metadata:installedSize", + "value": "1392640" + }, + { + "name": "syft:metadata:originPackage", + "value": "bash" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:bash=5.2.15-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YHmqduf1TgcoH8ykhzAfbBJpQVs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:size", + "value": "457087" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.3&package-id=0f93e1828b6357dd", + "type": "library", + "publisher": "prspkt ", + "name": "brotli-libs", + "version": "1.0.9-r14", + "description": "Generic lossless compressor (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://github.com/google/brotli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli-libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0a1208f4924921ba3c0fba5429338a5990f1741c" + }, + { + "name": "syft:metadata:installedSize", + "value": "806912" + }, + { + "name": "syft:metadata:originPackage", + "value": "brotli" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbrotlicommon.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libbrotlidec.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libbrotlienc.so.1=1.0.9" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1SLIAbTXN3oSaGPfK2/rxfJJzEw8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "348557" + } + ] + }, + { + "bom-ref": "pkg:golang/buf.build/gen/go/parca-dev/parca/bufbuild/connect-go@v1.4.1-20221222094228-8b1d3d0f62e6.1?package-id=ad86113bde03b03c", + "type": "library", + "name": "buf.build/gen/go/parca-dev/parca/bufbuild/connect-go", + "version": "v1.4.1-20221222094228-8b1d3d0f62e6.1", + "cpe": "cpe:2.3:a:gen:go\\/parca-dev\\/parca\\/bufbuild\\/connect-go:v1.4.1-20221222094228-8b1d3d0f62e6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/buf.build/gen/go/parca-dev/parca/bufbuild/connect-go@v1.4.1-20221222094228-8b1d3d0f62e6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gen:go\\/parca_dev\\/parca\\/bufbuild\\/connect_go:v1.4.1-20221222094228-8b1d3d0f62e6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wQ75SnlaD0X30PnrmA+07A/5fnQWrAHy1mzv+CPB5Oo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/buf.build/gen/go/parca-dev/parca/protocolbuffers/go@v1.28.1-20221222094228-8b1d3d0f62e6.4?package-id=f4df94a5e231317f", + "type": "library", + "name": "buf.build/gen/go/parca-dev/parca/protocolbuffers/go", + "version": "v1.28.1-20221222094228-8b1d3d0f62e6.4", + "cpe": "cpe:2.3:a:gen:go\\/parca-dev\\/parca\\/protocolbuffers\\/go:v1.28.1-20221222094228-8b1d3d0f62e6.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/buf.build/gen/go/parca-dev/parca/protocolbuffers/go@v1.28.1-20221222094228-8b1d3d0f62e6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gen:go\\/parca_dev\\/parca\\/protocolbuffers\\/go:v1.28.1-20221222094228-8b1d3d0f62e6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3ThI7dcndwVLimMCxuiaVqMJEx5FfMXydD7flXlnDkQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.3&package-id=61bb87e3256c7521", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r2", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1gQ/L3UBnSjgkFWEHQaUkUDubqdI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510086" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r2", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ng9K4zeuARW5It8leWhwxor0cRQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r2" + }, + { + "name": "syft:metadata:size", + "value": "1543" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.3&package-id=f7f20b055f90d4f7", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FG8M+7w+dkjV9Vy0mGFWW2t4+Do=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157021" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.3&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.107.0?package-id=50f2d28f9a657622", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.107.0", + "purl": "pkg:golang/cloud.google.com/go@v0.107.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qkj22L7bgkl6vIeZDlOY2po43Mx/TIa2Wsa7VR+PEww=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3?package-id=873c92384ea9649a", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/iam@v0.8.0?package-id=dbfeb41bc1f11ed5", + "type": "library", + "name": "cloud.google.com/go/iam", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:go:iam:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/iam@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:E2osAkZzxI/+8pZcxVLcDtAQx/u+hZXVryUaYQ5O0Kk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/kms@v1.4.0?package-id=b9693e276f186a97", + "type": "library", + "name": "cloud.google.com/go/kms", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:go:kms:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/kms@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iElbfoE61VeLhnZcGOltqL8HIly8Nhbe5t6JlH9GXjo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/storage@v1.28.1?package-id=d9e0c8fd59a15d2e", + "type": "library", + "name": "cloud.google.com/go/storage", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:go:storage:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/storage@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:F5QDG5ChchaAVQhINh24U99OWHURqrW8OmQcGKXcbgI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/curl@8.3.0-r0?arch=x86_64&distro=alpine-3.18.3&package-id=0e2a3e1325a5ff7f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "curl", + "version": "8.3.0-r0", + "description": "URL retrival utility and library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:8.3.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/curl@8.3.0-r0?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:haxx:curl:8.3.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1af4e3f61a44fb1028399c7433fe7e47b9efcb1e" + }, + { + "name": "syft:metadata:installedSize", + "value": "253952" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:curl=8.3.0-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yfRiwYyhNFZUeSqdL4Kxkgv/Dbw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libcurl=8.3.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcurl.so.4" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "146602" + } + ] + }, + { + "bom-ref": "pkg:golang/filippo.io/age@v1.1.1?package-id=fdf5eb1076a11489", + "type": "library", + "name": "filippo.io/age", + "version": "v1.1.1", + "purl": "pkg:golang/filippo.io/age@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pIpO7l151hCnQ4BdyBujnGP2YlUo0uj6sAVNHGBvXHg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-pipeline-go@v0.2.3?package-id=6dfab66c4bdb0ddf", + "type": "library", + "name": "github.com/Azure/azure-pipeline-go", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:Azure:azure-pipeline-go:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-pipeline-go@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_pipeline_go:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go@v65.0.0+incompatible?package-id=3e40eaeeb98bf339", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go", + "version": "v65.0.0+incompatible", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go:v65.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v65.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go:v65.0.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HzKLt3kIwMm4KeJYTdx9EbjRYTySD/t8i1Ee/W5EGXw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azcore@v1.6.1?package-id=550147fd81e8a4ae", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azcore", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azcore:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azcore:v1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SEy2xmstIphdPwNBUi7uhvjyjhVKISfwjfOJmuy7kg4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/azidentity@v1.3.0?package-id=2a784cac6eeec01b", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azidentity:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azidentity:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/internal@v1.3.0?package-id=1f0c9414e3080454", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/internal", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/internal@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/keyvault/azkeys@v0.9.0?package-id=8c96985b2a6db2bb", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/keyvault\\/azkeys:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/keyvault\\/azkeys:v0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TOFrNxfjslms5nLLIMjW7N0+zSALX4KiGsptmpb16AA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-sdk-for-go/sdk/keyvault/internal@v0.7.0?package-id=c93ffb951a4c9c91", + "type": "library", + "name": "github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/keyvault\\/internal:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/keyvault\\/internal:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lg6BW0VPmCwcMlvOviL3ruHFO+H9tZNqscK0AeuFjGM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/azure-storage-blob-go@v0.15.0?package-id=3b438bddfc23748e", + "type": "library", + "name": "github.com/Azure/azure-storage-blob-go", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:Azure:azure-storage-blob-go:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/azure-storage-blob-go@v0.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:azure_storage_blob_go:v0.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rXtgp8tN1p29GvpGgfJetavIG0V7OgcSXPpwp3tx6qk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.28?package-id=d94db5882e51abbd", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.28", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.28:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.28", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.28:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ndAExarwr5Y+GaHE6VCaY1kyS/HwwGGyuimVhWsHOEM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.21?package-id=37c4cfdfb5fe3c3c", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.21", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.21:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jjQnVFXPfekaqb8vIsv2G1lxshoW+oGv4MDlhRtnYZk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=c300e67f5d28b60c", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/to@v0.4.0?package-id=2f49010c277448e5", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/to", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/to@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/validation@v0.3.1?package-id=eef1a798520ffa20", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/validation", + "version": "v0.3.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/validation@v0.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=9c0bafc03d0ab54a", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=8fd264b30499599c", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-ntlmssp@v0.0.0-20220621081337-cb9428e4ac1e?package-id=2921b7d593791119", + "type": "library", + "name": "github.com/Azure/go-ntlmssp", + "version": "v0.0.0-20220621081337-cb9428e4ac1e", + "cpe": "cpe:2.3:a:Azure:go-ntlmssp:v0.0.0-20220621081337-cb9428e4ac1e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-ntlmssp@v0.0.0-20220621081337-cb9428e4ac1e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_ntlmssp:v0.0.0-20220621081337-cb9428e4ac1e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NeAW1fUYUEWhft7pkxDf6WoUvEZJ/uOKsvtpjLnn8MU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azuread/microsoft-authentication-library-for-go@v1.0.0?package-id=0ed9e6e94c996658", + "type": "library", + "name": "github.com/AzureAD/microsoft-authentication-library-for-go", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:AzureAD:microsoft-authentication-library-for-go:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/AzureAD/microsoft-authentication-library-for-go@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:AzureAD:microsoft_authentication_library_for_go:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OBhqkivkhkMqLPymWEppkm7vgPQY2XsHoEkaMQ0AdZY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.2.1?package-id=afafde4358c25bd4", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fzambia/eagle@v0.0.2?package-id=7402331cb5fd16b2", + "type": "library", + "name": "github.com/FZambia/eagle", + "version": "v0.0.2", + "cpe": "cpe:2.3:a:FZambia:eagle:v0.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/FZambia/eagle@v0.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:35qHDuXSQevZ4w9A51k4wU7OE/tPHTEWXoywA93hvkY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fzambia/sentinel@v1.1.0?package-id=b2689b0017ee0b89", + "type": "library", + "name": "github.com/FZambia/sentinel", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:FZambia:sentinel:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/FZambia/sentinel@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qrCBfxc8SvJihYNjBWgwUI93ZCvFe/PJIPTHKmlp8a8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=e297bc8d89394675", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver@v1.5.0?package-id=b4a0f0d271414d39", + "type": "library", + "name": "github.com/Masterminds/semver", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:Masterminds:semver:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.1.1?package-id=db82388631a86fd0", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.1.1", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.2?package-id=39a677702c93a8a2", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.2", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/protonmail/go-crypto@v0.0.0-20210428141323-04723f9f07d7?package-id=8451fc7947a65507", + "type": "library", + "name": "github.com/ProtonMail/go-crypto", + "version": "v0.0.0-20210428141323-04723f9f07d7", + "cpe": "cpe:2.3:a:ProtonMail:go-crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ProtonMail/go-crypto@v0.0.0-20210428141323-04723f9f07d7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ProtonMail:go_crypto:v0.0.0-20210428141323-04723f9f07d7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/roaringbitmap/roaring@v0.9.4?package-id=37a407be608163c2", + "type": "library", + "name": "github.com/RoaringBitmap/roaring", + "version": "v0.9.4", + "cpe": "cpe:2.3:a:RoaringBitmap:roaring:v0.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/RoaringBitmap/roaring@v0.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ckvZSX5gwCRaJYBNe7syNawCU5oruY9gQmjXlp4riwo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vividcortex/mysqlerr@v0.0.0-20170204212430-6c6b55f8796f?package-id=dca3e5d3cc903a12", + "type": "library", + "name": "github.com/VividCortex/mysqlerr", + "version": "v0.0.0-20170204212430-6c6b55f8796f", + "cpe": "cpe:2.3:a:VividCortex:mysqlerr:v0.0.0-20170204212430-6c6b55f8796f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/VividCortex/mysqlerr@v0.0.0-20170204212430-6c6b55f8796f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HR5nRmUQgXrwqZOwZ2DAc/aCi3Bu3xENpspW935vxu0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137?package-id=d59b097f7297c746", + "type": "library", + "name": "github.com/alecthomas/units", + "version": "v0.0.0-20211218093645-b94a6e3cc137", + "cpe": "cpe:2.3:a:alecthomas:units:v0.0.0-20211218093645-b94a6e3cc137:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/andybalholm/brotli@v1.0.4?package-id=d6f2da60f5061833", + "type": "library", + "name": "github.com/andybalholm/brotli", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:andybalholm:brotli:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/andybalholm/brotli@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apache/arrow/go/arrow@v0.0.0-20211112161151-bc219186db40?package-id=78be587fe38ceecd", + "type": "library", + "name": "github.com/apache/arrow/go/arrow", + "version": "v0.0.0-20211112161151-bc219186db40", + "cpe": "cpe:2.3:a:apache:arrow\\/go\\/arrow:v0.0.0-20211112161151-bc219186db40:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apache/arrow/go/arrow@v0.0.0-20211112161151-bc219186db40", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q4dksr6ICHXqG5hm0ZW5IHyeEJXoIJSOZeBLmWPNeIQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apapsch/go-jsonmerge/v2@v2.0.0?package-id=4c05af0303832030", + "type": "library", + "name": "github.com/apapsch/go-jsonmerge/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:apapsch:go-jsonmerge\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apapsch/go-jsonmerge/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apapsch:go_jsonmerge\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/armon/go-metrics@v0.4.1?package-id=726fb9f244732254", + "type": "library", + "name": "github.com/armon/go-metrics", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:armon:go-metrics:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/armon/go-metrics@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armon:go_metrics:v0.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/armon/go-radix@v1.0.0?package-id=01397e5460d1fa2a", + "type": "library", + "name": "github.com/armon/go-radix", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:armon:go-radix:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/armon/go-radix@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armon:go_radix:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2?package-id=f4ac28fbb6eca5d6", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20230301143203-a9d515a09cc2", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20230301143203-a9d515a09cc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.234?package-id=6f319a57c50c35fa", + "type": "library", + "name": "github.com/aws/aws-sdk-go", + "version": "v1.44.234", + "cpe": "cpe:2.3:a:aws:aws-sdk-go:v1.44.234:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.234", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go:v1.44.234:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8YbQ5AhpgV/cC7jYX8qS34Am/vcn2ZoIFJ1qIgwOL+0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/axiomhq/hyperloglog@v0.0.0-20191112132149-a4c4c47bc57f?package-id=ed7116a679b167ea", + "type": "library", + "name": "github.com/axiomhq/hyperloglog", + "version": "v0.0.0-20191112132149-a4c4c47bc57f", + "cpe": "cpe:2.3:a:axiomhq:hyperloglog:v0.0.0-20191112132149-a4c4c47bc57f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/axiomhq/hyperloglog@v0.0.0-20191112132149-a4c4c47bc57f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y06x6vGnFYfXUoVMbrcP1Uzpj4JG01eB5vRps9G8agM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beevik/etree@v1.1.0?package-id=caa92300fb49bd51", + "type": "library", + "name": "github.com/beevik/etree", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:beevik:etree:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beevik/etree@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/benbjohnson/clock@v1.3.0?package-id=5a48f2d1efd630a6", + "type": "library", + "name": "github.com/benbjohnson/clock", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:benbjohnson:clock:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/benbjohnson/clock@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=44a8714cf74ff2a4", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bits-and-blooms/bitset@v1.2.0?package-id=271b7b64252f3efc", + "type": "library", + "name": "github.com/bits-and-blooms/bitset", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:bits-and-blooms:bitset:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bits-and-blooms/bitset@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bits_and_blooms:bitset:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bits-and:bitset:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bits_and:bitset:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bits:bitset:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blevesearch/go-porterstemmer@v1.0.3?package-id=0ded62369bf95ce3", + "type": "library", + "name": "github.com/blevesearch/go-porterstemmer", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:blevesearch:go-porterstemmer:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blevesearch/go-porterstemmer@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blevesearch:go_porterstemmer:v1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GtmsqID0aZdCSNiY8SkuPJ12pD4jI+DdXTAn4YRcHCo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blevesearch/mmap-go@v1.0.4?package-id=824e1760cbe61bdd", + "type": "library", + "name": "github.com/blevesearch/mmap-go", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:blevesearch:mmap-go:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blevesearch/mmap-go@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blevesearch:mmap_go:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OVhDhT5B/M1HNPpYPBKIEJaD0F3Si+CrEKULGCDPWmc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blevesearch/segment@v0.9.0?package-id=dc4e7da439159294", + "type": "library", + "name": "github.com/blevesearch/segment", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:blevesearch:segment:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blevesearch/segment@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5lG7yBCx98or7gK2cHMKPukPZ/31Kag7nONpoBt22Ac=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blevesearch/snowballstem@v0.9.0?package-id=150187b0bd60dd95", + "type": "library", + "name": "github.com/blevesearch/snowballstem", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:blevesearch:snowballstem:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blevesearch/snowballstem@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lMQ189YspGP6sXvZQ4WZ+MLawfV8wOmPoD/iWeNXm8s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blevesearch/vellum@v1.0.7?package-id=9d5c09220a7073c3", + "type": "library", + "name": "github.com/blevesearch/vellum", + "version": "v1.0.7", + "cpe": "cpe:2.3:a:blevesearch:vellum:v1.0.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blevesearch/vellum@v1.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+vn8rfyCRHxKVRgDLeR0FAXej2+6mEb5Q15aQE/XESQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blugelabs/bluge@v0.1.9?package-id=511893ff6c10a1dc", + "type": "library", + "name": "github.com/blugelabs/bluge", + "version": "v0.1.9", + "cpe": "cpe:2.3:a:blugelabs:bluge:v0.1.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blugelabs/bluge@v0.1.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bPgXlcsWugrXNjzeoLdOnvfJpHsyODKpYaAndayl/SM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blugelabs/bluge_segment_api@v0.2.0?package-id=f6d38bb61a97a67e", + "type": "library", + "name": "github.com/blugelabs/bluge_segment_api", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:blugelabs:bluge-segment-api:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blugelabs/bluge_segment_api@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blugelabs:bluge_segment_api:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cCX1Y2y8v0LZ7+EEJ6gH7dW6TtVTW4RhG0vp3R+N2Lo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blugelabs/ice@v1.0.0?package-id=6ab7de32aced8795", + "type": "library", + "name": "github.com/blugelabs/ice", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:blugelabs:ice:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blugelabs/ice@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:um7wf9e6jbkTVCrOyQq3tKK43fBMOvLUYxbj3Qtc4eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bradfitz/gomemcache@v0.0.0-20190913173617-a41fca850d0b?package-id=e4be5657a1ecda42", + "type": "library", + "name": "github.com/bradfitz/gomemcache", + "version": "v0.0.0-20190913173617-a41fca850d0b", + "cpe": "cpe:2.3:a:bradfitz:gomemcache:v0.0.0-20190913173617-a41fca850d0b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bradfitz/gomemcache@v0.0.0-20190913173617-a41fca850d0b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/bufbuild/connect-go@v1.4.1?package-id=b4eac64db1c200e0", + "type": "library", + "name": "github.com/bufbuild/connect-go", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:bufbuild:connect-go:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/bufbuild/connect-go@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bufbuild:connect_go:v1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6usL3JGjKhxQpvDlizP7u8VfjAr1JkckcAUbrdcbgNY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/caio/go-tdigest@v3.1.0+incompatible?package-id=47417e5632520192", + "type": "library", + "name": "github.com/caio/go-tdigest", + "version": "v3.1.0+incompatible", + "cpe": "cpe:2.3:a:caio:go-tdigest:v3.1.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/caio/go-tdigest@v3.1.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:caio:go_tdigest:v3.1.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uoVMJ3Q5lXmVLCCqaMGHLBWnbGoN6Lpu7OAUPR60cds=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0?package-id=f2739f7dbd6c1f80", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.2.0", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/centrifugal/centrifuge@v0.25.0?package-id=6a1f7674948c6b8f", + "type": "library", + "name": "github.com/centrifugal/centrifuge", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:centrifugal:centrifuge:v0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/centrifugal/centrifuge@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QivFZRPWcN8w3I/gZ8Zs9rMe/KGZoKIS9Kgo1/bY4JE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/centrifugal/protocol@v0.8.10?package-id=1ae698369c193ad2", + "type": "library", + "name": "github.com/centrifugal/protocol", + "version": "v0.8.10", + "cpe": "cpe:2.3:a:centrifugal:protocol:v0.8.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/centrifugal/protocol@v0.8.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eezzBIU/4pWyl7a+NUnANYojJBASqbkPZcQh9b8YQRI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=e6b10171fe39dcc0", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cheekybits/genny@v1.0.0?package-id=a243774aced9a546", + "type": "library", + "name": "github.com/cheekybits/genny", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:cheekybits:genny:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cheekybits/genny@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uGGa4nei+j20rOSeDeP5Of12XVm7TGUd4dJA9RDitfE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chromedp/cdproto@v0.0.0-20220208224320-6efb837e6bc2?package-id=a3462b77bd0566a8", + "type": "library", + "name": "github.com/chromedp/cdproto", + "version": "v0.0.0-20220208224320-6efb837e6bc2", + "cpe": "cpe:2.3:a:chromedp:cdproto:v0.0.0-20220208224320-6efb837e6bc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chromedp/cdproto@v0.0.0-20220208224320-6efb837e6bc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XCdvHbz3LhewBHN7+mQPx0sg/Hxil/1USnBmxkjHcmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cockroachdb/apd/v2@v2.0.2?package-id=8312ddfe0a71e856", + "type": "library", + "name": "github.com/cockroachdb/apd/v2", + "version": "v2.0.2", + "cpe": "cpe:2.3:a:cockroachdb:apd\\/v2:v2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cockroachdb/apd/v2@v2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:weh8u7Cneje73dDh+2tEVLUvyBc89iwepWCD8b8034E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0?package-id=0532fc98f72465ac", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.5.0", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2?package-id=de034cabe099890c", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.2", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=9401ab518b873d37", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dennwc/varint@v1.0.0?package-id=12d2bd082ad8fa17", + "type": "library", + "name": "github.com/dennwc/varint", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:dennwc:varint:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dennwc/varint@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dgryski/go-metro@v0.0.0-20211217172704-adc40b04c140?package-id=73048c030efaaed2", + "type": "library", + "name": "github.com/dgryski/go-metro", + "version": "v0.0.0-20211217172704-adc40b04c140", + "cpe": "cpe:2.3:a:dgryski:go-metro:v0.0.0-20211217172704-adc40b04c140:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dgryski/go-metro@v0.0.0-20211217172704-adc40b04c140", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dgryski:go_metro:v0.0.0-20211217172704-adc40b04c140:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y7y0Oa6UawqTFPCDw9JG6pdKt4F9pAhHv0B7FMGaGD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f?package-id=d9f80132fe9d003a", + "type": "library", + "name": "github.com/dgryski/go-rendezvous", + "version": "v0.0.0-20200823014737-9f7001d12a5f", + "cpe": "cpe:2.3:a:dgryski:go-rendezvous:v0.0.0-20200823014737-9f7001d12a5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dgryski:go_rendezvous:v0.0.0-20200823014737-9f7001d12a5f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dlmiddlecote/sqlstats@v1.0.2?package-id=2d0b1a9e633904ee", + "type": "library", + "name": "github.com/dlmiddlecote/sqlstats", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:dlmiddlecote:sqlstats:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dlmiddlecote/sqlstats@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gSU11YN23D/iY50A2zVYwgXgy072khatTsIW6UPjUtI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=725076798ce2e59c", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/edsrzf/mmap-go@v1.0.0?package-id=d0c41f8e00650f4e", + "type": "library", + "name": "github.com/edsrzf/mmap-go", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:edsrzf:mmap-go:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/edsrzf/mmap-go@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:edsrzf:mmap_go:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/elazarl/goproxy@v0.0.0-20220115173737-adb46da277ac?package-id=6367cc4fc84519ad", + "type": "library", + "name": "github.com/elazarl/goproxy", + "version": "v0.0.0-20220115173737-adb46da277ac", + "cpe": "cpe:2.3:a:elazarl:goproxy:v0.0.0-20220115173737-adb46da277ac:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/elazarl/goproxy@v0.0.0-20220115173737-adb46da277ac", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XDAn206aIqKPdF5YczuuJXSQPx+WOen0Pxbxp5Fq8Pg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/proto@v1.10.0?package-id=83e7c59dd4457e0c", + "type": "library", + "name": "github.com/emicklei/proto", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:emicklei:proto:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/proto@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pDGyFRVV5RvV+nkBK9iy3q67FBy9Xa7vwrOTE+g5aGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emirpasic/gods@v1.12.0?package-id=47eac87bd022bfb8", + "type": "library", + "name": "github.com/emirpasic/gods", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:emirpasic:gods:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emirpasic/gods@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=39c52c56e157d91e", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gchaincl/sqlhooks@v1.3.0?package-id=d5086656da72723a", + "type": "library", + "name": "github.com/gchaincl/sqlhooks", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:gchaincl:sqlhooks:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gchaincl/sqlhooks@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yKPXxW9a5CjXaVf2HkQn6wn7TZARvbAOAelr3H8vK2Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/getkin/kin-openapi@v0.112.0?package-id=dd9009e06bfb0492", + "type": "library", + "name": "github.com/getkin/kin-openapi", + "version": "v0.112.0", + "cpe": "cpe:2.3:a:getkin:kin-openapi:v0.112.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/getkin/kin-openapi@v0.112.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:getkin:kin_openapi:v0.112.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lnLXx3bAG53EJVI4E/w0N8i1Y/vUZUEsnrXkgnfn7/Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/getsentry/sentry-go@v0.13.0?package-id=7eed3622bf856551", + "type": "library", + "name": "github.com/getsentry/sentry-go", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:getsentry:sentry-go:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/getsentry/sentry-go@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:getsentry:sentry_go:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:20dgTiUSfxRB/EhMPtxcL9ZEbM1ZdR+W/7f7NWD+xWo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.4?package-id=212cb5e9f93efa76", + "type": "library", + "name": "github.com/go-asn1-ber/asn1-ber", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:go-asn1-ber:asn1-ber:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-asn1-ber/asn1-ber@v1.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1-ber:asn1_ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1-ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1_ber:asn1_ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1-ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-asn1:asn1_ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1-ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_asn1:asn1_ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1-ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:asn1_ber:v1.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vXT6d/FNDiELJnLb6hGNa309LMsrCoYFvpwHDF0+Y1A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/gcfg@v1.5.0?package-id=30c9924f1702d77c", + "type": "library", + "name": "github.com/go-git/gcfg", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:go-git:gcfg:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/gcfg@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gcfg:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1?package-id=dee102b553a1edf6", + "type": "library", + "name": "github.com/go-git/go-billy/v5", + "version": "v5.3.1", + "cpe": "cpe:2.3:a:go-git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/go-billy/v5@v5.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_billy\\/v5:v5.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CPiOUAzKtMRvolEKw+bG1PLRpT7D3LIs3/3ey4Aiu34=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-git/go-git/v5@v5.4.2?package-id=5924838e472a09b3", + "type": "library", + "name": "github.com/go-git/go-git/v5", + "version": "v5.4.2", + "cpe": "cpe:2.3:a:go-git:go-git\\/v5:v5.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-git/go-git/v5@v5.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-git:go_git\\/v5:v5.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go-git\\/v5:v5.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_git:go_git\\/v5:v5.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-git\\/v5:v5.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_git\\/v5:v5.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BXyZu9t0VkbiHtqrsvdq39UDhGJTl1h55VW6CSC4aY4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0?package-id=ab8a0c1eaf2c69da", + "type": "library", + "name": "github.com/go-jose/go-jose/v3", + "version": "v3.0.0", + "cpe": "cpe:2.3:a:go-jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-jose/go-jose/v3@v3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_jose:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go-jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:go_jose\\/v3:v3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-kit/log@v0.2.1?package-id=fb8c7340c4dd6853", + "type": "library", + "name": "github.com/go-kit/log", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:go-kit:log:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-kit/log@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_kit:log:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:log:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.4?package-id=c209e6fb99b5b868", + "type": "library", + "name": "github.com/go-ldap/ldap/v3", + "version": "v3.4.4", + "cpe": "cpe:2.3:a:go-ldap:ldap\\/v3:v3.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-ldap/ldap/v3@v3.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_ldap:ldap\\/v3:v3.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:ldap\\/v3:v3.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qPjipEpt+qDa6SI/h1fzuGWoRUY+qqQ9sOZq67/PYUs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logfmt/logfmt@v0.5.1?package-id=37afb73d0a1b3642", + "type": "library", + "name": "github.com/go-logfmt/logfmt", + "version": "v0.5.1", + "cpe": "cpe:2.3:a:go-logfmt:logfmt:v0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logfmt/logfmt@v0.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logfmt:logfmt:v0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logfmt:v0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=37b3ea0ba592a0fa", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=14f0618314ae6123", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/analysis@v0.21.4?package-id=9fa9e7a00ac7bba7", + "type": "library", + "name": "github.com/go-openapi/analysis", + "version": "v0.21.4", + "cpe": "cpe:2.3:a:go-openapi:analysis:v0.21.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/analysis@v0.21.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:analysis:v0.21.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:analysis:v0.21.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/errors@v0.20.3?package-id=ac0a13148f6b01b0", + "type": "library", + "name": "github.com/go-openapi/errors", + "version": "v0.20.3", + "cpe": "cpe:2.3:a:go-openapi:errors:v0.20.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/errors@v0.20.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:errors:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v0.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rz6kiC84sqNQoqrtulzaL/VERgkoCyB6WdEkc2ujzUc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=50edac5acf9eb959", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=8d7d2fe35c73d6f1", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/loads@v0.21.2?package-id=eece4827a8c2342c", + "type": "library", + "name": "github.com/go-openapi/loads", + "version": "v0.21.2", + "cpe": "cpe:2.3:a:go-openapi:loads:v0.21.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/loads@v0.21.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:loads:v0.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:loads:v0.21.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/runtime@v0.25.0?package-id=2fb86c73169d94ac", + "type": "library", + "name": "github.com/go-openapi/runtime", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:go-openapi:runtime:v0.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/runtime@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:runtime:v0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:runtime:v0.25.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7yQTCdRbWhX8vnIjdzU8S00tBYf7Sg71EBeorlPHvhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/spec@v0.20.8?package-id=c1828fd4a6031789", + "type": "library", + "name": "github.com/go-openapi/spec", + "version": "v0.20.8", + "cpe": "cpe:2.3:a:go-openapi:spec:v0.20.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/spec@v0.20.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:spec:v0.20.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:spec:v0.20.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ubHmXNY3FCIOinT8RNrrPfGc9t7I1qhPtdOGoG2AxRU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/strfmt@v0.21.7?package-id=fc882120cefef68e", + "type": "library", + "name": "github.com/go-openapi/strfmt", + "version": "v0.21.7", + "cpe": "cpe:2.3:a:go-openapi:strfmt:v0.21.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/strfmt@v0.21.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:strfmt:v0.21.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:strfmt:v0.21.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5b0a9e62819c59c4", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/validate@v0.22.1?package-id=63394d0d9beb93b0", + "type": "library", + "name": "github.com/go-openapi/validate", + "version": "v0.22.1", + "cpe": "cpe:2.3:a:go-openapi:validate:v0.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/validate@v0.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:validate:v0.22.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:validate:v0.22.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-redis/redis/v8@v8.11.5?package-id=49f4e023c75be8f8", + "type": "library", + "name": "github.com/go-redis/redis/v8", + "version": "v8.11.5", + "cpe": "cpe:2.3:a:go-redis:redis\\/v8:v8.11.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-redis/redis/v8@v8.11.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_redis:redis\\/v8:v8.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:redis\\/v8:v8.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sourcemap/sourcemap@v2.1.3+incompatible?package-id=6e3efcb9b164c3ae", + "type": "library", + "name": "github.com/go-sourcemap/sourcemap", + "version": "v2.1.3+incompatible", + "cpe": "cpe:2.3:a:go-sourcemap:sourcemap:v2.1.3\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sourcemap/sourcemap@v2.1.3+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sourcemap:sourcemap:v2.1.3\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:sourcemap:v2.1.3\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-sql-driver/mysql@v1.6.0?package-id=276f8945cba78ba6", + "type": "library", + "name": "github.com/go-sql-driver/mysql", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:go-sql-driver:mysql:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-sql-driver/mysql@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql_driver:mysql:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go-sql:mysql:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_sql:mysql:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:mysql:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-stack/stack@v1.8.1?package-id=22432fff55c343d2", + "type": "library", + "name": "github.com/go-stack/stack", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:go-stack:stack:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-stack/stack@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_stack:stack:v1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stack:v1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=4c8c3bc6b2f98c76", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/uuid@v4.4.0+incompatible?package-id=fdc68619a545facb", + "type": "library", + "name": "github.com/gofrs/uuid", + "version": "v4.4.0+incompatible", + "cpe": "cpe:2.3:a:gofrs:uuid:v4.4.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/uuid@v4.4.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=c151982590750b19", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0?package-id=b30eed24adc1e0f7", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.5.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-migrate/migrate/v4@v4.7.0?package-id=4829279961383818", + "type": "library", + "name": "github.com/golang-migrate/migrate/v4", + "version": "v4.7.0", + "cpe": "cpe:2.3:a:golang-migrate:migrate\\/v4:v4.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-migrate/migrate/v4@v4.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_migrate:migrate\\/v4:v4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:migrate\\/v4:v4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gONcHxHApDTKXDyLH/H97gEHmpu1zcnnbAaq2zgrPrs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-sql/civil@v0.0.0-20190719163853-cb61b32ac6fe?package-id=6114f3877b6af2a9", + "type": "library", + "name": "github.com/golang-sql/civil", + "version": "v0.0.0-20190719163853-cb61b32ac6fe", + "cpe": "cpe:2.3:a:golang-sql:civil:v0.0.0-20190719163853-cb61b32ac6fe:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-sql/civil@v0.0.0-20190719163853-cb61b32ac6fe", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_sql:civil:v0.0.0-20190719163853-cb61b32ac6fe:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:civil:v0.0.0-20190719163853-cb61b32ac6fe:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/glog@v1.0.0?package-id=ab97f050a4b6eb61", + "type": "library", + "name": "github.com/golang/glog", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:golang:glog:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/glog@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=0cd6015bb596e790", + "type": "library", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/mock@v1.6.0?package-id=51d6349dd3daa771", + "type": "library", + "name": "github.com/golang/mock", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:golang:mock:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/mock@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=5deb9233ebf20ce3", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/snappy@v0.0.4?package-id=101da326a0365ec9", + "type": "library", + "name": "github.com/golang/snappy", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gomodule/redigo@v1.8.9?package-id=4825bda55a3a872b", + "type": "library", + "name": "github.com/gomodule/redigo", + "version": "v1.8.9", + "cpe": "cpe:2.3:a:gomodule:redigo:v1.8.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gomodule/redigo@v1.8.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.1.2?package-id=319ab5c67e461e3e", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:google:btree:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/flatbuffers@v2.0.8+incompatible?package-id=378722fdf2099a15", + "type": "library", + "name": "github.com/google/flatbuffers", + "version": "v2.0.8+incompatible", + "cpe": "cpe:2.3:a:google:flatbuffers:v2.0.8\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/flatbuffers@v2.0.8+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ivUb1cGomAB101ZM1T0nOiWz9pSrTMoa9+EiY7igmkM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=990563ad82efc6b2", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-github/v45@v45.2.0?package-id=d691634bd409eb2f", + "type": "library", + "name": "github.com/google/go-github/v45", + "version": "v45.2.0", + "cpe": "cpe:2.3:a:google:go-github\\/v45:v45.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-github/v45@v45.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_github\\/v45:v45.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-querystring@v1.1.0?package-id=287315c676e9a1c9", + "type": "library", + "name": "github.com/google/go-querystring", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:go-querystring:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-querystring@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_querystring:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=c7596eea25963254", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/wire@v0.5.0?package-id=bc85c50449080d59", + "type": "library", + "name": "github.com/google/wire", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:google:wire:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/wire@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I7ELFeVBr3yfPIcc8+MWvrjk+3VjbcSzoXm3JVa+jD8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.0?package-id=4c18640a3c4842dc", + "type": "library", + "name": "github.com/googleapis/enterprise-certificate-proxy", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y8Yozv7SZtlU//QXbezB6QkpuE6jMD2/gfzk4AftXjs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gax-go/v2@v2.7.0?package-id=9f996237bb078105", + "type": "library", + "name": "github.com/googleapis/gax-go/v2", + "version": "v2.7.0", + "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gax-go/v2@v2.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IcsPKeInNvYi7eqSaDjiZqDDKu5rsmunY0Y1YupQSSQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=2a68c42c11835cb7", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=ea85941660396012", + "type": "library", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/alerting@v0.0.0-20230502194537-ce9fba922d97?package-id=27095af239c46215", + "type": "library", + "name": "github.com/grafana/alerting", + "version": "v0.0.0-20230502194537-ce9fba922d97", + "cpe": "cpe:2.3:a:grafana:alerting:v0.0.0-20230502194537-ce9fba922d97:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/alerting@v0.0.0-20230502194537-ce9fba922d97", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zi7sQOEquRNK+dPKNNZ3J3aczF+qPlLpsRzRQC13rTc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/dskit@v0.0.0-20230202092222-880a7f8141cc?package-id=bb394ee1c6ff7d3e", + "type": "library", + "name": "github.com/grafana/dskit", + "version": "v0.0.0-20230202092222-880a7f8141cc", + "cpe": "cpe:2.3:a:grafana:dskit:v0.0.0-20230202092222-880a7f8141cc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/dskit@v0.0.0-20230202092222-880a7f8141cc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lQFgXpsZNDdi0whUROW15r/akzLIdXAn6xr5vqlZucI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/go-mssqldb@v0.9.1?package-id=676e9679f5f839a9", + "type": "library", + "name": "github.com/grafana/go-mssqldb", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:grafana:go-mssqldb:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/go-mssqldb@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:go_mssqldb:v0.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3CqteWF0CadwXV9f3FxoI+i3uSW3azjTlQipyOJtWtQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana@v9.5.12?package-id=07537906d9f4f621", + "type": "library", + "name": "github.com/grafana/grafana", + "version": "v9.5.12", + "cpe": "cpe:2.3:a:grafana:grafana:v9.5.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana@v9.5.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -X main.version=9.5.12 -X main.commit=unknown-dev -X main.buildstamp=1696452158 -X main.buildBranch=main" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "oss" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana@v9.5.12?package-id=028377e3d278c3ec", + "type": "library", + "name": "github.com/grafana/grafana", + "version": "v9.5.12", + "cpe": "cpe:2.3:a:grafana:grafana:v9.5.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana@v9.5.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana-cli" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -X main.version=9.5.12 -X main.commit=unknown-dev -X main.buildstamp=1696452342 -X main.buildBranch=main" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "oss" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana@v9.5.12?package-id=874ab37fcb5ee261", + "type": "library", + "name": "github.com/grafana/grafana", + "version": "v9.5.12", + "cpe": "cpe:2.3:a:grafana:grafana:v9.5.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana@v9.5.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana-server" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-buildmode", + "value": "exe" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -X main.version=9.5.12 -X main.commit=unknown-dev -X main.buildstamp=1696452342 -X main.buildBranch=main" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "oss" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana-aws-sdk@v0.12.0?package-id=2f5c86e11864e3fd", + "type": "library", + "name": "github.com/grafana/grafana-aws-sdk", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:grafana:grafana-aws-sdk:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana-aws-sdk@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_aws_sdk:v0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eUjFdFZeZE+nyu/RMRz+qFxTBew69ToLBrbRhTbjkfM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana-azure-sdk-go@v1.9.0?package-id=87f6fc0af94916c6", + "type": "library", + "name": "github.com/grafana/grafana-azure-sdk-go", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:grafana:grafana-azure-sdk-go:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana-azure-sdk-go@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_azure_sdk_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4JRwlqgUtPRAQSoiV4DFZDQ3lbNsauHqj9kC6SMR9Ak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana-google-sdk-go@v0.1.0?package-id=81d9a320fa316787", + "type": "library", + "name": "github.com/grafana/grafana-google-sdk-go", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:grafana:grafana-google-sdk-go:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana-google-sdk-go@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_google_sdk_go:v0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LKGY8z2DSxKjYfr2flZsWgTRTZ6HGQbTqewE3JvRaNA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/grafana-plugin-sdk-go@v0.157.0?package-id=88a8e57dbb2e16c1", + "type": "library", + "name": "github.com/grafana/grafana-plugin-sdk-go", + "version": "v0.157.0", + "cpe": "cpe:2.3:a:grafana:grafana-plugin-sdk-go:v0.157.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/grafana-plugin-sdk-go@v0.157.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:grafana_plugin_sdk_go:v0.157.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qm0r5A4TsG+Tmy8Vagffqv21t3R/tzFUdYZZpd9COYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/kindsys@v0.0.0-20230309200316-812b9884a375?package-id=02f4018dfe5a7a6e", + "type": "library", + "name": "github.com/grafana/kindsys", + "version": "v0.0.0-20230309200316-812b9884a375", + "cpe": "cpe:2.3:a:grafana:kindsys:v0.0.0-20230309200316-812b9884a375:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/kindsys@v0.0.0-20230309200316-812b9884a375", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iWFjqAU5GjIV/HetIE/Me6VF3SRw29u5QviMVbJUVQo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/phlare/api@v0.1.3?package-id=dc074ecebe1f6732", + "type": "library", + "name": "github.com/grafana/phlare/api", + "version": "v0.1.3", + "cpe": "cpe:2.3:a:grafana:phlare\\/api:v0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/phlare/api@v0.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mYTaE9mLsAW/uzPXlW/PQSLsZ4ojBFA+oAMfR/PDdw8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/prometheus-alertmanager@v0.25.1-0.20230426142720-803b73a2f1f7?package-id=c95874d140820ab7", + "type": "library", + "name": "github.com/grafana/prometheus-alertmanager", + "version": "v0.25.1-0.20230426142720-803b73a2f1f7", + "cpe": "cpe:2.3:a:grafana:prometheus-alertmanager:v0.25.1-0.20230426142720-803b73a2f1f7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/prometheus-alertmanager@v0.25.1-0.20230426142720-803b73a2f1f7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grafana:prometheus_alertmanager:v0.25.1-0.20230426142720-803b73a2f1f7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ebffH74Mxh6WLnoShty88jWQ5iLlI/d/qOxS/wdclMg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/saml@v0.4.13-0.20230331080031-67cbfa09c7b6?package-id=4f5621c262796a7d", + "type": "library", + "name": "github.com/grafana/saml", + "version": "v0.4.13-0.20230331080031-67cbfa09c7b6", + "cpe": "cpe:2.3:a:grafana:saml:v0.4.13-0.20230331080031-67cbfa09c7b6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/saml@v0.4.13-0.20230331080031-67cbfa09c7b6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oHn/OOUkECNX06DPHksS7R3UY5Qdye04b/sBj2/OJ5E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/sqlds/v2@v2.3.10?package-id=983a652f0df3c69e", + "type": "library", + "name": "github.com/grafana/sqlds/v2", + "version": "v2.3.10", + "cpe": "cpe:2.3:a:grafana:sqlds\\/v2:v2.3.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/sqlds/v2@v2.3.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HWKhE0vR6LoEiE+Is8CSZOgaB//D1yqb2ntkass9Fd4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/thema@v0.0.0-20230302221249-6952e4a999b7?package-id=a1a5e35ccb48a400", + "type": "library", + "name": "github.com/grafana/thema", + "version": "v0.0.0-20230302221249-6952e4a999b7", + "cpe": "cpe:2.3:a:grafana:thema:v0.0.0-20230302221249-6952e4a999b7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/thema@v0.0.0-20230302221249-6952e4a999b7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XOxaBjhozlleshff3mKNdp55ul74nXJEX3wz8ckjTpc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grafana/xorm@v0.8.3-0.20220614223926-2fcda7565af6?package-id=3c067528b1e205d9", + "type": "library", + "name": "github.com/grafana/xorm", + "version": "v0.8.3-0.20220614223926-2fcda7565af6", + "cpe": "cpe:2.3:a:grafana:xorm:v0.8.3-0.20220614223926-2fcda7565af6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grafana/xorm@v0.8.3-0.20220614223926-2fcda7565af6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I9dh1MXGX0wGyxdV/Sl7+ugnki4Dfsy8lv2s5Yf887o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0?package-id=678f95dd916a3fb0", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20191002090509-6af20e3a5340?package-id=2a0e8b393a2b6dc4", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "version": "v1.2.1-0.20191002090509-6af20e3a5340", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20191002090509-6af20e3a5340", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.1-0.20191002090509-6af20e3a5340:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uGoIog/wiQHI9GAxXO5TJbT0wWKH3O9HhOJW1F9c3fY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.15.0?package-id=f01385be031435fc", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway/v2", + "version": "v2.15.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway\\/v2:v2.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway\\/v2:v2.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway\\/v2:v2.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway\\/v2:v2.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway\\/v2:v2.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway\\/v2:v2.15.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1JYBfzqrWPcCclBwxFCPAou9n+q86mfnu7NAeHfte7A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=6ede8d500627be0e", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-hclog@v0.16.1?package-id=c80cf589201d595e", + "type": "library", + "name": "github.com/hashicorp/go-hclog", + "version": "v0.16.1", + "cpe": "cpe:2.3:a:hashicorp:go-hclog:v0.16.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-hclog@v0.16.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_hclog:v0.16.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IVQwpTGNRRIHafnTs2dQLIk4ENtneRIEEJWOVDqz99o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-immutable-radix@v1.3.1?package-id=737be964ff92f1b7", + "type": "library", + "name": "github.com/hashicorp/go-immutable-radix", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:hashicorp:go-immutable-radix:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-immutable-radix@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_immutable_radix:v1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-msgpack@v0.5.5?package-id=f5505af3e3973137", + "type": "library", + "name": "github.com/hashicorp/go-msgpack", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:hashicorp:go-msgpack:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-msgpack@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_msgpack:v0.5.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i9R9JSrqIz0QVLz3sz+i3YJdT7TTSLcfLLzJi9aZTuI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=8296871e143e78cb", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-plugin@v1.4.3?package-id=34051c85c0a11ad2", + "type": "library", + "name": "github.com/hashicorp/go-plugin", + "version": "v1.4.3", + "cpe": "cpe:2.3:a:hashicorp:go-plugin:v1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-plugin@v1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_plugin:v1.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-sockaddr@v1.0.2?package-id=6adf29237e65020a", + "type": "library", + "name": "github.com/hashicorp/go-sockaddr", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:hashicorp:go-sockaddr:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-sockaddr@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_sockaddr:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-version@v1.3.0?package-id=bfa113c22fcc39c3", + "type": "library", + "name": "github.com/hashicorp/go-version", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:hashicorp:go-version:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-version@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_version:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/golang-lru@v0.5.4?package-id=378f5e648b2cab93", + "type": "library", + "name": "github.com/hashicorp/golang-lru", + "version": "v0.5.4", + "cpe": "cpe:2.3:a:hashicorp:golang-lru:v0.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/golang-lru@v0.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:golang_lru:v0.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/golang-lru/v2@v2.0.2?package-id=5d910b1e2c009a72", + "type": "library", + "name": "github.com/hashicorp/golang-lru/v2", + "version": "v2.0.2", + "cpe": "cpe:2.3:a:hashicorp:golang-lru\\/v2:v2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/golang-lru/v2@v2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:golang_lru\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dwmkdr5Nc/oBiXgJS3CDHNhJtIHkuZ3DZF5twqnfBdU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/memberlist@v0.5.0?package-id=7c01677078bb1d81", + "type": "library", + "name": "github.com/hashicorp/memberlist", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:hashicorp:memberlist:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/memberlist@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/yamux@v0.0.0-20210826001029-26ff87cf9493?package-id=73ef21e320a0499b", + "type": "library", + "name": "github.com/hashicorp/yamux", + "version": "v0.0.0-20210826001029-26ff87cf9493", + "cpe": "cpe:2.3:a:hashicorp:yamux:v0.0.0-20210826001029-26ff87cf9493:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/yamux@v0.0.0-20210826001029-26ff87cf9493", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:brI5vBRUlAlM34VFmnLPwjnCL/FxAJp9XvOdX6Zt+XE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.1?package-id=53c96044ca23599d", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/igm/sockjs-go/v3@v3.0.2?package-id=d0da024d65399301", + "type": "library", + "name": "github.com/igm/sockjs-go/v3", + "version": "v3.0.2", + "cpe": "cpe:2.3:a:igm:sockjs-go\\/v3:v3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/igm/sockjs-go/v3@v3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:igm:sockjs_go\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2m0k53w0DBiGozeQUIEPR6snZFmpFpYvVsGnfLPNXbE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=99bf8c793d127ed1", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/influxdata/influxdb-client-go/v2@v2.6.0?package-id=ab032fd6ef1b65c2", + "type": "library", + "name": "github.com/influxdata/influxdb-client-go/v2", + "version": "v2.6.0", + "cpe": "cpe:2.3:a:influxdata:influxdb-client-go\\/v2:v2.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/influxdata/influxdb-client-go/v2@v2.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:influxdata:influxdb_client_go\\/v2:v2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bIOaGTgvvv1Na2hG+nIvqyv7PK2UiU2WrJN1ck1ykyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/influxdata/line-protocol@v0.0.0-20210311194329-9aa0e372d097?package-id=9fb620ed14ddea42", + "type": "library", + "name": "github.com/influxdata/line-protocol", + "version": "v0.0.0-20210311194329-9aa0e372d097", + "cpe": "cpe:2.3:a:influxdata:line-protocol:v0.0.0-20210311194329-9aa0e372d097:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/influxdata/line-protocol@v0.0.0-20210311194329-9aa0e372d097", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:influxdata:line_protocol:v0.0.0-20210311194329-9aa0e372d097:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vilfsDSy7TDxedi9gyBkMvAirat/oRcL0lFdJBf6tdM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/invopop/yaml@v0.1.0?package-id=6aa67d7c09266b7f", + "type": "library", + "name": "github.com/invopop/yaml", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:invopop:yaml:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/invopop/yaml@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YW3WGUoJEXYfzWBjn00zIlrw7brGVD0fUKRYDPAPhrc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99?package-id=1c408b9cfe254d64", + "type": "library", + "name": "github.com/jbenet/go-context", + "version": "v0.0.0-20150711004518-d14ea06fba99", + "cpe": "cpe:2.3:a:jbenet:go-context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jbenet:go_context:v0.0.0-20150711004518-d14ea06fba99:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0?package-id=2e7546bfc57ed225", + "type": "library", + "name": "github.com/jessevdk/go-flags", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:jessevdk:go-flags:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jessevdk/go-flags@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jessevdk:go_flags:v1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=4be9be31e0a332e2", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=8d5ba56e9cd3e65f", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.5", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.3.0?package-id=a9337542a9d912a9", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9BSCMi8C+0qdApAp4auwX0RkLGUjs956h0EkuQymUhg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=950a5aa8c6435fb1", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jpillora/backoff@v1.0.0?package-id=79c1001cf1476419", + "type": "library", + "name": "github.com/jpillora/backoff", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:jpillora:backoff:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jpillora/backoff@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=d1c38e54236f4f8a", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jung-kurt/gofpdf@v1.16.2?package-id=1220c7394c86ab35", + "type": "library", + "name": "github.com/jung-kurt/gofpdf", + "version": "v1.16.2", + "cpe": "cpe:2.3:a:jung-kurt:gofpdf:v1.16.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jung-kurt/gofpdf@v1.16.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jung_kurt:gofpdf:v1.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jung:gofpdf:v1.16.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jgbatWHfRlPYiK85qgevsZTHviWXKwB1TTiKdz5PtRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kevinburke/ssh_config@v0.0.0-20201106050909-4977a11b4351?package-id=741101cb8f770238", + "type": "library", + "name": "github.com/kevinburke/ssh_config", + "version": "v0.0.0-20201106050909-4977a11b4351", + "cpe": "cpe:2.3:a:kevinburke:ssh-config:v0.0.0-20201106050909-4977a11b4351:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kevinburke/ssh_config@v0.0.0-20201106050909-4977a11b4351", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kevinburke:ssh_config:v0.0.0-20201106050909-4977a11b4351:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.15.13?package-id=67e9f8bc56e8da50", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.15.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.15.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.15.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NFn1Wr8cfnenSJSA46lLq4wHCcBzKTSjnBIexDMMOV0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kylelemons/godebug@v1.1.0?package-id=196e5433a6097121", + "type": "library", + "name": "github.com/kylelemons/godebug", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:kylelemons:godebug:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kylelemons/godebug@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.6?package-id=8f098e20f039e62a", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.6", + "cpe": "cpe:2.3:a:lib:pq:v1.10.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jbk+ZieJ0D7EVGJYpL9QTz7/YW6UHbmdnZWYyK5cdBs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/linkedin/goavro/v2@v2.10.0?package-id=e931f2fd4bd1efa8", + "type": "library", + "name": "github.com/linkedin/goavro/v2", + "version": "v2.10.0", + "cpe": "cpe:2.3:a:linkedin:goavro\\/v2:v2.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/linkedin/goavro/v2@v2.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eTBIRoInBM88gITGXYtUSqqxLTFXfOsJBiX8ZMW0o4U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/m3db/prometheus_remote_client_golang@v0.4.4?package-id=72b153e1e0c6580e", + "type": "library", + "name": "github.com/m3db/prometheus_remote_client_golang", + "version": "v0.4.4", + "cpe": "cpe:2.3:a:m3db:prometheus-remote-client-golang:v0.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/m3db/prometheus_remote_client_golang@v0.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:m3db:prometheus_remote_client_golang:v0.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DsAIjVKoCp7Ym35tAOFL1OuMLIdIikAEHeNPHY+yyM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magefile/mage@v1.14.0?package-id=88822b4754175903", + "type": "library", + "name": "github.com/magefile/mage", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:magefile:mage:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magefile/mage@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=0af1dd29f604f59b", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattermost/xml-roundtrip-validator@v0.1.0?package-id=ed3c82012aa9ea24", + "type": "library", + "name": "github.com/mattermost/xml-roundtrip-validator", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:mattermost:xml-roundtrip-validator:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattermost/xml-roundtrip-validator@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattermost:xml_roundtrip_validator:v0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RXbVD2UAl7A7nOTR4u7E3ILa4IbtvKBHw64LDsmu9hU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattetti/filebuffer@v1.0.1?package-id=a5bf93ff6489b2de", + "type": "library", + "name": "github.com/mattetti/filebuffer", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mattetti:filebuffer:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattetti/filebuffer@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gG7pyfnSIZCxdoKq+cPa8T0hhYtD9NxCdI4D7PTjRLM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=1a9797f368c8e8ba", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.3?package-id=473915220355df35", + "type": "library", + "name": "github.com/mattn/go-ieproxy", + "version": "v0.0.3", + "cpe": "cpe:2.3:a:mattn:go-ieproxy:v0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-ieproxy@v0.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_ieproxy:v0.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YkaHmK1CzE5C4O7A3hv3TCbfNDPSCf0RKZFX+VhBeYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.16?package-id=8e70b234eabf64f0", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.16", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.13?package-id=3200085b09bf85cb", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.13", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-sqlite3@v1.14.16?package-id=7c11d94d5fbf0a9a", + "type": "library", + "name": "github.com/mattn/go-sqlite3", + "version": "v1.14.16", + "cpe": "cpe:2.3:a:mattn:go-sqlite3:v1.14.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-sqlite3@v1.14.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_sqlite3:v1.14.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=41e6da914125caf3", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/miekg/dns@v1.1.50?package-id=cec018a681f8ffd7", + "type": "library", + "name": "github.com/miekg/dns", + "version": "v1.1.50", + "cpe": "cpe:2.3:a:miekg:dns:v1.1.50:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/miekg/dns@v1.1.50", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=30973f24838d467f", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=9d5fac85d317e835", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-testing-interface@v1.14.0?package-id=b88d1055aeed6d8e", + "type": "library", + "name": "github.com/mitchellh/go-testing-interface", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:mitchellh:go-testing-interface:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-testing-interface@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_testing_interface:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/x0XQ6h+3U3nAyk1yx+bHPURrKa9sVVvYbuqZ7pIAtI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=2b4ff38f98530844", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=7e0b01112eff4e55", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=1cb8523a4ca86034", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mna/redisc@v1.3.2?package-id=acbaee2d4e1d1f0d", + "type": "library", + "name": "github.com/mna/redisc", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:mna:redisc:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mna/redisc@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sc9C+nj6qmrTFnsXb70xkjAHpXKtjjBuE6v2UcQV0ZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=8986eb366376c348", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=26b40e5e712d1271", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826?package-id=0d68d682f2d33706", + "type": "library", + "name": "github.com/mohae/deepcopy", + "version": "v0.0.0-20170929034955-c48cc78d4826", + "cpe": "cpe:2.3:a:mohae:deepcopy:v0.0.0-20170929034955-c48cc78d4826:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mpvl/unique@v0.0.0-20150818121801-cbe035fff7de?package-id=1e0195c010342f86", + "type": "library", + "name": "github.com/mpvl/unique", + "version": "v0.0.0-20150818121801-cbe035fff7de", + "cpe": "cpe:2.3:a:mpvl:unique:v0.0.0-20150818121801-cbe035fff7de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mpvl/unique@v0.0.0-20150818121801-cbe035fff7de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D5x39vF5KCwKQaw+OC9ZPiLVHXz3UFw2+psEX+gYcto=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f?package-id=5751e2dd58e833a0", + "type": "library", + "name": "github.com/mwitkow/go-conntrack", + "version": "v0.0.0-20190716064945-2f068394615f", + "cpe": "cpe:2.3:a:mwitkow:go-conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwitkow:go_conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oklog/run@v1.1.0?package-id=d5a94ac9ccc76a4e", + "type": "library", + "name": "github.com/oklog/run", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:oklog:run:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oklog/run@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/oklog/ulid@v1.3.1?package-id=cf6fac30977497b4", + "type": "library", + "name": "github.com/oklog/ulid", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:oklog:ulid:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/oklog/ulid@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=9b02b93a0147a72f", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opentracing/opentracing-go@v1.2.0?package-id=eb083a4eaa6a602e", + "type": "library", + "name": "github.com/opentracing/opentracing-go", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:opentracing:opentracing-go:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opentracing/opentracing-go@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opentracing:opentracing_go:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/patrickmn/go-cache@v2.1.0+incompatible?package-id=fab8da3ce54f9127", + "type": "library", + "name": "github.com/patrickmn/go-cache", + "version": "v2.1.0+incompatible", + "cpe": "cpe:2.3:a:patrickmn:go-cache:v2.1.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/patrickmn/go-cache@v2.1.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patrickmn:go_cache:v2.1.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.15?package-id=ab360a7eb20d2218", + "type": "library", + "name": "github.com/pierrec/lz4/v4", + "version": "v4.1.15", + "cpe": "cpe:2.3:a:pierrec:lz4\\/v4:v4.1.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pierrec/lz4/v4@v4.1.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8?package-id=2d065381c523945c", + "type": "library", + "name": "github.com/pkg/browser", + "version": "v0.0.0-20210911075715-681adbf594b8", + "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20210911075715-681adbf594b8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=587c9384f40f717b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2?package-id=49795dbaf0653d2d", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.1-0.20181226105442-5d4384ee4fb2", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=71044f5739a0f644", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=553424cf8346b1ed", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.42.0?package-id=fdaf197326f2902c", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.42.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.42.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.42.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common/sigv4@v0.1.0?package-id=2e871ef2c27883b3", + "type": "library", + "name": "github.com/prometheus/common/sigv4", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:prometheus:common\\/sigv4:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common/sigv4@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/exporter-toolkit@v0.9.1?package-id=29b568132471b63f", + "type": "library", + "name": "github.com/prometheus/exporter-toolkit", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:prometheus:exporter-toolkit:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/exporter-toolkit@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:exporter_toolkit:v0.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cNkC01riqiOS+kh3zdnNwRsbe/Blh0WwK3ij5rPJ9Sw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.9.0?package-id=dd2e9d91d3433634", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/prometheus@v1.8.2-0.20211217191541-41f1a8125e66?package-id=8d72e6347ab6584f", + "type": "library", + "name": "github.com/prometheus/prometheus", + "version": "v1.8.2-0.20211217191541-41f1a8125e66", + "cpe": "cpe:2.3:a:prometheus:prometheus:v1.8.2-0.20211217191541-41f1a8125e66:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/prometheus@v1.8.2-0.20211217191541-41f1a8125e66", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Y4Cq+kBfu+yc4dbCUn4syvC2/F6rYhg1UoeyudhPq2o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/protocolbuffers/txtpbfmt@v0.0.0-20220428173112-74888fd59c2b?package-id=ca917e2be909142d", + "type": "library", + "name": "github.com/protocolbuffers/txtpbfmt", + "version": "v0.0.0-20220428173112-74888fd59c2b", + "cpe": "cpe:2.3:a:protocolbuffers:txtpbfmt:v0.0.0-20220428173112-74888fd59c2b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/protocolbuffers/txtpbfmt@v0.0.0-20220428173112-74888fd59c2b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zd/2RNzIRkoGGMjE+YIsZ85CnDIz672JK2F3Zl4vux4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.3.4?package-id=5f7a752c7a0e08be", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.3.4", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.3.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.3.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3Z3Eu6FGHZWSfNKJTOUiPatWwfc7DzJRU04jFUqJODw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/robfig/cron/v3@v3.0.1?package-id=51b79bea95ad1468", + "type": "library", + "name": "github.com/robfig/cron/v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:robfig:cron\\/v3:v3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/robfig/cron/v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/cors@v1.8.3?package-id=adea5400ae8b4937", + "type": "library", + "name": "github.com/rs/cors", + "version": "v1.8.3", + "cpe": "cpe:2.3:a:rs:cors:v1.8.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/cors@v1.8.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russellhaering/goxmldsig@v1.2.0?package-id=82de1aa8eaa9831d", + "type": "library", + "name": "github.com/russellhaering/goxmldsig", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:russellhaering:goxmldsig:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russellhaering/goxmldsig@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Y6GTTc9Un5hCxSzVz4UIWQ/zuVwDvzJk80guqzwx6Vg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=63db1171c4afa553", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sdboyer/cue@v0.5.0-beta.2.0.20221218111347-341999f48bdb?package-id=83b1de0cbb934b3e", + "type": "library", + "name": "github.com/sdboyer/cue", + "version": "v0.5.0-beta.2.0.20221218111347-341999f48bdb", + "cpe": "cpe:2.3:a:sdboyer:cue:v0.5.0-beta.2.0.20221218111347-341999f48bdb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sdboyer/cue@v0.5.0-beta.2.0.20221218111347-341999f48bdb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X6XJsprVDQnlG4vT5TVb+cRlGMU78L/IKej8Q6SDFGY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sean-/seed@v0.0.0-20170313163322-e2103e2c3529?package-id=5e7e3c6e708b8344", + "type": "library", + "name": "github.com/sean-/seed", + "version": "v0.0.0-20170313163322-e2103e2c3529", + "cpe": "cpe:2.3:a:sean-:seed:v0.0.0-20170313163322-e2103e2c3529:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sean-/seed@v0.0.0-20170313163322-e2103e2c3529", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sean_:seed:v0.0.0-20170313163322-e2103e2c3529:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sean:seed:v0.0.0-20170313163322-e2103e2c3529:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/segmentio/asm@v1.1.4?package-id=384937c986457fe4", + "type": "library", + "name": "github.com/segmentio/asm", + "version": "v1.1.4", + "cpe": "cpe:2.3:a:segmentio:asm:v1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/segmentio/asm@v1.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q/FKBtrgnmDc0YMrurLROqG9mXE6Ndn276EtDnoWtMM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/segmentio/encoding@v0.3.5?package-id=7366b73b9eac69c0", + "type": "library", + "name": "github.com/segmentio/encoding", + "version": "v0.3.5", + "cpe": "cpe:2.3:a:segmentio:encoding:v0.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/segmentio/encoding@v0.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UZEiaZ55nlXGDL92scoVuw00RmiRCazIEmvPSbSvt8Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sergi/go-diff@v1.2.0?package-id=0e4a517d15ed133f", + "type": "library", + "name": "github.com/sergi/go-diff", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:sergi:go-diff:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sergi/go-diff@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sergi:go_diff:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=f536771860ed813c", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/httpfs@v0.0.0-20190707220628-8d4bc4ba7749?package-id=e8c36feba4d8cde2", + "type": "library", + "name": "github.com/shurcooL/httpfs", + "version": "v0.0.0-20190707220628-8d4bc4ba7749", + "cpe": "cpe:2.3:a:shurcooL:httpfs:v0.0.0-20190707220628-8d4bc4ba7749:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/httpfs@v0.0.0-20190707220628-8d4bc4ba7749", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bUGsEnyNbVPw06Bs80sCeARAlK8lhwqGyi6UT8ymuGk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/vfsgen@v0.0.0-20200824052919-0d455de96546?package-id=1fed8d4116e9759f", + "type": "library", + "name": "github.com/shurcooL/vfsgen", + "version": "v0.0.0-20200824052919-0d455de96546", + "cpe": "cpe:2.3:a:shurcooL:vfsgen:v0.0.0-20200824052919-0d455de96546:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/vfsgen@v0.0.0-20200824052919-0d455de96546", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pXY9qYc/MP5zdvqWEUH6SjNiu7VhSjuVFTFiTcphaLU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=0e2421916f2b1a4e", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=a404e35b53111bf8", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spinillos/oapi-codegen@v1.12.5-0.20230206122001-6a05ca88e18e?package-id=eeee9882f06f7362", + "type": "library", + "name": "github.com/spinillos/oapi-codegen", + "version": "v1.12.5-0.20230206122001-6a05ca88e18e", + "cpe": "cpe:2.3:a:spinillos:oapi-codegen:v1.12.5-0.20230206122001-6a05ca88e18e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spinillos/oapi-codegen@v1.12.5-0.20230206122001-6a05ca88e18e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spinillos:oapi_codegen:v1.12.5-0.20230206122001-6a05ca88e18e:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:u26eIR7m9RHWnWtmzBXwiFgmgNvbHCNdUnnS9tksUmc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/objx@v0.5.0?package-id=ffab6af78e1d1c6a", + "type": "library", + "name": "github.com/stretchr/objx", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:stretchr:objx:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/objx@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.2?package-id=27b8f0674b7b742f", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.2", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/teris-io/shortid@v0.0.0-20171029131806-771a37caa5cf?package-id=28e921cf0d937daa", + "type": "library", + "name": "github.com/teris-io/shortid", + "version": "v0.0.0-20171029131806-771a37caa5cf", + "cpe": "cpe:2.3:a:teris-io:shortid:v0.0.0-20171029131806-771a37caa5cf:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/teris-io/shortid@v0.0.0-20171029131806-771a37caa5cf", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:teris_io:shortid:v0.0.0-20171029131806-771a37caa5cf:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:teris:shortid:v0.0.0-20171029131806-771a37caa5cf:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z2X3Os7oRzpdJ75iPqWZc0HeJWFYNCvKsfpQwFpRNTA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ua-parser/uap-go@v0.0.0-20211112212520-00c877edfe0f?package-id=d226de8c16ab0d7c", + "type": "library", + "name": "github.com/ua-parser/uap-go", + "version": "v0.0.0-20211112212520-00c877edfe0f", + "cpe": "cpe:2.3:a:ua-parser:uap-go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ua-parser/uap-go@v0.0.0-20211112212520-00c877edfe0f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ua-parser:uap_go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ua_parser:uap-go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ua_parser:uap_go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ua:uap-go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ua:uap_go:v0.0.0-20211112212520-00c877edfe0f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A+MmlgpvrHLeUP8dkBVn4Pnf5Bp5Yk2OALm7SEJLLE8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/uber/jaeger-client-go@v2.29.1+incompatible?package-id=36f38b8cdd6f727f", + "type": "library", + "name": "github.com/uber/jaeger-client-go", + "version": "v2.29.1+incompatible", + "cpe": "cpe:2.3:a:uber:jaeger-client-go:v2.29.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/uber/jaeger-client-go@v2.29.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uber:jaeger_client_go:v2.29.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:R9ec3zO3sGpzs0abd43Y+fBZRJ9uiH6lXyR/+u6brW4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/uber/jaeger-lib@v2.4.1+incompatible?package-id=0113e231a4851029", + "type": "library", + "name": "github.com/uber/jaeger-lib", + "version": "v2.4.1+incompatible", + "cpe": "cpe:2.3:a:uber:jaeger-lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/uber/jaeger-lib@v2.4.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uber:jaeger_lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/unknwon/bra@v0.0.0-20200517080246-1e3013ecaff8?package-id=2cb77dfba70c8c43", + "type": "library", + "name": "github.com/unknwon/bra", + "version": "v0.0.0-20200517080246-1e3013ecaff8", + "cpe": "cpe:2.3:a:unknwon:bra:v0.0.0-20200517080246-1e3013ecaff8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/unknwon/bra@v0.0.0-20200517080246-1e3013ecaff8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aVGB3YnaS/JNfOW3tiHIlmNmTDg618va+eT0mVomgyI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/unknwon/com@v1.0.1?package-id=122ee5c0145e3950", + "type": "library", + "name": "github.com/unknwon/com", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:unknwon:com:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/unknwon/com@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3d1LTxD+Lnf3soQiD4Cp/0BRB+Rsa/+RTvz8GMMzIXs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/unknwon/log@v0.0.0-20150304194804-e617c87089d3?package-id=f52fbfa6321f8284", + "type": "library", + "name": "github.com/unknwon/log", + "version": "v0.0.0-20150304194804-e617c87089d3", + "cpe": "cpe:2.3:a:unknwon:log:v0.0.0-20150304194804-e617c87089d3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/unknwon/log@v0.0.0-20150304194804-e617c87089d3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4EYQaWAatQokdji3zqZloVIW/Ke1RQjYw2zHULyrHJg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.12?package-id=8b2473768678444f", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.12", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:igJgVw1JdKH+trcLWLeLwZjU9fEfPesQ+9/e4MQ44S8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli/v2@v2.25.0?package-id=f0a50a8359ee97c2", + "type": "library", + "name": "github.com/urfave/cli/v2", + "version": "v2.25.0", + "cpe": "cpe:2.3:a:urfave:cli\\/v2:v2.25.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli/v2@v2.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ykdZKuQey2zq0yin/l7JOm9Mh+pg72ngYMeB0ABn6q8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0?package-id=6bf548c9af3512a6", + "type": "library", + "name": "github.com/valyala/bytebufferpool", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:valyala:bytebufferpool:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/valyala/bytebufferpool@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vectordotdev/go-datemath@v0.1.1-0.20220323213446-f3954d0b18ae?package-id=54befa14872b8f02", + "type": "library", + "name": "github.com/vectordotdev/go-datemath", + "version": "v0.1.1-0.20220323213446-f3954d0b18ae", + "cpe": "cpe:2.3:a:vectordotdev:go-datemath:v0.1.1-0.20220323213446-f3954d0b18ae:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vectordotdev/go-datemath@v0.1.1-0.20220323213446-f3954d0b18ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vectordotdev:go_datemath:v0.1.1-0.20220323213446-f3954d0b18ae:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oyiy3uBj1F4O3AaFh7hUGBrJjAssJhKyAbwxtkslxqo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/weaveworks/common@v0.0.0-20230208133027-16871410fca4?package-id=56d922831ee5e58a", + "type": "library", + "name": "github.com/weaveworks/common", + "version": "v0.0.0-20230208133027-16871410fca4", + "cpe": "cpe:2.3:a:weaveworks:common:v0.0.0-20230208133027-16871410fca4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/weaveworks/common@v0.0.0-20230208133027-16871410fca4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8eoXaryYVOWJZCnCzULYXtxiHHLrJpvoD7p283ogmo8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/weaveworks/promrus@v1.2.0?package-id=ea0d66884812905e", + "type": "library", + "name": "github.com/weaveworks/promrus", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:weaveworks:promrus:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/weaveworks/promrus@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jOLf6pe6/vss4qGHjXmGz4oDJQA+AOCqEL3FvvZGz7M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/wk8/go-ordered-map@v1.0.0?package-id=3f84a27dd8271fb4", + "type": "library", + "name": "github.com/wk8/go-ordered-map", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:wk8:go-ordered-map:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/wk8/go-ordered-map@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wk8:go_ordered_map:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BV7z+2PaK8LTSd/mWgY12HyMAo5CEgkHqbkVq2thqr8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.0?package-id=c64cfed5735479f6", + "type": "library", + "name": "github.com/xanzy/ssh-agent", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:xanzy:ssh-agent:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xanzy:ssh_agent:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=4de8b7d0452b3039", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xrash/smetrics@v0.0.0-20201216005158-039620a65673?package-id=7c479a36e6992f90", + "type": "library", + "name": "github.com/xrash/smetrics", + "version": "v0.0.0-20201216005158-039620a65673", + "cpe": "cpe:2.3:a:xrash:smetrics:v0.0.0-20201216005158-039620a65673:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xrash/smetrics@v0.0.0-20201216005158-039620a65673", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/yalue/merged_fs@v1.2.2?package-id=34c50121ad98fc83", + "type": "library", + "name": "github.com/yalue/merged_fs", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:yalue:merged-fs:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/yalue/merged_fs@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yalue:merged_fs:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vXHTpJBluJryju7BBpytr3PDIkzsPMpiEknxVGPhN/I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/yudai/gojsondiff@v1.0.0?package-id=0ed1325b7d167553", + "type": "library", + "name": "github.com/yudai/gojsondiff", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:yudai:gojsondiff:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/yudai/gojsondiff@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:27cbfqXLVEJ1o8I6v3y9lg8Ydm53EKqHXAOMxEGlCOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/yudai/golcs@v0.0.0-20170316035057-ecda9a501e82?package-id=4553b35f85bda25b", + "type": "library", + "name": "github.com/yudai/golcs", + "version": "v0.0.0-20170316035057-ecda9a501e82", + "cpe": "cpe:2.3:a:yudai:golcs:v0.0.0-20170316035057-ecda9a501e82:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/yudai/golcs@v0.0.0-20170316035057-ecda9a501e82", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BHyfKlQyqbsFN5p3IfnEUduWvb9is428/nNb5L3U01M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/glibc@2.35-r0?arch=x86_64&distro=alpine-3.18.3&package-id=1cafef16891d644e", + "type": "library", + "publisher": "Sasha Gerrand ", + "name": "glibc", + "version": "2.35-r0", + "description": "GNU C Library compatibility layer", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:sgerrand:glibc:2.35-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/glibc@2.35-r0?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://github.com/sgerrand/alpine-pkg-glibc", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc:glibc:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:glibc:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a8949bb004127336fa1c9f8705385c1f3be775c6-dirty" + }, + { + "name": "syft:metadata:installedSize", + "value": "6275072" + }, + { + "name": "syft:metadata:originPackage", + "value": "glibc" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14j9tiRiu4qF32deZ8nQp4Z2ZdWo=" + }, + { + "name": "syft:metadata:size", + "value": "2826421" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/glibc-bin@2.35-r0?arch=x86_64&upstream=glibc&distro=alpine-3.18.3&package-id=29afe187dc0d7ac5", + "type": "library", + "publisher": "Sasha Gerrand ", + "name": "glibc-bin", + "version": "2.35-r0", + "description": "GNU C Library compatibility layer", + "licenses": [ + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:glibc-bin:glibc-bin:2.35-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/glibc-bin@2.35-r0?arch=x86_64&upstream=glibc&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://github.com/sgerrand/alpine-pkg-glibc", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc-bin:glibc_bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc_bin:glibc-bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc_bin:glibc_bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sgerrand:glibc-bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sgerrand:glibc_bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc:glibc-bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glibc:glibc_bin:2.35-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a8949bb004127336fa1c9f8705385c1f3be775c6-dirty" + }, + { + "name": "syft:metadata:installedSize", + "value": "3166208" + }, + { + "name": "syft:metadata:originPackage", + "value": "glibc" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q173PP4qLQxqEp8GOlxLrjUNX8Mw0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "glibc" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "bash" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "libc6-compat" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "libgcc" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "1270079" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mongodb.org/mongo-driver@v1.11.3?package-id=e758c6a182171f0e", + "type": "library", + "name": "go.mongodb.org/mongo-driver", + "version": "v1.11.3", + "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.11.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ql6K6qYHEzB6xvu4+AU0BoRoqf9vFPcc4o7MUIdPW8Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opencensus.io@v0.24.0?package-id=94db1fda0ad00f05", + "type": "library", + "name": "go.opencensus.io", + "version": "v0.24.0", + "purl": "pkg:golang/go.opencensus.io@v0.24.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/collector@v0.31.0?package-id=80816b956ca6420f", + "type": "library", + "name": "go.opentelemetry.io/collector", + "version": "v0.31.0", + "purl": "pkg:golang/go.opentelemetry.io/collector@v0.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lxrsl/fhYQTcsrAOwklQpKi8T+ghxLEmmUjFqeyfeYs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/collector/model@v0.31.0?package-id=35c1ade17ec11c8b", + "type": "library", + "name": "go.opentelemetry.io/collector/model", + "version": "v0.31.0", + "cpe": "cpe:2.3:a:collector:model:v0.31.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/collector/model@v0.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IgMOkSBd/n/gV4EQQ1nJ+/ylddOlqTfMGjku91yC0d8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.40.0?package-id=b406d83eb3c58280", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.40.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.40.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.40.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5jD3teb4Qh7mx/nfzq4jO2WFFpvXD0vYWFDrdvNWmXk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.37.0?package-id=0e0ad58536126709", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H0wsFGpY3uD/zB/5UubZgkgnd378/ogV9BH2itqEFbc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/propagators/jaeger@v1.15.0?package-id=596a88317bb1bea8", + "type": "library", + "name": "go.opentelemetry.io/contrib/propagators/jaeger", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:contrib:propagators\\/jaeger:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators/jaeger@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xdJjwy5t/8I+TZehMMQ+r2h50HREihH2oMUhimQ+jug=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.14.0?package-id=decfed634d5b23e8", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.14.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/jaeger@v1.0.0?package-id=9dd38eb39687cba0", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/jaeger", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:otel:exporters\\/jaeger:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/jaeger@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cLhx8llHw02h5JTqGqaRbYn+QVKHmrzD9vEbKnSPk5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.14.0?package-id=55d572e6a5509ae4", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/fXHZHGvro6MVqV34fJzDhi7sHGpX3Ej/Qjmfn003ho=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.14.0?package-id=0aa9605d8539d6a7", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TKf2uAs2ueguzLaxOCBXNpHxfO/aC7PAdDsSH0IbeRQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.14.0?package-id=d85884d71afeb91a", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ap+y8RXX3Mu9apKVtOkM6WSFESLM8K3wNQyOU8sWHcc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.37.0?package-id=9438d0708db12ada", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:otel:metric:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pHDQuLQOZwYD+Km0eb657A25NaRzy0a+eLyKfDXedEs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.14.0?package-id=bfe988b9f2ec4ffa", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:otel:sdk:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.14.0?package-id=b42e6fd078cdb5cd", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:otel:trace:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.19.0?package-id=ad65e0c46594d6ac", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.19.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IVN6GR+mhC4s5yfcTbmzHYODqvWAp3ZedA2SJPI1Nnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/atomic@v1.10.0?package-id=a51bc26bb6d6187c", + "type": "library", + "name": "go.uber.org/atomic", + "version": "v1.10.0", + "purl": "pkg:golang/go.uber.org/atomic@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/goleak@v1.2.1?package-id=979d5b0bbfa7e86d", + "type": "library", + "name": "go.uber.org/goleak", + "version": "v1.2.1", + "purl": "pkg:golang/go.uber.org/goleak@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gocloud.dev@v0.25.0?package-id=b03e03f558f23f05", + "type": "library", + "name": "gocloud.dev", + "version": "v0.25.0", + "purl": "pkg:golang/gocloud.dev@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Y7vDq8xj7SyM848KXf32Krda2e6jQ4CLh/mTeCSqXtk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.7.0?package-id=1e6a911fcca95e15", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20221211140036-ad323defaf05?package-id=cac75074819fa84f", + "type": "library", + "name": "golang.org/x/exp", + "version": "v0.0.0-20221211140036-ad323defaf05", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20221211140036-ad323defaf05:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20221211140036-ad323defaf05", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:T8EldfGCcveFMewH5xAYxxoX3PSQMrsechlUGVFlQBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.8.0?package-id=e586619b5c9e21fb", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.6.0?package-id=7e7a5f61f2bc9daf", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=5252c58ef093d914", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.6.0?package-id=1df5f95cd35ee265", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.8.0?package-id=947fb1410ffa09c4", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.2.0?package-id=c1853499ab16e4ab", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:52I/1L54xyEQAYdtcSuxtiT84KGYTBGXwayxmIpNJhE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2?package-id=c00e3413fb12778f", + "type": "library", + "name": "golang.org/x/xerrors", + "version": "v0.0.0-20220907171357-04be3eba64a2", + "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gonum.org/v1/gonum@v0.11.0?package-id=4795b50c31525c9b", + "type": "library", + "name": "gonum.org/v1/gonum", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:v1:gonum:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/gonum.org/v1/gonum@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/api@v0.104.0?package-id=270b354170be09d4", + "type": "library", + "name": "google.golang.org/api", + "version": "v0.104.0", + "cpe": "cpe:2.3:a:google:api:v0.104.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/api@v0.104.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KBfmLRqdZEbwQleFlSLnzpQJwhjpmNOk4cKQIBDZ9mg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220421151946-72621c1f0bd3?package-id=a6ac75edf051a892", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220421151946-72621c1f0bd3", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220421151946-72621c1f0bd3:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220421151946-72621c1f0bd3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SeX3QUcBj3fciwnfPT9kt5gBhFy/FCZtYZ+I/RB8agc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.45.0?package-id=6b04df889bf67120", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.45.0", + "cpe": "cpe:2.3:a:google:grpc:v1.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.45.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NEpgUqV3Z+ZjkqMsxMg11IaDrXY4RY6CQukSGK0uI1M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=164ad8295807a52f", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/fsnotify/fsnotify.v1@v1.4.7?package-id=96a7523d4df4e6e4", + "type": "library", + "name": "gopkg.in/fsnotify/fsnotify.v1", + "version": "v1.4.7", + "purl": "pkg:golang/gopkg.in/fsnotify/fsnotify.v1@v1.4.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XNNYLJHt73EyYiCZi6+xjupS9CpvmiDgjPTAjrBlQbo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=4677a7bac2b4ead8", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/mail.v2@v2.3.1?package-id=1e9405ca9758b08e", + "type": "library", + "name": "gopkg.in/mail.v2", + "version": "v2.3.1", + "purl": "pkg:golang/gopkg.in/mail.v2@v2.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WYFn/oANrAGP2C0dcV6/pbkPzv8yGzqTjPmTeO7qoXk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/warnings.v0@v0.1.2?package-id=25a471b5b81da241", + "type": "library", + "name": "gopkg.in/warnings.v0", + "version": "v0.1.2", + "purl": "pkg:golang/gopkg.in/warnings.v0@v0.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=1b51ab92d107cb56", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=3c17a1e805812031", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.3&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc6-compat@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=b32f248f962b80df", + "type": "library", + "publisher": "Timo Teräs ", + "name": "libc6-compat", + "version": "1.2.4-r1", + "description": "compatibility libraries for glibc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libc6-compat:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc6-compat@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-compat:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_compat:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_compat:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-compat:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-compat:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-compat:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-compat:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_compat:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_compat:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_compat:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_compat:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-compat:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-compat:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_compat:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_compat:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc6-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc6_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_compat:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a6e14d1837131339f85ff337fbd4ecb8886945ae" + }, + { + "name": "syft:metadata:installedSize", + "value": "12288" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Nh9xuUgqfsjcwtrAvKAYmfYbwl0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl=1.2.4-r1" + }, + { + "name": "syft:metadata:size", + "value": "1728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.2-r0", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b68a32f25ba44f406e02c2ca8f323a76f167d924" + }, + { + "name": "syft:metadata:installedSize", + "value": "4575232" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NsXXS8muNMooXArl1YhRLj5Rvno=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1740170" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcurl@8.3.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.3&package-id=783b4f70d5eb0001", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcurl", + "version": "8.3.0-r0", + "description": "The multiprotocol file transfer library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:libcurl:libcurl:8.3.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcurl@8.3.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1af4e3f61a44fb1028399c7433fe7e47b9efcb1e" + }, + { + "name": "syft:metadata:installedSize", + "value": "598016" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcurl.so.4=4.8.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VcTCkQ94LGvMG1j8EhwQhBk7Fck=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libidn2.so.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libnghttp2.so.14" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "282593" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.3&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b964b4aa820456ef", + "type": "library", + "publisher": "Drew DeVault ", + "name": "libidn2", + "version": "2.3.4-r1", + "description": "Encode/Decode library for internationalized domain names", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libidn2:libidn2:2.3.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libidn#libidn2", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "212992" + }, + { + "name": "syft:metadata:originPackage", + "value": "libidn2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libidn2.so.0=0.3.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1e8PNgko4hneETI5udcz1NEz0L28=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libunistring.so.5" + }, + { + "name": "syft:metadata:size", + "value": "104931" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3&package-id=8a7651c429bdae53", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1dD0p75kd/SeiqiNdbcrVT0ZTiOY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "161980" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=e6e2202cd771db91", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.2-r0", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b68a32f25ba44f406e02c2ca8f323a76f167d924" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q16d3kU5nHnWY7SeXMWOWZGiQjKcg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "236713" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=8837a588f8422d62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libunistring", + "version": "1.1-r1", + "description": "Library for manipulating Unicode strings and C strings", + "licenses": [ + { + "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libunistring:libunistring:1.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libunistring/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libunistring:1.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1736704" + }, + { + "name": "syft:metadata:originPackage", + "value": "libunistring" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libunistring.so.5=5.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FM6LSxIv3TOssRzH8QaqBWHCGaE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "657728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r1", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a6e14d1837131339f85ff337fbd4ecb8886945ae" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12qHLEadu7QpBuz8kHB5EDF3mKB4=" + }, + { + "name": "syft:metadata:size", + "value": "390477" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=46559effae417e39", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r1", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "a6e14d1837131339f85ff337fbd4ecb8886945ae" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r1" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1x4sUHXjWjUzYP5FPvJL1HWBjL1M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36691" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3&package-id=22610cd6c710c459", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20230506-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10a6n6U74hqvF5n9KAe2AjnhuN9g=" + }, + { + "name": "syft:metadata:size", + "value": "22927" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.55.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.3&package-id=eec35c5a6c1d3b1f", + "type": "library", + "publisher": "Francesco Colista ", + "name": "nghttp2-libs", + "version": "1.55.1-r0", + "description": "Experimental HTTP/2 client, server and proxy (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nghttp2-libs@1.55.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://nghttp2.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp-libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp_libs:1.55.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "fbc63bbe3c00dcf0bbc59286d417e97abdb9f42a" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "nghttp2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnghttp2.so.14=14.24.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11v9e1mzPbfY7PrJH8roan9CLkP8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "66031" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=5b6c9855c9ada0d6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.1-r1", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1nCcvep9N4MNO9aY8W8z6c3YV+eQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "124162" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.3&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=be4d03c312d3b54e", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r2", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2684a6593b10051f8f9fcb01e4734e2d9533b0ea" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1j6LHWpavmnFtpYjzQkH7apSIVOc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4944" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.3&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:golang/xorm.io/builder@v0.3.6?package-id=85c3dd17dd3a8c23", + "type": "library", + "name": "xorm.io/builder", + "version": "v0.3.6", + "purl": "pkg:golang/xorm.io/builder@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ha28mQ2M+TFx96Hxo+iq6tQgnkC9IZkM6D8w9sKHHF8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:golang/xorm.io/core@v0.7.3?package-id=0ee7a763b09e2aba", + "type": "library", + "name": "xorm.io/core", + "version": "v0.7.3", + "purl": "pkg:golang/xorm.io/core@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:113453fd2fc814350a10111b145268f7f19672fad13c56c681323371ed198e8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/grafana/bin/grafana" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.20.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:W8ws1PlrnkS1CZU1YWaYLMQcQilwAmQXU0BJDJon+H0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/grafana/grafana" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a74d1e27101425c180bbe819cc97f64a75ad7bfea1c28625c20ad2c77a1c5f9a" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.3", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.3" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.3" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.3&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.3&package-id=a33281a43bfa80a6", + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.3&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.3&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=e6e2202cd771db91", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/bash@5.2.15-r5?arch=x86_64&distro=alpine-3.18.3&package-id=a528a7ebf31a359f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=5b6c9855c9ada0d6" + ] + }, + { + "ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.3&package-id=0f93e1828b6357dd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.3&package-id=61bb87e3256c7521" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r2?arch=x86_64&distro=alpine-3.18.3&package-id=61bb87e3256c7521", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.3&package-id=f7f20b055f90d4f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4", + "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/curl@8.3.0-r0?arch=x86_64&distro=alpine-3.18.3&package-id=0e2a3e1325a5ff7f", + "dependsOn": [ + "pkg:apk/alpine/libcurl@8.3.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.3&package-id=783b4f70d5eb0001", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/glibc-bin@2.35-r0?arch=x86_64&upstream=glibc&distro=alpine-3.18.3&package-id=29afe187dc0d7ac5", + "dependsOn": [ + "pkg:apk/alpine/bash@5.2.15-r5?arch=x86_64&distro=alpine-3.18.3&package-id=a528a7ebf31a359f", + "pkg:apk/alpine/busybox-binsh@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=337ecb49f16db0b4", + "pkg:apk/alpine/glibc@2.35-r0?arch=x86_64&distro=alpine-3.18.3&package-id=1cafef16891d644e", + "pkg:apk/alpine/libc6-compat@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=b32f248f962b80df", + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.3&package-id=49bf84f2da2c830b" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.3&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=46559effae417e39" + ] + }, + { + "ref": "pkg:apk/alpine/libc6-compat@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=b32f248f962b80df", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/libcurl@8.3.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.3&package-id=783b4f70d5eb0001", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.3&package-id=0f93e1828b6357dd", + "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.3&package-id=f7f20b055f90d4f7", + "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b964b4aa820456ef", + "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=e6e2202cd771db91", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/nghttp2-libs@1.55.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.3&package-id=eec35c5a6c1d3b1f", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.3&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b964b4aa820456ef", + "dependsOn": [ + "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=8837a588f8422d62", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3&package-id=8a7651c429bdae53", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=e6e2202cd771db91", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=8837a588f8422d62", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r1?arch=x86_64&upstream=musl&distro=alpine-3.18.3&package-id=46559effae417e39", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.3&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nghttp2-libs@1.55.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.3&package-id=eec35c5a6c1d3b1f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.1-r1?arch=x86_64&distro=alpine-3.18.3&package-id=5b6c9855c9ada0d6", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.3&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.3&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r2?arch=x86_64&upstream=busybox&distro=alpine-3.18.3&package-id=be4d03c312d3b54e", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=2f57c3c70ea9fc61", + "pkg:apk/alpine/libssl3@3.1.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.18.3&package-id=e6e2202cd771db91", + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.3&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r1?arch=x86_64&distro=alpine-3.18.3&package-id=b2eff2e1d40bcf72" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-notification-0.9.16.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-notification-0.9.16.syft.cdx.json new file mode 100644 index 00000000..54d94f8c --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-notification-0.9.16.syft.cdx.json @@ -0,0 +1,12837 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:45345abb-0ce3-437e-9e9d-9284bedb55dd", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:12-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "2268a50855f23ff7", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/notification", + "version": "0.9.16" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727?package-id=8a89eabb88e5d57d", + "type": "library", + "name": "Json.NET BSON .NET Standard 2.0", + "version": "1.0.2.22727", + "cpe": "cpe:2.3:a:Json.NET_BSON_.NET_Standard_2.0:Json.NET_BSON_.NET_Standard_2.0:1.0.2.22727:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008?package-id=3588796a6da42faf", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008?package-id=1912341f710d81e6", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008?package-id=27f74be433595cd1", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008?package-id=98a6e6f8a716285f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008?package-id=ea6279516d28fd4d", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.BearerToken", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.BearerToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008?package-id=8f53ed851f9ed6b9", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008?package-id=885309182af9b383", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008?package-id=ce2af8bb0a7dded4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008?package-id=a809b21f759bf939", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008?package-id=c7a39e5caf107711", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008?package-id=7bd858dfba25144e", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008?package-id=69ee58d6b8c215fe", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008?package-id=ddf14e9528b064d9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Endpoints", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Endpoints.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008?package-id=aeb9fb77b714cda9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008?package-id=5268eab6b676f56c", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008?package-id=a99b6399c453cde4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008?package-id=de98f302cfa0e08a", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008?package-id=229358f09eb5c429", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008?package-id=c12736aa25559238", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008?package-id=c2cd4d66e0b28948", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008?package-id=a460efc7ae16377b", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008?package-id=2a0dae4daac8bfa4", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008?package-id=33b7693381590ccd", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008?package-id=4ea466ad2f826370", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008?package-id=d0656b71ce789eb0", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008?package-id=b7151a04d1e5ac5b", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008?package-id=072a3ecfc3d07438", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008?package-id=525345cdece95a4b", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008?package-id=edd724307be640ae", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008?package-id=60cbdcbca91c3033", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008?package-id=cbe1fb229c3aa30f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008?package-id=c4f4af1da08e0acb", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008?package-id=815bffd030402230", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008?package-id=4a1192f701a77b8a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008?package-id=89947ac6810f32f1", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008?package-id=6bb723ad75a51a08", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008?package-id=76c2cda6e7f2f683", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008?package-id=611aecf705cb7324", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008?package-id=2ac37e37f1d3e79a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008?package-id=a7f0779d7cfe943b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008?package-id=4fce8a14e65e1e24", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008?package-id=1e8a5e37885af297", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008?package-id=2948aa39ce091378", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819?package-id=e97e694c8adef2a7", + "type": "library", + "name": "Microsoft.AspNetCore.JsonPatch", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.JsonPatch:Microsoft.AspNetCore.JsonPatch:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.JsonPatch.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008?package-id=d5d55de83bf6b335", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008?package-id=3721650f41cb0d61", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008?package-id=abc74eee1aaf39a2", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008?package-id=671bcc7503cd4d4d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008?package-id=becaf399e5ee45a3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008?package-id=bd7842bbdc62309f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008?package-id=047bdf788eb2dbc4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008?package-id=d38abc5909fac21b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008?package-id=f64b0cbc99fca187", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008?package-id=f0ba54f95837410e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008?package-id=2492290423496ef9", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008?package-id=dda16f2fc3376946", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819?package-id=91b74610edcf68ad", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.NewtonsoftJson", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.NewtonsoftJson:Microsoft.AspNetCore.Mvc.NewtonsoftJson:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008?package-id=0cef7aaa931b518d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008?package-id=b347b55f315499d8", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008?package-id=a3848961231da9a2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008?package-id=3acfad1cb5a0a4d3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008?package-id=b92fecf7b63016b7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008?package-id=5e2cec9960fca093", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008?package-id=a05f980f775244cb", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008?package-id=a59976dda257fdd2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008?package-id=66091a6e9c12ba22", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008?package-id=39a8118babd3547f", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008?package-id=623e1ee0fbff64e9", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008?package-id=eaaecd7332d4ea9e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008?package-id=8e0a70417972f514", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008?package-id=2d2735b624a4cfb3", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008?package-id=a72dbe0c39ee7152", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008?package-id=dfa998c0431c259e", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008?package-id=f1d17253bdfadf81", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008?package-id=3681eb2d2887f7be", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008?package-id=066928fc95dd87a4", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008?package-id=813a837210ff5689", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008?package-id=a4e57bf8b1508b49", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008?package-id=dfdbee6a4b920446", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008?package-id=b81f6f7c8177dfb5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008?package-id=2b1402b6aa65040b", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008?package-id=5f8d9d61c98582c4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008?package-id=17fd27da7f2ee0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008?package-id=fab9042df79cc8d2", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008?package-id=8313be10e68dd79d", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008?package-id=ee75ac115215714b", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008?package-id=f7f7e0659bd32a95", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008?package-id=023f346842298e49", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@8.0.123.58001?package-id=0db53bf0dd82fc1f", + "type": "library", + "name": "Microsoft.CSharp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103?package-id=cf47f8c66176202c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103?package-id=eb690ddc3e979316", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103?package-id=8d2865c8f2a5f41e", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103?package-id=7f47ed9e00a64dd4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001?package-id=80914633f21440a8", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103?package-id=d256d59985a88c41", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103?package-id=8ae8575b7a914cd9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103?package-id=170dc25eea921493", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103?package-id=214eb8fa5366659f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103?package-id=70ffb9ae7282e3a6", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008?package-id=9e4886552b3e8c3f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103?package-id=15846c53679a28bf", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103?package-id=cf364f191a66de65", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103?package-id=10d6c2d6bdaecfa5", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103?package-id=618089a9e4b08963", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103?package-id=df9a18b6f7a7355f", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics:Microsoft.Extensions.Diagnostics:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103?package-id=abaf81d14bb1de11", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.Abstractions:Microsoft.Extensions.Diagnostics.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008?package-id=e92d18dc55f662bf", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008?package-id=6157e0c508dca4e8", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008?package-id=e6297de111f7ac10", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103?package-id=11e910a387c34b0c", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103?package-id=e69ca248a69eb408", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008?package-id=134df41f2fb6f185", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103?package-id=836cb8bb97718441", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103?package-id=005564d170be15ed", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103?package-id=86e89c5c72c92100", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103?package-id=bddc29905356f45d", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103?package-id=8f45d9b604db666d", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506?package-id=a9288de590992612", + "type": "library", + "name": "Microsoft.Extensions.Http.Polly", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http.Polly:Microsoft.Extensions.Http.Polly:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008?package-id=e81021edf9f7a152", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008?package-id=04f33df254d78be6", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008?package-id=609c651111c57918", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008?package-id=4cf286a70c077ec3", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103?package-id=fecd57eb154d0781", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103?package-id=ebaa43b71aa2f173", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103?package-id=3871484f337aa896", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103?package-id=0ebc08f5ea84e259", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103?package-id=2471bd50e4ae6db7", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103?package-id=cdb791e0118bb1f4", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103?package-id=28ff2f8de9d76ec6", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103?package-id=cb0efb9807ca83da", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008?package-id=70895de971807d0b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001?package-id=9d89b115ab8d437c", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103?package-id=4248548c37b8c26c", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103?package-id=9c313d1e5039930b", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103?package-id=31519f1d68104202", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008?package-id=dca2cc1b580d5f6d", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008?package-id=1b5b46caddb95fd7", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008?package-id=f6c7cf7fcbe28144", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001?package-id=4a7fe54b7276214a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001?package-id=80e4f418fd91e575", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "13.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:13.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001?package-id=a61edbe0a8bef9f9", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001?package-id=f3d2a6537c6a5dd5", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0?package-id=b4332d45a14a6226", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NotificationService.Application@21.8.0.0?package-id=75904fcda7978efb", + "type": "library", + "name": "NationalInstruments.NotificationService.Application", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NotificationService.Application:NationalInstruments.NotificationService.Application:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NotificationService.Application@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NotificationService.Application.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NotificationService.DataStore@21.8.0.0?package-id=9b472f47e581219a", + "type": "library", + "name": "NationalInstruments.NotificationService.DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NotificationService.DataStore:NationalInstruments.NotificationService.DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NotificationService.DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NotificationService.DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NotificationService.Infrastructure@21.8.0.0?package-id=a73a1a4e85cab377", + "type": "library", + "name": "NationalInstruments.NotificationService.Infrastructure", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NotificationService.Infrastructure:NationalInstruments.NotificationService.Infrastructure:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NotificationService.Infrastructure@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NotificationService.Infrastructure.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NotificationService.Models@21.8.0.0?package-id=cdc351eef5be04da", + "type": "library", + "name": "NationalInstruments.NotificationService.Models", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NotificationService.Models:NationalInstruments.NotificationService.Models:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NotificationService.Models@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NotificationService.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.NotificationService.WebApi@21.8.0.0?package-id=08264bb60f9c354f", + "type": "library", + "name": "NationalInstruments.NotificationService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.NotificationService.WebApi:NationalInstruments.NotificationService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.NotificationService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.NotificationService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0?package-id=e394aa093ceca7d2", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Utilities@2.0.93.0?package-id=d4cf047e54c00893", + "type": "library", + "name": "NationalInstruments.SystemLink.Utilities", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Utilities:NationalInstruments.SystemLink.Utilities:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Utilities@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Utilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0?package-id=b4d6ef9a776f4d14", + "type": "library", + "name": "Swashbuckle.AspNetCore.Newtonsoft", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Newtonsoft:Swashbuckle.AspNetCore.Newtonsoft:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Newtonsoft.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@8.0.123.58001?package-id=0ef0e49d3445a1da", + "type": "library", + "name": "System", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System:System:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@8.0.123.58001?package-id=b58282324430cd1d", + "type": "library", + "name": "System.AppContext", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@8.0.123.58001?package-id=e13739b3f8cc6ea1", + "type": "library", + "name": "System.Buffers", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@8.0.123.58001?package-id=5eb93ee34a2af72a", + "type": "library", + "name": "System.Collections", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001?package-id=aa8584345f957e5b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@8.0.123.58001?package-id=b94472a12c4d7c49", + "type": "library", + "name": "System.Collections.Immutable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001?package-id=7fff50a7255cea2c", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@8.0.123.58001?package-id=96c7bd8f6398f9e2", + "type": "library", + "name": "System.Collections.Specialized", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@8.0.123.58001?package-id=877f2d36c325ef10", + "type": "library", + "name": "System.ComponentModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001?package-id=b18fdfabf7d0ef6a", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001?package-id=601a6e8435317404", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001?package-id=6c944b175d62e69a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001?package-id=9e319c453f1423e4", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001?package-id=0c9e48dc74d19c31", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@8.0.123.58001?package-id=5ac35d4a7367d816", + "type": "library", + "name": "System.Configuration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@8.0.123.58001?package-id=89457d1c7c511cf7", + "type": "library", + "name": "System.Console", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Console:System.Console:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@8.0.123.58001?package-id=d259a4ce3fa12653", + "type": "library", + "name": "System.Core", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Core:System.Core:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@8.0.123.58001?package-id=1266e35235718f01", + "type": "library", + "name": "System.Data", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data:System.Data:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@8.0.123.58001?package-id=e92c903774dec35c", + "type": "library", + "name": "System.Data.Common", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001?package-id=6e424fd8e2818211", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001?package-id=18f32fc9b113f3f4", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001?package-id=0635e4b864dd47fe", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001?package-id=b850d834e9f6d9d8", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103?package-id=f554cdb53c40fd1d", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001?package-id=51bee5a2c69ab281", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001?package-id=71ab6df877f0dfc0", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001?package-id=458281217897ef75", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001?package-id=8194dab95ed8cbc5", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001?package-id=fc2cc153b2063df4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001?package-id=34aa8baa82ea9c86", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001?package-id=559af732063280ee", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@8.0.123.58001?package-id=7cbd23658164f4ea", + "type": "library", + "name": "System.Drawing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001?package-id=221a40b91de8d075", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001?package-id=afad5ec6050a4e73", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@8.0.123.58001?package-id=91dba22e29e2c8cb", + "type": "library", + "name": "System.Formats.Asn1", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@8.0.123.58001?package-id=8173f9610bfb3a49", + "type": "library", + "name": "System.Formats.Tar", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@8.0.123.58001?package-id=518a373810401270", + "type": "library", + "name": "System.Globalization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001?package-id=edff0d2dd294163b", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001?package-id=6d9b6815b162adc5", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@8.0.123.58001?package-id=de785b26898680e4", + "type": "library", + "name": "System.IO", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO:System.IO:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@8.0.123.58001?package-id=310e01ed7a7de03a", + "type": "library", + "name": "System.IO.Compression", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001?package-id=6eff00bb5824935b", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001?package-id=63ef5990f10c0f1b", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001?package-id=5bf0ca8257144402", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@8.0.123.58001?package-id=7fa60455c54be79a", + "type": "library", + "name": "System.IO.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001?package-id=3fe9ce5c789189ba", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001?package-id=9bdf32d0a19363a2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001?package-id=8e242661438f7628", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001?package-id=c545a368f3c46006", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001?package-id=5ca7ac0f96864130", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001?package-id=a655843889925488", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@8.0.23.53103?package-id=c8bf62c6deec63f5", + "type": "library", + "name": "System.IO.Pipelines", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@8.0.123.58001?package-id=cd8d4d6b9d7a7dd0", + "type": "library", + "name": "System.IO.Pipes", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001?package-id=ec9b5622aab85981", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001?package-id=813157ac636ae9a8", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@8.0.123.58001?package-id=21b692cc853f8ae3", + "type": "library", + "name": "System.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@8.0.123.58001?package-id=adde9553e28b7667", + "type": "library", + "name": "System.Linq.Expressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@8.0.123.58001?package-id=edd4fc0497a5c7f8", + "type": "library", + "name": "System.Linq.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@8.0.123.58001?package-id=d1313bdd4c239e7e", + "type": "library", + "name": "System.Linq.Queryable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@8.0.123.58001?package-id=69a4b90b7d9ab3bb", + "type": "library", + "name": "System.Memory", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@8.0.123.58001?package-id=63b227e62b76d46d", + "type": "library", + "name": "System.Net", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net:System.Net:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@8.0.123.58001?package-id=dd6febd2eae1c679", + "type": "library", + "name": "System.Net.Http", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@8.0.123.58001?package-id=4bdec68e1065b571", + "type": "library", + "name": "System.Net.Http.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@8.0.123.58001?package-id=d36e329cc1c697ef", + "type": "library", + "name": "System.Net.HttpListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@8.0.123.58001?package-id=95ae4b1e6a8ca2c0", + "type": "library", + "name": "System.Net.Mail", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@8.0.123.58001?package-id=7cd0d4ea47f99f7a", + "type": "library", + "name": "System.Net.NameResolution", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001?package-id=35a4a5c3516fb6cc", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@8.0.123.58001?package-id=b454ce314dc7242c", + "type": "library", + "name": "System.Net.Ping", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@8.0.123.58001?package-id=43867234b2dac2f0", + "type": "library", + "name": "System.Net.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@8.0.123.58001?package-id=9796bbafe90c8797", + "type": "library", + "name": "System.Net.Quic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@8.0.123.58001?package-id=f7fc730081b8f576", + "type": "library", + "name": "System.Net.Requests", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@8.0.123.58001?package-id=59683f6c8e4cb820", + "type": "library", + "name": "System.Net.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001?package-id=9b7a4a834cf58a76", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@8.0.123.58001?package-id=7191f210c23c1eb1", + "type": "library", + "name": "System.Net.Sockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@8.0.123.58001?package-id=faca7bca16640050", + "type": "library", + "name": "System.Net.WebClient", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001?package-id=33fc1d8b4718cab5", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@8.0.123.58001?package-id=e1510bf731d553ee", + "type": "library", + "name": "System.Net.WebProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@8.0.123.58001?package-id=858fbab56e404242", + "type": "library", + "name": "System.Net.WebSockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001?package-id=dbaec552d266feab", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@8.0.123.58001?package-id=553bdb34660407a9", + "type": "library", + "name": "System.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001?package-id=2efac66a7159c802", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@8.0.123.58001?package-id=1748874a1023c048", + "type": "library", + "name": "System.ObjectModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=e75fbd2cd2c99f94", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001?package-id=7e9a6a1dd399a500", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@8.0.123.58001?package-id=6af37a18b6a55150", + "type": "library", + "name": "System.Private.Uri", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@8.0.123.58001?package-id=e799c5912afd9432", + "type": "library", + "name": "System.Private.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001?package-id=754df1961f8cfc16", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@8.0.123.58001?package-id=d7209956b2e5d6cc", + "type": "library", + "name": "System.Reflection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001?package-id=9233823e95e26ab7", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@8.0.123.58001?package-id=47c291aac49d84ed", + "type": "library", + "name": "System.Reflection.Emit", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001?package-id=e0c3a5596a65957d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001?package-id=05298fac10fbfdf0", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001?package-id=c61c0cf8c533517e", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001?package-id=b4754b9dcc1880ae", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001?package-id=2aedafc571bc0243", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001?package-id=50f0065c186edd7d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@8.0.123.58001?package-id=7e3f2133b0246905", + "type": "library", + "name": "System.Resources.Reader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001?package-id=cad508a508521d06", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@8.0.123.58001?package-id=92ae14b07a424f37", + "type": "library", + "name": "System.Resources.Writer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@8.0.123.58001?package-id=3488c7f0645126da", + "type": "library", + "name": "System.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001?package-id=6d34fbcdbdb437a6", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001?package-id=bb5f6a39077d4db7", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001?package-id=c45b987ab6136ca9", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@8.0.123.58001?package-id=af0444439a10f934", + "type": "library", + "name": "System.Runtime.Handles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001?package-id=c71c9bb43a0b2040", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001?package-id=b22ce455308244cc", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001?package-id=e99b2ad31798847a", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001?package-id=e4d3bf096ec0a995", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@8.0.123.58001?package-id=2aa27e86e57125a5", + "type": "library", + "name": "System.Runtime.Loader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001?package-id=cb43d95042faa608", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001?package-id=53965f0a72c16ad7", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001?package-id=b1a96cc8fb87874d", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001?package-id=94278018420c83df", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001?package-id=b7b8ac96b3232686", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001?package-id=9154cb3b41e11baf", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@8.0.123.58001?package-id=1f025bf4be394acc", + "type": "library", + "name": "System.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security:System.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@8.0.123.58001?package-id=8132816e6e17a865", + "type": "library", + "name": "System.Security.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@8.0.123.58001?package-id=5d891433f2c5edc5", + "type": "library", + "name": "System.Security.Claims", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@8.0.123.58001?package-id=3867e7f833059563", + "type": "library", + "name": "System.Security.Cryptography", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001?package-id=4d5592ac080a7760", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001?package-id=aefa1d10de61427e", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001?package-id=8561c448bf831ae5", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001?package-id=cbdaa84ef61eae6a", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001?package-id=5aafd5d811096c25", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103?package-id=51231efc738314c8", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001?package-id=5570f0279b68685c", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001?package-id=37dd2057b48956b3", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103?package-id=24092a75afebb26b", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@8.0.123.58001?package-id=708c573bc9534077", + "type": "library", + "name": "System.Security.Principal", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001?package-id=50a371c2b207a697", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@8.0.123.58001?package-id=a66e9ce67e121a8b", + "type": "library", + "name": "System.Security.SecureString", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001?package-id=4e34afb55836dc7f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@8.0.123.58001?package-id=52adb2167863adbc", + "type": "library", + "name": "System.ServiceProcess", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@8.0.123.58001?package-id=6edb09c4de918a1e", + "type": "library", + "name": "System.Text.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001?package-id=9af3d42c97f2a54a", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001?package-id=b36f215e49a21ee1", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001?package-id=ff188a8789533dc6", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@8.0.123.58001?package-id=0da2f0453b9f21aa", + "type": "library", + "name": "System.Text.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001?package-id=99e8fee216536c6a", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@8.0.123.58001?package-id=cdb1bfebaa2487de", + "type": "library", + "name": "System.Threading", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@8.0.123.58001?package-id=894a4e9e39257720", + "type": "library", + "name": "System.Threading.Channels", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001?package-id=f696bb947eaa4506", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103?package-id=de41e596cf791881", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@8.0.123.58001?package-id=ad8ac89b70a4e40b", + "type": "library", + "name": "System.Threading.Tasks", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001?package-id=71a8778c889d95f2", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001?package-id=d4df687ac783033f", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001?package-id=7be8ed61e90b7fa3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@8.0.123.58001?package-id=51e171ca5b88cf72", + "type": "library", + "name": "System.Threading.Thread", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001?package-id=088e28dc8e86df34", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@8.0.123.58001?package-id=afa4c4bbe567d62f", + "type": "library", + "name": "System.Threading.Timer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@8.0.123.58001?package-id=68d642835bea175f", + "type": "library", + "name": "System.Transactions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@8.0.123.58001?package-id=cfb224261fa01a39", + "type": "library", + "name": "System.Transactions.Local", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@8.0.123.58001?package-id=f5ee41453d9de871", + "type": "library", + "name": "System.ValueTuple", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@8.0.123.58001?package-id=00bb780f30159480", + "type": "library", + "name": "System.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web:System.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001?package-id=6ffdc1ad9890f638", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@8.0.123.58001?package-id=46589f025260c79c", + "type": "library", + "name": "System.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@8.0.123.58001?package-id=6a82ab25a7f1d96b", + "type": "library", + "name": "System.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@8.0.123.58001?package-id=0da1bdf38c294ea8", + "type": "library", + "name": "System.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001?package-id=388f75cdc1b233a9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@8.0.123.58001?package-id=2ca7bc34ee358986", + "type": "library", + "name": "System.Xml.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@8.0.123.58001?package-id=05527c8b555de588", + "type": "library", + "name": "System.Xml.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@8.0.123.58001?package-id=7ad188a1b0693257", + "type": "library", + "name": "System.Xml.XPath", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001?package-id=daa9370932217230", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001?package-id=ea1ff717e29ad193", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001?package-id=5021d9fd5ed41c6b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@8.0.123.58001?package-id=d5f15d79e38f0016", + "type": "library", + "name": "WindowsBase", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8c7ffe6969bb21433dd6fdb209a934dec7647ff1a6ddb0baa0a8d5b7f6c2c054" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@8.0.123.58001?package-id=318f23c94d9ff2f1", + "type": "library", + "name": "mscorlib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@8.0.123.58001?package-id=ec2e63288bc0254f", + "type": "library", + "name": "netstandard", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:netstandard:netstandard:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-repository-0.5.16.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-repository-0.5.16.syft.cdx.json new file mode 100644 index 00000000..3f28ea2e --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-repository-0.5.16.syft.cdx.json @@ -0,0 +1,19342 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:b7a33a45-b86b-4af6-9d67-8068c66fef01", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:34-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "80679fefe7c3f29b", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/repository", + "version": "0.5.16" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DataStore@21.8.0.0?package-id=3c3d203220c3a6ff", + "type": "library", + "name": "DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:DataStore:DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ICSharpCode.SharpZipLib@1.3.3.11?package-id=eaad6aa044e0153f", + "type": "library", + "name": "ICSharpCode.SharpZipLib", + "version": "1.3.3.11", + "cpe": "cpe:2.3:a:ICSharpCode.SharpZipLib:ICSharpCode.SharpZipLib:1.3.3.11:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ICSharpCode.SharpZipLib@1.3.3.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/ICSharpCode.SharpZipLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@7.0.22.51805?package-id=f44f53891dc17fc8", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@7.0.22.51805?package-id=925e15ff99ee572b", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@7.0.22.51805?package-id=b3a2d5165b8138b4", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http.Polly@7.0.1523.60110?package-id=9985613b8bec6cff", + "type": "library", + "name": "Microsoft.Extensions.Http.Polly", + "version": "7.0.1523.60110", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http.Polly:Microsoft.Extensions.Http.Polly:7.0.1523.60110:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http.Polly@7.0.1523.60110", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@7.0.22.51805?package-id=02b676ec03ca7ed6", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@7.0.22.51805?package-id=db3b352bbe5f3727", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@7.0.22.51805?package-id=e6bdf7089ce38bd0", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@7.0.22.51805?package-id=7706c49840e17584", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.19.0.0?package-id=c43e4a0f5421ec13", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.19.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.19.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.19.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.19.0.0?package-id=77dd3f9e0d85e135", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.19.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.19.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.19.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.19.0.0?package-id=3abef080459568dd", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.19.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.19.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.19.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.GridFS@2.19.0.0?package-id=b020909142911eb3", + "type": "library", + "name": "MongoDB.Driver.GridFS", + "version": "2.19.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.GridFS:MongoDB.Driver.GridFS:2.19.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.GridFS@2.19.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.GridFS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.7.0.0?package-id=403e5d6f08cb8291", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.7.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.7.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RepositoryService.Model@21.8.0.0?package-id=e51e36ed4b171259", + "type": "library", + "name": "NationalInstruments.RepositoryService.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RepositoryService.Model:NationalInstruments.RepositoryService.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RepositoryService.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RepositoryService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RepositoryService.WebApi@21.8.0.0?package-id=2684517fba61deea", + "type": "library", + "name": "NationalInstruments.RepositoryService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RepositoryService.WebApi:NationalInstruments.RepositoryService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RepositoryService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RepositoryService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.5.0.908?package-id=551eae1ae0116314", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.5.0.908", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.5.0.908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.5.0.908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.5.0.908?package-id=f9ac86cb16a1e40f", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.5.0.908", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.5.0.908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.5.0.908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a72c40f7694f3e6eaa6d968ea661bbd93379e4726efc228221ef54d4c983f12" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-routineeventtrigger-0.10.12.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-routineeventtrigger-0.10.12.syft.cdx.json new file mode 100644 index 00000000..019bc2c7 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-routineeventtrigger-0.10.12.syft.cdx.json @@ -0,0 +1,18622 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:9c0d9d5b-85d8-4629-88f3-b7de983cf486", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:21-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "dd6f5764188827dc", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/routineeventtrigger", + "version": "0.10.12" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineEventTrigger@1.0.0.0?package-id=29f60445171f667d", + "type": "library", + "name": "NationalInstruments.RoutineEventTrigger", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineEventTrigger:NationalInstruments.RoutineEventTrigger:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineEventTrigger@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineEventTrigger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineEventTrigger.Models@1.0.0.0?package-id=0c26b5e4aaaedd49", + "type": "library", + "name": "NationalInstruments.RoutineEventTrigger.Models", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineEventTrigger.Models:NationalInstruments.RoutineEventTrigger.Models:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineEventTrigger.Models@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineEventTrigger.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0?package-id=0d3c0704f75afe7a", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.1.0.0?package-id=4c86fa9801f97d88", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus.RabbitMQ", + "version": "1.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus.RabbitMQ:NationalInstruments.SystemLink.EventBus.RabbitMQ:1.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.RabbitMQ.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0?package-id=0cf9e6fe6bd082cb", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0?package-id=b677a8eebea190f0", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0?package-id=ce3fe274f1d99f69", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.3.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a47bc86e955e34b5eb445a089d509c2ccdf178b936565a338742339cbb393292" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-routineexecutor-0.10.9.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-routineexecutor-0.10.9.syft.cdx.json new file mode 100644 index 00000000..9403dfd8 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-routineexecutor-0.10.9.syft.cdx.json @@ -0,0 +1,18652 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:7836f564-5d66-4076-91e9-1f2445611ae7", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:23-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "63f867085a63ff9f", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/routineexecutor", + "version": "0.10.9" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineExecutor.WebAPI@1.0.0.0?package-id=100aae0dd25930af", + "type": "library", + "name": "NationalInstruments.RoutineExecutor.WebAPI", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineExecutor.WebAPI:NationalInstruments.RoutineExecutor.WebAPI:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineExecutor.WebAPI@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineExecutor.WebAPI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RoutineExecutor.Models@1.0.0.0?package-id=d0d7fe99e7817c0d", + "type": "library", + "name": "RoutineExecutor.Models", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:RoutineExecutor.Models:RoutineExecutor.Models:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RoutineExecutor.Models@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/RoutineExecutor.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:95c3d0cd85e418af346753ec8bdeae5b98b60889dbf7b734b210cbe148ac1364" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx.json new file mode 100644 index 00000000..aa08f0f3 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-routinescheduletrigger-0.10.10.syft.cdx.json @@ -0,0 +1,18922 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:d55c0943-8035-4586-908b-c7f1b3528703", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:21-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "3e6c13cd379d5a0e", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/routinescheduletrigger", + "version": "0.10.10" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0?package-id=81c1af82a16f20a2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.1.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineScheduleTrigger@1.0.0.0?package-id=7d345e207593e47d", + "type": "library", + "name": "NationalInstruments.RoutineScheduleTrigger", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineScheduleTrigger:NationalInstruments.RoutineScheduleTrigger:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineScheduleTrigger@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineScheduleTrigger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0?package-id=0e1ea8e25d674716", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus.RabbitMQ", + "version": "1.0.57.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus.RabbitMQ:NationalInstruments.SystemLink.EventBus.RabbitMQ:1.0.57.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.RabbitMQ.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9ff9e3f52ce4be4904011d8ec870895d14e6edbb2bcf290297f1ca0c49bb97bc" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-routineservice-0.11.9.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-routineservice-0.11.9.syft.cdx.json new file mode 100644 index 00000000..c37b20f2 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-routineservice-0.11.9.syft.cdx.json @@ -0,0 +1,19102 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:98d333ca-8e0b-4921-9448-8d34dad6dcdf", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:21-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "705451540972f0bb", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/routineservice", + "version": "0.11.9" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0?package-id=81c1af82a16f20a2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.1.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineService.Models@1.0.0.0?package-id=807fcc98d23c3765", + "type": "library", + "name": "NationalInstruments.RoutineService.Models", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineService.Models:NationalInstruments.RoutineService.Models:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineService.Models@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineService.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.RoutineService.WebAPI@1.0.0.0?package-id=c5f89e685808af98", + "type": "library", + "name": "NationalInstruments.RoutineService.WebAPI", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.RoutineService.WebAPI:NationalInstruments.RoutineService.WebAPI:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.RoutineService.WebAPI@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.RoutineService.WebAPI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0?package-id=0e1ea8e25d674716", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus.RabbitMQ", + "version": "1.0.57.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus.RabbitMQ:NationalInstruments.SystemLink.EventBus.RabbitMQ:1.0.57.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.0.57.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.RabbitMQ.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ced56efc5aa0eb6a45eae599f178c337ec2a348c6fb7a43b9bf1295c9b7321bd" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2be5b3b0356c743c6e8238308c972bf271cdb87fb6a627a13b84379d81788808" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2ec48fd178179611007f3c84c86c435ab5136aed0de30917c772fa5ff0d516e4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e6cd39d4cea4051114c9bf1c61995efdb7b33a54c7b46b33b221f8371ae8c2b7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ff8c842d22f667fceb6acb69c190c29c28dc7109711e0fbf2a3239117e2bb799" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-routinesui-0.10.32.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-routinesui-0.10.32.syft.cdx.json new file mode 100644 index 00000000..ac7c1323 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-routinesui-0.10.32.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:85b9ca17-bc34-47a9-b70a-4f6d6521e059", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:53-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "772c90c6d23450f7", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/routinesui", + "version": "0.10.32" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-securityui-0.9.39.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-securityui-0.9.39.syft.cdx.json new file mode 100644 index 00000000..53bd2886 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-securityui-0.9.39.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:fd1bd6b6-2588-47e5-8afd-dffa40fcbb90", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "734cc65f5f96d65c", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/securityui", + "version": "0.9.39" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-session-manager-service-0.10.11.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-session-manager-service-0.10.11.syft.cdx.json new file mode 100644 index 00000000..274a3015 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-session-manager-service-0.10.11.syft.cdx.json @@ -0,0 +1,12297 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:4bc7df11-e106-4726-9592-9857c35248d7", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:08-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "b83b71bb7a626ad0", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/session-manager-service", + "version": "0.10.11" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=883d1730d02654b6", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=2668243c99c0b50d", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=ff587eae9bceb9f6", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=4c9b07585f1e14f2", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=92819fd1c6cacb34", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=1dc7bcb62fe86acd", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008?package-id=3588796a6da42faf", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008?package-id=1912341f710d81e6", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008?package-id=27f74be433595cd1", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008?package-id=98a6e6f8a716285f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008?package-id=ea6279516d28fd4d", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.BearerToken", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.BearerToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008?package-id=8f53ed851f9ed6b9", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008?package-id=885309182af9b383", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008?package-id=ce2af8bb0a7dded4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008?package-id=a809b21f759bf939", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008?package-id=c7a39e5caf107711", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008?package-id=7bd858dfba25144e", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008?package-id=69ee58d6b8c215fe", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008?package-id=ddf14e9528b064d9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Endpoints", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Endpoints.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008?package-id=aeb9fb77b714cda9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008?package-id=5268eab6b676f56c", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008?package-id=a99b6399c453cde4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008?package-id=de98f302cfa0e08a", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008?package-id=229358f09eb5c429", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008?package-id=c12736aa25559238", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008?package-id=c2cd4d66e0b28948", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008?package-id=a460efc7ae16377b", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008?package-id=2a0dae4daac8bfa4", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008?package-id=33b7693381590ccd", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008?package-id=4ea466ad2f826370", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008?package-id=d0656b71ce789eb0", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008?package-id=b7151a04d1e5ac5b", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008?package-id=072a3ecfc3d07438", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008?package-id=525345cdece95a4b", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008?package-id=edd724307be640ae", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008?package-id=60cbdcbca91c3033", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008?package-id=cbe1fb229c3aa30f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008?package-id=c4f4af1da08e0acb", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008?package-id=815bffd030402230", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008?package-id=4a1192f701a77b8a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008?package-id=89947ac6810f32f1", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008?package-id=6bb723ad75a51a08", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008?package-id=76c2cda6e7f2f683", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008?package-id=611aecf705cb7324", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008?package-id=2ac37e37f1d3e79a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008?package-id=a7f0779d7cfe943b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008?package-id=4fce8a14e65e1e24", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008?package-id=1e8a5e37885af297", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008?package-id=2948aa39ce091378", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008?package-id=d5d55de83bf6b335", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008?package-id=3721650f41cb0d61", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008?package-id=abc74eee1aaf39a2", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008?package-id=671bcc7503cd4d4d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008?package-id=becaf399e5ee45a3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008?package-id=bd7842bbdc62309f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008?package-id=047bdf788eb2dbc4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008?package-id=d38abc5909fac21b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008?package-id=f64b0cbc99fca187", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008?package-id=f0ba54f95837410e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008?package-id=2492290423496ef9", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008?package-id=dda16f2fc3376946", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008?package-id=0cef7aaa931b518d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008?package-id=b347b55f315499d8", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008?package-id=a3848961231da9a2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008?package-id=3acfad1cb5a0a4d3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008?package-id=b92fecf7b63016b7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008?package-id=5e2cec9960fca093", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008?package-id=a05f980f775244cb", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008?package-id=a59976dda257fdd2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008?package-id=66091a6e9c12ba22", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008?package-id=39a8118babd3547f", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008?package-id=623e1ee0fbff64e9", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008?package-id=eaaecd7332d4ea9e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008?package-id=8e0a70417972f514", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008?package-id=2d2735b624a4cfb3", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008?package-id=a72dbe0c39ee7152", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008?package-id=dfa998c0431c259e", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008?package-id=f1d17253bdfadf81", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008?package-id=3681eb2d2887f7be", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008?package-id=066928fc95dd87a4", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008?package-id=813a837210ff5689", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008?package-id=a4e57bf8b1508b49", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008?package-id=dfdbee6a4b920446", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008?package-id=b81f6f7c8177dfb5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008?package-id=2b1402b6aa65040b", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008?package-id=5f8d9d61c98582c4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008?package-id=17fd27da7f2ee0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008?package-id=fab9042df79cc8d2", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008?package-id=8313be10e68dd79d", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008?package-id=ee75ac115215714b", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008?package-id=f7f7e0659bd32a95", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008?package-id=023f346842298e49", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@8.0.123.58001?package-id=0db53bf0dd82fc1f", + "type": "library", + "name": "Microsoft.CSharp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103?package-id=cf47f8c66176202c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103?package-id=eb690ddc3e979316", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103?package-id=8d2865c8f2a5f41e", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103?package-id=7f47ed9e00a64dd4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001?package-id=80914633f21440a8", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103?package-id=d256d59985a88c41", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103?package-id=8ae8575b7a914cd9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103?package-id=170dc25eea921493", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103?package-id=214eb8fa5366659f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103?package-id=70ffb9ae7282e3a6", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008?package-id=9e4886552b3e8c3f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103?package-id=15846c53679a28bf", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103?package-id=cf364f191a66de65", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103?package-id=10d6c2d6bdaecfa5", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103?package-id=618089a9e4b08963", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103?package-id=df9a18b6f7a7355f", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics:Microsoft.Extensions.Diagnostics:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103?package-id=abaf81d14bb1de11", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.Abstractions:Microsoft.Extensions.Diagnostics.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008?package-id=e92d18dc55f662bf", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008?package-id=6157e0c508dca4e8", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008?package-id=e6297de111f7ac10", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103?package-id=11e910a387c34b0c", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103?package-id=e69ca248a69eb408", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008?package-id=134df41f2fb6f185", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103?package-id=836cb8bb97718441", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103?package-id=005564d170be15ed", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103?package-id=86e89c5c72c92100", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103?package-id=bddc29905356f45d", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103?package-id=8f45d9b604db666d", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506?package-id=6a42b4522bc51b31", + "type": "library", + "name": "Microsoft.Extensions.Http.Polly", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http.Polly:Microsoft.Extensions.Http.Polly:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http.Polly@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Microsoft.Extensions.Http.Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008?package-id=e81021edf9f7a152", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008?package-id=04f33df254d78be6", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008?package-id=609c651111c57918", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008?package-id=4cf286a70c077ec3", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103?package-id=fecd57eb154d0781", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103?package-id=ebaa43b71aa2f173", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103?package-id=3871484f337aa896", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103?package-id=0ebc08f5ea84e259", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103?package-id=2471bd50e4ae6db7", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103?package-id=cdb791e0118bb1f4", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103?package-id=28ff2f8de9d76ec6", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103?package-id=cb0efb9807ca83da", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008?package-id=70895de971807d0b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001?package-id=9d89b115ab8d437c", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103?package-id=4248548c37b8c26c", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103?package-id=9c313d1e5039930b", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103?package-id=31519f1d68104202", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008?package-id=dca2cc1b580d5f6d", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008?package-id=1b5b46caddb95fd7", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008?package-id=f6c7cf7fcbe28144", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=3c3ebd27dd5891ed", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001?package-id=4a7fe54b7276214a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001?package-id=80e4f418fd91e575", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "13.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:13.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001?package-id=a61edbe0a8bef9f9", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001?package-id=f3d2a6537c6a5dd5", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=20844777a9d4fbcf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=f364cc4924002d71", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=c8cd7f0f670f41b3", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0?package-id=40b03bd20aec2441", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=630a6d65e1e82350", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=88cfe0e04dba1a1a", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=700cf5ca16970e40", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=5759c846d95513dd", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=2b8b812fb3761a4d", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=b17f99f6cacbffe9", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=c8699dd428a82ced", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=4dabcd450d0c37cc", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=b0bfed838c3771af", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=9a58d73bc8a54bc6", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=5bc73e437bb321b7", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=8f5794438696460c", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=6c2374a5cdcc165a", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=1cd6b22f3c2ee424", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=2affa8e32477ee89", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SessionManagerService.Application@21.8.0.0?package-id=32bc42d35bfe9fbd", + "type": "library", + "name": "SessionManagerService.Application", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SessionManagerService.Application:SessionManagerService.Application:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SessionManagerService.Application@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a19f9568bc8e22dc51b497986de1c8c0dbe904148aabf3c5f25039d2c11f5518" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/SessionManagerService.Application.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SessionManagerService.Domain@21.8.0.0?package-id=c4684b89bad63317", + "type": "library", + "name": "SessionManagerService.Domain", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SessionManagerService.Domain:SessionManagerService.Domain:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SessionManagerService.Domain@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a19f9568bc8e22dc51b497986de1c8c0dbe904148aabf3c5f25039d2c11f5518" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/SessionManagerService.Domain.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SessionManagerService.Infrastructure@21.8.0.0?package-id=09bd68ee6418618d", + "type": "library", + "name": "SessionManagerService.Infrastructure", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SessionManagerService.Infrastructure:SessionManagerService.Infrastructure:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SessionManagerService.Infrastructure@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a19f9568bc8e22dc51b497986de1c8c0dbe904148aabf3c5f25039d2c11f5518" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/SessionManagerService.Infrastructure.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SessionManagerService.Models@21.8.0.0?package-id=ec64c1fb64d4b5ba", + "type": "library", + "name": "SessionManagerService.Models", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SessionManagerService.Models:SessionManagerService.Models:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SessionManagerService.Models@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a19f9568bc8e22dc51b497986de1c8c0dbe904148aabf3c5f25039d2c11f5518" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/SessionManagerService.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SessionManagerService.WebAPI@21.8.0.0?package-id=77fa718ba3b09ce4", + "type": "library", + "name": "SessionManagerService.WebAPI", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SessionManagerService.WebAPI:SessionManagerService.WebAPI:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SessionManagerService.WebAPI@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a19f9568bc8e22dc51b497986de1c8c0dbe904148aabf3c5f25039d2c11f5518" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/SessionManagerService.WebAPI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=16de1b0dde4d0caa", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=441c3abcdad4a6ae", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=d1e81f04b7ee0073", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=cdc83e1ece7e2fd4", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@8.0.123.58001?package-id=0ef0e49d3445a1da", + "type": "library", + "name": "System", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System:System:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@8.0.123.58001?package-id=b58282324430cd1d", + "type": "library", + "name": "System.AppContext", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@8.0.123.58001?package-id=e13739b3f8cc6ea1", + "type": "library", + "name": "System.Buffers", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@8.0.123.58001?package-id=5eb93ee34a2af72a", + "type": "library", + "name": "System.Collections", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001?package-id=aa8584345f957e5b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@8.0.123.58001?package-id=b94472a12c4d7c49", + "type": "library", + "name": "System.Collections.Immutable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001?package-id=7fff50a7255cea2c", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@8.0.123.58001?package-id=96c7bd8f6398f9e2", + "type": "library", + "name": "System.Collections.Specialized", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@8.0.123.58001?package-id=877f2d36c325ef10", + "type": "library", + "name": "System.ComponentModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001?package-id=b18fdfabf7d0ef6a", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001?package-id=601a6e8435317404", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001?package-id=6c944b175d62e69a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001?package-id=9e319c453f1423e4", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001?package-id=0c9e48dc74d19c31", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@8.0.123.58001?package-id=5ac35d4a7367d816", + "type": "library", + "name": "System.Configuration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=88eafcf5f5d34fb7", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@8.0.123.58001?package-id=89457d1c7c511cf7", + "type": "library", + "name": "System.Console", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Console:System.Console:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@8.0.123.58001?package-id=d259a4ce3fa12653", + "type": "library", + "name": "System.Core", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Core:System.Core:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@8.0.123.58001?package-id=1266e35235718f01", + "type": "library", + "name": "System.Data", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data:System.Data:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@8.0.123.58001?package-id=e92c903774dec35c", + "type": "library", + "name": "System.Data.Common", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001?package-id=6e424fd8e2818211", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001?package-id=18f32fc9b113f3f4", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001?package-id=0635e4b864dd47fe", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001?package-id=b850d834e9f6d9d8", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103?package-id=f554cdb53c40fd1d", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001?package-id=51bee5a2c69ab281", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001?package-id=71ab6df877f0dfc0", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001?package-id=458281217897ef75", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001?package-id=8194dab95ed8cbc5", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001?package-id=fc2cc153b2063df4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001?package-id=34aa8baa82ea9c86", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001?package-id=559af732063280ee", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@8.0.123.58001?package-id=7cbd23658164f4ea", + "type": "library", + "name": "System.Drawing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=04a28ca581bd5684", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=98be1888bd8439ba", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=641dc9a27a6bf732", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001?package-id=221a40b91de8d075", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001?package-id=afad5ec6050a4e73", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@8.0.123.58001?package-id=91dba22e29e2c8cb", + "type": "library", + "name": "System.Formats.Asn1", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@8.0.123.58001?package-id=8173f9610bfb3a49", + "type": "library", + "name": "System.Formats.Tar", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@8.0.123.58001?package-id=518a373810401270", + "type": "library", + "name": "System.Globalization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001?package-id=edff0d2dd294163b", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001?package-id=6d9b6815b162adc5", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@8.0.123.58001?package-id=de785b26898680e4", + "type": "library", + "name": "System.IO", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO:System.IO:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@8.0.123.58001?package-id=310e01ed7a7de03a", + "type": "library", + "name": "System.IO.Compression", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001?package-id=6eff00bb5824935b", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001?package-id=63ef5990f10c0f1b", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001?package-id=5bf0ca8257144402", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@8.0.123.58001?package-id=7fa60455c54be79a", + "type": "library", + "name": "System.IO.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001?package-id=3fe9ce5c789189ba", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001?package-id=9bdf32d0a19363a2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001?package-id=8e242661438f7628", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001?package-id=c545a368f3c46006", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001?package-id=5ca7ac0f96864130", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001?package-id=a655843889925488", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@8.0.23.53103?package-id=c8bf62c6deec63f5", + "type": "library", + "name": "System.IO.Pipelines", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@8.0.123.58001?package-id=cd8d4d6b9d7a7dd0", + "type": "library", + "name": "System.IO.Pipes", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001?package-id=ec9b5622aab85981", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001?package-id=813157ac636ae9a8", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@8.0.123.58001?package-id=21b692cc853f8ae3", + "type": "library", + "name": "System.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@8.0.123.58001?package-id=adde9553e28b7667", + "type": "library", + "name": "System.Linq.Expressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@8.0.123.58001?package-id=edd4fc0497a5c7f8", + "type": "library", + "name": "System.Linq.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@8.0.123.58001?package-id=d1313bdd4c239e7e", + "type": "library", + "name": "System.Linq.Queryable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@8.0.123.58001?package-id=69a4b90b7d9ab3bb", + "type": "library", + "name": "System.Memory", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@8.0.123.58001?package-id=63b227e62b76d46d", + "type": "library", + "name": "System.Net", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net:System.Net:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@8.0.123.58001?package-id=dd6febd2eae1c679", + "type": "library", + "name": "System.Net.Http", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@8.0.123.58001?package-id=4bdec68e1065b571", + "type": "library", + "name": "System.Net.Http.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@8.0.123.58001?package-id=d36e329cc1c697ef", + "type": "library", + "name": "System.Net.HttpListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@8.0.123.58001?package-id=95ae4b1e6a8ca2c0", + "type": "library", + "name": "System.Net.Mail", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@8.0.123.58001?package-id=7cd0d4ea47f99f7a", + "type": "library", + "name": "System.Net.NameResolution", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001?package-id=35a4a5c3516fb6cc", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@8.0.123.58001?package-id=b454ce314dc7242c", + "type": "library", + "name": "System.Net.Ping", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@8.0.123.58001?package-id=43867234b2dac2f0", + "type": "library", + "name": "System.Net.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@8.0.123.58001?package-id=9796bbafe90c8797", + "type": "library", + "name": "System.Net.Quic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@8.0.123.58001?package-id=f7fc730081b8f576", + "type": "library", + "name": "System.Net.Requests", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@8.0.123.58001?package-id=59683f6c8e4cb820", + "type": "library", + "name": "System.Net.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001?package-id=9b7a4a834cf58a76", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@8.0.123.58001?package-id=7191f210c23c1eb1", + "type": "library", + "name": "System.Net.Sockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@8.0.123.58001?package-id=faca7bca16640050", + "type": "library", + "name": "System.Net.WebClient", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001?package-id=33fc1d8b4718cab5", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@8.0.123.58001?package-id=e1510bf731d553ee", + "type": "library", + "name": "System.Net.WebProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@8.0.123.58001?package-id=858fbab56e404242", + "type": "library", + "name": "System.Net.WebSockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001?package-id=dbaec552d266feab", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@8.0.123.58001?package-id=553bdb34660407a9", + "type": "library", + "name": "System.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001?package-id=2efac66a7159c802", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@8.0.123.58001?package-id=1748874a1023c048", + "type": "library", + "name": "System.ObjectModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=e75fbd2cd2c99f94", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001?package-id=7e9a6a1dd399a500", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@8.0.123.58001?package-id=6af37a18b6a55150", + "type": "library", + "name": "System.Private.Uri", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@8.0.123.58001?package-id=e799c5912afd9432", + "type": "library", + "name": "System.Private.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001?package-id=754df1961f8cfc16", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@8.0.123.58001?package-id=d7209956b2e5d6cc", + "type": "library", + "name": "System.Reflection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001?package-id=9233823e95e26ab7", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@8.0.123.58001?package-id=47c291aac49d84ed", + "type": "library", + "name": "System.Reflection.Emit", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001?package-id=e0c3a5596a65957d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001?package-id=05298fac10fbfdf0", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001?package-id=c61c0cf8c533517e", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001?package-id=b4754b9dcc1880ae", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001?package-id=2aedafc571bc0243", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001?package-id=50f0065c186edd7d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@8.0.123.58001?package-id=7e3f2133b0246905", + "type": "library", + "name": "System.Resources.Reader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001?package-id=cad508a508521d06", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@8.0.123.58001?package-id=92ae14b07a424f37", + "type": "library", + "name": "System.Resources.Writer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@8.0.123.58001?package-id=3488c7f0645126da", + "type": "library", + "name": "System.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=965b6413588a09be", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=38992f7b7e13acee", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001?package-id=6d34fbcdbdb437a6", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001?package-id=bb5f6a39077d4db7", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001?package-id=c45b987ab6136ca9", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@8.0.123.58001?package-id=af0444439a10f934", + "type": "library", + "name": "System.Runtime.Handles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001?package-id=c71c9bb43a0b2040", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001?package-id=b22ce455308244cc", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001?package-id=e99b2ad31798847a", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001?package-id=e4d3bf096ec0a995", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@8.0.123.58001?package-id=2aa27e86e57125a5", + "type": "library", + "name": "System.Runtime.Loader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001?package-id=cb43d95042faa608", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001?package-id=53965f0a72c16ad7", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001?package-id=b1a96cc8fb87874d", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001?package-id=94278018420c83df", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001?package-id=b7b8ac96b3232686", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001?package-id=9154cb3b41e11baf", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@8.0.123.58001?package-id=1f025bf4be394acc", + "type": "library", + "name": "System.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security:System.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@8.0.123.58001?package-id=8132816e6e17a865", + "type": "library", + "name": "System.Security.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@8.0.123.58001?package-id=5d891433f2c5edc5", + "type": "library", + "name": "System.Security.Claims", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@8.0.123.58001?package-id=3867e7f833059563", + "type": "library", + "name": "System.Security.Cryptography", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001?package-id=4d5592ac080a7760", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001?package-id=aefa1d10de61427e", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001?package-id=8561c448bf831ae5", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001?package-id=cbdaa84ef61eae6a", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001?package-id=5aafd5d811096c25", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103?package-id=51231efc738314c8", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001?package-id=5570f0279b68685c", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=529cd97f4620bff9", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=b82237776f256973", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001?package-id=37dd2057b48956b3", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103?package-id=24092a75afebb26b", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=081668f3553b4018", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@8.0.123.58001?package-id=708c573bc9534077", + "type": "library", + "name": "System.Security.Principal", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001?package-id=50a371c2b207a697", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@8.0.123.58001?package-id=a66e9ce67e121a8b", + "type": "library", + "name": "System.Security.SecureString", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001?package-id=4e34afb55836dc7f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@8.0.123.58001?package-id=52adb2167863adbc", + "type": "library", + "name": "System.ServiceProcess", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@8.0.123.58001?package-id=6edb09c4de918a1e", + "type": "library", + "name": "System.Text.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001?package-id=9af3d42c97f2a54a", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001?package-id=b36f215e49a21ee1", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001?package-id=ff188a8789533dc6", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@8.0.123.58001?package-id=0da2f0453b9f21aa", + "type": "library", + "name": "System.Text.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001?package-id=99e8fee216536c6a", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@8.0.123.58001?package-id=cdb1bfebaa2487de", + "type": "library", + "name": "System.Threading", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@8.0.123.58001?package-id=894a4e9e39257720", + "type": "library", + "name": "System.Threading.Channels", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001?package-id=f696bb947eaa4506", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103?package-id=de41e596cf791881", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@8.0.123.58001?package-id=ad8ac89b70a4e40b", + "type": "library", + "name": "System.Threading.Tasks", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001?package-id=71a8778c889d95f2", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001?package-id=d4df687ac783033f", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001?package-id=7be8ed61e90b7fa3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@8.0.123.58001?package-id=51e171ca5b88cf72", + "type": "library", + "name": "System.Threading.Thread", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001?package-id=088e28dc8e86df34", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@8.0.123.58001?package-id=afa4c4bbe567d62f", + "type": "library", + "name": "System.Threading.Timer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@8.0.123.58001?package-id=68d642835bea175f", + "type": "library", + "name": "System.Transactions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@8.0.123.58001?package-id=cfb224261fa01a39", + "type": "library", + "name": "System.Transactions.Local", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@8.0.123.58001?package-id=f5ee41453d9de871", + "type": "library", + "name": "System.ValueTuple", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@8.0.123.58001?package-id=00bb780f30159480", + "type": "library", + "name": "System.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web:System.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001?package-id=6ffdc1ad9890f638", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@8.0.123.58001?package-id=46589f025260c79c", + "type": "library", + "name": "System.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=832d44f5e4e1fd92", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa4ed6477362dd67", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6f21b852378cd4e827715b2587c2239dc690aff86fa35199724c964a3a0f7eaf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/src/nisession/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@8.0.123.58001?package-id=6a82ab25a7f1d96b", + "type": "library", + "name": "System.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@8.0.123.58001?package-id=0da1bdf38c294ea8", + "type": "library", + "name": "System.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001?package-id=388f75cdc1b233a9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@8.0.123.58001?package-id=2ca7bc34ee358986", + "type": "library", + "name": "System.Xml.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@8.0.123.58001?package-id=05527c8b555de588", + "type": "library", + "name": "System.Xml.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@8.0.123.58001?package-id=7ad188a1b0693257", + "type": "library", + "name": "System.Xml.XPath", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001?package-id=daa9370932217230", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001?package-id=ea1ff717e29ad193", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001?package-id=5021d9fd5ed41c6b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@8.0.123.58001?package-id=d5f15d79e38f0016", + "type": "library", + "name": "WindowsBase", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@8.0.123.58001?package-id=318f23c94d9ff2f1", + "type": "library", + "name": "mscorlib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@8.0.123.58001?package-id=ec2e63288bc0254f", + "type": "library", + "name": "netstandard", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:netstandard:netstandard:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx.json new file mode 100644 index 00000000..a21c0188 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-sl-configurable-http-proxy-2.1.7.syft.cdx.json @@ -0,0 +1,21344 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:12ebee09-e807-4b55-8e4e-52ff7c66a3dc", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:15-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "44616b08f14371b8", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/sl-configurable-http-proxy", + "version": "2.1.7" + } + }, + "components": [ + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=dc69d069c32f157e", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.5.0?package-id=07f71a6a6289ef27", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.5.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.5.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40colors/colors@1.6.0?package-id=8d436572d5412bdc", + "type": "library", + "author": "DABH", + "name": "@colors/colors", + "version": "1.6.0", + "description": "get colors in your node.js console", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@colors\\/colors:\\@colors\\/colors:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40colors/colors@1.6.0", + "externalReferences": [ + { + "url": "http://github.com/DABH/colors.js.git", + "type": "distribution" + }, + { + "url": "https://github.com/DABH/colors.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:DABH:\\@colors\\/colors:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/winston/node_modules/@colors/colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40dabh/diagnostics@2.0.2?package-id=cb22d3a4679243bd", + "type": "library", + "author": "Arnout Kazemier", + "name": "@dabh/diagnostics", + "version": "2.0.2", + "description": "Tools for debugging your node.js modules and event loop", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@dabh\\/diagnostics:\\@dabh\\/diagnostics:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40dabh/diagnostics@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/diagnostics.git", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/diagnostics", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:\\@dabh\\/diagnostics:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/@dabh/diagnostics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/cliui@8.0.2?package-id=32cc3194610d7b68", + "type": "library", + "author": "Ben Coe ", + "name": "@isaacs/cliui", + "version": "8.0.2", + "description": "easily create complex multi-column command-line-interfaces", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/cliui:\\@isaacs\\/cliui:8.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/cliui@8.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/cliui/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40isaacs/string-locale-compare@1.1.0?package-id=f2256e4fe19b9eb2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "@isaacs/string-locale-compare", + "version": "1.1.0", + "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40isaacs/string-locale-compare@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/string-locale-compare", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale-compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale_compare:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string-locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string_locale:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string-locale-compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@isaacs\\/string:\\@isaacs\\/string_locale_compare:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/arborist@6.3.0?package-id=a72bad3adf8c7a28", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/arborist", + "version": "6.3.0", + "description": "Manage node_modules trees", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/arborist:\\@npmcli\\/arborist:6.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/arborist@6.3.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/arborist:6.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/config@6.2.1?package-id=20e81d96d7a17f17", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/config", + "version": "6.2.1", + "description": "Configuration management for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/config:\\@npmcli\\/config:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/config@6.2.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/config:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/config/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/disparity-colors@3.0.0?package-id=9a04f30a060b7ad4", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/disparity-colors", + "version": "3.0.0", + "description": "Colorizes unified diff output", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/disparity-colors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/disparity-colors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity-colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity_colors:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/disparity:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity-colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/disparity_colors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/fs@3.1.0?package-id=0171e546f9041bd1", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/fs", + "version": "3.1.0", + "description": "filesystem utilities for the npm cli", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/fs:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/fs@3.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/fs.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/fs:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/git@4.1.0?package-id=6d91ee4737548f73", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/git", + "version": "4.1.0", + "description": "a util for spawning git from npm CLI contexts", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/git:\\@npmcli\\/git:4.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/git@4.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/git.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/git:4.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/git/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/installed-package-contents@2.0.2?package-id=6568633d2361ecbe", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/installed-package-contents", + "version": "2.0.2", + "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/installed-package-contents@2.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/installed-package-contents.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package-contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package_contents:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed-package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed_package:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/installed:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed-package-contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/installed_package_contents:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/map-workspaces@3.0.4?package-id=f5caad3ab96bd8b2", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/map-workspaces", + "version": "3.0.4", + "description": "Retrieves a name:pathname Map for a given workspaces config", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/map-workspaces@3.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/map-workspaces.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map-workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map_workspaces:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/map:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map-workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/map_workspaces:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/metavuln-calculator@5.0.1?package-id=a5849596dbd257a0", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/metavuln-calculator", + "version": "5.0.1", + "description": "Calculate meta-vulnerabilities from package security advisories", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln-calculator:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/metavuln-calculator@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/metavuln-calculator.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln-calculator:\\@npmcli\\/metavuln_calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln-calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln_calculator:\\@npmcli\\/metavuln_calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln-calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/metavuln:\\@npmcli\\/metavuln_calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln-calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/metavuln_calculator:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/name-from-folder@2.0.0?package-id=c782b819b17e152e", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/name-from-folder", + "version": "2.0.0", + "description": "Get the package name from a folder path", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/name-from-folder@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/name-from-folder.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from-folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from_folder:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name-from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name_from:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/name:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name-from-folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/name_from_folder:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/node-gyp@3.0.0?package-id=13205264102a4c85", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/node-gyp", + "version": "3.0.0", + "description": "Tools for dealing with node-gyp packages", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/node-gyp@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node-gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node_gyp:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/node:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node-gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/node_gyp:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/package-json@4.0.1?package-id=c5ef58facdc91e0b", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/package-json", + "version": "4.0.1", + "description": "Programmatic API to update package.json", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package-json:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/package-json@4.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package-json:\\@npmcli\\/package_json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package-json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package_json:\\@npmcli\\/package_json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package-json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/package:\\@npmcli\\/package_json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package-json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/package_json:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/promise-spawn@6.0.2?package-id=e411d03756992579", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/promise-spawn", + "version": "6.0.2", + "description": "spawn processes the way the npm cli likes to do", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise-spawn:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/promise-spawn@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/promise-spawn.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise-spawn:\\@npmcli\\/promise_spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise-spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise_spawn:\\@npmcli\\/promise_spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise-spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/promise:\\@npmcli\\/promise_spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise-spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/promise_spawn:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/query@3.0.0?package-id=208ca548932680a6", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/query", + "version": "3.0.0", + "description": "npm query parser and tools", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/query:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/query@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/query.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/query:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/query/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40npmcli/run-script@6.0.2?package-id=9650edf60bb36f5a", + "type": "library", + "author": "GitHub Inc.", + "name": "@npmcli/run-script", + "version": "6.0.2", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run-script:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40npmcli/run-script@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/run-script.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run-script:\\@npmcli\\/run_script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run-script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run_script:\\@npmcli\\/run_script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run-script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@npmcli\\/run:\\@npmcli\\/run_script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run-script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:\\@npmcli\\/run_script:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40pkgjs/parseargs@0.11.0?package-id=b0f03590e87e74c7", + "type": "library", + "name": "@pkgjs/parseargs", + "version": "0.11.0", + "description": "Polyfill of future proposal for `util.parseArgs()`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@pkgjs\\/parseargs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40pkgjs/parseargs@0.11.0", + "externalReferences": [ + { + "url": "https://github.com/pkgjs/parseargs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pkgjs:\\@pkgjs\\/parseargs:0.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/protobuf-specs@0.1.0?package-id=fc16924db0a0b8c4", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/protobuf-specs", + "version": "0.1.0", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf-specs:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/protobuf-specs@0.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/protobuf-specs.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/protobuf-specs#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf-specs:\\@sigstore\\/protobuf_specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf-specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf_specs:\\@sigstore\\/protobuf_specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf-specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@sigstore\\/protobuf:\\@sigstore\\/protobuf_specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf-specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/protobuf_specs:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40sigstore/tuf@1.0.2?package-id=c8d1be61026cde40", + "type": "library", + "author": "bdehamer@github.com", + "name": "@sigstore/tuf", + "version": "1.0.2", + "description": "Client for the Sigstore TUF repository", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\@sigstore\\/tuf:\\@sigstore\\/tuf:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40sigstore/tuf@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sigstore:\\@sigstore\\/tuf:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tootallnate/once@2.0.0?package-id=560461b4b91ec7ad", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "@tootallnate/once", + "version": "2.0.0", + "description": "Creates a Promise that waits for a single event", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tootallnate\\/once:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tootallnate/once@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/once.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:\\@tootallnate\\/once:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@tootallnate/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/canonical-json@1.0.0?package-id=8a5bf1553d62c552", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/canonical-json", + "version": "1.0.0", + "description": "OLPC JSON canonicalization", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical-json:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/canonical-json@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/packages/canonical-json#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical-json:\\@tufjs\\/canonical_json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical-json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical_json:\\@tufjs\\/canonical_json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical-json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:\\@tufjs\\/canonical_json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical-json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/canonical:\\@tufjs\\/canonical_json:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/%40tufjs/models@1.0.4?package-id=8bbfb0519280ec25", + "type": "library", + "author": "bdehamer@github.com", + "name": "@tufjs/models", + "version": "1.0.4", + "description": "TUF metadata models", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:theupdateframework:\\@tufjs\\/models:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/%40tufjs/models@1.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\@tufjs\\/models:\\@tufjs\\/models:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@tufjs/models/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@1.1.1?package-id=3e81e5dab36a6a51", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@1.1.1", + "externalReferences": [ + { + "url": "http://github.com/isaacs/abbrev-js", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:abbrev:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abbrev@2.0.0?package-id=020b160a109bc818", + "type": "library", + "author": "GitHub Inc.", + "name": "abbrev", + "version": "2.0.0", + "description": "Like ruby's abbrev module, but in js", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:abbrev:abbrev:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abbrev@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/abbrev-js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:abbrev:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/abbrev/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/abort-controller@3.0.0?package-id=5010f1c513b7fc77", + "type": "library", + "author": "Toru Nagashima (https://github.com/mysticatea)", + "name": "abort-controller", + "version": "3.0.0", + "description": "An implementation of WHATWG AbortController interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:abort-controller:abort-controller:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/abort-controller@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/mysticatea/abort-controller.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/abort-controller#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort-controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort_controller:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort-controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:abort:abort_controller:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/abort-controller/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agent-base@6.0.2?package-id=1620d318cc097e15", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:TooTallNate:agent-base:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/agent-base@6.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-agent-base.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent-base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent_base:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent-base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:agent:agent_base:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agent-base/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/agentkeepalive@4.3.0?package-id=982e05f1090afbb8", + "type": "library", + "author": "fengmk2 (https://github.com/fengmk2)", + "name": "agentkeepalive", + "version": "4.3.0", + "description": "Missing keepalive http.Agent", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:agentkeepalive:agentkeepalive:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/agentkeepalive@4.3.0", + "externalReferences": [ + { + "url": "git://github.com/node-modules/agentkeepalive.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:agentkeepalive:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/agentkeepalive/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/aggregate-error@3.1.0?package-id=08f5dc1ac68b9208", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aggregate-error:aggregate-error:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aggregate-error@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate-error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate_error:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate-error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aggregate:aggregate_error:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aggregate-error/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@5.0.1?package-id=675b72e1eb6067c7", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=794dfd99c29e834d", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-regex@6.0.1?package-id=73a1b6447e4f432a", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-regex", + "version": "6.0.1", + "description": "Regular expression for matching ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-regex_project:ansi-regex:6.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ansi-regex@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@4.3.0?package-id=249ad3cb255912c9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ansi-styles@6.2.1?package-id=7c34c5fbaf46df7e", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "ansi-styles", + "version": "6.2.1", + "description": "ANSI escape codes for styling strings in the terminal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ansi-styles:ansi-styles:6.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ansi-styles@6.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi-styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi_styles:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi-styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansi:ansi_styles:6.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:npm/aproba@2.0.0?package-id=fd7b6b3d0bae4818", + "type": "library", + "author": "Rebecca Turner ", + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:aproba:aproba:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/aproba@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/aproba", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/aproba", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:aproba:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/aproba/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/archy@1.0.0?package-id=a4f3fd0712f952e6", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "archy", + "version": "1.0.0", + "description": "render nested hierarchies `npm ls` style with unicode pipes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:substack:archy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/archy@1.0.0", + "externalReferences": [ + { + "url": "http://github.com/substack/node-archy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:archy:archy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/archy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@3.0.1?package-id=787a17b9c84e1eb2", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/are-we-there-yet@4.0.0?package-id=f7ddbcd9f0deb0c1", + "type": "library", + "author": "GitHub Inc.", + "name": "are-we-there-yet", + "version": "4.0.0", + "description": "Keep track of the overall completion of many disparate processes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:are-we-there-yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/are-we-there-yet@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/are-we-there-yet.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/are-we-there-yet", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there-yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there_yet:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we-there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we_there:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are-we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are_we:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:are:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are-we-there-yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:are_we_there_yet:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/are-we-there-yet/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/async@3.2.3?package-id=28164ba49a9fc755", + "type": "library", + "author": "Caolan McMahon", + "name": "async", + "version": "3.2.3", + "description": "Higher-order functions and common patterns for asynchronous code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:caolan:async:3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/async@3.2.3", + "externalReferences": [ + { + "url": "https://github.com/caolan/async.git", + "type": "distribution" + }, + { + "url": "https://caolan.github.io/async/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async:3.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/async/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/balanced-match@1.0.2?package-id=d0f40071020c1a90", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "balanced-match", + "version": "1.0.2", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:balanced-match:balanced-match:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/balanced-match@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/balanced-match.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/balanced-match", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced-match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced_match:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced-match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:balanced:balanced_match:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/balanced-match/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/base64-js@1.5.1?package-id=53405d821b4cf1d7", + "type": "library", + "author": "T. Jameson Little ", + "name": "base64-js", + "version": "1.5.1", + "description": "Base64 encoding/decoding in pure JS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:beatgammit:base64-js:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/base64-js@1.5.1", + "externalReferences": [ + { + "url": "git://github.com/beatgammit/base64-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/beatgammit/base64-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:beatgammit:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64-js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64_js:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64-js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base64:base64_js:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/base64-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bin-links@4.0.2?package-id=1eafb6916fbad686", + "type": "library", + "author": "GitHub Inc.", + "name": "bin-links", + "version": "4.0.2", + "description": "JavaScript package binary linker", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:bin-links:bin-links:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/bin-links@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/bin-links.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin-links:bin_links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin-links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin_links:bin_links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin-links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bin:bin_links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin-links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:bin_links:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/bin-links/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/binary-extensions@2.2.0?package-id=8bfcc3276693f262", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:binary-extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/binary-extensions@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary-extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary_extensions:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary-extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binary:binary_extensions:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/binary-extensions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/bintrees@1.0.1?package-id=c6c671d49b6a0ecf", + "type": "library", + "author": "Vadim Graboys ", + "name": "bintrees", + "version": "1.0.1", + "description": "Binary Search Trees", + "cpe": "cpe:2.3:a:bintrees:bintrees:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/bintrees@1.0.1", + "externalReferences": [ + { + "url": "git://github.com/vadimg/js_bintrees.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vadimg:bintrees:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/bintrees/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=c84f060a59cdcf08", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@1.1.11?package-id=a454b9f9178ebbf8", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "1.1.11", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@1.1.11", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:1.1.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/brace-expansion@2.0.1?package-id=619a175421a1b096", + "type": "library", + "author": "Julian Gruber (http://juliangruber.com)", + "name": "brace-expansion", + "version": "2.0.1", + "description": "Brace expansion as known from sh/bash", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brace-expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/brace-expansion@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/juliangruber/brace-expansion.git", + "type": "distribution" + }, + { + "url": "https://github.com/juliangruber/brace-expansion", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace-expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace_expansion:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:juliangruber:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace-expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brace:brace_expansion:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/brace-expansion/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/buffer@6.0.3?package-id=03eaf8f40c2458ef", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "buffer", + "version": "6.0.3", + "description": "Node.js Buffer API, for the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:buffer:buffer:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/buffer@6.0.3", + "externalReferences": [ + { + "url": "git://github.com/feross/buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:buffer:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/builtins@5.0.1?package-id=59978b60f08d7c7c", + "type": "library", + "name": "builtins", + "version": "5.0.1", + "description": "List of node.js builtin modules", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:builtins:builtins:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/builtins@5.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/builtins/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:npm/cacache@17.1.3?package-id=900872b163c01c50", + "type": "library", + "author": "GitHub Inc.", + "name": "cacache", + "version": "17.1.3", + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cacache:cacache:17.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cacache@17.1.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cacache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cacache:17.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cacache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chalk@5.3.0?package-id=afd0564954d19362", + "type": "library", + "name": "chalk", + "version": "5.3.0", + "description": "Terminal string styling done right", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chalk:chalk:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chalk@5.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chalk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/chownr@2.0.0?package-id=48694df824b31049", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "version": "2.0.0", + "description": "like `chown -R`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:chownr:chownr:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/chownr@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/chownr.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:chownr:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/chownr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ci-info@3.8.0?package-id=8559ded900afd48e", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "ci-info", + "version": "3.8.0", + "description": "Get details about the current Continuous Integration environment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ci-info:ci-info:3.8.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ci-info@3.8.0", + "externalReferences": [ + { + "url": "https://github.com/watson/ci-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/ci-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci-info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci_info:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci-info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ci:ci_info:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ci-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cidr-regex@3.1.1?package-id=c4d1ea0ebfacc3cc", + "type": "library", + "author": "silverwind ", + "name": "cidr-regex", + "version": "3.1.1", + "description": "Regular expression for matching IP addresses in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:cidr-regex:cidr-regex:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cidr-regex@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr-regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr_regex:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr-regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cidr:cidr_regex:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cidr-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clean-stack@2.2.0?package-id=eb6014679b01c642", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clean-stack:clean-stack:2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/clean-stack@2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean-stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean_stack:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean-stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clean:clean_stack:2.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clean-stack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-columns@4.0.0?package-id=255a8b93f65830bc", + "type": "library", + "author": "Shannon Moeller (http://shannonmoeller.com)", + "name": "cli-columns", + "version": "4.0.0", + "description": "Columnated lists for the CLI.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shannonmoeller:cli-columns:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-columns@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/shannonmoeller/cli-columns#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shannonmoeller:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_columns:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_columns:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-columns/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cli-table3@0.6.3?package-id=6e16e24452e8dfd2", + "type": "library", + "author": "James Talmage", + "name": "cli-table3", + "version": "0.6.3", + "description": "Pretty unicode tables for the command line. Based on the original cli-table.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cli-table3:cli-table3:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cli-table3@0.6.3", + "externalReferences": [ + { + "url": "https://github.com/cli-table/cli-table3.git", + "type": "distribution" + }, + { + "url": "https://github.com/cli-table/cli-table3", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli_table3:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli-table:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli-table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cli:cli_table3:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cli-table3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/clone@1.0.4?package-id=9b52e5e4c2387659", + "type": "library", + "author": "Paul Vorbach (http://paul.vorba.ch/)", + "name": "clone", + "version": "1.0.4", + "description": "deep cloning of objects and arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:clone:clone:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/clone@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-clone.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pvorb:clone:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/clone/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cmd-shim@6.0.1?package-id=a07a5548eacec2b4", + "type": "library", + "author": "GitHub Inc.", + "name": "cmd-shim", + "version": "6.0.1", + "description": "Used in npm for command line application support", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:cmd-shim:cmd-shim:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/cmd-shim@6.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cmd-shim.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd-shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd_shim:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmd:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd-shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:cmd_shim:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color@3.0.0?package-id=d15b2eec1528c658", + "type": "library", + "name": "color", + "version": "3.0.0", + "description": "Color conversion and manipulation with CSS string support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color:color:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/color@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@1.9.3?package-id=1858854ac9392c3c", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "1.9.3", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:1.9.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-convert@2.0.1?package-id=0658451d12c63c0d", + "type": "library", + "author": "Heather Arthur ", + "name": "color-convert", + "version": "2.0.1", + "description": "Plain color conversion functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-convert:color-convert:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-convert@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_convert:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_convert:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-convert/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.3?package-id=8e22b4a51bc15c04", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.3", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.3", + "externalReferences": [ + { + "url": "https://github.com/dfcreative/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dfcreative:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-name@1.1.4?package-id=16b9f1a2a0e82366", + "type": "library", + "author": "DY ", + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-name:color-name:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/colorjs/color-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_name:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:colorjs:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_name:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-string@1.5.5?package-id=3fbaf2cb8ae925ed", + "type": "library", + "author": "Heather Arthur ", + "name": "color-string", + "version": "1.5.5", + "description": "Parser and generator for CSS color strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:color-string_project:color-string:1.5.5:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/color-string@1.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/color-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/color-support@1.1.3?package-id=2020e6f572aaeeec", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:color-support:color-support:1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/color-support@1.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/color-support.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color-support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color_support:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color-support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:color:color_support:1.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/color-support/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/colorspace@1.1.2?package-id=abdc222f7d3d0f07", + "type": "library", + "author": "Arnout Kazemier", + "name": "colorspace", + "version": "1.1.2", + "description": "Generate HEX colors for a given namespace.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:colorspace:colorspace:1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/colorspace@1.1.2", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/colorspace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:colorspace:1.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/colorspace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/columnify@1.6.0?package-id=628a54a795faa791", + "type": "library", + "author": "Tim Oxley", + "name": "columnify", + "version": "1.6.0", + "description": "Render data in text columns. Supports in-column text-wrap.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:columnify:columnify:1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/columnify@1.6.0", + "externalReferences": [ + { + "url": "git://github.com/timoxley/columnify.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/columnify", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:timoxley:columnify:1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/columnify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/commander@7.2.0?package-id=2dc61624321f7524", + "type": "library", + "author": "TJ Holowaychuk ", + "name": "commander", + "version": "7.2.0", + "description": "the complete solution for node.js command-line programs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:commander:commander:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/commander@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/tj/commander.js.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tj:commander:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/commander/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/common-ancestor-path@1.0.1?package-id=f45f20d1d300275b", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "common-ancestor-path", + "version": "1.0.1", + "description": "Find the common ancestor of 2 or more paths on Windows or Unix", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:common-ancestor-path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/common-ancestor-path@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/common-ancestor-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor-path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor_path:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common-ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common_ancestor:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common-ancestor-path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common_ancestor_path:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/common-ancestor-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/concat-map@0.0.1?package-id=7d2fd058a6b19327", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "concat-map", + "version": "0.0.1", + "description": "concatenative mapdashery", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:concat-map:concat-map:0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/concat-map@0.0.1", + "externalReferences": [ + { + "url": "git://github.com/substack/node-concat-map.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat-map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat_map:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat-map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:concat:concat_map:0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/concat-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/configurable-http-proxy@4.6.2-dev.0?package-id=0dfd5c6491bff149", + "type": "library", + "author": "Jupyter Developers", + "name": "configurable-http-proxy", + "version": "4.6.2-dev.0", + "description": "A configurable-on-the-fly HTTP Proxy", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:configurable-http-proxy:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/configurable-http-proxy@4.6.2-dev.0", + "externalReferences": [ + { + "url": "https://github.com/jupyterhub/configurable-http-proxy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable-http-proxy:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable_http_proxy:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable_http_proxy:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable-http:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable-http:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable_http:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable_http:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:configurable:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:configurable-http-proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:configurable_http_proxy:4.6.2-dev.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/console-control-strings@1.1.0?package-id=98f3729c9a6bd11b", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:console-control-strings:console-control-strings:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/console-control-strings@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/iarna/console-control-strings", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control-strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control_strings:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console-control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console_control:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:console:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console-control-strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:console_control_strings:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/console-control-strings/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/corepack@0.22.0?package-id=59cb2c8e40d84fca", + "type": "library", + "name": "corepack", + "version": "0.22.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:corepack:corepack:0.22.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/corepack@0.22.0", + "externalReferences": [ + { + "url": "https://github.com/nodejs/corepack.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/corepack#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:corepack:0.22.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0836ffd7c491be374fbb98406480b62f26162c68cedb9ad35a2a1531bb47e289" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/corepack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cross-spawn@7.0.3?package-id=62f67abc33217e67", + "type": "library", + "author": "André Cruz ", + "name": "cross-spawn", + "version": "7.0.3", + "description": "Cross platform child_process#spawn and child_process#spawnSync", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:cross-spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/cross-spawn@7.0.3", + "externalReferences": [ + { + "url": "https://github.com/moxystudio/node-cross-spawn", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross-spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross_spawn:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moxystudio:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross-spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cross:cross_spawn:7.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cross-spawn/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/cssesc@3.0.0?package-id=dc663cc4d3620268", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "cssesc", + "version": "3.0.0", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:cssesc:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/cssesc@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/cssesc.git", + "type": "distribution" + }, + { + "url": "https://mths.be/cssesc", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cssesc:cssesc:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cssesc/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/debug@4.3.4?package-id=1c8b74715ccb3565", + "type": "library", + "author": "Josh Junon ", + "name": "debug", + "version": "4.3.4", + "description": "Lightweight debugging utility for Node.js and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:debug_project:debug:4.3.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/debug@4.3.4", + "externalReferences": [ + { + "url": "git://github.com/debug-js/debug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/defaults@1.0.4?package-id=da4b186683337de1", + "type": "library", + "author": "Elijah Insua ", + "name": "defaults", + "version": "1.0.4", + "description": "merge single level defaults over a config object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:sindresorhus:defaults:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/defaults@1.0.4", + "externalReferences": [ + { + "url": "git://github.com/sindresorhus/node-defaults.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:defaults:defaults:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/defaults/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/delegates@1.0.0?package-id=0e1f32c670fc389d", + "type": "library", + "name": "delegates", + "version": "1.0.0", + "description": "delegate methods and accessors to another property", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:delegates:delegates:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/delegates@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/delegates/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/depd@2.0.0?package-id=3f467cdf5d95839f", + "type": "library", + "author": "Douglas Christopher Wilson ", + "name": "depd", + "version": "2.0.0", + "description": "Deprecate all the things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:depd:depd:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/depd@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/depd/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/diff@5.1.0?package-id=50afb4006199e178", + "type": "library", + "name": "diff", + "version": "5.1.0", + "description": "A javascript text diff implementation.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:kpdecker:diff:5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/diff@5.1.0", + "externalReferences": [ + { + "url": "git://github.com/kpdecker/jsdiff.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:diff:diff:5.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eastasianwidth@0.2.0?package-id=a2dcd7372958d3ae", + "type": "library", + "author": "Masaki Komagata", + "name": "eastasianwidth", + "version": "0.2.0", + "description": "Get East Asian Width from a character.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eastasianwidth:eastasianwidth:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/eastasianwidth@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/komagata/eastasianwidth.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:komagata:eastasianwidth:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/eastasianwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@8.0.0?package-id=4155df7523ad5094", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@8.0.0", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=2b3cce5a685e4ccc", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/emoji-regex@9.2.2?package-id=df4fc783b1ac6b86", + "type": "library", + "author": "Mathias Bynens (https://mathiasbynens.be/)", + "name": "emoji-regex", + "version": "9.2.2", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mathiasbynens:emoji-regex:9.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/emoji-regex@9.2.2", + "externalReferences": [ + { + "url": "https://github.com/mathiasbynens/emoji-regex.git", + "type": "distribution" + }, + { + "url": "https://mths.be/emoji-regex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mathiasbynens:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji-regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji_regex:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji-regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emoji:emoji_regex:9.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/enabled@2.0.0?package-id=919edaa01b8ab1a3", + "type": "library", + "author": "Arnout Kazemier", + "name": "enabled", + "version": "2.0.0", + "description": "Check if a certain debug flag is enabled.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:enabled:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/enabled@2.0.0", + "externalReferences": [ + { + "url": "git://github.com/3rd-Eden/enabled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:enabled:enabled:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/enabled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/encoding@0.1.13?package-id=6a8f59a295993e83", + "type": "library", + "author": "Andris Reinman", + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:encoding:encoding:0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/encoding@0.1.13", + "externalReferences": [ + { + "url": "https://github.com/andris9/encoding.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andris9:encoding:0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/encoding/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/env-paths@2.2.1?package-id=03a2606670677bc3", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:env-paths:env-paths:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/env-paths@2.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env-paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env_paths:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env-paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:env:env_paths:2.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/env-paths/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/err-code@2.0.3?package-id=29d0c121e138d67d", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "err-code", + "version": "2.0.3", + "description": "Create an error with a code", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:IndigoUnited:err-code:2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/err-code@2.0.3", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/js-err-code.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err-code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err_code:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err-code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:err:err_code:2.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/err-code/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/event-target-shim@5.0.1?package-id=5052cfbdee42575b", + "type": "library", + "author": "Toru Nagashima", + "name": "event-target-shim", + "version": "5.0.1", + "description": "An implementation of WHATWG EventTarget interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:event-target-shim:event-target-shim:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/event-target-shim@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/mysticatea/event-target-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/mysticatea/event-target-shim", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target-shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target_shim:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event-target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event_target:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mysticatea:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event-target-shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:event:event_target_shim:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/event-target-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/eventemitter3@4.0.7?package-id=b55b499e74fc3252", + "type": "library", + "author": "Arnout Kazemier", + "name": "eventemitter3", + "version": "4.0.7", + "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:eventemitter3:eventemitter3:4.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/eventemitter3@4.0.7", + "externalReferences": [ + { + "url": "git://github.com/primus/eventemitter3.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:primus:eventemitter3:4.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/eventemitter3/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/events@3.3.0?package-id=3bc505917418933b", + "type": "library", + "author": "Irakli Gozalishvili (http://jeditoolkit.com)", + "name": "events", + "version": "3.3.0", + "description": "Node's event emitter for all engines.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:Gozala:events:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/events@3.3.0", + "externalReferences": [ + { + "url": "git://github.com/Gozala/events.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:events:events:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/events/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/exponential-backoff@3.1.1?package-id=3040fd312f4409f2", + "type": "library", + "author": "Sami Sayegh", + "name": "exponential-backoff", + "version": "3.1.1", + "description": "A utility that allows retrying a function with an exponential delay between attempts.", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:exponential-backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/exponential-backoff@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/coveo/exponential-backoff.git", + "type": "distribution" + }, + { + "url": "https://github.com/coveo/exponential-backoff#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential-backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential_backoff:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponential:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential-backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveo:exponential_backoff:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/exponential-backoff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fastest-levenshtein@1.0.16?package-id=ffdbb5591a059780", + "type": "library", + "author": "Kasper U. Weihe", + "name": "fastest-levenshtein", + "version": "1.0.16", + "description": "Fastest Levenshtein distance implementation in JS.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fastest-levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*", + "purl": "pkg:npm/fastest-levenshtein@1.0.16", + "externalReferences": [ + { + "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git", + "type": "distribution" + }, + { + "url": "https://github.com/ka-weihe/fastest-levenshtein#README", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest-levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest_levenshtein:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ka-weihe:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest-levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fastest:fastest_levenshtein:1.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fecha@4.2.1?package-id=3886c6f11b68e3af", + "type": "library", + "author": "Taylor Hakes", + "name": "fecha", + "version": "4.2.1", + "description": "Date formatting and parsing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:taylorhakes:fecha:4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/fecha@4.2.1", + "externalReferences": [ + { + "url": "https://taylorhakes@github.com/taylorhakes/fecha.git", + "type": "distribution" + }, + { + "url": "https://github.com/taylorhakes/fecha", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fecha:fecha:4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/fecha/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fn.name@1.1.0?package-id=68b40ac8f88be311", + "type": "library", + "author": "Arnout Kazemier", + "name": "fn.name", + "version": "1.1.0", + "description": "Extract names from functions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:fn.name:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fn.name@1.1.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/fn.name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fn.name:fn.name:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/fn.name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/follow-redirects@1.14.8?package-id=6f616b6bd74a1a8f", + "type": "library", + "author": "Ruben Verborgh (https://ruben.verborgh.org/)", + "name": "follow-redirects", + "version": "1.14.8", + "description": "HTTP and HTTPS modules that follow redirects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:follow-redirects:follow-redirects:1.14.8:*:*:*:*:*:*:*", + "purl": "pkg:npm/follow-redirects@1.14.8", + "externalReferences": [ + { + "url": "https://github.com/follow-redirects/follow-redirects", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow-redirects:follow_redirects:1.14.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow-redirects:1.14.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow_redirects:follow_redirects:1.14.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow-redirects:1.14.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:follow:follow_redirects:1.14.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/follow-redirects/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/foreground-child@3.1.1?package-id=610f529856d01d45", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "foreground-child", + "version": "3.1.1", + "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:foreground-child:foreground-child:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/foreground-child@3.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/tapjs/foreground-child.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground-child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground_child:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground-child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:foreground:foreground_child:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/foreground-child/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@2.1.0?package-id=e8a26b0845266017", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs-minipass", + "version": "2.1.0", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs-minipass@3.0.2?package-id=d5ec97701ec7d5e9", + "type": "library", + "author": "GitHub Inc.", + "name": "fs-minipass", + "version": "3.0.2", + "description": "fs read and write streams based on minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs-minipass:fs-minipass:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs-minipass@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/fs-minipass.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/fs-minipass#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs-minipass:fs_minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs-minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs_minipass:fs_minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs-minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:fs_minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs-minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fs:fs_minipass:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs-minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/fs.realpath@1.0.0?package-id=54827d961b3f7b06", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:fs.realpath:fs.realpath:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/fs.realpath@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/fs.realpath.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/fs.realpath/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/function-bind@1.1.1?package-id=9452eedf70d04ce8", + "type": "library", + "author": "Raynos ", + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/function-bind@1.1.1", + "externalReferences": [ + { + "url": "git://github.com/Raynos/function-bind.git", + "type": "distribution" + }, + { + "url": "https://github.com/Raynos/function-bind", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function-bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function_bind:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:function:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function-bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Raynos:function_bind:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/function-bind/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@4.0.4?package-id=0a8c693c53bfeb7f", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:4.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@4.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:4.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/gauge@5.0.1?package-id=1a82b6323732d071", + "type": "library", + "author": "GitHub Inc.", + "name": "gauge", + "version": "5.0.1", + "description": "A terminal based horizontal gauge", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:gauge:gauge:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/gauge@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/gauge.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/gauge", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:gauge:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/gauge/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@10.2.7?package-id=5dda4182ef2fbbe8", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me/)", + "name": "glob", + "version": "10.2.7", + "description": "the most correct and second fastest glob implementation in JavaScript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:10.2.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@10.2.7", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:10.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=66531bef22ba87ff", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/glob@7.2.3?package-id=af2de895884aaa6f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "version": "7.2.3", + "description": "a little globber", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:glob:7.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/glob@7.2.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-glob.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glob:glob:7.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/graceful-fs@4.2.11?package-id=c8c118a167e801d8", + "type": "library", + "name": "graceful-fs", + "version": "4.2.11", + "description": "A drop-in replacement for fs, making various improvements.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:graceful-fs:graceful-fs:4.2.11:*:*:*:*:*:*:*", + "purl": "pkg:npm/graceful-fs@4.2.11", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-graceful-fs", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful-fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful_fs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graceful:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful-fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:graceful_fs:4.2.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/graceful-fs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has@1.0.3?package-id=d18e9965c52eb378", + "type": "library", + "author": "Thiago de Arruda ", + "name": "has", + "version": "1.0.3", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarruda:has:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/has@1.0.3", + "externalReferences": [ + { + "url": "git://github.com/tarruda/has.git", + "type": "distribution" + }, + { + "url": "https://github.com/tarruda/has", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/has-unicode@2.0.1?package-id=c04d3a7a078742e4", + "type": "library", + "author": "Rebecca Turner ", + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:has-unicode:has-unicode:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/has-unicode@2.0.1", + "externalReferences": [ + { + "url": "https://github.com/iarna/has-unicode", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/has-unicode", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has-unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has_unicode:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has-unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:has:has_unicode:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/has-unicode/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/hosted-git-info@6.1.1?package-id=0333218d47da78b4", + "type": "library", + "author": "GitHub Inc.", + "name": "hosted-git-info", + "version": "6.1.1", + "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:hosted-git-info:hosted-git-info:6.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/hosted-git-info@6.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/hosted-git-info.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/hosted-git-info", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git-info:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted-git-info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git_info:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted-git-info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted-git:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted-git-info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted_git:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted-git-info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hosted:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted-git-info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:hosted_git_info:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/hosted-git-info/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-cache-semantics@4.1.1?package-id=5bad7791ab348c99", + "type": "library", + "author": "Kornel Lesiński (https://kornel.ski/)", + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:http-cache-semantics_project:http-cache-semantics:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-cache-semantics@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/kornelski/http-cache-semantics.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-cache-semantics/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy@1.18.1?package-id=2368de5051d74bf1", + "type": "library", + "author": "Charlie Robbins ", + "name": "http-proxy", + "version": "1.18.1", + "description": "HTTP proxying for the masses", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy_project:http-proxy:1.18.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/http-proxy@1.18.1", + "externalReferences": [ + { + "url": "https://github.com/http-party/node-http-proxy.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/http-proxy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/http-proxy-agent@5.0.0?package-id=9db1bef146123087", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "http-proxy-agent", + "version": "5.0.0", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:http-proxy-agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/http-proxy-agent@5.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy-agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy_agent:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http-proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http_proxy:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http-proxy-agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http_proxy_agent:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/http-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/https-proxy-agent@5.0.1?package-id=381f29dde6bdb0f0", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:https-proxy-agent_project:https-proxy-agent:5.0.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/https-proxy-agent@5.0.1", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/https-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/humanize-ms@1.2.1?package-id=426d9a4633820496", + "type": "library", + "author": "dead-horse (http://deadhorse.me)", + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-modules:humanize-ms:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/humanize-ms@1.2.1", + "externalReferences": [ + { + "url": "https://github.com/node-modules/humanize-ms", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-modules:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize-ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize_ms:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize-ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:humanize:humanize_ms:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/humanize-ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/iconv-lite@0.6.3?package-id=293dc83b1dc86e9a", + "type": "library", + "author": "Alexander Shtuchkin ", + "name": "iconv-lite", + "version": "0.6.3", + "description": "Convert character encodings in pure javascript.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ashtuchkin:iconv-lite:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "distribution" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ashtuchkin:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv-lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iconv:iconv_lite:0.6.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/iconv-lite/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ieee754@1.2.1?package-id=039786c3da7fd933", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "ieee754", + "version": "1.2.1", + "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ieee754:ieee754:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/ieee754@1.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/ieee754.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:ieee754:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ieee754/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ignore-walk@6.0.3?package-id=57228ec09fc1c73f", + "type": "library", + "author": "GitHub Inc.", + "name": "ignore-walk", + "version": "6.0.3", + "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ignore-walk:ignore-walk:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ignore-walk@6.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/ignore-walk.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore-walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore_walk:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ignore:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore-walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ignore_walk:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ignore-walk/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/imurmurhash@0.1.4?package-id=982d079e67a420b4", + "type": "library", + "author": "Jens Taylor (https://github.com/homebrewing)", + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:imurmurhash:imurmurhash:0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/imurmurhash@0.1.4", + "externalReferences": [ + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "distribution" + }, + { + "url": "https://github.com/jensyt/imurmurhash-js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jensyt:imurmurhash:0.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/imurmurhash/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/indent-string@4.0.0?package-id=e415017884b41781", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indent-string:indent-string:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/indent-string@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent-string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent_string:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent-string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:indent:indent_string:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/indent-string/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inflight@1.0.6?package-id=9e82f1d208358c7f", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inflight:inflight:1.0.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/inflight@1.0.6", + "externalReferences": [ + { + "url": "https://github.com/npm/inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/inflight", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:inflight:1.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=47feb3b0a8c86907", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/inherits@2.0.4?package-id=22cb6527dfef2e14", + "type": "library", + "name": "inherits", + "version": "2.0.4", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/inherits@2.0.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/inherits", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/inherits/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ini@4.1.1?package-id=be853c01ee395e7a", + "type": "library", + "author": "GitHub Inc.", + "name": "ini", + "version": "4.1.1", + "description": "An ini encoder/decoder for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ini_project:ini:4.1.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/ini@4.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/ini.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ini/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/init-package-json@5.0.0?package-id=e4865a32c83c64ba", + "type": "library", + "author": "GitHub Inc.", + "name": "init-package-json", + "version": "5.0.0", + "description": "A node module to get your node module started", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:init-package-json:init-package-json:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/init-package-json@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/init-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package-json:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init-package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package_json:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init-package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-package:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init-package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_package:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init-package-json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:init_package_json:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/init-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip@2.0.0?package-id=30f52732d0a80b28", + "type": "library", + "author": "Fedor Indutny ", + "name": "ip", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:indutny:ip:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip@2.0.0", + "externalReferences": [ + { + "url": "http://github.com/indutny/node-ip.git", + "type": "distribution" + }, + { + "url": "https://github.com/indutny/node-ip", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ip-regex@4.3.0?package-id=46d8532f81facb5c", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "ip-regex", + "version": "4.3.0", + "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ip-regex:ip-regex:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/ip-regex@4.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip-regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip_regex:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip-regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ip:ip_regex:4.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ip-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-arrayish@0.3.2?package-id=8ebea20540b5ffd5", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "is-arrayish", + "version": "0.3.2", + "description": "Determines if an object can be used as an array", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-arrayish@0.3.2", + "externalReferences": [ + { + "url": "https://github.com/qix-/node-is-arrayish.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_arrayish:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qix-:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_arrayish:0.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/is-arrayish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-cidr@4.0.2?package-id=3551c6ba75ab5c24", + "type": "library", + "author": "silverwind ", + "name": "is-cidr", + "version": "4.0.2", + "description": "Check if a string is an IP address in CIDR notation", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:is-cidr:is-cidr:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-cidr@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_cidr:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_cidr:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-cidr/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-core-module@2.12.1?package-id=1bc369c51ec7f581", + "type": "library", + "author": "Jordan Harband ", + "name": "is-core-module", + "version": "2.12.1", + "description": "Is this specifier a node.js core module?", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-core-module:is-core-module:2.12.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-core-module@2.12.1", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/is-core-module.git", + "type": "distribution" + }, + { + "url": "https://github.com/inspect-js/is-core-module", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core-module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core_module:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:inspect-js:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_core:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-core-module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_core_module:2.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-core-module/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0?package-id=3b3d43290d507494", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-fullwidth-code-point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-fullwidth-code-point@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code-point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code_point:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth-code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth_code:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_fullwidth:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-fullwidth-code-point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_fullwidth_code_point:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-lambda@1.0.1?package-id=2a645784a8b7234c", + "type": "library", + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-lambda:is-lambda:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-lambda@1.0.1", + "externalReferences": [ + { + "url": "https://github.com/watson/is-lambda.git", + "type": "distribution" + }, + { + "url": "https://github.com/watson/is-lambda", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_lambda:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:watson:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_lambda:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/is-lambda/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/is-stream@2.0.0?package-id=fb27ffcbb8fff1ef", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "is-stream", + "version": "2.0.0", + "description": "Check if something is a Node.js stream", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:is-stream:is-stream:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/is-stream@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is-stream:is_stream:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is-stream:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is_stream:is_stream:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is-stream:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:is:is_stream:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/is-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/isexe@2.0.0?package-id=ca6b5e5470f8c822", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:isexe:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/isexe@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/isexe.git", + "type": "distribution" + }, + { + "url": "https://github.com/isaacs/isexe#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isexe:isexe:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/isexe/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jackspeak@2.2.1?package-id=61c59eda61322bb2", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "jackspeak", + "version": "2.2.1", + "description": "A very strict and proper argument parser.", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:jackspeak:jackspeak:2.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jackspeak@2.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/jackspeak.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/jackspeak/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-parse-even-better-errors@3.0.0?package-id=48f36c1a394bbbdb", + "type": "library", + "author": "GitHub Inc.", + "name": "json-parse-even-better-errors", + "version": "3.0.0", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:json-parse-even-better-errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-parse-even-better-errors@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/json-parse-even-better-errors.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better-errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better_errors:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even-better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even_better:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse-even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse_even:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_parse:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json-parse-even-better-errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:json_parse_even_better_errors:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/json-stringify-nice@1.1.4?package-id=150d0868cc5573d2", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "json-stringify-nice", + "version": "1.1.4", + "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:json-stringify-nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/json-stringify-nice@1.1.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/json-stringify-nice", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify-nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify_nice:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_stringify:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-stringify-nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_stringify_nice:1.1.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/json-stringify-nice/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/jsonparse@1.3.1?package-id=25355f54acc71e8d", + "type": "library", + "author": "Tim Caswell ", + "name": "jsonparse", + "version": "1.3.1", + "description": "This is a pure-js JSON streaming parser for node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:creationix:jsonparse:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/jsonparse@1.3.1", + "externalReferences": [ + { + "url": "http://github.com/creationix/jsonparse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonparse:jsonparse:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/jsonparse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff@6.0.2?package-id=d83da2745c3bdc29", + "type": "library", + "author": "Angus Croll", + "name": "just-diff", + "version": "6.0.2", + "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff:just-diff:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/just-diff-apply@5.5.0?package-id=0a0b3aed65bb6e47", + "type": "library", + "author": "Angus Croll", + "name": "just-diff-apply", + "version": "5.5.0", + "description": "Apply a diff to an object. Optionally supports jsonPatch protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:just-diff-apply:just-diff-apply:5.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/just-diff-apply@5.5.0", + "externalReferences": [ + { + "url": "https://github.com/angus-c/just", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff-apply:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just-diff-apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff_apply:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just-diff-apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just-diff:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just-diff-apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just_diff:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just-diff-apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:angus-c:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just-diff-apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:just:just_diff_apply:5.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/just-diff-apply/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/kuler@2.0.0?package-id=79eefd54966b459b", + "type": "library", + "author": "Arnout Kazemier", + "name": "kuler", + "version": "2.0.0", + "description": "Color your terminal using CSS/hex color codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:kuler:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/kuler@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/kuler", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/kuler", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kuler:kuler:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/kuler/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmaccess@7.0.2?package-id=0d360c3853428d5b", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmaccess", + "version": "7.0.2", + "description": "programmatic library for `npm access` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmaccess:libnpmaccess:7.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmaccess@7.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmaccess", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmaccess:7.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmaccess/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmdiff@5.0.19?package-id=774e32a8bbe28ce6", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmdiff", + "version": "5.0.19", + "description": "The registry diff", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmdiff:libnpmdiff:5.0.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmdiff@5.0.19", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmdiff:5.0.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmdiff/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmexec@6.0.3?package-id=e2cf1713bdd444fa", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmexec", + "version": "6.0.3", + "description": "npm exec (npx) programmatic API", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmexec:libnpmexec:6.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmexec@6.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmexec:6.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmexec/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmfund@4.0.19?package-id=fe0b3cbda0b62e9c", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmfund", + "version": "4.0.19", + "description": "Programmatic API for npm fund", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmfund:libnpmfund:4.0.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmfund@4.0.19", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmfund:4.0.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmfund/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmhook@9.0.3?package-id=b0307e60b174aecd", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmhook", + "version": "9.0.3", + "description": "programmatic API for managing npm registry hooks", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmhook:libnpmhook:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmhook@9.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmhook:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmhook/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmorg@5.0.4?package-id=6e7b05d7053fb0b7", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmorg", + "version": "5.0.4", + "description": "Programmatic api for `npm org` commands", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmorg:libnpmorg:5.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmorg@5.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmorg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmorg:5.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmorg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpack@5.0.19?package-id=35de2271ec1770bd", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpack", + "version": "5.0.19", + "description": "Programmatic API for the bits behind npm pack", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpack:libnpmpack:5.0.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpack@5.0.19", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpack", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpack:5.0.19:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpack/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmpublish@7.5.0?package-id=5357dfb832e399f9", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmpublish", + "version": "7.5.0", + "description": "Programmatic API for the bits behind npm publish and unpublish", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmpublish:libnpmpublish:7.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmpublish@7.5.0", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmpublish", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmpublish:7.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmpublish/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmsearch@6.0.2?package-id=2574b9fe20cba534", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmsearch", + "version": "6.0.2", + "description": "Programmatic API for searching in npm and compatible registries.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmsearch:libnpmsearch:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmsearch@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmsearch", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmsearch:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmsearch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmteam@5.0.3?package-id=b1dfcf6bc6a470ec", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmteam", + "version": "5.0.3", + "description": "npm Team management APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmteam:libnpmteam:5.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmteam@5.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://npmjs.com/package/libnpmteam", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmteam:5.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmteam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/libnpmversion@4.0.2?package-id=808cd22318e98088", + "type": "library", + "author": "GitHub Inc.", + "name": "libnpmversion", + "version": "4.0.2", + "description": "library to do the things that 'npm version' does", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libnpmversion:libnpmversion:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/libnpmversion@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:libnpmversion:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/libnpmversion/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:npm/logform@2.4.0?package-id=ab9b4e35e925de8e", + "type": "library", + "author": "Charlie Robbins ", + "name": "logform", + "version": "2.4.0", + "description": "An mutable object-based log format designed for chaining & objectMode streams.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:logform:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/logform@2.4.0", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/logform.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/logform#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logform:logform:2.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/logform/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@6.0.0?package-id=968d42571d095ecb", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "6.0.0", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@6.0.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@7.18.3?package-id=1536661cb0938300", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "7.18.3", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:7.18.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@7.18.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:7.18.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/lru-cache@9.1.1?package-id=9713d0c9eb7af5c1", + "type": "library", + "author": "Isaac Z. Schlueter ", + "name": "lru-cache", + "version": "9.1.1", + "description": "A cache object that deletes the least-recently-used items.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:lru-cache:lru-cache:9.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/lru-cache@9.1.1", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-lru-cache.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru-cache:lru_cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru-cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru_cache:lru_cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru-cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:lru_cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru-cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lru:lru_cache:9.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/make-fetch-happen@11.1.1?package-id=45d3afd3d33a71ac", + "type": "library", + "author": "GitHub Inc.", + "name": "make-fetch-happen", + "version": "11.1.1", + "description": "Opinionated, caching, retrying fetch client", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:make-fetch-happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/make-fetch-happen@11.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/make-fetch-happen.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch-happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch_happen:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make-fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make_fetch:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:make:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make-fetch-happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:make_fetch_happen:11.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/make-fetch-happen/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=98a175e4097b03fe", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@3.1.2?package-id=dc4c0fff42836020", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "3.1.2", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@3.1.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minimatch@9.0.3?package-id=55e3eef9faecb929", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "version": "9.0.3", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minimatch:minimatch:9.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minimatch@9.0.3", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:isaacs:minimatch:9.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minimatch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=87b92251f480079c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=785f1a5a97ee8bd9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=6614205223644fba", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=c2e665d398ef7ec9", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=fbb0f440d48cecd2", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=736e1fc5f2cfba73", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@3.3.6?package-id=34efd89359d81136", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:3.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@3.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass@5.0.0?package-id=f5cf43afbbc366c3", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minipass", + "version": "5.0.0", + "description": "minimal implementation of a PassThrough stream", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass:minipass:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-collect@1.0.2?package-id=b5172d707a1e97f8", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-collect:minipass-collect:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-collect@1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_collect:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_collect:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-collect/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-fetch@3.0.3?package-id=aac236ac7d93d249", + "type": "library", + "author": "GitHub Inc.", + "name": "minipass-fetch", + "version": "3.0.3", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-fetch:minipass-fetch:3.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-fetch@3.0.3", + "externalReferences": [ + { + "url": "https://github.com/npm/minipass-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-fetch:minipass_fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass-fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_fetch:minipass_fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass-fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:minipass_fetch:3.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-flush@1.0.5?package-id=d452bfc32347f235", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-flush:minipass-flush:1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-flush@1.0.5", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-flush.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_flush:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_flush:1.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-flush/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-json-stream@1.0.1?package-id=dd950ff29088d5e3", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-json-stream", + "version": "1.0.1", + "description": "Like JSONStream, but using Minipass streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minipass-json-stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-json-stream@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/minipass-json-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json-stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json_stream:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_json:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-json-stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_json_stream:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-json-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-pipeline@1.2.4?package-id=2230f921274e00cd", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-pipeline@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_pipeline:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_pipeline:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-pipeline/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minipass-sized@1.0.3?package-id=a3e970b1ce9a1aef", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:minipass-sized:minipass-sized:1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/minipass-sized@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minipass-sized.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass-sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass_sized:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass-sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:minipass:minipass_sized:1.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minipass-sized/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/minizlib@2.1.2?package-id=4e84873afd4d27bf", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:minizlib:minizlib:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/minizlib@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/minizlib.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/minizlib/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/mkdirp@1.0.4?package-id=9a4dfe0b51bc32e4", + "type": "library", + "name": "mkdirp", + "version": "1.0.4", + "description": "Recursively mkdir, like `mkdir -p`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:mkdirp:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/mkdirp@1.0.4", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-mkdirp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mkdirp:mkdirp:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mkdirp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.2?package-id=b6cb722fb122ccf5", + "type": "library", + "name": "ms", + "version": "2.1.2", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=b3a31dfb0caf3df8", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/ms@2.1.3?package-id=c0ec48dc86f5ca68", + "type": "library", + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ms:ms:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/ms@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ms/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:npm/mute-stream@1.0.0?package-id=499927377881bd22", + "type": "library", + "author": "GitHub Inc.", + "name": "mute-stream", + "version": "1.0.0", + "description": "Bytes go in, but they don't come out (when muted).", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:mute-stream:mute-stream:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/mute-stream@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/mute-stream.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute-stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute_stream:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mute:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute-stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:mute_stream:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/mute-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/negotiator@0.6.3?package-id=a858b2ea2b76856f", + "type": "library", + "name": "negotiator", + "version": "0.6.3", + "description": "HTTP content negotiation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:negotiator:negotiator:0.6.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/negotiator@0.6.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/negotiator/package.json" + } + ] + }, + { + "bom-ref": "pkg:generic/node@20.10.0?package-id=1a386f8d1554b39a", + "type": "application", + "name": "node", + "version": "20.10.0", + "cpe": "cpe:2.3:a:nodejs:node.js:20.10.0:*:*:*:*:*:*:*", + "purl": "pkg:generic/node@20.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node.js:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:nodejs:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node.js:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:nodejs:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:node:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node.js:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:nodejs:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node:20.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0836ffd7c491be374fbb98406480b62f26162c68cedb9ad35a2a1531bb47e289" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/node" + } + ] + }, + { + "bom-ref": "pkg:npm/node-gyp@9.4.0?package-id=f22f0e789a86c1e3", + "type": "library", + "author": "Nathan Rajlich (http://tootallnate.net)", + "name": "node-gyp", + "version": "9.4.0", + "description": "Node.js native addon build tool", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node-gyp:node-gyp:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/node-gyp@9.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/node-gyp.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_gyp:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_gyp:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@6.0.0?package-id=d97483769e1f282e", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "6.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@6.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/nopt@7.2.0?package-id=8d36f94487e5394f", + "type": "library", + "author": "GitHub Inc.", + "name": "nopt", + "version": "7.2.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:nopt:nopt:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/nopt@7.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/nopt.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:nopt:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/nopt/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/normalize-package-data@5.0.0?package-id=11395d957820a679", + "type": "library", + "author": "GitHub Inc.", + "name": "normalize-package-data", + "version": "5.0.0", + "description": "Normalizes data that can be found in package.json files.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:normalize-package-data:normalize-package-data:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/normalize-package-data@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/normalize-package-data.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package-data:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize-package-data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package_data:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize-package-data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize-package:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize-package-data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize_package:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize-package-data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:normalize:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize-package-data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:normalize_package_data:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/normalize-package-data/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm@9.8.1?package-id=973c90fb2f205b5f", + "type": "library", + "author": "GitHub Inc.", + "name": "npm", + "version": "9.8.1", + "description": "a package manager for JavaScript", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + } + ], + "cpe": "cpe:2.3:a:node_packaged_modules_project:node_packaged_modules:9.8.1:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/npm@9.8.1", + "externalReferences": [ + { + "url": "https://github.com/npm/cli.git", + "type": "distribution" + }, + { + "url": "https://docs.npmjs.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-audit-report@5.0.0?package-id=cc95618593c5e4bc", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-audit-report", + "version": "5.0.0", + "description": "Given a response from the npm security api, render it into a variety of security reports", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-audit-report:npm-audit-report:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-audit-report@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-audit-report.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-audit-report#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit-report:npm_audit_report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm-audit-report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit_report:npm_audit_report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm-audit-report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-audit:npm_audit_report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm-audit-report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_audit:npm_audit_report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-audit-report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_audit_report:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-audit-report/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-bundled@3.0.0?package-id=55fcbc513fb29cc3", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-bundled", + "version": "3.0.0", + "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-bundled:npm-bundled:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-bundled@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-bundled.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-bundled:npm_bundled:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm-bundled:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_bundled:npm_bundled:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-bundled:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_bundled:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-bundled/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-install-checks@6.1.1?package-id=317feb3de64d6f63", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-install-checks", + "version": "6.1.1", + "description": "Check the engines and platform fields in package.json", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-install-checks:npm-install-checks:6.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-install-checks@6.1.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-install-checks.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install-checks:npm_install_checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm-install-checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install_checks:npm_install_checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm-install-checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-install:npm_install_checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm-install-checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_install:npm_install_checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-install-checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_install_checks:6.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-install-checks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-normalize-package-bin@3.0.1?package-id=04ace1f5a2f22812", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-normalize-package-bin", + "version": "3.0.1", + "description": "Turn any flavor of allowable package.json bin into a normalized object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-normalize-package-bin:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-normalize-package-bin@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-normalize-package-bin.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package-bin:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package_bin:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize-package:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize_package:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-normalize:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_normalize:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-normalize-package-bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_normalize_package_bin:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-package-arg@10.1.0?package-id=233c0fd36880dc3d", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-package-arg", + "version": "10.1.0", + "description": "Parse the things that can be arguments to `npm install`", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-package-arg:npm-package-arg:10.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-package-arg@10.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-package-arg.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/npm-package-arg", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package-arg:npm_package_arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm-package-arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package_arg:npm_package_arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm-package-arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-package:npm_package_arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm-package-arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_package:npm_package_arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-package-arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_package_arg:10.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-packlist@7.0.4?package-id=2982c86f3b7cb3a8", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-packlist", + "version": "7.0.4", + "description": "Get a list of the files to add from a folder into an npm package", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-packlist:npm-packlist:7.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-packlist@7.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-packlist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-packlist:npm_packlist:7.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm-packlist:7.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_packlist:npm_packlist:7.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-packlist:7.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_packlist:7.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-packlist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-pick-manifest@8.0.1?package-id=f799f79551bf0045", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-pick-manifest", + "version": "8.0.1", + "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-pick-manifest:npm-pick-manifest:8.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-pick-manifest@8.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-pick-manifest.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick-manifest:npm_pick_manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm-pick-manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick_manifest:npm_pick_manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm-pick-manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-pick:npm_pick_manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm-pick-manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_pick:npm_pick_manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-pick-manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_pick_manifest:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-profile@7.0.1?package-id=fb518b6cf4bd3200", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-profile", + "version": "7.0.1", + "description": "Library for updating an npmjs.com profile", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-profile:npm-profile:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-profile@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-profile.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-profile:npm_profile:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm-profile:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_profile:npm_profile:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-profile:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_profile:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-profile/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-registry-fetch@14.0.5?package-id=8e64adf451bb5a2b", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-registry-fetch", + "version": "14.0.5", + "description": "Fetch-based http client for use with npm registry APIs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npm-registry-fetch:npm-registry-fetch:14.0.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-registry-fetch@14.0.5", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-registry-fetch.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry-fetch:npm_registry_fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm-registry-fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry_fetch:npm_registry_fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm-registry-fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-registry:npm_registry_fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm-registry-fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_registry:npm_registry_fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-registry-fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_registry_fetch:14.0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npm-user-validate@2.0.0?package-id=9abe8bfe792e3e52", + "type": "library", + "author": "GitHub Inc.", + "name": "npm-user-validate", + "version": "2.0.0", + "description": "User validations for npm", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:npm-user-validate:npm-user-validate:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/npm-user-validate@2.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/npm-user-validate.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user-validate:npm_user_validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm-user-validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user_validate:npm_user_validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm-user-validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm-user:npm_user_validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm-user-validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm_user:npm_user_validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm-user-validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npm_user_validate:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npm-user-validate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npmlog@6.0.2?package-id=328765fb77d2405b", + "type": "library", + "author": "GitHub Inc.", + "name": "npmlog", + "version": "6.0.2", + "description": "logger for npm", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmlog:npmlog:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/npmlog@6.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/npmlog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npmlog:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/npmlog@7.0.1?package-id=8a376123d6a4c83c", + "type": "library", + "author": "GitHub Inc.", + "name": "npmlog", + "version": "7.0.1", + "description": "logger for npm", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmlog:npmlog:7.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/npmlog@7.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/npmlog.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:npmlog:7.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/npmlog/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/once@1.4.0?package-id=92b1638e7051c342", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/once@1.4.0", + "externalReferences": [ + { + "url": "git://github.com/isaacs/once", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/once/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/one-time@1.0.0?package-id=f03ac1bbd42451d4", + "type": "library", + "author": "Arnout Kazemier", + "name": "one-time", + "version": "1.0.0", + "description": "Run the supplied function exactly one time (once)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:one-time:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/one-time@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/one-time.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one-time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one_time:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one-time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:one:one_time:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/one-time/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/p-map@4.0.0?package-id=879cbb199f13a48d", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:p-map:p-map:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/p-map@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p-map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p_map:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p-map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p:p_map:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/p-map/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/pacote@15.2.0?package-id=925b4a26dc42e53f", + "type": "library", + "author": "GitHub Inc.", + "name": "pacote", + "version": "15.2.0", + "description": "JavaScript package downloader", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:pacote:pacote:15.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/pacote@15.2.0", + "externalReferences": [ + { + "url": "https://github.com/npm/pacote.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:pacote:15.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/pacote/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/parse-conflict-json@3.0.1?package-id=3e1b34fd95077716", + "type": "library", + "author": "GitHub Inc.", + "name": "parse-conflict-json", + "version": "3.0.1", + "description": "Parse a JSON string that has git merge conflicts, resolving if possible", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:parse-conflict-json:parse-conflict-json:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/parse-conflict-json@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/parse-conflict-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict-json:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse-conflict-json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict_json:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse-conflict-json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse-conflict:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse-conflict-json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse_conflict:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse-conflict-json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:parse:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse-conflict-json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:parse_conflict_json:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/parse-conflict-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-is-absolute@1.0.1?package-id=2c8a35d54cee8557", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-is-absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-is-absolute@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is-absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is_absolute:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_is:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-is-absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_is_absolute:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-is-absolute/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-key@3.1.1?package-id=4fe86199baf98ea0", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "path-key", + "version": "3.1.1", + "description": "Get the PATH environment variable key cross-platform", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:path-key:path-key:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-key@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_key:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_key:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-key/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/path-scurry@1.9.2?package-id=e07ca25ba7d3bf74", + "type": "library", + "author": "Isaac Z. Schlueter (https://blog.izs.me)", + "name": "path-scurry", + "version": "1.9.2", + "description": "walk paths fast and efficiently", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "cpe": "cpe:2.3:a:path-scurry:path-scurry:1.9.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/path-scurry@1.9.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/path-walker", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path-scurry:path_scurry:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path-scurry:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path_scurry:path_scurry:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path-scurry:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:path:path_scurry:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/path-scurry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/postcss-selector-parser@6.0.13?package-id=85a1bbd75f447558", + "type": "library", + "name": "postcss-selector-parser", + "version": "6.0.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:postcss-selector-parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/postcss-selector-parser@6.0.13", + "externalReferences": [ + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector-parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector_parser:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss-selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss_selector:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss-selector-parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:postcss:postcss_selector_parser:6.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/proc-log@3.0.0?package-id=313a9fea49cc90e2", + "type": "library", + "author": "GitHub Inc.", + "name": "proc-log", + "version": "3.0.0", + "description": "just emit 'log' events on the process object", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:proc-log:proc-log:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/proc-log@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/proc-log.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc-log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc_log:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:proc:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc-log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:proc_log:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/proc-log/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/process@0.11.10?package-id=629e83f404ac4f6c", + "type": "library", + "author": "Roman Shtylman ", + "name": "process", + "version": "0.11.10", + "description": "process information for node.js and browsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shtylman:process:0.11.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/process@0.11.10", + "externalReferences": [ + { + "url": "git://github.com/shtylman/node-process.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:process:process:0.11.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/process/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/prom-client@14.2.0?package-id=26f27fbdb51cfff7", + "type": "library", + "author": "Simon Nyberg", + "name": "prom-client", + "version": "14.2.0", + "description": "Client for prometheus", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:prom-client:prom-client:14.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/prom-client@14.2.0", + "externalReferences": [ + { + "url": "https://github.com/siimon/prom-client", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom-client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom_client:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:siimon:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom-client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prom:prom_client:14.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/prom-client/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-all-reject-late@1.0.1?package-id=cbdada40f118a801", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-all-reject-late", + "version": "1.0.1", + "description": "Like Promise.all, but save rejections until all promises are resolved", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-all-reject-late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-all-reject-late@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject-late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject_late:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all-reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all_reject:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_all:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-all-reject-late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_all_reject_late:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-call-limit@1.0.2?package-id=b2974edaa7e5d53d", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "promise-call-limit", + "version": "1.0.2", + "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-call-limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-call-limit@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/promise-call-limit", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call-limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call_limit:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_call:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-call-limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_call_limit:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-call-limit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-inflight@1.0.1?package-id=b0a3dcccbc5b7fc1", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promise-inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-inflight@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/iarna/promise-inflight.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/promise-inflight#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_inflight:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise-inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:promise_inflight:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-inflight/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promise-retry@2.0.1?package-id=84c3673a3bcc8303", + "type": "library", + "author": "IndigoUnited (http://indigounited.com)", + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:promise-retry:promise-retry:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/promise-retry@2.0.1", + "externalReferences": [ + { + "url": "git://github.com/IndigoUnited/node-promise-retry.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise-retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise_retry:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:IndigoUnited:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise-retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:promise:promise_retry:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promise-retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/promzard@1.0.0?package-id=4734754d5c3f5ab8", + "type": "library", + "author": "GitHub Inc.", + "name": "promzard", + "version": "1.0.0", + "description": "prompting wizardly", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:promzard:promzard:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/promzard@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/promzard.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:promzard:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/promzard/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/qrcode-terminal@0.12.0?package-id=cde083283f3abcd3", + "type": "library", + "name": "qrcode-terminal", + "version": "0.12.0", + "description": "QRCodes, in the terminal", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:qrcode-terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/qrcode-terminal@0.12.0", + "externalReferences": [ + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "distribution" + }, + { + "url": "https://github.com/gtanner/qrcode-terminal", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode-terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode_terminal:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtanner:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode-terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:qrcode:qrcode_terminal:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/qrcode-terminal/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read@2.1.0?package-id=39a8f474ffcf22da", + "type": "library", + "author": "GitHub Inc.", + "name": "read", + "version": "2.1.0", + "description": "read(1) for node programs", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read:read:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read@2.1.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-cmd-shim@4.0.0?package-id=3a8c975e81597ccc", + "type": "library", + "author": "GitHub Inc.", + "name": "read-cmd-shim", + "version": "4.0.0", + "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-cmd-shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-cmd-shim@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/read-cmd-shim.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/read-cmd-shim#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd-shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd_shim:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_cmd:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-cmd-shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_cmd_shim:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-cmd-shim/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json@6.0.4?package-id=5a8a96e02f47dd93", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json", + "version": "6.0.4", + "description": "The thing npm uses to read package.json files with semantics and defaults and validation", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json:read-package-json:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json@6.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/read-package-json-fast@3.0.2?package-id=332897fdfe260b26", + "type": "library", + "author": "GitHub Inc.", + "name": "read-package-json-fast", + "version": "3.0.2", + "description": "Like read-package-json, but faster", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:read-package-json-fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/read-package-json-fast@3.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/read-package-json-fast.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json-fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json_fast:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package-json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package_json:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read-package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read_package:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:read:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read-package-json-fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:read_package_json_fast:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/read-package-json-fast/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.0?package-id=3c14aba28c6c41ce", + "type": "library", + "name": "readable-stream", + "version": "3.6.0", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@3.6.2?package-id=8af680170cd07f76", + "type": "library", + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:3.6.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@3.6.2", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:3.6.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/readable-stream@4.4.0?package-id=56cb862afed1b557", + "type": "library", + "name": "readable-stream", + "version": "4.4.0", + "description": "Node.js Streams, a user-land copy of the stream library from Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:readable-stream:readable-stream:4.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/readable-stream@4.4.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/readable-stream", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/readable-stream", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable-stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable_stream:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readable:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable-stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:readable_stream:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/readable-stream/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/requires-port@1.0.0?package-id=b38c78562117f852", + "type": "library", + "author": "Arnout Kazemier", + "name": "requires-port", + "version": "1.0.0", + "description": "Check if a protocol requires a certain port number to be added to an URL.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requires-port:requires-port:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/requires-port@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/unshiftio/requires-port", + "type": "distribution" + }, + { + "url": "https://github.com/unshiftio/requires-port", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires-port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires_port:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unshiftio:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires-port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requires:requires_port:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/requires-port/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/retry@0.12.0?package-id=0ae13328e3ed2bca", + "type": "library", + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "version": "0.12.0", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tim-kos:retry:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/retry@0.12.0", + "externalReferences": [ + { + "url": "git://github.com/tim-kos/node-retry.git", + "type": "distribution" + }, + { + "url": "https://github.com/tim-kos/node-retry", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:retry:retry:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/retry/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/rimraf@3.0.2?package-id=dc16b9e007d22011", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "rimraf", + "version": "3.0.2", + "description": "A deep deletion module for node (like `rm -rf`)", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:rimraf:3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/rimraf@3.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/rimraf.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rimraf:rimraf:3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/rimraf/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=5c3b8fccf06ce169", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-buffer@5.2.1?package-id=d13e1a511fe50988", + "type": "library", + "author": "Feross Aboukhadijeh (https://feross.org)", + "name": "safe-buffer", + "version": "5.2.1", + "description": "Safer Node.js Buffer API", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "git://github.com/feross/safe-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/feross/safe-buffer", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_buffer:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:feross:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_buffer:5.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safe-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safe-stable-stringify@2.3.1?package-id=48090197b9951d4f", + "type": "library", + "author": "Ruben Bridgewater", + "name": "safe-stable-stringify", + "version": "2.3.1", + "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safe-stable-stringify:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/safe-stable-stringify@2.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git", + "type": "distribution" + }, + { + "url": "https://github.com/BridgeAR/safe-stable-stringify#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable-stringify:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable_stringify:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe-stable:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe_stable:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:BridgeAR:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe-stable-stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safe:safe_stable_stringify:2.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/safe-stable-stringify/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=eeed7108489391d2", + "type": "library", + "author": "Nikita Skovoroda (https://github.com/ChALkeR)", + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/safer-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:npm/semver@7.5.4?package-id=4816583295359ae0", + "type": "library", + "author": "GitHub Inc.", + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:npmjs:semver:7.5.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/semver@7.5.4", + "externalReferences": [ + { + "url": "https://github.com/npm/node-semver.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/semver/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/set-blocking@2.0.0?package-id=62b29cfa8ddf618d", + "type": "library", + "author": "Ben Coe ", + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:set-blocking:set-blocking:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/set-blocking@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/yargs/set-blocking.git", + "type": "distribution" + }, + { + "url": "https://github.com/yargs/set-blocking#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set-blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set_blocking:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yargs:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set-blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:set:set_blocking:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/set-blocking/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-command@2.0.0?package-id=2e996b8894a4a996", + "type": "library", + "author": "Kevin Mårtensson (github.com/kevva)", + "name": "shebang-command", + "version": "2.0.0", + "description": "Get the command from a shebang", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-command:shebang-command:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-command@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_command:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_command:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/shebang-command/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/shebang-regex@3.0.0?package-id=952d701dcb545723", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "shebang-regex", + "version": "3.0.0", + "description": "Regular expression for matching a shebang line", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:shebang-regex:shebang-regex:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/shebang-regex@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang-regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang_regex:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang-regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shebang:shebang_regex:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/shebang-regex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@3.0.7?package-id=05dbebb061167854", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:3.0.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@3.0.7", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + }, + { + "url": "https://github.com/tapjs/signal-exit", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:3.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/signal-exit@4.0.2?package-id=dee32a82047dab9e", + "type": "library", + "author": "Ben Coe ", + "name": "signal-exit", + "version": "4.0.2", + "description": "when you want to fire an event no matter how a process exits.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:signal-exit:signal-exit:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/signal-exit@4.0.2", + "externalReferences": [ + { + "url": "https://github.com/tapjs/signal-exit.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal-exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal_exit:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:signal:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal-exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tapjs:signal_exit:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/signal-exit/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/sigstore@1.7.0?package-id=6991055cab91b999", + "type": "library", + "author": "bdehamer@github.com", + "name": "sigstore", + "version": "1.7.0", + "description": "code-signing for npm packages", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:sigstore:sigstore:1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/sigstore@1.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/sigstore/sigstore-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/sigstore/sigstore-js/tree/main/packages/client#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/sigstore/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/simple-swizzle@0.2.2?package-id=7091a44a3edcecec", + "type": "library", + "author": "Qix (http://github.com/qix-)", + "name": "simple-swizzle", + "version": "0.2.2", + "description": "Simply swizzle your arguments", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:simple-swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/simple-swizzle@0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple-swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple_swizzle:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple-swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simple:simple_swizzle:0.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/simple-swizzle/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/smart-buffer@4.2.0?package-id=b2f92ca46a19d8b5", + "type": "library", + "author": "Josh Glazebrook", + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:smart-buffer:4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/smart-buffer@4.2.0", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/smart-buffer.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/smart-buffer/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:JoshGlazebrook:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart-buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart_buffer:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart-buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smart:smart_buffer:4.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/smart-buffer/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks@2.7.1?package-id=4887cefd11b85007", + "type": "library", + "author": "Josh Glazebrook", + "name": "socks", + "version": "2.7.1", + "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:JoshGlazebrook:socks:2.7.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks@2.7.1", + "externalReferences": [ + { + "url": "https://github.com/JoshGlazebrook/socks.git", + "type": "distribution" + }, + { + "url": "https://github.com/JoshGlazebrook/socks/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks:2.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/socks-proxy-agent@7.0.0?package-id=0cfca13a62fbdaf8", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "socks-proxy-agent", + "version": "7.0.0", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:socks-proxy-agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/socks-proxy-agent@7.0.0", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy-agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy_agent:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks-proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks_proxy:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks-proxy-agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:socks:socks_proxy_agent:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-correct@3.2.0?package-id=0c1a79f13071db23", + "type": "library", + "name": "spdx-correct", + "version": "3.2.0", + "description": "correct invalid SPDX expressions", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-correct:spdx-correct:3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-correct@3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-correct:spdx_correct:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx-correct:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_correct:spdx_correct:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-correct:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_correct:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-correct/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-exceptions@2.3.0?package-id=ac999a05b44a0e5d", + "type": "library", + "author": "The Linux Foundation", + "name": "spdx-exceptions", + "version": "2.3.0", + "description": "list of SPDX standard license exceptions", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-exceptions@2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_exceptions:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_exceptions:2.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-exceptions/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-expression-parse@3.0.1?package-id=35927b342f932e0c", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "spdx-expression-parse", + "version": "3.0.1", + "description": "parse SPDX license expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:spdx-expression-parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-expression-parse@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression-parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression_parse:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_expression:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-expression-parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_expression_parse:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/spdx-license-ids@3.0.13?package-id=3dbff84dd09f8257", + "type": "library", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "name": "spdx-license-ids", + "version": "3.0.13", + "description": "A list of SPDX license identifiers", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + } + ], + "cpe": "cpe:2.3:a:spdx-license-ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*", + "purl": "pkg:npm/spdx-license-ids@3.0.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license-ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license_ids:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx-license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx_license:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx-license-ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:spdx:spdx_license_ids:3.0.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/spdx-license-ids/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:npm/ssri@10.0.4?package-id=e69d1c227d4d6249", + "type": "library", + "author": "GitHub Inc.", + "name": "ssri", + "version": "10.0.4", + "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:ssri:ssri:10.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/ssri@10.0.4", + "externalReferences": [ + { + "url": "https://github.com/npm/ssri.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:ssri:10.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/ssri/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/stack-trace@0.0.10?package-id=d0eb66bd9cd94f9f", + "type": "library", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "stack-trace", + "version": "0.0.10", + "description": "Get v8 stack traces as an array of CallSite objects.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:stack-trace:stack-trace:0.0.10:*:*:*:*:*:*:*", + "purl": "pkg:npm/stack-trace@0.0.10", + "externalReferences": [ + { + "url": "git://github.com/felixge/node-stack-trace.git", + "type": "distribution" + }, + { + "url": "https://github.com/felixge/node-stack-trace", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack-trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack_trace:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:felixge:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack-trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stack:stack_trace:0.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/stack-trace/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strftime@0.10.2?package-id=2edc6cedc40b15f9", + "type": "library", + "author": "Sami Samhuri ", + "name": "strftime", + "version": "0.10.2", + "description": "strftime for JavaScript", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samsonjs:strftime:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/strftime@0.10.2", + "externalReferences": [ + { + "url": "git://github.com/samsonjs/strftime.git", + "type": "distribution" + }, + { + "url": "https://samhuri.net/projects/strftime", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strftime:strftime:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/strftime/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=d05f79135433c2d9", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string-width-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@4.2.3?package-id=c27480f61d8a6b60", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "string-width", + "version": "4.2.3", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=d6f5cabf070f0ae2", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string-width@5.1.2?package-id=ca6c310c59aa7757", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "string-width", + "version": "5.1.2", + "description": "Get the visual width of a string - the number of columns required to display it", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-width:string-width:5.1.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/string-width@5.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_width:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_width:5.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=095c2c3716d87767", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/string_decoder@1.3.0?package-id=877baedf9ab7a0dc", + "type": "library", + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:string-decoder:string-decoder:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/string_decoder@1.3.0", + "externalReferences": [ + { + "url": "git://github.com/nodejs/string_decoder.git", + "type": "distribution" + }, + { + "url": "https://github.com/nodejs/string_decoder", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string-decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string_decoder:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string-decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:string:string_decoder:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/string_decoder/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=6938ea11c7b6f52e", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/strip-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@6.0.1?package-id=ed249812cb373a87", + "type": "library", + "author": "Sindre Sorhus (sindresorhus.com)", + "name": "strip-ansi", + "version": "6.0.1", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=b72f1b64f8121ede", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/strip-ansi@7.1.0?package-id=ab7091ddc14c4fdb", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "strip-ansi", + "version": "7.1.0", + "description": "Strip ANSI escape codes from a string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:strip-ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/strip-ansi@7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip-ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip_ansi:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip-ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:strip:strip_ansi:7.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/supports-color@9.4.0?package-id=57290618bb07a84b", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "supports-color", + "version": "9.4.0", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:supports-color:supports-color:9.4.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/supports-color@9.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports-color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports_color:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports-color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:supports:supports_color:9.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/supports-color/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tar@6.1.15?package-id=bc0fc71a59afa033", + "type": "library", + "author": "GitHub Inc.", + "name": "tar", + "version": "6.1.15", + "description": "tar for node", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:tar_project:tar:6.1.15:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/tar@6.1.15", + "externalReferences": [ + { + "url": "https://github.com/isaacs/node-tar.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tar/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tdigest@0.1.1?package-id=63eb0a777b64ed77", + "type": "library", + "author": "Will Welch (http://quietplease.com/)", + "name": "tdigest", + "version": "0.1.1", + "description": "javascript implementation of Dunning's T-Digest for streaming quantile approximation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tdigest:tdigest:0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/tdigest@0.1.1", + "externalReferences": [ + { + "url": "https://github.com/welch/tdigest.git", + "type": "distribution" + }, + { + "url": "https://github.com/welch/tdigest", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:welch:tdigest:0.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/tdigest/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-hex@1.0.0?package-id=7e25bc891fd33e3d", + "type": "library", + "author": "Arnout Kazemier", + "name": "text-hex", + "version": "1.0.0", + "description": "Generate a hex color from the given text", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:3rd-Eden:text-hex:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-hex@1.0.0", + "externalReferences": [ + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "distribution" + }, + { + "url": "https://github.com/3rd-Eden/text-hex", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:3rd-Eden:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_hex:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_hex:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/text-hex/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/text-table@0.2.0?package-id=6a517008b09096ed", + "type": "library", + "author": "James Halliday (http://substack.net)", + "name": "text-table", + "version": "0.2.0", + "description": "borderless text tables with alignment", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:text-table:text-table:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/text-table@0.2.0", + "externalReferences": [ + { + "url": "git://github.com/substack/text-table.git", + "type": "distribution" + }, + { + "url": "https://github.com/substack/text-table", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_table:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:substack:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_table:0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/text-table/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tiny-relative-date@1.3.0?package-id=d786045d7709a3a0", + "type": "library", + "author": "Joseph Wynn (https://wildlyinaccurate.com/)", + "name": "tiny-relative-date", + "version": "1.3.0", + "description": "Tiny function that provides relative, human-readable dates.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tiny-relative-date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/tiny-relative-date@1.3.0", + "externalReferences": [ + { + "url": "https://github.com/wildlyinaccurate/relative-date.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative-date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative_date:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wildlyinaccurate:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny-relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny_relative:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny-relative-date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiny:tiny_relative_date:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tiny-relative-date/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/treeverse@3.0.0?package-id=cbd0612ddd37713d", + "type": "library", + "author": "GitHub Inc.", + "name": "treeverse", + "version": "3.0.0", + "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:treeverse:treeverse:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/treeverse@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/treeverse.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:treeverse:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/treeverse/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/triple-beam@1.3.0?package-id=395f80ddc0799113", + "type": "library", + "author": "Charlie Robbins ", + "name": "triple-beam", + "version": "1.3.0", + "description": "Definitions of levels for logging purposes & shareable Symbol constants.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:triple-beam:triple-beam:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/triple-beam@1.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/winstonjs/triple-beam.git", + "type": "distribution" + }, + { + "url": "https://github.com/winstonjs/triple-beam#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple-beam:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple_beam:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple-beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:triple:triple_beam:1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/triple-beam/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/tuf-js@1.1.7?package-id=7e801b841646f483", + "type": "library", + "author": "bdehamer@github.com", + "name": "tuf-js", + "version": "1.1.7", + "description": "JavaScript implementation of The Update Framework (TUF)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:theupdateframework:tuf-js:1.1.7:*:*:*:*:*:*:*", + "purl": "pkg:npm/tuf-js@1.1.7", + "externalReferences": [ + { + "url": "git+https://github.com/theupdateframework/tuf-js.git", + "type": "distribution" + }, + { + "url": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:theupdateframework:tuf_js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf-js:tuf-js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf-js:tuf_js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf_js:tuf-js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf_js:tuf_js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf:tuf-js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tuf:tuf_js:1.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/tuf-js/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-filename@3.0.0?package-id=80ecd91401b5fd93", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-filename", + "version": "3.0.0", + "description": "Generate a unique filename for use in temporary directories or caches.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-filename:unique-filename:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-filename@3.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-filename.git", + "type": "distribution" + }, + { + "url": "https://github.com/iarna/unique-filename", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_filename:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_filename:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-filename/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/unique-slug@4.0.0?package-id=09271706f053064d", + "type": "library", + "author": "GitHub Inc.", + "name": "unique-slug", + "version": "4.0.0", + "description": "Generate a unique character string suitible for use in files and URLs.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:unique-slug:unique-slug:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/unique-slug@4.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/unique-slug.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique-slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique_slug:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unique:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique-slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:unique_slug:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/unique-slug/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=d5687ccae09362fa", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/util-deprecate@1.0.2?package-id=93c457ea6c55342d", + "type": "library", + "author": "Nathan Rajlich (http://n8.io/)", + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:util-deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/util-deprecate@1.0.2", + "externalReferences": [ + { + "url": "git://github.com/TooTallNate/util-deprecate.git", + "type": "distribution" + }, + { + "url": "https://github.com/TooTallNate/util-deprecate", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_deprecate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:TooTallNate:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_deprecate:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/util-deprecate/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4?package-id=d2f4d374ef2fa2c3", + "type": "library", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "name": "validate-npm-package-license", + "version": "3.0.4", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-license@3.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_license:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_license:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/validate-npm-package-name@5.0.0?package-id=e4e315224b03f23f", + "type": "library", + "author": "GitHub Inc.", + "name": "validate-npm-package-name", + "version": "5.0.0", + "description": "Give me a string and I'll tell you if it's a valid npm package name", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:validate-npm-package-name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/validate-npm-package-name@5.0.0", + "externalReferences": [ + { + "url": "https://github.com/npm/validate-npm-package-name.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/validate-npm-package-name", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package-name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package_name:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm-package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm_package:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate-npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate_npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:validate:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate-npm-package-name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:validate_npm_package_name:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/walk-up-path@3.0.1?package-id=4adc5bd9a356d1ab", + "type": "library", + "author": "Isaac Z. Schlueter (https://izs.me)", + "name": "walk-up-path", + "version": "3.0.1", + "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:walk-up-path:walk-up-path:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/walk-up-path@3.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/walk-up-path", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up-path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up_path:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk-up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk_up:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk-up-path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:walk:walk_up_path:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/walk-up-path/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wcwidth@1.0.1?package-id=2f108387d69600a2", + "type": "library", + "author": "Tim Oxley", + "name": "wcwidth", + "version": "1.0.1", + "description": "Port of C's wcwidth() and wcswidth()", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:timoxley:wcwidth:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/wcwidth@1.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/timoxley/wcwidth.git", + "type": "distribution" + }, + { + "url": "https://github.com/timoxley/wcwidth#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wcwidth:wcwidth:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wcwidth/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=47bf28941d5a313e", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@2.0.2?package-id=3b1ca3541e4dce66", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "version": "2.0.2", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:isaacs:which:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@2.0.2", + "externalReferences": [ + { + "url": "git://github.com/isaacs/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:which:which:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/which@3.0.1?package-id=258e478de497481b", + "type": "library", + "author": "GitHub Inc.", + "name": "which", + "version": "3.0.1", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:which:which:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/which@3.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/node-which.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:which:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/which/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wide-align@1.1.5?package-id=c5836cfeba38f215", + "type": "library", + "author": "Rebecca Turner (http://re-becca.org/)", + "name": "wide-align", + "version": "1.1.5", + "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wide-align:wide-align:1.1.5:*:*:*:*:*:*:*", + "purl": "pkg:npm/wide-align@1.1.5", + "externalReferences": [ + { + "url": "https://github.com/iarna/wide-align", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide-align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide_align:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iarna:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide-align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wide:wide_align:1.1.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wide-align/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston@3.11.0?package-id=e24288e87b316037", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston", + "version": "3.11.0", + "description": "A logger for just about everything.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winstonjs:winston:3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston@3.11.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston:3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/winston/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/winston-transport@4.5.0?package-id=5e000892ec3a9cf7", + "type": "library", + "author": "Charlie Robbins ", + "name": "winston-transport", + "version": "4.5.0", + "description": "Base stream implementations for winston@3 and up.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:winston-transport:winston-transport:4.5.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/winston-transport@4.5.0", + "externalReferences": [ + { + "url": "https://github.com/winstonjs/winston-transport#readme", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston-transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston_transport:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winstonjs:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston-transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:winston:winston_transport:4.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f799f9530811fbf5b208f130b36a18c287e4fd83e3a5b409f2821684237e351e" + }, + { + "name": "syft:location:0:path", + "value": "/srv/configurable-http-proxy/node_modules/winston-transport/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@7.0.0?package-id=1c5f0e5dbe2eeb31", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "7.0.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@7.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi-cjs/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrap-ansi@8.1.0?package-id=6a75a08d86a346af", + "type": "library", + "author": "Sindre Sorhus (https://sindresorhus.com)", + "name": "wrap-ansi", + "version": "8.1.0", + "description": "Wordwrap a string with ANSI escape codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:wrap-ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrap-ansi@8.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap-ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap_ansi:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap-ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrap:wrap_ansi:8.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrap-ansi/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=5cd8e12f98ad2537", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "wrappy", + "version": "1.0.2", + "description": "Callback wrapping utility", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:npm/wrappy@1.0.2", + "externalReferences": [ + { + "url": "https://github.com/npm/wrappy", + "type": "distribution" + }, + { + "url": "https://github.com/npm/wrappy", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/wrappy/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/write-file-atomic@5.0.1?package-id=649cb9262a9f196d", + "type": "library", + "author": "GitHub Inc.", + "name": "write-file-atomic", + "version": "5.0.1", + "description": "Write files in an atomic fashion w/configurable ownership", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:write-file-atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/write-file-atomic@5.0.1", + "externalReferences": [ + { + "url": "https://github.com/npm/write-file-atomic.git", + "type": "distribution" + }, + { + "url": "https://github.com/npm/write-file-atomic", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file-atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file_atomic:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write-file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write_file:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:write:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write-file-atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:npm:write_file_atomic:5.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/write-file-atomic/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yallist@4.0.0?package-id=7aa4601e743c9f2c", + "type": "library", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:yallist:yallist:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/yallist@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c82f48886bb591f6723f58ddb2cd562a8ef4057f011d20d06d3f89dbc884a6c1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/node_modules/npm/node_modules/yallist/package.json" + } + ] + }, + { + "bom-ref": "pkg:npm/yarn@1.22.19?package-id=b3ac5620e21af7b1", + "type": "library", + "name": "yarn", + "version": "1.22.19", + "description": "📦🐈 Fast, reliable, and secure dependency management.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:yarn:yarn:1.22.19:*:*:*:*:*:*:*", + "purl": "pkg:npm/yarn@1.22.19", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/opt/yarn-v1.22.19/package.json" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:177e8671cea0f642220b5cb0a85f173e0fde4050ce2dc13f51aa007044c931e2" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-sl-k8s-hub-2.1.16.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-sl-k8s-hub-2.1.16.syft.cdx.json new file mode 100644 index 00000000..30b22a9a --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-sl-k8s-hub-2.1.16.syft.cdx.json @@ -0,0 +1,29168 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:589b871c-56ac-45ab-bf47-7b7a6f5a7d9a", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:43-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "c786ccbde12ab13b", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/sl-k8s-hub", + "version": "2.1.16" + } + }, + "components": [ + { + "bom-ref": "pkg:pypi/jinja2@3.1.2?package-id=3998f18f9feb3feb", + "type": "library", + "author": "Armin Ronacher ", + "name": "Jinja2", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Jinja2@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mako@1.2.4?package-id=c77a4047bc0ab35c", + "type": "library", + "author": "Mike Bayer ", + "name": "Mako", + "version": "1.2.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-Mako:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Mako@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_project:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python-Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:python_Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikeproject:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Mako:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Mako:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Mako:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike:Mako:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/Mako-1.2.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/Mako-1.2.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/Mako-1.2.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markupsafe@2.1.3?package-id=d9ee16050f1672d7", + "type": "library", + "name": "MarkupSafe", + "version": "2.1.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-MarkupSafe:python-MarkupSafe:2.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/MarkupSafe@2.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:python_MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python-MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python_MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python-MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python_MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:MarkupSafe:2.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyjwt@2.8.0?package-id=044aaddc7be78017", + "type": "library", + "author": "Jose Padilla ", + "name": "PyJWT", + "version": "2.8.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jose_padilla_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyJWT@2.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python-PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python_PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:PyJWT:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/PyJWT-2.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pymysql@1.1.0?package-id=ef87c3f63ca4e0f7", + "type": "library", + "author": "Inada Naoki , Yutaka Matsubara ", + "name": "PyMySQL", + "version": "1.1.0", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:inada_naoki_\\", + "name": "PyYAML", + "version": "6.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/sqlalchemy@2.0.21?package-id=e54352f6665ae152", + "type": "library", + "author": "Mike Bayer ", + "name": "SQLAlchemy", + "version": "2.0.21", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*", + "purl": "pkg:pypi/SQLAlchemy@2.0.21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-SQLAlchemy:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_SQLAlchemy:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SQLAlchemy:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:SQLAlchemy:2.0.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/SQLAlchemy-2.0.21.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/SQLAlchemy-2.0.21.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/SQLAlchemy-2.0.21.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=60671fb38be80921", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=26c6ab49b20e0611", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=46b94df0f02615c2", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=81782b67f63489aa", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ea4f310b42a73475", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=eb5d976db5af8780", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118?arch=all&distro=debian-11&package-id=fa3d4bdfaf909c6b", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.8.6?package-id=6b8da85d2bfd168b", + "type": "library", + "name": "aiohttp", + "version": "3.8.6", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.8.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiohttp:3.8.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.8.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=f8df7e15fb6779cc", + "type": "library", + "name": "aiosignal", + "version": "1.3.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/alembic@1.12.0?package-id=6cb9ce29634a2d22", + "type": "library", + "author": "Mike Bayer ", + "name": "alembic", + "version": "1.12.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:mike_bayer_project:python-alembic:1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/alembic@1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayerproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp_project:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mpproject:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_bayer:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alembic:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike-mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mike_mp:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:alembic:1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/alembic-1.12.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/alembic-1.12.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/alembic-1.12.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-generator@1.10?package-id=56cd0d0a33f6a785", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "async-generator", + "version": "1.10", + "licenses": [ + { + "license": { + "name": "MIT -or- Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-async-generator:1.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-generator@1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smithproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nathaniel_j__smith:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_generator:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs_project:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python-async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:python_async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njsproject:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async-generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:njs:async_generator:1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/async_generator-1.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/async_generator-1.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/async_generator-1.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-timeout@4.0.3?package-id=5e6fc6e071447cdc", + "type": "library", + "author": "Andrew Svetlov ", + "name": "async-timeout", + "version": "4.0.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_\\_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-timeout@4.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_timeout:4.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/async_timeout-4.0.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@23.1.0?package-id=24fa0d102847dcb3", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "23.1.0", + "cpe": "cpe:2.3:a:hynek_schlawack_\\", + "name": "base-files", + "version": "11.1+deb11u7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u7?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:pypi/bcrypt@4.0.1?package-id=96afb2357ad568ef", + "type": "library", + "author": "The Python Cryptographic Authority developers ", + "name": "bcrypt", + "version": "4.0.1", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_project:python-bcrypt:4.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bcrypt@4.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developers_project:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developersproject:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developersproject:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developers_project:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developers:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developers:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developersproject:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cryptographic_authority_developers:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bcrypt:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bcrypt:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bcrypt:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bcrypt:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bcrypt:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bcrypt:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bcrypt:4.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/bcrypt-4.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/bcrypt-4.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/bcrypt-4.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bind9-dnsutils@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11&package-id=ef8e5b2e974286ef", + "type": "library", + "publisher": "Debian DNS Team ", + "name": "bind9-dnsutils", + "version": "1:9.16.44-1~deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:bind9-dnsutils:bind9-dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bind9-dnsutils@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9-dnsutils:bind9_dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_dnsutils:bind9-dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_dnsutils:bind9_dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9-dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9_dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bind9-dnsutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bind9-dnsutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "734" + }, + { + "name": "syft:metadata:source", + "value": "bind9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bind9-host@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11&package-id=359bbf53b3aff7b2", + "type": "library", + "publisher": "Debian DNS Team ", + "name": "bind9-host", + "version": "1:9.16.44-1~deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:bind9-host:bind9-host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bind9-host@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9-host:bind9_host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_host:bind9-host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_host:bind9_host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9-host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9_host:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bind9-host/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bind9-host.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "383" + }, + { + "name": "syft:metadata:source", + "value": "bind9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bind9-libs@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11&package-id=38d7a30112c189a9", + "type": "library", + "publisher": "Debian DNS Team ", + "name": "bind9-libs", + "version": "1:9.16.44-1~deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:bind9-libs:bind9-libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bind9-libs@1:9.16.44-1~deb11u1?arch=amd64&upstream=bind9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9-libs:bind9_libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_libs:bind9-libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9_libs:bind9_libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9-libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bind9:bind9_libs:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bind9-libs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bind9-libs:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3777" + }, + { + "name": "syft:metadata:source", + "value": "bind9" + } + ] + }, + { + "bom-ref": "pkg:npm/bootstrap@3.4.1?package-id=04d5e0e3b10ffe38", + "type": "library", + "author": "Twitter, Inc.", + "name": "bootstrap", + "version": "3.4.1", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bootstrap:bootstrap:3.4.1:*:*:*:*:*:*:*", + "purl": "pkg:npm/bootstrap@3.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/twbs/bootstrap.git", + "type": "distribution" + }, + { + "url": "https://getbootstrap.com/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/share/jupyterhub/static/components/bootstrap/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.7.22?package-id=6449022f04844054", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.7.22", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.7.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.7.22", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.7.22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/certipy@0.1.3?package-id=fc811e8cb8ce36a0", + "type": "library", + "author": "Thomas Mendoza ", + "name": "certipy", + "version": "0.1.3", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:thomas_mendoza_project:python-certipy:0.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certipy@0.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendozaproject:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33_project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33project:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_mendoza:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mendoza33:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certipy:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certipy:0.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/certipy-0.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/certipy-0.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/certipy-0.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cffi@1.15.1?package-id=118fe5dbc5f8a286", + "type": "library", + "author": "Armin Rigo, Maciej Fijalkowski ", + "name": "cffi", + "version": "1.15.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.15.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.15.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi_project:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffiproject:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python-cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:python_cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cffi:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cffi:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cffi:cffi:1.15.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/cffi-1.15.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/cffi-1.15.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/cffi-1.15.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.2.0?package-id=ed85c028d23b271c", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.7?package-id=1d0e2f681e130df9", + "type": "library", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/click-8.1.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:pypi/cryptography@41.0.6?package-id=fb4945b5bc72e397", + "type": "library", + "author": "The Python Cryptographic Authority and individual contributors ", + "name": "cryptography", + "version": "41.0.6", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography_project:python-cryptography:41.0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cryptography@41.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/cryptography-41.0.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/curl@7.74.0-1.3+deb11u10?arch=amd64&distro=debian-11&package-id=a53d98400838def5", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "curl", + "version": "7.74.0-1.3+deb11u10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/curl@7.74.0-1.3+deb11u10?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "430" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dnsutils@1:9.16.44-1~deb11u1?arch=all&upstream=bind9&distro=debian-11&package-id=249ca8270e8aa22e", + "type": "library", + "publisher": "Debian DNS Team ", + "name": "dnsutils", + "version": "1:9.16.44-1~deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:dnsutils:dnsutils:1\\:9.16.44-1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dnsutils@1:9.16.44-1~deb11u1?arch=all&upstream=bind9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dnsutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dnsutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "274" + }, + { + "name": "syft:metadata:source", + "value": "bind9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.12?arch=amd64&distro=debian-11&package-id=64660788c7842368", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.12", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.12:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.12?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6980" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:pypi/escapism@1.0.1?package-id=7877c0d8d6229e7f", + "type": "library", + "author": "Min RK ", + "name": "escapism", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjaminrk_project:python-escapism:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/escapism@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-escapism:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-escapism:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_escapism:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_escapism:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escapism:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escapism:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-escapism:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_escapism:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:escapism:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:escapism:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/escapism-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/escapism-1.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/escapism-1.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:npm/font-awesome@4.7.0?package-id=3c5306a4895e18fc", + "type": "library", + "author": "Dave Gandy (http://twitter.com/davegandy)", + "name": "font-awesome", + "version": "4.7.0", + "description": "The iconic font and CSS framework", + "cpe": "cpe:2.3:a:font-awesome:font-awesome:4.7.0:*:*:*:*:*:*:*", + "purl": "pkg:npm/font-awesome@4.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/FortAwesome/Font-Awesome.git", + "type": "distribution" + }, + { + "url": "http://fontawesome.io/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font-awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font_awesome:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font-awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:font:font_awesome:4.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/share/jupyterhub/static/components/font-awesome/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/frozenlist@1.4.0?package-id=bea6fddd9635f7f8", + "type": "library", + "name": "frozenlist", + "version": "1.4.0", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/git@1:2.30.2-1+deb11u2?arch=amd64&distro=debian-11&package-id=790b48e78f19c087", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "git", + "version": "1:2.30.2-1+deb11u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/git@1:2.30.2-1+deb11u2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35084" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/git-man@1:2.30.2-1+deb11u2?arch=all&upstream=git&distro=debian-11&package-id=c07a5f20175e2a50", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "git-man", + "version": "1:2.30.2-1+deb11u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/git-man@1:2.30.2-1+deb11u2?arch=all&upstream=git&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.30.2-1\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1877" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:pypi/greenlet@2.0.2?package-id=218f3c621544cd70", + "type": "library", + "author": "Alexey Borzenkov ", + "name": "greenlet", + "version": "2.0.2", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:alexey_borzenkov_project:python-greenlet:2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/greenlet@2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov_project:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkovproject:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexey_borzenkov:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-greenlet:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_greenlet:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury_project:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python-greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:python_greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snauryproject:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:greenlet:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snaury:greenlet:2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/greenlet-2.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/greenlet-2.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/greenlet-2.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=7ac1a56bf57afe33", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "importlib-metadata", + "version": "6.11.0", + "cpe": "cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib-metadata@6.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-importlib:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_importlib:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib-metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:6.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/importlib_metadata-6.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:npm/jquery@3.6.3?package-id=69d80095058ca4c5", + "type": "library", + "author": "OpenJS Foundation and other contributors (https://github.com/jquery/jquery/blob/3.6.3/AUTHORS.txt)", + "name": "jquery", + "version": "3.6.3", + "description": "JavaScript library for DOM operations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jquery:jquery:3.6.3:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/jquery@3.6.3", + "externalReferences": [ + { + "url": "git+https://github.com/jquery/jquery.git", + "type": "distribution" + }, + { + "url": "https://jquery.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/share/jupyterhub/static/components/jquery/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema@4.19.1?package-id=63fd5ad76cc2c2c5", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema", + "version": "4.19.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema@4.19.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschemaproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema:4.19.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema-4.19.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/jsonschema-specifications@2023.7.1?package-id=95aadb3103b7bf74", + "type": "library", + "author": "Julian Berman ", + "name": "jsonschema-specifications", + "version": "2023.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jsonschema-specifications@2023.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema-specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema_specifications:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsonschema:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema-specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jsonschema_specifications:2023.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jsonschema_specifications-2023.7.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyter-telemetry@0.1.0?package-id=a3e9c8b377af12a7", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyter-telemetry", + "version": "0.1.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyter-telemetry@0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter-telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_telemetry:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter-telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyter_telemetry:0.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyter_telemetry-0.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub@3.1.1?package-id=c3ea14fce64fcc2f", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterhub", + "version": "3.1.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterhub:3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub@3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub:3.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub-3.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub-3.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub-3.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-firstuseauthenticator@1.0.0?package-id=35639c63731b837c", + "type": "library", + "author": "Yuvi Panda, Project Jupyter Contributors ", + "name": "jupyterhub-firstuseauthenticator", + "version": "1.0.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors_project:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-firstuseauthenticator@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors_project:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributorsproject:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributorsproject:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors_project:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors_project:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributorsproject:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributorsproject:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-firstuseauthenticator:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-firstuseauthenticator:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_firstuseauthenticator:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_firstuseauthenticator:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda\\,_project_jupyter_contributors:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-firstuseauthenticator:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-firstuseauthenticator:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_firstuseauthenticator:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_firstuseauthenticator:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-firstuseauthenticator:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-firstuseauthenticator:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_firstuseauthenticator:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_firstuseauthenticator:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-firstuseauthenticator:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-firstuseauthenticator:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_firstuseauthenticator:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_firstuseauthenticator:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_firstuseauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_firstuseauthenticator-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_firstuseauthenticator-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_firstuseauthenticator-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-hmacauthenticator@1.0?package-id=051985bfe1af2ebb", + "type": "library", + "author": "Yuvi Panda ", + "name": "jupyterhub-hmacauthenticator", + "version": "1.0", + "licenses": [ + { + "license": { + "name": "3 Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-jupyterhub-hmacauthenticator:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-hmacauthenticator@1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-hmacauthenticator:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_hmacauthenticator:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_hmacauthenticator:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-hmacauthenticator:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-hmacauthenticator:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_hmacauthenticator:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_hmacauthenticator:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-hmacauthenticator:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-hmacauthenticator:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_hmacauthenticator:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_hmacauthenticator:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-hmacauthenticator:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-hmacauthenticator:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_hmacauthenticator:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_hmacauthenticator:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_hmacauthenticator:1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_hmacauthenticator-1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_hmacauthenticator-1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_hmacauthenticator-1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-idle-culler@1.2.1?package-id=c60b502c92e2f2eb", + "type": "library", + "author": "Jupyter Development Team ", + "name": "jupyterhub-idle-culler", + "version": "1.2.1", + "licenses": [ + { + "license": { + "name": "3-BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-idle-culler@1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle-culler:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle-culler:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle_culler:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle_culler:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle-culler:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle-culler:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle_culler:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle_culler:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle-culler:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle-culler:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle_culler:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle_culler:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle-culler:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle-culler:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle_culler:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle_culler:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-idle:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_idle:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-idle:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_idle:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-idle-culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_idle_culler:1.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_idle_culler-1.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_idle_culler-1.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_idle_culler-1.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-kubespawner@6.1.0?package-id=a3adb35787672396", + "type": "library", + "author": "Jupyter Contributors ", + "name": "jupyterhub-kubespawner", + "version": "6.1.0", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2017, Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:jupyter_contributors_\\", + "name": "jupyterhub-ldapauthenticator", + "version": "1.3.2", + "licenses": [ + { + "license": { + "name": "3 Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-jupyterhub-ldapauthenticator:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-ldapauthenticator@1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-ldapauthenticator:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ldapauthenticator:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ldapauthenticator:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-ldapauthenticator:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-ldapauthenticator:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_ldapauthenticator:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_ldapauthenticator:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-ldapauthenticator:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-ldapauthenticator:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ldapauthenticator:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ldapauthenticator:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-ldapauthenticator:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-ldapauthenticator:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_ldapauthenticator:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_ldapauthenticator:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_project:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_pandaproject:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda_project:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipandaproject:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvipanda:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_ldapauthenticator:1.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_ldapauthenticator-1.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_ldapauthenticator-1.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_ldapauthenticator-1.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-ltiauthenticator@1.6.1?package-id=52e61035dad8327f", + "type": "library", + "author": "Yuvi Panda , Jupyter Contributors ", + "name": "jupyterhub-ltiauthenticator", + "version": "1.6.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n Copyright (c) 2016, Project Jupyter Contributors\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:python-jupyterhub-ltiauthenticator:python-jupyterhub-ltiauthenticator:1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-ltiauthenticator@1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-ltiauthenticator:python_jupyterhub_ltiauthenticator:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ltiauthenticator:python-jupyterhub-ltiauthenticator:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_ltiauthenticator:python_jupyterhub_ltiauthenticator:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuvi_panda_\\", + "name": "jupyterhub-nativeauthenticator", + "version": "1.2.0", + "licenses": [ + { + "license": { + "name": "3 Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-jupyterhub-nativeauthenticator:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-nativeauthenticator@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-nativeauthenticator:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_nativeauthenticator:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_nativeauthenticator:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-nativeauthenticator:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-nativeauthenticator:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_nativeauthenticator:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_nativeauthenticator:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-nativeauthenticator:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-nativeauthenticator:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_nativeauthenticator:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_nativeauthenticator:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella_project:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella_project:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-nativeauthenticator:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-nativeauthenticator:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_nativeauthenticator:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_nativeauthenticator:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portellaproject:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portellaproject:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella_project:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella_project:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportellaproject:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportellaproject:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella_project:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella_project:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portellaproject:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portellaproject:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella_project:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella_project:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportellaproject:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportellaproject:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leticia_portella:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:leportella:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_nativeauthenticator:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_nativeauthenticator-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_nativeauthenticator-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_nativeauthenticator-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/jupyterhub-tmpauthenticator@1.0.0?package-id=09ec81e92b63a18f", + "type": "library", + "author": "Project Jupyter Contributors ", + "name": "jupyterhub-tmpauthenticator", + "version": "1.0.0", + "licenses": [ + { + "license": { + "name": "3 Clause BSD" + } + } + ], + "cpe": "cpe:2.3:a:project_jupyter_contributors_project:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jupyterhub-tmpauthenticator@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors_project:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributorsproject:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributorsproject:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-tmpauthenticator:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-tmpauthenticator:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_tmpauthenticator:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_tmpauthenticator:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors_project:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors_project:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributorsproject:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributorsproject:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-tmpauthenticator:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-tmpauthenticator:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_tmpauthenticator:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_tmpauthenticator:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-tmpauthenticator:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub-tmpauthenticator:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_tmpauthenticator:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub_tmpauthenticator:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:project_jupyter_contributors:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-tmpauthenticator:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub-tmpauthenticator:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_tmpauthenticator:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub_tmpauthenticator:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jupyterhub:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jupyterhub:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterhub:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub-tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jupyterhub_tmpauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_tmpauthenticator-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_tmpauthenticator-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/jupyterhub_tmpauthenticator-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/kubernetes-asyncio@26.9.0?package-id=0abaf14046833055", + "type": "library", + "author": "Kubernetes", + "name": "kubernetes-asyncio", + "version": "26.9.0", + "licenses": [ + { + "license": { + "name": "Apache License Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-kubernetes-asyncio:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/kubernetes-asyncio@26.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes-asyncio:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes_asyncio:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes_asyncio:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes-asyncio:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes-asyncio:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_asyncio:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_asyncio:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes-asyncio:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes-asyncio:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes_asyncio:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes_asyncio:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes-asyncio:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes-asyncio:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_asyncio:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_asyncio:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:kubernetes-asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:kubernetes_asyncio:26.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/kubernetes_asyncio-26.9.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/kubernetes_asyncio-26.9.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/kubernetes_asyncio-26.9.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ldap3@2.9.1?package-id=e230d0a2d0189890", + "type": "library", + "author": "Giovanni Cannata ", + "name": "ldap3", + "version": "2.9.1", + "licenses": [ + { + "license": { + "name": "LGPL v3" + } + } + ], + "cpe": "cpe:2.3:a:giovanni_cannata_project:python-ldap3:2.9.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ldap3@2.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannata_project:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannataproject:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannataproject:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannata_project:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag_project:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag_project:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannata:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannata:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannataproject:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatagproject:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatagproject:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ldap3:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ldap3:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ldap3:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ldap3:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag_project:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giovanni_cannata:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatagproject:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap3:python-ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap3:python_ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ldap3:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ldap3:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cannatag:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ldap3:ldap3:2.9.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/less@551-2?arch=amd64&distro=debian-11&package-id=3bd02bd19ec6e231", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "less", + "version": "551-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:less:less:551-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/less@551-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/less/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/less.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11&package-id=41d66adc43e811cd", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libbrotli1", + "version": "1.0.9-2+b2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbrotli1@1.0.9-2+b2?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.9-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbsd0@0.11.3-1?arch=amd64&upstream=libbsd&distro=debian-11&package-id=b47715eee8532974", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libbsd0", + "version": "0.11.3-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbsd0@0.11.3-1?arch=amd64&upstream=libbsd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "191" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl3-gnutls@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11&package-id=42eb16f38cbd30b7", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl3-gnutls", + "version": "7.74.0-1.3+deb11u10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl3-gnutls@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "736" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11&package-id=f51ff0421ef4858b", + "type": "library", + "publisher": "Alessandro Ghedini ", + "name": "libcurl4", + "version": "7.74.0-1.3+deb11u10", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.74.0-1.3\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.74.0-1.3+deb11u10?arch=amd64&upstream=curl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "740" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libedit2@3.1-20191231-2+b1?arch=amd64&upstream=libedit%403.1-20191231-2&distro=debian-11&package-id=bb08dd11c60225e2", + "type": "library", + "publisher": "LLVM Packaging Team ", + "name": "libedit2", + "version": "3.1-20191231-2+b1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit2:libedit2:3.1-20191231-2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libedit2@3.1-20191231-2+b1?arch=amd64&upstream=libedit%403.1-20191231-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libedit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libedit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "259" + }, + { + "name": "syft:metadata:source", + "value": "libedit" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-20191231-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liberror-perl@0.17029-1?arch=all&distro=debian-11&package-id=7ef7c3903fe8c79a", + "type": "library", + "publisher": "Debian Perl Group ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liberror-perl@0.17029-1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "75" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.2.10-2+deb11u5?arch=amd64&upstream=expat&distro=debian-11&package-id=484ef1dfb24e7bf8", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.2.10-2+deb11u5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.2.10-2\\+deb11u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.2.10-2+deb11u5?arch=amd64&upstream=expat&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "411" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libfstrm0@0.6.0-1+b1?arch=amd64&upstream=fstrm%400.6.0-1&distro=debian-11&package-id=1b3ace2f840b5868", + "type": "library", + "publisher": "Robert Edmonds ", + "name": "libfstrm0", + "version": "0.6.0-1+b1", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Gray-Watson" + } + } + ], + "cpe": "cpe:2.3:a:libfstrm0:libfstrm0:0.6.0-1\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libfstrm0@0.6.0-1+b1?arch=amd64&upstream=fstrm%400.6.0-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfstrm0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfstrm0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "fstrm" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.6.0-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm-compat4@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11&package-id=98fa48a08238f295", + "type": "library", + "publisher": "Dmitry Bogatov ", + "name": "libgdbm-compat4", + "version": "1.19-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm-compat4@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.19-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgdbm6@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11&package-id=d7f801589b15b9df", + "type": "library", + "publisher": "Dmitry Bogatov ", + "name": "libgdbm6", + "version": "1.19-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.19-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgdbm6@1.19-2?arch=amd64&upstream=gdbm&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpm2@1.20.7-8?arch=amd64&upstream=gpm&distro=debian-11&package-id=05aa422144ffd8ac", + "type": "library", + "publisher": "Axel Beckert ", + "name": "libgpm2", + "version": "1.20.7-8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgpm2:libgpm2:1.20.7-8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpm2@1.20.7-8?arch=amd64&upstream=gpm&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpm2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpm2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "gpm" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11&package-id=b78525f3ebdfdfd8", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libjson-c5@0.15-2+deb11u1?arch=amd64&upstream=json-c&distro=debian-11&package-id=32cccf758d73fc23", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libjson-c5", + "version": "0.15-2+deb11u1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjson-c5:libjson-c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libjson-c5@0.15-2+deb11u1?arch=amd64&upstream=json-c&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson-c5:libjson_c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson-c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson_c5:libjson_c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson-c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjson:libjson_c5:0.15-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjson-c5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjson-c5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "107" + }, + { + "name": "syft:metadata:source", + "value": "json-c" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11&package-id=eee18a8d6a6e2c05", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11&package-id=d8d66570c5b54080", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11&package-id=b7f88754be28592f", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u3?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11&package-id=796a192b709a2a2b", + "type": "library", + "publisher": "Debian OpenLDAP Maintainers ", + "name": "libldap-2.4-2", + "version": "2.4.57+dfsg-3+deb11u1", + "cpe": "cpe:2.3:a:libldap-2.4-2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libldap-2.4-2@2.4.57+dfsg-3+deb11u1?arch=amd64&upstream=openldap&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4-2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4_2:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.4:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.4-2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.4_2:2.4.57\\+dfsg-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.4-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.4-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "539" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblmdb0@0.9.24-1?arch=amd64&upstream=lmdb&distro=debian-11&package-id=65584391c6ebaa67", + "type": "library", + "publisher": "LMDB ", + "name": "liblmdb0", + "version": "0.9.24-1", + "licenses": [ + { + "license": { + "name": "OpenLDAP-2.8" + } + } + ], + "cpe": "cpe:2.3:a:liblmdb0:liblmdb0:0.9.24-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblmdb0@0.9.24-1?arch=amd64&upstream=lmdb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblmdb0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblmdb0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "lmdb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmaxminddb0@1.5.2-1?arch=amd64&upstream=libmaxminddb&distro=debian-11&package-id=837772200771ad99", + "type": "library", + "publisher": "Faidon Liambotis ", + "name": "libmaxminddb0", + "version": "1.5.2-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "CC-BY-SA-3.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmaxminddb0:libmaxminddb0:1.5.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmaxminddb0@1.5.2-1?arch=amd64&upstream=libmaxminddb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmaxminddb0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmaxminddb0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "76" + }, + { + "name": "syft:metadata:source", + "value": "libmaxminddb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmd0@1.0.3-3?arch=amd64&upstream=libmd&distro=debian-11&package-id=bd87da5ed16e438b", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libmd0", + "version": "1.0.3-3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmd0@1.0.3-3?arch=amd64&upstream=libmd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "77" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=b5fb8e344c998859", + "type": "library", + "publisher": "Craig Small ", + "name": "libncurses6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncurses6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "335" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=85f55f8fcf11f108", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "420" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnghttp2-14@1.43.0-1?arch=amd64&upstream=nghttp2&distro=debian-11&package-id=25e33002a452ea93", + "type": "library", + "publisher": "Tomasz Buchert ", + "name": "libnghttp2-14", + "version": "1.43.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnghttp2-14@1.43.0-1?arch=amd64&upstream=nghttp2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "217" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libperl5.32@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=29966d9900fe3710", + "type": "library", + "publisher": "Niko Tyni ", + "name": "libperl5.32", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.32:libperl5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libperl5.32@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.32/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.32:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "27869" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpq5@13.13-0+deb11u1?arch=amd64&upstream=postgresql-13&distro=debian-11&package-id=66a4cb9bd5dd4953", + "type": "library", + "publisher": "Debian PostgreSQL Maintainers ", + "name": "libpq5", + "version": "13.13-0+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "PostgreSQL" + } + }, + { + "license": { + "id": "TCL" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Custom-Unicode" + } + }, + { + "license": { + "name": "Custom-pg_dump" + } + }, + { + "license": { + "name": "Custom-regex" + } + }, + { + "license": { + "name": "blf" + } + }, + { + "license": { + "name": "double-metaphone" + } + }, + { + "license": { + "name": "imath" + } + }, + { + "license": { + "name": "nagaysau-ishii" + } + }, + { + "license": { + "name": "rijndael" + } + } + ], + "cpe": "cpe:2.3:a:libpq5:libpq5:13.13-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpq5@13.13-0+deb11u1?arch=amd64&upstream=postgresql-13&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpq5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpq5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "792" + }, + { + "name": "syft:metadata:source", + "value": "postgresql-13" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11&package-id=5d58920540a72b18", + "type": "library", + "publisher": "Craig Small ", + "name": "libprocps8", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprocps8@2:3.3.17-5?arch=amd64&upstream=procps&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libprotobuf-c1@1.3.3-1+b2?arch=amd64&upstream=protobuf-c%401.3.3-1&distro=debian-11&package-id=72d6bb2e58598431", + "type": "library", + "publisher": "Robert Edmonds ", + "name": "libprotobuf-c1", + "version": "1.3.3-1+b2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:libprotobuf-c1:libprotobuf-c1:1.3.3-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libprotobuf-c1@1.3.3-1+b2?arch=amd64&upstream=protobuf-c%401.3.3-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libprotobuf-c1:libprotobuf_c1:1.3.3-1\\+b2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libprotobuf_c1:libprotobuf-c1:1.3.3-1\\+b2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libprotobuf_c1:libprotobuf_c1:1.3.3-1\\+b2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libprotobuf:libprotobuf-c1:1.3.3-1\\+b2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libprotobuf:libprotobuf_c1:1.3.3-1\\+b2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprotobuf-c1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprotobuf-c1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "protobuf-c" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.3.3-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11&package-id=d6dc874ba13201bc", + "type": "library", + "publisher": "Tim Rühsen ", + "name": "libpsl5", + "version": "0.21.0-1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpsl5@0.21.0-1.2?arch=amd64&upstream=libpsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libreadline8@8.1-1?arch=amd64&upstream=readline&distro=debian-11&package-id=0c1c6a638e561793", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libreadline8", + "version": "8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libreadline8@8.1-1?arch=amd64&upstream=readline&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "471" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11&package-id=6613330fd2409ec5", + "type": "library", + "publisher": "Debian Multimedia Maintainers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2+b2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/librtmp1@2.4+20151223.gitfa8646d.1-2+b2?arch=amd64&upstream=rtmpdump%402.4+20151223.gitfa8646d.1-2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "146" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.4+20151223.gitfa8646d.1-2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=7ff31700c5d9381e", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-2@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11&package-id=6330cbd0c45b6a44", + "type": "library", + "publisher": "Debian Cyrus Team ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg-2.1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsasl2-modules-db@2.1.27+dfsg-2.1+deb11u1?arch=amd64&upstream=cyrus-sasl2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg-2.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsqlite3-0@3.34.1-3?arch=amd64&upstream=sqlite3&distro=debian-11&package-id=2b9456f272422a39", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libsqlite3-0", + "version": "3.34.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.34.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsqlite3-0@3.34.1-3?arch=amd64&upstream=sqlite3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.34.1-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.34.1-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.34.1-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.34.1-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.34.1-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1517" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11&package-id=4228335ce25053eb", + "type": "library", + "publisher": "Nicolas Mora ", + "name": "libssh2-1", + "version": "1.9.0-2", + "licenses": [ + { + "license": { + "name": "BSD3" + } + } + ], + "cpe": "cpe:2.3:a:libssh2-1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssh2-1@1.9.0-2?arch=amd64&upstream=libssh2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2-1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2_1:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2-1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh2:libssh2_1:1.9.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "libssh2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1n-0+deb11u5?arch=amd64&upstream=openssl&distro=debian-11&package-id=f81f750ba308ca8a", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1n-0+deb11u5", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1n-0\\+deb11u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1n-0+deb11u5?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4120" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuv1@1.40.0-2?arch=amd64&distro=debian-11&package-id=0ba5fa758e463de4", + "type": "library", + "publisher": "Dominique Dumont ", + "name": "libuv1", + "version": "1.40.0-2", + "licenses": [ + { + "license": { + "id": "BSD-1-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC-BY-4.0" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libuv1:libuv1:1.40.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuv1@1.40.0-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuv1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuv1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "287" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxml2@2.9.10+dfsg-6.7+deb11u4?arch=amd64&distro=debian-11&package-id=cfab8ee0ffb19913", + "type": "library", + "publisher": "Debian XML/SGML Group ", + "name": "libxml2", + "version": "2.9.10+dfsg-6.7+deb11u4", + "licenses": [ + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "MIT-1" + } + } + ], + "cpe": "cpe:2.3:a:libxml2:libxml2:2.9.10\\+dfsg-6.7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxml2@2.9.10+dfsg-6.7+deb11u4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxml2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxml2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1876" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:npm/moment@2.29.4?package-id=9e7701a0d3e8172f", + "type": "library", + "author": "Iskren Ivov Chernev (https://github.com/ichernev)", + "name": "moment", + "version": "2.29.4", + "description": "Parse, validate, manipulate, and display dates", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:momentjs:moment:2.29.4:*:*:*:*:node.js:*:*", + "purl": "pkg:npm/moment@2.29.4", + "externalReferences": [ + { + "url": "git+https://github.com/moment/moment.git", + "type": "distribution" + }, + { + "url": "https://momentjs.com", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/share/jupyterhub/static/components/moment/package.json" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:pypi/multidict@6.0.4?package-id=8b14e2e571d5ddb7", + "type": "library", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.0.4", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mwoauth@0.3.8?package-id=3c9a1b54545f7762", + "type": "library", + "author": "Aaron Halfaker / Filippo Valsorda ", + "name": "mwoauth", + "version": "0.3.8", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda_project:python-mwoauth:0.3.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mwoauth@0.3.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda_project:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsordaproject:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsordaproject:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda_project:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsordaproject:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_\\/_filippo_valsorda:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_project:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_project:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfakerproject:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfakerproject:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker_project:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron-halfaker:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron-halfaker:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfakerproject:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mwoauth:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mwoauth:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mwoauth:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mwoauth:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron-halfaker:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aaron_halfaker:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwoauth:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwoauth:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mwoauth:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mwoauth:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mwoauth:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mwoauth:0.3.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/mwoauth-0.3.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/mwoauth-0.3.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/mwoauth-0.3.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11&package-id=f0d4436df3fa59aa", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.3?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netbase.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/netbase.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:pypi/nullauthenticator@1.0.0?package-id=4f6db595bc7c2896", + "type": "library", + "author": "Jupyter Development Team ", + "name": "nullauthenticator", + "version": "1.0.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nullauthenticator@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nullauthenticator:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nullauthenticator:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nullauthenticator:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nullauthenticator:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nullauthenticator:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nullauthenticator:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nullauthenticator:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nullauthenticator:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nullauthenticator:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nullauthenticator:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/nullauthenticator-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/nullauthenticator-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/nullauthenticator-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/oauthenticator@16.1.0?package-id=1c2f15e40297da49", + "type": "library", + "author": "Jupyter Development Team ", + "name": "oauthenticator", + "version": "16.1.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:jupyter_development_team_project:python-oauthenticator:16.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthenticator@16.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team_project:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_teamproject:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthenticator:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthenticator:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthenticator:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthenticator:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_development_team:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthenticator:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthenticator:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthenticator:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthenticator:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter_project:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyterproject:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthenticator:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jupyter:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:oauthenticator:16.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthenticator-16.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthenticator-16.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthenticator-16.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=2973802320f2b846", + "type": "library", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/onetimepass@1.0.1?package-id=a66e69efcd4b9e95", + "type": "library", + "author": "Tomasz Jaskowski ", + "name": "onetimepass", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tomasz_jaskowski_project:python-onetimepass:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/onetimepass@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowski_project:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowskiproject:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowskiproject:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-onetimepass:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-onetimepass:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_onetimepass:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_onetimepass:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowski_project:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowski:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowski:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowskiproject:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck_project:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck_project:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeckproject:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeckproject:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:onetimepass:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:onetimepass:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-onetimepass:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_onetimepass:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tomasz_jaskowski:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck_project:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck:python-onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck:python_onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeckproject:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:onetimepass:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tadeck:onetimepass:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/onetimepass-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/onetimepass-1.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/onetimepass-1.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1n-0+deb11u5?arch=amd64&distro=debian-11&package-id=c221cb4dbfcfee1e", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1n-0+deb11u5", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1n-0\\+deb11u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1n-0+deb11u5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:aa065d85cfdcb9a4b9d3352d119bf1fbe1d8e4d99bfec50b82eb88e5d4ca1576" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1466" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.1?package-id=375c02366969e350", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.1", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "pamela", + "version": "1.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjaminrk_project:python-pamela:1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pamela@1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk_project:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rkproject:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminrk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:min_rk:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pamela:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pamela:1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pamela-1.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pamela-1.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pamela-1.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl@5.32.1-4+deb11u2?arch=amd64&distro=debian-11&package-id=e9d9452c6bebeca9", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl@5.32.1-4+deb11u2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "705" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-modules-5.32@5.32.1-4+deb11u2?arch=all&upstream=perl&distro=debian-11&package-id=ab118ec2f814b8d9", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-modules-5.32", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.32:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-modules-5.32@5.32.1-4+deb11u2?arch=all&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.32:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.32:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.32:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.32:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.32/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.32.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17455" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.2.1?package-id=7c03d89775a38053", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.2.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.2.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11&package-id=1778bff7cd1477d0", + "type": "library", + "publisher": "Craig Small ", + "name": "procps", + "version": "2:3.3.17-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/procps@2:3.3.17-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1648" + } + ] + }, + { + "bom-ref": "pkg:pypi/prometheus-client@0.17.1?package-id=5d6a41b6dc243427", + "type": "library", + "author": "Brian Brazil ", + "name": "prometheus-client", + "version": "0.17.1", + "licenses": [ + { + "license": { + "name": "Apache Software License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prometheus-client@0.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil_project:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazilproject:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus-client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus_client:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian-brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_brazil:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus-client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:prometheus_client:0.17.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.17.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/psycopg2@2.9.8?package-id=d9312493bd6398e8", + "type": "library", + "author": "Federico Di Gregorio ", + "name": "psycopg2", + "version": "2.9.8", + "licenses": [ + { + "license": { + "name": "LGPL with exceptions" + } + } + ], + "cpe": "cpe:2.3:a:federico_di_gregorio_project:python-psycopg2:2.9.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/psycopg2@2.9.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog_project:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog_project:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog_project:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python-psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python_psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:psycopg2:2.9.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/psycopg2-2.9.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/psycopg2-2.9.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/psycopg2-2.9.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/py-spy@0.3.14?package-id=f8577d0e880b05af", + "type": "library", + "author": "Ben Frederickson >", + "name": "py-spy", + "version": "0.3.14", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ben_frederickson_\\_project:python-py-spy:0.3.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/py-spy@0.3.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\_project:python_py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\project:python-py-spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\project:python_py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\_project:py-spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\_project:py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\:python-py-spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\:python_py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\project:py-spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\project:py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\:py-spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\:py_spy:0.3.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ben_frederickson_\\", + "name": "pyOpenSSL", + "version": "23.2.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:pyopenssl_developers_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyOpenSSL@23.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developersproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev_project:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_devproject:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyopenssl_developers:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography-dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_dev:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyOpenSSL:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyOpenSSL:23.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-23.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyasn1@0.5.0?package-id=ef9043d1bd5f9cdb", + "type": "library", + "author": "Ilya Etingof ", + "name": "pyasn1", + "version": "0.5.0", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1@0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingofproject:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyasn1:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyasn1:0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycparser@2.21?package-id=05011a0d228777f4", + "type": "library", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.21", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.21:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben_project:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:elibenproject:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycparser:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eliben:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycparser:2.21:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.21.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.21.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.21.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycurl@7.45.2?package-id=0b25463d7fe1f428", + "type": "library", + "author": "Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev ", + "name": "pycurl", + "version": "7.45.2", + "licenses": [ + { + "license": { + "name": "LGPL/MIT" + } + } + ], + "cpe": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev_project:python-pycurl:7.45.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycurl@7.45.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev_project:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyevproject:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyevproject:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev_project:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyevproject:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetil_jacobsen\\,_markus_f_x_j__oberhumer\\,_oleg_pudeyev:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja_project:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja_project:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetiljaproject:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetiljaproject:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja_project:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetiljaproject:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycurl:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycurl:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kjetilja:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycurl:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycurl:7.45.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pycurl-7.45.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pycurl-7.45.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pycurl-7.45.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.5?package-id=b52576084ff9238f", + "type": "application", + "name": "python", + "version": "3.11.5", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.5:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=5367cefeb2960b19", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-json-logger@2.0.7?package-id=b436e3c1ad3a320a", + "type": "library", + "author": "Zakaria Zajac ", + "name": "python-json-logger", + "version": "2.0.7", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:zakaria_zajac_project:python-json-logger:2.0.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-json-logger@2.0.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajacproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_logger:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakaria_zajac:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak_project:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zakproject:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python-json-logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zak:python_json_logger:2.0.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/python_json_logger-2.0.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-slugify@8.0.1?package-id=77c99ed07b6dce0a", + "type": "library", + "author": "Val Neekman ", + "name": "python-slugify", + "version": "8.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:val_neekman_project:python-slugify:8.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-slugify@8.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:val_neekman_project:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:val_neekmanproject:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:val_neekmanproject:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-slugify:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-slugify:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_slugify:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_slugify:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:val_neekman:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:val_neekman:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_slugify:8.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/python_slugify-8.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/python_slugify-8.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/python_slugify-8.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/readline-common@8.1-1?arch=all&upstream=readline&distro=debian-11&package-id=d96554d2da80f370", + "type": "library", + "publisher": "Matthias Klose ", + "name": "readline-common", + "version": "8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/readline-common@8.1-1?arch=all&upstream=readline&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e8b749f6c4d78536e00dba346b875439edbc1d430a047e44eef75147452a3615" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/referencing@0.30.2?package-id=a820a9c449d11ed6", + "type": "library", + "author": "Julian Berman ", + "name": "referencing", + "version": "0.30.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian\\+referencing_project:python-referencing:0.30.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/referencing@0.30.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencingproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:referencing:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:referencing:0.30.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/referencing-0.30.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/referencing-0.30.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=1c3aa7dc30c76625", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests-oauthlib@1.3.1?package-id=bbb7c63d5b4998b2", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests-oauthlib", + "version": "1.3.1", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-oauthlib@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests-oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests_oauthlib:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:npm/requirejs@2.3.6?package-id=a9835203973a6f9f", + "type": "library", + "author": "James Burke (http://github.com/jrburke)", + "name": "requirejs", + "version": "2.3.6", + "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:requirejs:requirejs:2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:npm/requirejs@2.3.6", + "externalReferences": [ + { + "url": "git+https://github.com/jrburke/r.js.git", + "type": "distribution" + }, + { + "url": "http://github.com/jrburke/r.js", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "javascript-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "javascript" + }, + { + "name": "syft:package:metadataType", + "value": "NpmPackageJsonMetadata" + }, + { + "name": "syft:package:type", + "value": "npm" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrburke:requirejs:2.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/share/jupyterhub/static/components/requirejs/package.json" + } + ] + }, + { + "bom-ref": "pkg:pypi/rpds-py@0.10.3?package-id=4a53df5a8bae1853", + "type": "library", + "author": "Julian Berman ", + "name": "rpds-py", + "version": "0.10.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:julian_berman_project:python-rpds-py:0.10.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rpds-py@0.10.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman_project:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_bermanproject:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds_project:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpdsproject:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds-py:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds_py:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian_berman:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:julian\\+rpds:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-rpds:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_rpds:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python-rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:python_rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds-py:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds_py:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds-py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpds:rpds_py:0.10.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/rpds_py-0.10.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/rpds_py-0.10.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml@0.17.33?package-id=e1b86e3e682cc1c2", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml", + "version": "0.17.33", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:ruamel.yaml_project:ruamel.yaml:0.17.33:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml@0.17.33", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml-0.17.33.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml-0.17.33.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml-0.17.33.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/ruamel.yaml.clib@0.2.7?package-id=ccea4bb4f5264734", + "type": "library", + "author": "Anthon van der Neut ", + "name": "ruamel.yaml.clib", + "version": "0.2.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthon_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ruamel.yaml.clib@0.2.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut_project:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neutproject:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthon_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ruamel.yaml.clib:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a-van-der-neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_van_der_neut:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:ruamel.yaml.clib:0.2.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/ruamel.yaml.clib-0.2.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@65.5.1?package-id=dda9e33044359350", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "65.5.1", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:65.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@65.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:fde529e4faf048208d7ac3bf31ee7effa236105f8d2f7993ad870c5791094e3b" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=e7adc8df83bff696", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/sl-hub-authenticator@1.1.16?package-id=9a85939c75f20ea9", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "sl-hub-authenticator", + "version": "1.1.16", + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sl-hub-authenticator@1.1.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub-authenticator:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub-authenticator:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub_authenticator:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub_authenticator:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub-authenticator:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub-authenticator:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub_authenticator:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub_authenticator:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub-authenticator:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub-authenticator:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub_authenticator:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub_authenticator:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub-authenticator:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub-authenticator:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub_authenticator:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub_authenticator:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-hub:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_hub:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python-sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python_sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-hub:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_hub:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl-hub-authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl_hub_authenticator:1.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/sl_hub_authenticator-1.1.16.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/sl_hub_authenticator-1.1.16.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/sl-userservices-client@0.1.26?package-id=cca140bc7d1ac120", + "type": "library", + "author": "ASW SystemLink System Mgmt ", + "name": "sl-userservices-client", + "version": "0.1.26", + "cpe": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sl-userservices-client@0.1.26", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt_project:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmtproject:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw-systemlink-system-mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asw_systemlink_system_mgmt:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices-client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices_client:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl-userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl_userservices:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python-sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:python_sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl-userservices-client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sl:sl_userservices_client:0.1.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/sl_userservices_client-0.1.26.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/sqlalchemy-cockroachdb@2.0.1?package-id=c6ab3468555d62eb", + "type": "library", + "author": "Cockroach Labs ", + "name": "sqlalchemy-cockroachdb", + "version": "2.0.1", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-sqlalchemy-cockroachdb:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sqlalchemy-cockroachdb@2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy-cockroachdb:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy_cockroachdb:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy_cockroachdb:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs_project:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs_project:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy-cockroachdb:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy-cockroachdb:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy_cockroachdb:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy_cockroachdb:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy-cockroachdb:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy-cockroachdb:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy_cockroachdb:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy_cockroachdb:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labsproject:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labsproject:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db_project:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db_project:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_dbproject:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_dbproject:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs_project:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs_project:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy-cockroachdb:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy-cockroachdb:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy_cockroachdb:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy_cockroachdb:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labsproject:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labsproject:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db_project:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db_project:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach-db:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach-db:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_dbproject:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_dbproject:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sqlalchemy:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sqlalchemy:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_labs:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach-db:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach-db:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cockroach_db:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlalchemy:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sqlalchemy-cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sqlalchemy_cockroachdb:2.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/sqlalchemy_cockroachdb-2.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/sqlalchemy_cockroachdb-2.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/sqlalchemy_cockroachdb-2.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sqlite3@3.34.1-3?arch=amd64&distro=debian-11&package-id=6545ff8a76b4a16d", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "sqlite3", + "version": "3.34.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:sqlite3:sqlite3:3.34.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sqlite3@3.34.1-3?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sqlite3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sqlite3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3081" + } + ] + }, + { + "bom-ref": "pkg:pypi/statsd@4.0.1?package-id=28992751204c4206", + "type": "library", + "author": "James Socol ", + "name": "statsd", + "version": "4.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:james_socol_\\", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:pypi/text-unidecode@1.3?package-id=c6787f74c2efe80b", + "type": "library", + "author": "Mikhail Korobov ", + "name": "text-unidecode", + "version": "1.3", + "licenses": [ + { + "license": { + "name": "Artistic License" + } + } + ], + "cpe": "cpe:2.3:a:mikhail_korobov_project:python-text-unidecode:1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/text-unidecode@1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov_project:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobovproject:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobovproject:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text-unidecode:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text-unidecode:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text_unidecode:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text_unidecode:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov_project:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov_project:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84_project:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84_project:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobovproject:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobovproject:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84project:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84project:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text-unidecode:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text-unidecode:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text_unidecode:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text_unidecode:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-unidecode:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-unidecode:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_unidecode:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_unidecode:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84_project:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84_project:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mikhail_korobov:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84project:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84project:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-unidecode:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text-unidecode:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_unidecode:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text_unidecode:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-text:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_text:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:python-text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:python_text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kmike84:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text-unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:text:text_unidecode:1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/text_unidecode-1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/text_unidecode-1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/text_unidecode-1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tini@0.19.0-1?arch=amd64&distro=debian-11&package-id=b47c63a5c65ed31e", + "type": "library", + "publisher": "ChangZhuo Chen (陳昌倬) ", + "name": "tini", + "version": "0.19.0-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:tini:tini:0.19.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tini@0.19.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tini/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:71bb0ede9e1f22b2637907613084bdbd1fcd68f58960a1c8c63c22e50dd38516" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tini.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "758" + } + ] + }, + { + "bom-ref": "pkg:pypi/tornado@6.3.3?package-id=e06e6dedbc51d0d6", + "type": "library", + "author": "Facebook ", + "name": "tornado", + "version": "6.3.3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python_tornado_project:python-tornado:6.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tornado@6.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornadoproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook_project:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebookproject:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:facebook:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tornado:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tornado:6.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.3.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.3.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/tornado-6.3.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/traitlets@5.10.1?package-id=aca6799b35201414", + "type": "library", + "author": "IPython Development Team ", + "name": "traitlets", + "version": "5.10.1", + "licenses": [ + { + "license": { + "name": "BSD 3-Clause License\n \n - Copyright (c) 2001-, IPython Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + } + } + ], + "cpe": "cpe:2.3:a:ipython_development_team_\\", + "name": "typing_extensions", + "version": "4.8.0", + "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing_extensions@4.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_extensions:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.8.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11&package-id=e76ddff1c7eab5a8", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u10", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u10?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@1.26.18?package-id=cad6ddc70a2f566c", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "1.26.18", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:urllib3:1.26.18:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.18.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/vim@2:8.2.2434-3+deb11u1?arch=amd64&distro=debian-11&package-id=bc285d78869affe2", + "type": "library", + "publisher": "Debian Vim Maintainers ", + "name": "vim", + "version": "2:8.2.2434-3+deb11u1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim:vim:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/vim@2:8.2.2434-3+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3286" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/vim-common@2:8.2.2434-3+deb11u1?arch=all&upstream=vim&distro=debian-11&package-id=a61155b9dd407bb5", + "type": "library", + "publisher": "Debian Vim Maintainers ", + "name": "vim-common", + "version": "2:8.2.2434-3+deb11u1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-common:vim-common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/vim-common@2:8.2.2434-3+deb11u1?arch=all&upstream=vim&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-common:vim_common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim-common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim_common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_common:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/vim-runtime@2:8.2.2434-3+deb11u1?arch=all&upstream=vim&distro=debian-11&package-id=0c2dba96d60d4341", + "type": "library", + "publisher": "Debian Vim Maintainers ", + "name": "vim-runtime", + "version": "2:8.2.2434-3+deb11u1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-runtime:vim-runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/vim-runtime@2:8.2.2434-3+deb11u1?arch=all&upstream=vim&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-runtime:vim_runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_runtime:vim-runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_runtime:vim_runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_runtime:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-runtime.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32134" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.38.1?package-id=663dd8fed0be3163", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.38.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:daniel_holth_project:python-wheel:0.38.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wheel@0.38.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python-wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python_wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:wheel:0.38.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/wheel-0.38.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/wheel-0.38.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/wheel-0.38.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/xxd@2:8.2.2434-3+deb11u1?arch=amd64&upstream=vim&distro=debian-11&package-id=ae0299ea73ebf52e", + "type": "library", + "publisher": "Debian Vim Maintainers ", + "name": "xxd", + "version": "2:8.2.2434-3+deb11u1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:xxd:xxd:2\\:8.2.2434-3\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/xxd@2:8.2.2434-3+deb11u1?arch=amd64&upstream=vim&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xxd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a8a0aa31110dfcb1fb9da486b1d0ad667042489441a5e3f53c30d60c4bdfd0d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xxd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/yarl@1.9.2?package-id=1489a8ddaf4294f3", + "type": "library", + "author": "Andrew Svetlov ", + "name": "yarl", + "version": "1.9.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.9.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.9.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python-yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python_yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:yarl:1.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ba318b9795a01ea8d25d40cb4da0ef7f0b23f13e7e5cdfd1cfc3fa5865ac63d4" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/zipp@3.17.0?package-id=fde24411cd987646", + "type": "library", + "author": "Jason R. Coombs ", + "name": "zipp", + "version": "3.17.0", + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-zipp:3.17.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/zipp@3.17.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python-zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:python_zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zipp:zipp:3.17.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.17.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.17.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f1b648f4161cb7a71ed0be2fdd820818c174ddcdd90ea1db1077d1344cb67ae3" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/zipp-3.17.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:10764c37bcbc8dff79bd134e34e5e8d9c6a3e0d482ca2e6e0ff978485ada5c3c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a44fb9a60cd829caab4d371593c8285d4c4cfb14c104aff0594e8a9c14995c79" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-smtp-0.9.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-smtp-0.9.14.syft.cdx.json new file mode 100644 index 00000000..59c62f80 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-smtp-0.9.14.syft.cdx.json @@ -0,0 +1,12327 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:bf373574-5efe-4a58-bf23-ed5acc300444", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:08-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "7373e5f0df4efc09", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/smtp", + "version": "0.9.14" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727?package-id=8a89eabb88e5d57d", + "type": "library", + "name": "Json.NET BSON .NET Standard 2.0", + "version": "1.0.2.22727", + "cpe": "cpe:2.3:a:Json.NET_BSON_.NET_Standard_2.0:Json.NET_BSON_.NET_Standard_2.0:1.0.2.22727:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008?package-id=3588796a6da42faf", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008?package-id=1912341f710d81e6", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008?package-id=27f74be433595cd1", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008?package-id=98a6e6f8a716285f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008?package-id=ea6279516d28fd4d", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.BearerToken", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.BearerToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008?package-id=8f53ed851f9ed6b9", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008?package-id=885309182af9b383", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008?package-id=ce2af8bb0a7dded4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008?package-id=a809b21f759bf939", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008?package-id=c7a39e5caf107711", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008?package-id=7bd858dfba25144e", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008?package-id=69ee58d6b8c215fe", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008?package-id=ddf14e9528b064d9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Endpoints", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Endpoints.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008?package-id=aeb9fb77b714cda9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008?package-id=5268eab6b676f56c", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008?package-id=a99b6399c453cde4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008?package-id=de98f302cfa0e08a", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008?package-id=229358f09eb5c429", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008?package-id=c12736aa25559238", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008?package-id=c2cd4d66e0b28948", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008?package-id=a460efc7ae16377b", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008?package-id=2a0dae4daac8bfa4", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008?package-id=33b7693381590ccd", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008?package-id=4ea466ad2f826370", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008?package-id=d0656b71ce789eb0", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008?package-id=b7151a04d1e5ac5b", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008?package-id=072a3ecfc3d07438", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008?package-id=525345cdece95a4b", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008?package-id=edd724307be640ae", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008?package-id=60cbdcbca91c3033", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008?package-id=cbe1fb229c3aa30f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008?package-id=c4f4af1da08e0acb", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008?package-id=815bffd030402230", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008?package-id=4a1192f701a77b8a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008?package-id=89947ac6810f32f1", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008?package-id=6bb723ad75a51a08", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008?package-id=76c2cda6e7f2f683", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008?package-id=611aecf705cb7324", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008?package-id=2ac37e37f1d3e79a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008?package-id=a7f0779d7cfe943b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008?package-id=4fce8a14e65e1e24", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008?package-id=1e8a5e37885af297", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008?package-id=2948aa39ce091378", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819?package-id=e97e694c8adef2a7", + "type": "library", + "name": "Microsoft.AspNetCore.JsonPatch", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.JsonPatch:Microsoft.AspNetCore.JsonPatch:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.JsonPatch.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008?package-id=d5d55de83bf6b335", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008?package-id=3721650f41cb0d61", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008?package-id=abc74eee1aaf39a2", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008?package-id=671bcc7503cd4d4d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008?package-id=becaf399e5ee45a3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008?package-id=bd7842bbdc62309f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008?package-id=047bdf788eb2dbc4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008?package-id=d38abc5909fac21b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008?package-id=f64b0cbc99fca187", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008?package-id=f0ba54f95837410e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008?package-id=2492290423496ef9", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008?package-id=dda16f2fc3376946", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819?package-id=91b74610edcf68ad", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.NewtonsoftJson", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.NewtonsoftJson:Microsoft.AspNetCore.Mvc.NewtonsoftJson:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008?package-id=0cef7aaa931b518d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008?package-id=b347b55f315499d8", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008?package-id=a3848961231da9a2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008?package-id=3acfad1cb5a0a4d3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008?package-id=b92fecf7b63016b7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008?package-id=5e2cec9960fca093", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008?package-id=a05f980f775244cb", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008?package-id=a59976dda257fdd2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008?package-id=66091a6e9c12ba22", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008?package-id=39a8118babd3547f", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008?package-id=623e1ee0fbff64e9", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008?package-id=eaaecd7332d4ea9e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008?package-id=8e0a70417972f514", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008?package-id=2d2735b624a4cfb3", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008?package-id=a72dbe0c39ee7152", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008?package-id=dfa998c0431c259e", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008?package-id=f1d17253bdfadf81", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008?package-id=3681eb2d2887f7be", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008?package-id=066928fc95dd87a4", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008?package-id=813a837210ff5689", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008?package-id=a4e57bf8b1508b49", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008?package-id=dfdbee6a4b920446", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008?package-id=b81f6f7c8177dfb5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008?package-id=2b1402b6aa65040b", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008?package-id=5f8d9d61c98582c4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008?package-id=17fd27da7f2ee0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008?package-id=fab9042df79cc8d2", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008?package-id=8313be10e68dd79d", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008?package-id=ee75ac115215714b", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008?package-id=f7f7e0659bd32a95", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008?package-id=023f346842298e49", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@8.0.123.58001?package-id=0db53bf0dd82fc1f", + "type": "library", + "name": "Microsoft.CSharp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103?package-id=cf47f8c66176202c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103?package-id=eb690ddc3e979316", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103?package-id=8d2865c8f2a5f41e", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103?package-id=7f47ed9e00a64dd4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001?package-id=80914633f21440a8", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103?package-id=d256d59985a88c41", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103?package-id=8ae8575b7a914cd9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103?package-id=170dc25eea921493", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103?package-id=214eb8fa5366659f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103?package-id=70ffb9ae7282e3a6", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008?package-id=9e4886552b3e8c3f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103?package-id=15846c53679a28bf", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103?package-id=cf364f191a66de65", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103?package-id=10d6c2d6bdaecfa5", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103?package-id=618089a9e4b08963", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103?package-id=df9a18b6f7a7355f", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics:Microsoft.Extensions.Diagnostics:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103?package-id=abaf81d14bb1de11", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.Abstractions:Microsoft.Extensions.Diagnostics.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008?package-id=e92d18dc55f662bf", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008?package-id=6157e0c508dca4e8", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008?package-id=e6297de111f7ac10", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103?package-id=11e910a387c34b0c", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103?package-id=e69ca248a69eb408", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008?package-id=134df41f2fb6f185", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103?package-id=836cb8bb97718441", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103?package-id=005564d170be15ed", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103?package-id=86e89c5c72c92100", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103?package-id=bddc29905356f45d", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103?package-id=8f45d9b604db666d", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008?package-id=e81021edf9f7a152", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008?package-id=04f33df254d78be6", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008?package-id=609c651111c57918", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008?package-id=4cf286a70c077ec3", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103?package-id=fecd57eb154d0781", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103?package-id=ebaa43b71aa2f173", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103?package-id=3871484f337aa896", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103?package-id=0ebc08f5ea84e259", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103?package-id=2471bd50e4ae6db7", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103?package-id=cdb791e0118bb1f4", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103?package-id=28ff2f8de9d76ec6", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103?package-id=cb0efb9807ca83da", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008?package-id=70895de971807d0b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001?package-id=9d89b115ab8d437c", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103?package-id=4248548c37b8c26c", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103?package-id=9c313d1e5039930b", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103?package-id=31519f1d68104202", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008?package-id=dca2cc1b580d5f6d", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008?package-id=1b5b46caddb95fd7", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008?package-id=f6c7cf7fcbe28144", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001?package-id=4a7fe54b7276214a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001?package-id=80e4f418fd91e575", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "13.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:13.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001?package-id=a61edbe0a8bef9f9", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001?package-id=f3d2a6537c6a5dd5", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SmtpService.Application@21.8.0.0?package-id=a64e2dfcff322e00", + "type": "library", + "name": "NationalInstruments.SmtpService.Application", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SmtpService.Application:NationalInstruments.SmtpService.Application:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SmtpService.Application@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SmtpService.Application.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SmtpService.Infrastructure@21.8.0.0?package-id=dee30d05c9c718ec", + "type": "library", + "name": "NationalInstruments.SmtpService.Infrastructure", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SmtpService.Infrastructure:NationalInstruments.SmtpService.Infrastructure:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SmtpService.Infrastructure@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SmtpService.Infrastructure.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SmtpService.Models@21.8.0.0?package-id=2892fcdd0cf33897", + "type": "library", + "name": "NationalInstruments.SmtpService.Models", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SmtpService.Models:NationalInstruments.SmtpService.Models:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SmtpService.Models@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SmtpService.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SmtpService.WebApi@21.8.0.0?package-id=aac2e8ae5dfac573", + "type": "library", + "name": "NationalInstruments.SmtpService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SmtpService.WebApi:NationalInstruments.SmtpService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SmtpService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SmtpService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0?package-id=e394aa093ceca7d2", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0?package-id=b4d6ef9a776f4d14", + "type": "library", + "name": "Swashbuckle.AspNetCore.Newtonsoft", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Newtonsoft:Swashbuckle.AspNetCore.Newtonsoft:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Newtonsoft.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@8.0.123.58001?package-id=0ef0e49d3445a1da", + "type": "library", + "name": "System", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System:System:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@8.0.123.58001?package-id=b58282324430cd1d", + "type": "library", + "name": "System.AppContext", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@8.0.123.58001?package-id=e13739b3f8cc6ea1", + "type": "library", + "name": "System.Buffers", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@8.0.123.58001?package-id=5eb93ee34a2af72a", + "type": "library", + "name": "System.Collections", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001?package-id=aa8584345f957e5b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@8.0.123.58001?package-id=b94472a12c4d7c49", + "type": "library", + "name": "System.Collections.Immutable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001?package-id=7fff50a7255cea2c", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@8.0.123.58001?package-id=96c7bd8f6398f9e2", + "type": "library", + "name": "System.Collections.Specialized", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@8.0.123.58001?package-id=877f2d36c325ef10", + "type": "library", + "name": "System.ComponentModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001?package-id=b18fdfabf7d0ef6a", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001?package-id=601a6e8435317404", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001?package-id=6c944b175d62e69a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001?package-id=9e319c453f1423e4", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001?package-id=0c9e48dc74d19c31", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@8.0.123.58001?package-id=5ac35d4a7367d816", + "type": "library", + "name": "System.Configuration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@8.0.123.58001?package-id=89457d1c7c511cf7", + "type": "library", + "name": "System.Console", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Console:System.Console:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@8.0.123.58001?package-id=d259a4ce3fa12653", + "type": "library", + "name": "System.Core", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Core:System.Core:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@8.0.123.58001?package-id=1266e35235718f01", + "type": "library", + "name": "System.Data", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data:System.Data:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@8.0.123.58001?package-id=e92c903774dec35c", + "type": "library", + "name": "System.Data.Common", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001?package-id=6e424fd8e2818211", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001?package-id=18f32fc9b113f3f4", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001?package-id=0635e4b864dd47fe", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001?package-id=b850d834e9f6d9d8", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103?package-id=f554cdb53c40fd1d", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001?package-id=51bee5a2c69ab281", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001?package-id=71ab6df877f0dfc0", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001?package-id=458281217897ef75", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001?package-id=8194dab95ed8cbc5", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001?package-id=fc2cc153b2063df4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001?package-id=34aa8baa82ea9c86", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001?package-id=559af732063280ee", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@8.0.123.58001?package-id=7cbd23658164f4ea", + "type": "library", + "name": "System.Drawing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001?package-id=221a40b91de8d075", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001?package-id=afad5ec6050a4e73", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@8.0.123.58001?package-id=91dba22e29e2c8cb", + "type": "library", + "name": "System.Formats.Asn1", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@8.0.123.58001?package-id=8173f9610bfb3a49", + "type": "library", + "name": "System.Formats.Tar", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@8.0.123.58001?package-id=518a373810401270", + "type": "library", + "name": "System.Globalization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001?package-id=edff0d2dd294163b", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001?package-id=6d9b6815b162adc5", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@8.0.123.58001?package-id=de785b26898680e4", + "type": "library", + "name": "System.IO", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO:System.IO:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@8.0.123.58001?package-id=310e01ed7a7de03a", + "type": "library", + "name": "System.IO.Compression", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001?package-id=6eff00bb5824935b", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001?package-id=63ef5990f10c0f1b", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001?package-id=5bf0ca8257144402", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@8.0.123.58001?package-id=7fa60455c54be79a", + "type": "library", + "name": "System.IO.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001?package-id=3fe9ce5c789189ba", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001?package-id=9bdf32d0a19363a2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001?package-id=8e242661438f7628", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001?package-id=c545a368f3c46006", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001?package-id=5ca7ac0f96864130", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001?package-id=a655843889925488", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@8.0.23.53103?package-id=c8bf62c6deec63f5", + "type": "library", + "name": "System.IO.Pipelines", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@8.0.123.58001?package-id=cd8d4d6b9d7a7dd0", + "type": "library", + "name": "System.IO.Pipes", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001?package-id=ec9b5622aab85981", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001?package-id=813157ac636ae9a8", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@8.0.123.58001?package-id=21b692cc853f8ae3", + "type": "library", + "name": "System.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@8.0.123.58001?package-id=adde9553e28b7667", + "type": "library", + "name": "System.Linq.Expressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@8.0.123.58001?package-id=edd4fc0497a5c7f8", + "type": "library", + "name": "System.Linq.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@8.0.123.58001?package-id=d1313bdd4c239e7e", + "type": "library", + "name": "System.Linq.Queryable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@8.0.123.58001?package-id=69a4b90b7d9ab3bb", + "type": "library", + "name": "System.Memory", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@8.0.123.58001?package-id=63b227e62b76d46d", + "type": "library", + "name": "System.Net", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net:System.Net:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@8.0.123.58001?package-id=dd6febd2eae1c679", + "type": "library", + "name": "System.Net.Http", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@8.0.123.58001?package-id=4bdec68e1065b571", + "type": "library", + "name": "System.Net.Http.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@8.0.123.58001?package-id=d36e329cc1c697ef", + "type": "library", + "name": "System.Net.HttpListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@8.0.123.58001?package-id=95ae4b1e6a8ca2c0", + "type": "library", + "name": "System.Net.Mail", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@8.0.123.58001?package-id=7cd0d4ea47f99f7a", + "type": "library", + "name": "System.Net.NameResolution", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001?package-id=35a4a5c3516fb6cc", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@8.0.123.58001?package-id=b454ce314dc7242c", + "type": "library", + "name": "System.Net.Ping", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@8.0.123.58001?package-id=43867234b2dac2f0", + "type": "library", + "name": "System.Net.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@8.0.123.58001?package-id=9796bbafe90c8797", + "type": "library", + "name": "System.Net.Quic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@8.0.123.58001?package-id=f7fc730081b8f576", + "type": "library", + "name": "System.Net.Requests", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@8.0.123.58001?package-id=59683f6c8e4cb820", + "type": "library", + "name": "System.Net.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001?package-id=9b7a4a834cf58a76", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@8.0.123.58001?package-id=7191f210c23c1eb1", + "type": "library", + "name": "System.Net.Sockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@8.0.123.58001?package-id=faca7bca16640050", + "type": "library", + "name": "System.Net.WebClient", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001?package-id=33fc1d8b4718cab5", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@8.0.123.58001?package-id=e1510bf731d553ee", + "type": "library", + "name": "System.Net.WebProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@8.0.123.58001?package-id=858fbab56e404242", + "type": "library", + "name": "System.Net.WebSockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001?package-id=dbaec552d266feab", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@8.0.123.58001?package-id=553bdb34660407a9", + "type": "library", + "name": "System.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001?package-id=2efac66a7159c802", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@8.0.123.58001?package-id=1748874a1023c048", + "type": "library", + "name": "System.ObjectModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=e75fbd2cd2c99f94", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001?package-id=7e9a6a1dd399a500", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@8.0.123.58001?package-id=6af37a18b6a55150", + "type": "library", + "name": "System.Private.Uri", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@8.0.123.58001?package-id=e799c5912afd9432", + "type": "library", + "name": "System.Private.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001?package-id=754df1961f8cfc16", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@8.0.123.58001?package-id=d7209956b2e5d6cc", + "type": "library", + "name": "System.Reflection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001?package-id=9233823e95e26ab7", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@8.0.123.58001?package-id=47c291aac49d84ed", + "type": "library", + "name": "System.Reflection.Emit", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001?package-id=e0c3a5596a65957d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001?package-id=05298fac10fbfdf0", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001?package-id=c61c0cf8c533517e", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001?package-id=b4754b9dcc1880ae", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001?package-id=2aedafc571bc0243", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001?package-id=50f0065c186edd7d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@8.0.123.58001?package-id=7e3f2133b0246905", + "type": "library", + "name": "System.Resources.Reader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001?package-id=cad508a508521d06", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@8.0.123.58001?package-id=92ae14b07a424f37", + "type": "library", + "name": "System.Resources.Writer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@8.0.123.58001?package-id=3488c7f0645126da", + "type": "library", + "name": "System.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001?package-id=6d34fbcdbdb437a6", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001?package-id=bb5f6a39077d4db7", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001?package-id=c45b987ab6136ca9", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@8.0.123.58001?package-id=af0444439a10f934", + "type": "library", + "name": "System.Runtime.Handles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001?package-id=c71c9bb43a0b2040", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001?package-id=b22ce455308244cc", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001?package-id=e99b2ad31798847a", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001?package-id=e4d3bf096ec0a995", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@8.0.123.58001?package-id=2aa27e86e57125a5", + "type": "library", + "name": "System.Runtime.Loader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001?package-id=cb43d95042faa608", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001?package-id=53965f0a72c16ad7", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001?package-id=b1a96cc8fb87874d", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001?package-id=94278018420c83df", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001?package-id=b7b8ac96b3232686", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001?package-id=9154cb3b41e11baf", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@8.0.123.58001?package-id=1f025bf4be394acc", + "type": "library", + "name": "System.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security:System.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@8.0.123.58001?package-id=8132816e6e17a865", + "type": "library", + "name": "System.Security.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@8.0.123.58001?package-id=5d891433f2c5edc5", + "type": "library", + "name": "System.Security.Claims", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@8.0.123.58001?package-id=3867e7f833059563", + "type": "library", + "name": "System.Security.Cryptography", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001?package-id=4d5592ac080a7760", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001?package-id=aefa1d10de61427e", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001?package-id=8561c448bf831ae5", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001?package-id=cbdaa84ef61eae6a", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001?package-id=5aafd5d811096c25", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103?package-id=51231efc738314c8", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001?package-id=5570f0279b68685c", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001?package-id=37dd2057b48956b3", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103?package-id=24092a75afebb26b", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@8.0.123.58001?package-id=708c573bc9534077", + "type": "library", + "name": "System.Security.Principal", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001?package-id=50a371c2b207a697", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@8.0.123.58001?package-id=a66e9ce67e121a8b", + "type": "library", + "name": "System.Security.SecureString", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001?package-id=4e34afb55836dc7f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@8.0.123.58001?package-id=52adb2167863adbc", + "type": "library", + "name": "System.ServiceProcess", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@8.0.123.58001?package-id=6edb09c4de918a1e", + "type": "library", + "name": "System.Text.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001?package-id=9af3d42c97f2a54a", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001?package-id=b36f215e49a21ee1", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001?package-id=ff188a8789533dc6", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@8.0.123.58001?package-id=0da2f0453b9f21aa", + "type": "library", + "name": "System.Text.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001?package-id=99e8fee216536c6a", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@8.0.123.58001?package-id=cdb1bfebaa2487de", + "type": "library", + "name": "System.Threading", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@8.0.123.58001?package-id=894a4e9e39257720", + "type": "library", + "name": "System.Threading.Channels", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001?package-id=f696bb947eaa4506", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103?package-id=de41e596cf791881", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@8.0.123.58001?package-id=ad8ac89b70a4e40b", + "type": "library", + "name": "System.Threading.Tasks", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001?package-id=71a8778c889d95f2", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001?package-id=d4df687ac783033f", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001?package-id=7be8ed61e90b7fa3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@8.0.123.58001?package-id=51e171ca5b88cf72", + "type": "library", + "name": "System.Threading.Thread", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001?package-id=088e28dc8e86df34", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@8.0.123.58001?package-id=afa4c4bbe567d62f", + "type": "library", + "name": "System.Threading.Timer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@8.0.123.58001?package-id=68d642835bea175f", + "type": "library", + "name": "System.Transactions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@8.0.123.58001?package-id=cfb224261fa01a39", + "type": "library", + "name": "System.Transactions.Local", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@8.0.123.58001?package-id=f5ee41453d9de871", + "type": "library", + "name": "System.ValueTuple", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@8.0.123.58001?package-id=00bb780f30159480", + "type": "library", + "name": "System.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web:System.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001?package-id=6ffdc1ad9890f638", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@8.0.123.58001?package-id=46589f025260c79c", + "type": "library", + "name": "System.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:8bca40ef8235e42ef98a9d8d75b3d52551aae24d2696ae4a1da390407982aeac" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@8.0.123.58001?package-id=6a82ab25a7f1d96b", + "type": "library", + "name": "System.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@8.0.123.58001?package-id=0da1bdf38c294ea8", + "type": "library", + "name": "System.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001?package-id=388f75cdc1b233a9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@8.0.123.58001?package-id=2ca7bc34ee358986", + "type": "library", + "name": "System.Xml.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@8.0.123.58001?package-id=05527c8b555de588", + "type": "library", + "name": "System.Xml.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@8.0.123.58001?package-id=7ad188a1b0693257", + "type": "library", + "name": "System.Xml.XPath", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001?package-id=daa9370932217230", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001?package-id=ea1ff717e29ad193", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001?package-id=5021d9fd5ed41c6b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@8.0.123.58001?package-id=d5f15d79e38f0016", + "type": "library", + "name": "WindowsBase", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@8.0.123.58001?package-id=318f23c94d9ff2f1", + "type": "library", + "name": "mscorlib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@8.0.123.58001?package-id=ec2e63288bc0254f", + "type": "library", + "name": "netstandard", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:netstandard:netstandard:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx.json new file mode 100644 index 00000000..eb4aded8 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-sysmgmtevent-0.10.14.syft.cdx.json @@ -0,0 +1,18021 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:f7285cd6-1b95-4e39-8aa2-ab6eff57df99", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:24-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "b004a62f138530ba", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/sysmgmtevent", + "version": "0.10.14" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=f9dd8d50d956f555", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=023cb9004f80cabf", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=4dfcb8d73504cf55", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=693f37f031ba3f65", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=fbc9913532e3aaa3", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=6f95927b5b2e714f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=def8de507a3a5c69", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=d3423a2ddaa8e5da", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=4fcbc0c342f31177", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a9b05fd4907c7d77", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=7326722aaeea777a", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=188e539f74b807a4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=5a125eb41d027eb9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=f2c7d946a2dc8b99", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=7befc219509c141c", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=296d59b5bb3bb676", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=920fd67714c8a536", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=d9c7253c319361d8", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=87335fe4c80ddd41", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=4e80ee92494bf7ac", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=eec5266b2244b908", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=bedb67104aca0226", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=ebf4ce4ca4609ae4", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=fb2f07dba5aa95bd", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=c076bfc1452772f2", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=cb1f1c07ff4412bf", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=9dfe13c4688c4a51", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=6a726f49ba761344", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=242e97c9338aa0eb", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=a506cea4310df337", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=5a9724fed3e507cb", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=f17384509ca326cb", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=229a61f2e5ac8c42", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=2a0ce24d13816b15", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=3952b3edce3c01e0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=f4eeafe296dc1143", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=7b23b28d8eecdc90", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=35f83464617f9d55", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=239fafc7db5ece29", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=545d7f4f87fe4347", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=9d92af2e710db840", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=af9e7ad0686f8ee7", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=f9de76b0fde963c0", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=32573555c776b92a", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=c7d61c2f93e13e57", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=57d15c2863c57743", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=be27de4081888518", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=aad462a41050308b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=78596278fedbb4a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=2d672c62f287cce1", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=2602b9e4e6b99ab1", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=cfe0f7a3a4199a25", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=c0cfaa1458831fba", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=59ff7ace44b93f0f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=4df9d8188e7c5713", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=1c173178ebe02f18", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=5b97b939dbb8c30d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=5310f064e3e25dfa", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=0df89fd86f99bad2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=8188c2b41a6ef41a", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=c540887d4f382ec4", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=f8f8a04b024d0ad6", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=f3ff87525983edba", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=86c23fc2279dca92", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=93b4f3f33aed5c61", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=9f5885c0c99d1376", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=043f732246a5717c", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=bcfbad243eeaadf7", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=d5884f2fb6441781", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=1d090b821f9e7e36", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=5a3a62274c85a4cd", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=8b02e276f66d0a97", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=676acb5b8bcad598", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=cce34d2a0faa0f79", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=4d8988838fe6bfc9", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=287656c39b4ae0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=2005c8d7b61033eb", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=42ec5df964e8b4cb", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=10a42b5122efb787", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=7c84dae3aa20e35b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ff8127248ed18735", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=45b4bc28449a238c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=93fcf6344595ea71", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=f682afe202757ea5", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=205f64afff4b8c1b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=054e931aea289462", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=032ff15fb2d69b35", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=e8497d7ce1149a89", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=bd5a553866414da9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=49506e1c13f11781", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=7142cc5813332d08", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=e3086a0f251ae598", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=c3221bee08b06645", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=7ead4649fa104912", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=cd1289f560f3a64e", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=16f48a339c5c754a", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=07774029d966331e", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=ecea4040b2dd7e83", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=8e218d709c8d87c4", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=99ad0539448cfd25", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=616271c432d834f6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=cd67517f4341e8fe", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=66db3d147e2c99b0", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=a37c648bdc81c3d9", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=cffbd38dcdcbc06b", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=888368e7e9386075", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=a4c96d66babfeab6", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=eb003835a7607773", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=d39af1985548fc44", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=83ad2fc4910c37e1", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=6b59919beb26dcae", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=9e9e65abb1a1e4f6", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=015884f17a1e0107", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=ea9914d158cbc00c", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=b9736e0c8a6f78a4", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=4c7af4024d1da61c", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=bb4dfc12d161bd56", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=0392dfb99a7b6555", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=364e7f8131bb1a57", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=11dba3bd4faef34f", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=99c423cea26dd262", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=12412e3a623115d4", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=3d783e9a09d10ba3", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=031ce866be1a4291", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=dba6883e4dcf30ca", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=fde365fe7f8889ce", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=18c48c2f2fcbf594", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=b7888857dc1049eb", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=55904db3dd1c2d4b", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=4db5591460e92143", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemsManagementEventService.WebApi@21.8.0.0?package-id=a53ef206d45e5ec8", + "type": "library", + "name": "NationalInstruments.SystemsManagementEventService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemsManagementEventService.WebApi:NationalInstruments.SystemsManagementEventService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemsManagementEventService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemsManagementEventService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=b48ac0a17149634e", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=dfd0fba6175d7a0f", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=881d637a17e0f2bd", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=737c9167c924fa79", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=66c651a2139f3d4d", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=bfd15e5083954765", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=6dd11b1565dc08b4", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=514a10b2458c6c9d", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=4f5d27096ed0f90c", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e60a032264865823", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=0d4f9620276796fb", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=a2cbc718b4a630f7", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=1dc63729770d2427", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=9a41e3a6ac59c003", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=9a65a36db6497e18", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=ba20ab8f4bf2574c", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=70be4a99f017db45", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=93dec632ac800c3c", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=31117f79f1ad68a9", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=10dd6654efbf526f", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=4f492e979047ebd1", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=dd0d28091cae3264", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=947115f143437031", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=68877c08c0dbae7e", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=d1e38fa27b2b0ad9", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=8cb228f004c42596", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=98e774e15111bca4", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=c0949af9f9747ff9", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=a28b9709b67e273b", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=5abcfb5be1514536", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=5b350a67111d3990", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=f835e2f60c6ff485", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=f202db43a3d231b0", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=48efffef410d9421", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=fb16ca050697555f", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=f687e6017e8f1ea4", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=038a1b80a3b807d4", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=eec7d2b3b3f41550", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=3e549fa7516844d2", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=5820450126b5bb94", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=0695e5cc00161ca5", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=6239ced0558ab62d", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=832fe6e383c06dc1", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=84144b03ea353acf", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=9c0024f4834522ca", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=9fcde3d11e2428dd", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=7d4c1592b0e7f0d2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=cc57cf30e6f7c0a7", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=70e7ac96c6751c39", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=8ff5e744358f2ab2", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=dc2652beb0743780", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=b1b3b5d9182cdfc6", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=28eebfbdded30604", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=b097a6ffa1937f01", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3b8320071f9240b4", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=6034eee78dd7b7eb", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=9bcc1ac297c316a8", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=b9566c6b2eae330f", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=88a0365eaa11e938", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=bca5c4ef21e1e4e5", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=04fc52a21f8569b2", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=801f0655e27acb58", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=53c2d9bc7bc60897", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=2c3d017458e1ed60", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=1c22da06ba938d42", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=121e9d32b17cddd5", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=314b40479ea4ad68", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=d4a4e0ecc1617a92", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=6ea6c2badc2bdd3e", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=24530280e73a293f", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=5868e6f58151fc5c", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=c236ed529b057fea", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=0f49fc198a4fc701", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=5026ef92489a7e61", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=3039251b2e68c839", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=207ff88c35f5fd8f", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=6da04917ee96215f", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=4dbff0cc204cb6d9", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=8435033f753779d6", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=70fc0bf3adc05da6", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=e3de12f4150b184f", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=853fb9814a15b8d6", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=bc949f1956cf5b4c", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=6362848fb6c507b1", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=84cff57285683348", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=4eeeaa8ba4336d51", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=ee634b5d56c6b1da", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=a8b6a0643557ce72", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=4059a52777f6cdd3", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=77095ccdd280f210", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=9c84b89edaec583d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=aa48c2abedf7c5cf", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=1d90e111f834cd46", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=e16122d130f99755", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=3b0220e4e9ad132b", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=55252e42bc5ab895", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=2abf921ee8c2361a", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=37329e5a8ae859ed", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=f8b153e1fa523517", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=c6de9cb2f22ea0a2", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=58ed2e351eb0032b", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=8faf22e30bd1930c", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=7fd84b94eff4f28b", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=cdcc5c8025b0c6a0", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=b71af51ce2d638dd", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=954a055cc18931da", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=b6e684aa5393544a", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=7c680b7398a9ead2", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=f5a81d5ef76a619f", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=df984b11b3325fc1", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=db80acbad75bf8aa", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=f98e8c2ca630f8dc", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=880c67f295ce9487", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=739b86972a8c2fc3", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=6149f6568b47016a", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=53528fdfa1e03f02", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=85e51f4277743092", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=bb2e2dbf6abdcd6a", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=151b037b1026baf8", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=18dcf94a9158a1be", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=93a1fe66b6b89f87", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=2730071219c526bd", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=1fe9160599e1b25e", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=01f1374ec950a573", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=adcd4542d4fc189c", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=2de2b819e4d6bbbb", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=4f478ebc419a1689", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=c474a1b08e7fab87", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=8bf282d862d3196f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=5ec38882a6e5497e", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=f502f1a12d0f07e7", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=eed608bcc199e9c3", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=915d6f4618815ba8", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=2edceec97012f577", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=d4ae9b075bfe53aa", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=7074fcc34b3225cf", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=ba4c469f2688d1a2", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=66c6b5da38c4663c", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=8c89233ee0edc354", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=4ca7b552319d2042", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=dd516adcfeb7eea6", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=38b436c5005ba77a", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=7568decf28eb34a3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=d7236223bcd574ed", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=8c0ea66dd01cb7c0", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=d040826f426a8185", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=095ab66f50e93289", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=7b7dbe23f741b174", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=22c7d08c97cdcff3", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=97ccae1be7511145", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=7609fa4158d25256", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=295f842889308ea9", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=0aeb64399b544d7e", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=60abbd04aa719e2d", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=0fe6694ab06f4183", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=f52002f4be72c8e6", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=4956d861d043ce78", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=1b2403607b482489", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=a18ec4b76256724e", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=8b710b9569c78338", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=5bbf30b8f6669f0c", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SystemsManagementEventService.Model@21.8.0.0?package-id=88af240f117067b0", + "type": "library", + "name": "SystemsManagementEventService.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:SystemsManagementEventService.Model:SystemsManagementEventService.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SystemsManagementEventService.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/SystemsManagementEventService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=1d5e2b6397f7132d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu2?arch=all&distro=ubuntu-20.04&package-id=1985435f994de36e", + "type": "library", + "publisher": "Ubuntu Core Developers ", + "name": "adduser", + "version": "3.118ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu2?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "624" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.0.10?arch=amd64&distro=ubuntu-20.04&package-id=aeb4ed31c7b45063", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.0.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.0.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.0.10?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4192" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@11ubuntu5.7?arch=amd64&distro=ubuntu-20.04&package-id=8778725c88b25174", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "11ubuntu5.7", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11ubuntu5.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@11ubuntu5.7?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11ubuntu5.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "392" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.47?arch=amd64&distro=ubuntu-20.04&package-id=172856358d758802", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.47", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "PD" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.47:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.47?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.47:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.0-6ubuntu1.2?arch=amd64&distro=ubuntu-20.04&package-id=f2c3acc4a4844b7a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.0-6ubuntu1.2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.0-6ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.0-6ubuntu1.2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1660" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.0.17?package-id=897d18240113a81a", + "type": "application", + "name": "bash", + "version": "5.0.17", + "cpe": "cpe:2.3:a:gnu:bash:5.0.17:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.0.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux%402.34-0.1ubuntu9.4&distro=ubuntu-20.04&package-id=e48d106c4248c848", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux%402.34-0.1ubuntu9.4&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "304" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.34-0.1ubuntu9.4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-2?arch=amd64&distro=ubuntu-20.04&package-id=115ab01358c154cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "195" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.20.04.1?arch=all&distro=ubuntu-20.04&package-id=125a1edc61a12216", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.20.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.20.04.1?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.30-3ubuntu2?arch=amd64&distro=ubuntu-20.04&package-id=d5a97f6395da38c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.30-3ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.30-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.30-3ubuntu2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7196" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.10.2-6?arch=amd64&distro=ubuntu-20.04&package-id=d0f0a76056548819", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.10.2-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.10.2-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.10.2-6?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "212" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.73?arch=all&distro=ubuntu-20.04&package-id=261aac7991bfa635", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.73", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.73:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.73?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "520" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@4.9.1?arch=amd64&distro=ubuntu-20.04&package-id=23f22ff23c540415", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "4.9.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.9.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@4.9.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.7-3?arch=amd64&distro=ubuntu-20.04&package-id=28f35f20ff5d1d3b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.7-3", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.7-3?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "532" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.19.7ubuntu3.2?arch=amd64&distro=ubuntu-20.04&package-id=82e1fb8153d48328", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.19.7ubuntu3.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.19.7ubuntu3.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.19.7ubuntu3.2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6741" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.45.5-2ubuntu1.1?arch=amd64&distro=ubuntu-20.04&package-id=624ac0813d539a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.45.5-2ubuntu1.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1491" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fdisk@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=5794daf07f073dfb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fdisk", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:fdisk:fdisk:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fdisk@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fdisk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fdisk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "506" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.7.0-1ubuntu1?arch=amd64&distro=ubuntu-20.04&package-id=4699926fa05357a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.7.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.7.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.7.0-1ubuntu1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "668" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-10-base@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=a0b919ecf1ed8939", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-10-base", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-10-base@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "271" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.19-3ubuntu2.2?arch=amd64&upstream=gnupg2&distro=ubuntu-20.04&package-id=233e62f309ad65e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.19-3ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.19-3ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.19-3ubuntu2.2?arch=amd64&upstream=gnupg2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "499" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.4-1?arch=amd64&distro=ubuntu-20.04&package-id=b0d2a1a568792869", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.4-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.4-1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-0ubuntu4.1?arch=amd64&distro=ubuntu-20.04&package-id=f2af0f7ad5349fad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-0ubuntu4.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-0ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-0ubuntu4.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23?arch=amd64&distro=ubuntu-20.04&package-id=062740953479e127", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/init-system-helpers@1.57?arch=all&distro=ubuntu-20.04&package-id=1009a88bca19889f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "init-system-helpers", + "version": "1.57", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.57:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.57?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.57:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.2.53-6?arch=amd64&upstream=acl&distro=ubuntu-20.04&package-id=5e27b97cb2c752ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.2.53-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.2.53-6?arch=amd64&upstream=acl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "70" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.0.10?arch=amd64&upstream=apt&distro=ubuntu-20.04&package-id=a9a09f6703eda67b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.0.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.0.10?arch=amd64&upstream=apt&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3328" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.4.48-5?arch=amd64&upstream=attr&distro=ubuntu-20.04&package-id=aa28b8df06944eb2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.4.48-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.4.48-5?arch=amd64&upstream=attr&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:2.8.5-2ubuntu6?arch=all&upstream=audit&distro=ubuntu-20.04&package-id=1011e9d494c068ed", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:2.8.5-2ubuntu6", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:2.8.5-2ubuntu6?arch=all&upstream=audit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "24" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:2.8.5-2ubuntu6?arch=amd64&upstream=audit&distro=ubuntu-20.04&package-id=bc2e58b9d3c8b8bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:2.8.5-2ubuntu6", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:2.8.5-2ubuntu6?arch=amd64&upstream=audit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=21ff84289fcc081c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "440" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-2?arch=amd64&upstream=bzip2&distro=ubuntu-20.04&package-id=f18c642cf94d0069", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-2?arch=amd64&upstream=bzip2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "99" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04&package-id=b6038e2c26b0d7bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.31-0ubuntu9.14", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-0ubuntu9.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3714" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04&package-id=b59ddf82c4af3923", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.31-0ubuntu9.14", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-0ubuntu9.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.31-0ubuntu9.14?arch=amd64&upstream=glibc&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13239" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.1build1?arch=amd64&upstream=libcap-ng&distro=ubuntu-20.04&package-id=ec8f6325a3bf5db6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.1build1?arch=amd64&upstream=libcap-ng&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=d8029cf1db8613e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.45.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.10-10ubuntu4?arch=amd64&upstream=libxcrypt&distro=ubuntu-20.04&package-id=8a4302e2e7027353", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.10-10ubuntu4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.10-10ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.10-10ubuntu4?arch=amd64&upstream=libxcrypt&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.6ubuntu2?arch=amd64&upstream=db5.3&distro=ubuntu-20.04&package-id=bc84b4da0031640d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.6ubuntu2", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.6ubuntu2?arch=amd64&upstream=db5.3&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1749" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.251ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-20.04&package-id=78bbe40d9c2ef9b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.251ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.251ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.251ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=b93222b439789034", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "540" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfdisk1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=47a208bc75a42a58", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfdisk1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfdisk1:libfdisk1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfdisk1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfdisk1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfdisk1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "549" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi7@3.3-4?arch=amd64&upstream=libffi&distro=ubuntu-20.04&package-id=432739c50e7fa62a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi7", + "version": "3.3-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi7@3.3-4?arch=amd64&upstream=libffi&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=70c987b131de6bc1", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.8.5-5ubuntu1.1?arch=amd64&distro=ubuntu-20.04&package-id=cf1d5ea2865ab84b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.8.5-5ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.5-5ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.8.5-5ubuntu1.1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1224" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.0+dfsg-4ubuntu0.1?arch=amd64&upstream=gmp&distro=ubuntu-20.04&package-id=88424ab3fef13f47", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.0+dfsg-4ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.0\\+dfsg-4ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.0+dfsg-4ubuntu0.1?arch=amd64&upstream=gmp&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "567" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.6.13-2ubuntu1.9?arch=amd64&upstream=gnutls28&distro=ubuntu-20.04&package-id=a3e333f5266cd5ed", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.6.13-2ubuntu1.9", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.6.13-2ubuntu1.9:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.6.13-2ubuntu1.9?arch=amd64&upstream=gnutls28&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2188" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.37-1?arch=amd64&upstream=libgpg-error&distro=ubuntu-20.04&package-id=e5b859b37c0cc9f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.37-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.37-1?arch=amd64&upstream=libgpg-error&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "176" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed5@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04&package-id=08d01b6597c3fe61", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed5", + "version": "3.5.1+really3.5.1-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed5:libhogweed5:3.5.1\\+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed5@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "237" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.2.0-2?arch=amd64&upstream=libidn2&distro=ubuntu-20.04&package-id=502623f7824bdd52", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.2.0-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.2.0-2?arch=amd64&upstream=libidn2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "216" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.2-2ubuntu0.20.04.1?arch=amd64&upstream=lz4&distro=ubuntu-20.04&package-id=62d3ed77b3cde187", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.2-2ubuntu0.20.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.2-2ubuntu0.20.04.1?arch=amd64&upstream=lz4&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "149" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.4-1ubuntu1.1?arch=amd64&upstream=xz-utils&distro=ubuntu-20.04&package-id=406c008b7cea1150", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.4-1ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.4-1ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.4-1ubuntu1.1?arch=amd64&upstream=xz-utils&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "267" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=f3612384134de7fe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "482" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=9b5406ad344006ae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "337" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=d9287e572fd19927", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "418" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle7@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04&package-id=fd3d31b0ab65fd6f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle7", + "version": "3.5.1+really3.5.1-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle7:libnettle7:3.5.1\\+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle7@3.5.1+really3.5.1-2ubuntu0.2?arch=amd64&upstream=nettle&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "396" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.23.20-1ubuntu0.1?arch=amd64&upstream=p11-kit&distro=ubuntu-20.04&package-id=1e9ce0f72d0c92c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.23.20-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.23.20-1ubuntu0.1?arch=amd64&upstream=p11-kit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1271" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=6605d3735438f9d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1166" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=ede74257cb77211e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "339" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.3.1-5ubuntu4.6?arch=all&upstream=pam&distro=ubuntu-20.04&package-id=dfc21dc6eed61f1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.3.1-5ubuntu4.6?arch=all&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "304" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04&package-id=e12906ffafa446e6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.3.1-5ubuntu4.6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.3.1-5ubuntu4.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.3.1-5ubuntu4.6?arch=amd64&upstream=pam&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "231" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.34-7ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-20.04&package-id=cbb0adfb8ce79ae4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.34-7ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.34-7ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.34-7ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "596" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-12ubuntu0.1?arch=amd64&upstream=pcre3&distro=ubuntu-20.04&package-id=28df348f627128bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-12ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-12ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-12ubuntu0.1?arch=amd64&upstream=pcre3&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "671" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.16-1ubuntu2.4?arch=amd64&upstream=procps&distro=ubuntu-20.04&package-id=13c12af4167c9fc5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.16-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.16-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.16-1ubuntu2.4?arch=amd64&upstream=procps&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "128" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.1-1ubuntu1~20.04.2?arch=amd64&upstream=libseccomp&distro=ubuntu-20.04&package-id=124fdcaa5560103e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.1-1ubuntu1~20.04.2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1ubuntu1\\~20.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.1-1ubuntu1~20.04.2?arch=amd64&upstream=libseccomp&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "152" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.0-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-20.04&package-id=ff315aaab3787fee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.0-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "202" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.0-1build2?arch=all&upstream=libsemanage&distro=ubuntu-20.04&package-id=79d3a035e61936d2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.0-1build2?arch=all&upstream=libsemanage&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage1@3.0-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-20.04&package-id=a1ad2cfc5b58d8c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage1", + "version": "3.0-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.0-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage1@3.0-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "305" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol1@3.0-1ubuntu0.1?arch=amd64&upstream=libsepol&distro=ubuntu-20.04&package-id=30503d75b66bc7d1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol1", + "version": "3.0-1ubuntu0.1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.0-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol1@3.0-1ubuntu0.1?arch=amd64&upstream=libsepol&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "734" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=ad8c131561ac55b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "338" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=42dfc2c9bd9328c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.45.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "108" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl1.1@1.1.1f-1ubuntu2.20?arch=amd64&upstream=openssl&distro=ubuntu-20.04&package-id=c4db35de42f94a94", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl1.1", + "version": "1.1.1f-1ubuntu2.20", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1f-1ubuntu2.20:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl1.1@1.1.1f-1ubuntu2.20?arch=amd64&upstream=openssl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4029" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04&package-id=afca99897c0479b6", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "10.5.0-1ubuntu1~20.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.5.0-1ubuntu1\\~20.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@10.5.0-1ubuntu1~20.04?arch=amd64&upstream=gcc-10&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2440" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04&package-id=ea08b903bc7ab09e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "245.4-4ubuntu3.22", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:245.4-4ubuntu3.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "878" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.16.0-2?arch=amd64&distro=ubuntu-20.04&package-id=06f035ccacd81fb8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.16.0-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.16.0-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=c095f83d4d980fcf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04&package-id=d1daa0a490ef7aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "245.4-4ubuntu3.22", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:245.4-4ubuntu3.22:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@245.4-4ubuntu3.22?arch=amd64&upstream=systemd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "340" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@0.9.10-2?arch=amd64&upstream=libunistring&distro=ubuntu-20.04&package-id=472966e2b126da76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "0.9.10-2", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@0.9.10-2?arch=amd64&upstream=libunistring&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1582" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=1bfd619d37a72c9e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.4+dfsg-3ubuntu0.1?arch=amd64&upstream=libzstd&distro=ubuntu-20.04&package-id=dddc0db7fec3681f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.4+dfsg-3ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.4\\+dfsg-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.4+dfsg-3ubuntu0.1?arch=amd64&upstream=libzstd&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "700" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04&package-id=9e5fc7058aafd121", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-1ubuntu5.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1ubuntu5.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "932" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04&package-id=93b8fc6a52f20206", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.45.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.45.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.45.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu2?arch=all&upstream=lsb&distro=ubuntu-20.04&package-id=f5d71dd169e20c7c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu2?arch=all&upstream=lsb&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-2?arch=amd64&distro=ubuntu-20.04&package-id=b43fb0ef60eec667", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-2?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04&package-id=fa57e2863fd3bef2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.34-0.1ubuntu9.4?arch=amd64&upstream=util-linux&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "434" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=c8d09f9a73635f97", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.2-0ubuntu2.1?arch=all&upstream=ncurses&distro=ubuntu-20.04&package-id=5b84c8af23e85a32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.2-0ubuntu2.1?arch=all&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "381" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04&package-id=4627210c0bed8f6f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.2-0ubuntu2.1", + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.2-0ubuntu2.1?arch=amd64&upstream=ncurses&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2-0ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "642" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=583d30327693b788", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:73a1fd33eb3db84088b7eb53172117fc2bee8294f7d4e6d17ab12eb1cc2cb1b3" + }, + { + "name": "syft:location:0:path", + "value": "/app/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.20?arch=amd64&distro=ubuntu-20.04&package-id=2644f107d997550f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "1.1.1f-1ubuntu2.20", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1f-1ubuntu2.20:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.20?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1256" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04&package-id=e82bb968a34aa0ec", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-1ubuntu5.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1ubuntu5.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-1ubuntu5.20.04.4?arch=amd64&upstream=shadow&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2669" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.30.0-9ubuntu0.5?arch=amd64&upstream=perl&distro=ubuntu-20.04&package-id=dc1a362ceb4e0662", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.30.0-9ubuntu0.5", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.30.0-9ubuntu0.5?arch=amd64&upstream=perl&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.30.0-9ubuntu0.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10791" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.16-1ubuntu2.4?arch=amd64&distro=ubuntu-20.04&package-id=63443b5277f295f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.16-1ubuntu2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.16-1ubuntu2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.16-1ubuntu2.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "816" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.7-1?arch=amd64&distro=ubuntu-20.04&package-id=42cf466bddcd8e29", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.7-1?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.12+nmu1?arch=all&distro=ubuntu-20.04&package-id=d568348b8cadd7b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.12+nmu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.12+nmu1?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.12\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@2.96-2.1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-20.04&package-id=9408a2cb119b60f5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "2.96-2.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@2.96-2.1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.30+dfsg-7ubuntu0.20.04.4?arch=amd64&distro=ubuntu-20.04&package-id=a04497124873f785", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.30+dfsg-7ubuntu0.20.04.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.30\\+dfsg-7ubuntu0.20.04.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.30+dfsg-7ubuntu0.20.04.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "884" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2020.02.11.4?arch=all&distro=ubuntu-20.04&package-id=85763052af554fad", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2020.02.11.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2020.02.11.4?arch=all&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.34-0.1ubuntu9.4?arch=amd64&distro=ubuntu-20.04&package-id=5f64056f2bb376a2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.34-0.1ubuntu9.4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.34-0.1ubuntu9.4?arch=amd64&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.34-0.1ubuntu9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4539" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu1.5?arch=amd64&upstream=zlib&distro=ubuntu-20.04&package-id=ea95497a625b16fc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu1.5", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu1.5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu1.5?arch=amd64&upstream=zlib&distro=ubuntu-20.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a03f09d212915b240e9d216069aba5652ed4765c7e4b098c65e71860d47b8e1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:019545ffc4003dd2ab96e0548cb48fb94210e72e175cb9f3eccdf3332e69724b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "20.04", + "description": "Ubuntu 20.04.6 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "20.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 20.04.6 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "focal" + }, + { + "name": "syft:distro:versionID", + "value": "20.04" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx.json new file mode 100644 index 00000000..3b2b0ff5 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-systemsmanagementservice-0.9.22.syft.cdx.json @@ -0,0 +1,19402 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:c416fc12-3160-4a2f-b9d5-edae4ebb786c", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:26-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "ec1b50a56c9d5092", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/systemsmanagementservice", + "version": "0.9.22" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/CsvHelper@30.0.1.0?package-id=9fa83eaad3c4df21", + "type": "library", + "name": "CsvHelper", + "version": "30.0.1.0", + "cpe": "cpe:2.3:a:CsvHelper:CsvHelper:30.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/CsvHelper@30.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/CsvHelper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DataStore@21.8.0.0?package-id=3c3d203220c3a6ff", + "type": "library", + "name": "DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:DataStore:DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=93fcf6344595ea71", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0?package-id=b4332d45a14a6226", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0?package-id=0d3c0704f75afe7a", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.1.0.0?package-id=d073bbda16b3ce7f", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.1.0.0?package-id=4c86fa9801f97d88", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus.RabbitMQ", + "version": "1.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus.RabbitMQ:NationalInstruments.SystemLink.EventBus.RabbitMQ:1.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus.RabbitMQ@1.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.RabbitMQ.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0?package-id=0cf9e6fe6bd082cb", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.1.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0?package-id=b677a8eebea190f0", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0?package-id=ce3fe274f1d99f69", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.3.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemsManagementService.Infrastructure@21.8.0.0?package-id=7ec3e6cf4377ee0c", + "type": "library", + "name": "NationalInstruments.SystemsManagementService.Infrastructure", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemsManagementService.Infrastructure:NationalInstruments.SystemsManagementService.Infrastructure:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemsManagementService.Infrastructure@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemsManagementService.Infrastructure.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemsManagementService.Model@21.8.0.0?package-id=5733c5abe34c4803", + "type": "library", + "name": "NationalInstruments.SystemsManagementService.Model", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemsManagementService.Model:NationalInstruments.SystemsManagementService.Model:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemsManagementService.Model@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemsManagementService.Model.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemsManagementService.WebApi@21.8.0.0?package-id=2224a2bfc3433287", + "type": "library", + "name": "NationalInstruments.SystemsManagementService.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemsManagementService.WebApi:NationalInstruments.SystemsManagementService.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemsManagementService.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemsManagementService.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Extensions.Http@3.0.0.0?package-id=03793d55956b9ebb", + "type": "library", + "name": "Polly.Extensions.Http", + "version": "3.0.0.0", + "cpe": "cpe:2.3:a:Polly.Extensions.Http:Polly.Extensions.Http:3.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Extensions.Http@3.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SSH.NET@2020.0.2?package-id=507db590606451ca", + "type": "library", + "name": "SSH.NET", + "version": "2020.0.2", + "cpe": "cpe:2.3:a:SSH.NET:SSH.NET:2020.0.2:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SSH.NET@2020.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Renci.SshNet.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SshNet.Security.Cryptography%20for%20.NET%20Standard@1.3.0?package-id=c3934d53e4dc6b5d", + "type": "library", + "name": "SshNet.Security.Cryptography for .NET Standard", + "version": "1.3.0", + "cpe": "cpe:2.3:a:SshNet.Security.Cryptography_for_.NET_Standard:SshNet.Security.Cryptography_for_.NET_Standard:1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SshNet.Security.Cryptography%20for%20.NET%20Standard@1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/SshNet.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e7666e064e5788a8c3aad810914b6a6f2d2d4486bdd262775b94021a59fa9b58" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-systemsui-0.10.71.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-systemsui-0.10.71.syft.cdx.json new file mode 100644 index 00000000..66a27a37 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-systemsui-0.10.71.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:45c23f53-626a-4a04-8044-e3bd3df77247", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:55-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "50e80a2914c4dc8b", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/systemsui", + "version": "0.10.71" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-tagsui-0.5.28.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-tagsui-0.5.28.syft.cdx.json new file mode 100644 index 00000000..308d4003 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-tagsui-0.5.28.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:1707d356-bd5c-4572-bacf-12185aa1f6bb", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:00-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "1e34e86aef403fcc", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/tagsui", + "version": "0.5.28" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-testinsightsui-0.9.71.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-testinsightsui-0.9.71.syft.cdx.json new file mode 100644 index 00000000..2c8221df --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-testinsightsui-0.9.71.syft.cdx.json @@ -0,0 +1,1879 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:25de8040-12bd-4feb-b391-91e60dbb45c9", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:57-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "1fc983f0342b4164", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/testinsightsui", + "version": "0.9.71" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3d49ee199a5cb2b4cc307d0fdeef73552bd721f04ebdc2686acaab0f8c61b5e7" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-testmonitorservice-0.18.16.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-testmonitorservice-0.18.16.syft.cdx.json new file mode 100644 index 00000000..5366b337 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-testmonitorservice-0.18.16.syft.cdx.json @@ -0,0 +1,20128 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:f02d8dce-baa3-4d6c-bc69-d4219c921806", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:38:12-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "6cae7f253b4a5c2c", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/testmonitorservice", + "version": "0.18.16" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AutoMapper@12.0.1.0?package-id=e764ca892d6a409d", + "type": "library", + "name": "AutoMapper", + "version": "12.0.1.0", + "cpe": "cpe:2.3:a:AutoMapper:AutoMapper:12.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper@12.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0?package-id=778ac2feba1fb20f", + "type": "library", + "name": "AutoMapper.Extensions.ExpressionMapping", + "version": "6.0.4.0", + "cpe": "cpe:2.3:a:AutoMapper.Extensions.ExpressionMapping:AutoMapper.Extensions.ExpressionMapping:6.0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AutoMapper.Extensions.ExpressionMapping@6.0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/AutoMapper.Extensions.ExpressionMapping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Confluent.Kafka@2.2.0.0?package-id=e357954259975772", + "type": "library", + "name": "Confluent.Kafka", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:Confluent.Kafka:Confluent.Kafka:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Confluent.Kafka@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Confluent.Kafka.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/CsvHelper@30.0.1.0?package-id=9fa83eaad3c4df21", + "type": "library", + "name": "CsvHelper", + "version": "30.0.1.0", + "cpe": "cpe:2.3:a:CsvHelper:CsvHelper:30.0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/CsvHelper@30.0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/CsvHelper.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.4.0.0?package-id=ce0d5e145c3de171", + "type": "library", + "name": "DnsClient", + "version": "1.4.0.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/EFCore.NamingConventions@6.0.0.0?package-id=44d85711f60dba57", + "type": "library", + "name": "EFCore.NamingConventions", + "version": "6.0.0.0", + "cpe": "cpe:2.3:a:EFCore.NamingConventions:EFCore.NamingConventions:6.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/EFCore.NamingConventions@6.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/EFCore.NamingConventions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727?package-id=8a89eabb88e5d57d", + "type": "library", + "name": "Json.NET BSON .NET Standard 2.0", + "version": "1.0.2.22727", + "cpe": "cpe:2.3:a:Json.NET_BSON_.NET_Standard_2.0:Json.NET_BSON_.NET_Standard_2.0:1.0.2.22727:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MessageBus@21.8.0.7008?package-id=3355d297ec86371e", + "type": "library", + "name": "MessageBus", + "version": "21.8.0.7008", + "cpe": "cpe:2.3:a:MessageBus:MessageBus:21.8.0.7008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MessageBus@21.8.0.7008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.MessageBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506?package-id=359b2ed77935f832", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506?package-id=4c6ffa2aa258b6ec", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506?package-id=647e29c39e28ee81", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506?package-id=9d33a987cdc3a07e", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506?package-id=2a18bc313cd5c095", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506?package-id=c5947a27be35ac57", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506?package-id=859923990651dece", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506?package-id=dfa6698a58a22b9f", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506?package-id=e9ce6af2fe50122d", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506?package-id=a8c84cdbc2348cab", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506?package-id=93273af5be3eb683", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506?package-id=bee3b6b3fe0d3276", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506?package-id=193ba55effad7cc6", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506?package-id=8869dd3304011824", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506?package-id=c0b21e73b9aac68e", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506?package-id=68e958b464023dd1", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506?package-id=998fb731bb75fed1", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506?package-id=2cd4641582621e97", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506?package-id=f415c0a72cd938a9", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506?package-id=249033468d7aba97", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506?package-id=34e2efb61631bbaa", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506?package-id=f192eb38401e4988", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506?package-id=514a391e3b6f87f3", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506?package-id=51c7d6e3d4a17e8d", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506?package-id=98e5b8c1fe5768fa", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506?package-id=7026e0777e1fe811", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506?package-id=bfc2590b1e93302f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506?package-id=827b047bb86d5e44", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506?package-id=7cd6922f9cbb2fba", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506?package-id=9c110727f910765a", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506?package-id=e6262df899179ae3", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506?package-id=baa55566c189daf9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506?package-id=196dda1a2efb931f", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506?package-id=b580be9136b870b0", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506?package-id=04c3a71b18056602", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506?package-id=a6b771c457c4a8fa", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506?package-id=a7537006be1a10e9", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506?package-id=a969a11ba6f43680", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506?package-id=a5c0c8152d6fd47b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506?package-id=7bbdfb2df2331300", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506?package-id=6c09d0e0a21b544c", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@6.0.2623.60506?package-id=37d1337cf6034d39", + "type": "library", + "name": "Microsoft.AspNetCore.JsonPatch", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.JsonPatch:Microsoft.AspNetCore.JsonPatch:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.JsonPatch.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506?package-id=857eedd5c9e8e229", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506?package-id=5361ec8c29f28bf6", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506?package-id=f38fb1c3ad3b46b0", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506?package-id=a7fac2277f84e6d4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506?package-id=6aeab6490c30b78e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506?package-id=8a0facacbbf6e1d2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506?package-id=15feedbea5b4e417", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506?package-id=f2b12dcd8c51118f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506?package-id=14993790a31364bc", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506?package-id=c52159f644bd2f92", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506?package-id=4d3fdedc3a3ca989", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506?package-id=04df026a3d8258a6", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@6.0.2623.60506?package-id=00f855d75a849ef3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.NewtonsoftJson", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.NewtonsoftJson:Microsoft.AspNetCore.Mvc.NewtonsoftJson:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506?package-id=4a66391144aad690", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506?package-id=34e7cdbf2b5da88b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506?package-id=b709bdc4b6f76701", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506?package-id=255ec2df848c588b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506?package-id=cdd58888c3d9fa33", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506?package-id=dbcc62e1d3186b44", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506?package-id=d74264c3ed687528", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506?package-id=d4e4547137d69e8e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506?package-id=55f6c571e2f46d81", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506?package-id=d789a14a955e91b2", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506?package-id=b713ac07ff4f5af7", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506?package-id=876d48ee6dee91f4", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506?package-id=2841365f42c8b324", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506?package-id=55ea6250b8f60633", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506?package-id=195ea407585645a5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506?package-id=0638e706b36975e8", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506?package-id=bc577e07005d240f", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506?package-id=1a6a8baa48371bc5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506?package-id=72018510f0c29495", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506?package-id=24f48c2073c0944d", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506?package-id=b3e35d71c2c5c330", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506?package-id=3e4eb59384eefcb5", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506?package-id=1e41b26f72aa48f4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506?package-id=d231fd23de628bf3", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506?package-id=537de1b6315aaafc", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506?package-id=325d63606413bb19", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506?package-id=43251ca0ea3c590b", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508?package-id=ad4f692277aab40a", + "type": "library", + "name": "Microsoft.CSharp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.EntityFrameworkCore@6.0.2623.57013?package-id=1f115085e3406434", + "type": "library", + "name": "Microsoft.EntityFrameworkCore", + "version": "6.0.2623.57013", + "cpe": "cpe:2.3:a:Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore:6.0.2623.57013:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.EntityFrameworkCore@6.0.2623.57013", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.EntityFrameworkCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.EntityFrameworkCore.Abstractions@6.0.2623.57013?package-id=b4157e239dcdfffb", + "type": "library", + "name": "Microsoft.EntityFrameworkCore.Abstractions", + "version": "6.0.2623.57013", + "cpe": "cpe:2.3:a:Microsoft.EntityFrameworkCore.Abstractions:Microsoft.EntityFrameworkCore.Abstractions:6.0.2623.57013:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.EntityFrameworkCore.Abstractions@6.0.2623.57013", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.EntityFrameworkCore.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.EntityFrameworkCore.Relational@6.0.2623.57013?package-id=6bb0c4784fb00a18", + "type": "library", + "name": "Microsoft.EntityFrameworkCore.Relational", + "version": "6.0.2623.57013", + "cpe": "cpe:2.3:a:Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Relational:6.0.2623.57013:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.EntityFrameworkCore.Relational@6.0.2623.57013", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.EntityFrameworkCore.Relational.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210?package-id=36d67df6bfda9e89", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=93fcf6344595ea71", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406?package-id=26585395218ef4f6", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309?package-id=7da87816242435db", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "6.0.322.12309", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:6.0.322.12309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@6.0.322.12309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210?package-id=90c7883cd6f39dc4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210?package-id=7e47ba53d2aa818b", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210?package-id=82b6855d1ab02537", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406?package-id=ee1d1592a0c6a05c", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210?package-id=29bbb0e3a727c276", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210?package-id=b5fe44e9212b7c45", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210?package-id=545b727f56e41c26", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506?package-id=8005977fb926c01d", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406?package-id=76c4d76c392c4ce9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210?package-id=46783a592add3482", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=cd1289f560f3a64e", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605?package-id=69f49c9f99f0f9cd", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "6.0.1022.47605", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:6.0.1022.47605:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@6.0.1022.47605", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210?package-id=afc1eea1a9e075e9", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506?package-id=4439c67f7432dd10", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506?package-id=98b5c47c26dea417", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506?package-id=5cea68252912458b", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210?package-id=c5bdda1f779b2816", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210?package-id=1a4de241b56bcd66", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506?package-id=84706e069eb2217b", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210?package-id=1141070e6abbc2e6", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210?package-id=dd49e749d6d06442", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406?package-id=45f1da0c00ebea30", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "6.0.222.6406", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:6.0.222.6406:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@6.0.222.6406", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210?package-id=be212da2794a5785", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210?package-id=fa07a962194910a5", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506?package-id=644655d0870aa070", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506?package-id=c142373119d98f87", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506?package-id=a491e36a96026983", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506?package-id=00b6400e7a546214", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210?package-id=7e6d857515e4bfa3", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=f8f31fd1c319dcd5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907?package-id=cf606f37843ee4b5", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210?package-id=a4225c9070de0437", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210?package-id=2121f6c229c56e9a", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210?package-id=91c810161444253b", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210?package-id=436756fa895a9b60", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210?package-id=7903a259472585ca", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210?package-id=5ffc68923cd2b5ed", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506?package-id=b269d94441a21b5b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210?package-id=9b56fd66365fdf71", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210?package-id=b5f565689e37b940", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210?package-id=c9240ca9f9832f5c", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210?package-id=2f5d19a58b426357", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506?package-id=e741f0290f8c40c6", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506?package-id=cb97248a0d6d76be", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506?package-id=6593b43b3a4b07bc", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "6.0.2623.60506", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:6.0.2623.60506:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@6.0.2623.60506", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508?package-id=76e9ec25f126541a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508?package-id=8e646654b66f37ea", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "11.100.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:11.100.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@11.100.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508?package-id=fe43680cb2b31a4f", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508?package-id=2d7b2ebf6a7da0b8", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc?package-id=f27bbf195c4564be", + "type": "library", + "name": "Microsoft® C Runtime Library", + "version": "14.29.30040.0 built by: vcwrkspc", + "purl": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/msvcp140.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc?package-id=e6b8d45cd88d3c52", + "type": "library", + "name": "Microsoft® C Runtime Library", + "version": "14.29.30040.0 built by: vcwrkspc", + "purl": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/vcruntime140.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc?package-id=b099c40526d046a0", + "type": "library", + "name": "Microsoft® C Runtime Library", + "version": "14.29.30040.0 built by: vcwrkspc", + "purl": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/msvcp140.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc?package-id=3149cbbd5787ba14", + "type": "library", + "name": "Microsoft® C Runtime Library", + "version": "14.29.30040.0 built by: vcwrkspc", + "purl": "pkg:nuget/Microsoft%C2%AE%20C%20Runtime%20Library@14.29.30040.0%20built%20by:%20vcwrkspc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/vcruntime140.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.14.1.0?package-id=7a524e1e94ce5156", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.14.1.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.14.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.14.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.14.1.0?package-id=4f9bb21733a84048", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.14.1.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.14.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.14.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.14.1.0?package-id=fef0b15e91357e7e", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.14.1.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.14.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.14.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.3.0.0?package-id=5129a262519ffbef", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NLog%20for%20NetStandard%202.0@4.7.15.867?package-id=bb18e0d18cbf5868", + "type": "library", + "name": "NLog for NetStandard 2.0", + "version": "4.7.15.867", + "cpe": "cpe:2.3:a:NLog_for_NetStandard_2.0:NLog_for_NetStandard_2.0:4.7.15.867:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NLog%20for%20NetStandard%202.0@4.7.15.867", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0?package-id=e394aa093ceca7d2", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.TestMonitor@21.8.0.0?package-id=1aa398b8f064d70f", + "type": "library", + "name": "NationalInstruments.TestMonitor", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.TestMonitor:NationalInstruments.TestMonitor:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.TestMonitor@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.TestMonitor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.TestMonitor.WebApi@21.8.0.0?package-id=84a7f0cc81719e65", + "type": "library", + "name": "NationalInstruments.TestMonitor.WebApi", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.TestMonitor.WebApi:NationalInstruments.TestMonitor.WebApi:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.TestMonitor.WebApi@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.TestMonitor.WebApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Npgsql@6.0.10.0?package-id=b3005f3a012f6dfd", + "type": "library", + "name": "Npgsql", + "version": "6.0.10.0", + "cpe": "cpe:2.3:a:Npgsql:Npgsql:6.0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Npgsql@6.0.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Npgsql.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Npgsql.EntityFrameworkCore.PostgreSQL@6.0.22.0?package-id=8b6caebc4892ce08", + "type": "library", + "name": "Npgsql.EntityFrameworkCore.PostgreSQL", + "version": "6.0.22.0", + "cpe": "cpe:2.3:a:Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL:6.0.22.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Npgsql.EntityFrameworkCore.PostgreSQL@6.0.22.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Npgsql.EntityFrameworkCore.PostgreSQL.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenSSL%20library@3.0.8?package-id=7b84ba9ca7104917", + "type": "library", + "name": "OpenSSL library", + "version": "3.0.8", + "cpe": "cpe:2.3:a:OpenSSL_library:OpenSSL_library:3.0.8:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenSSL%20library@3.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/libcrypto-3-x64.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenSSL%20library@3.0.8?package-id=7df982c9bae4eb40", + "type": "library", + "name": "OpenSSL library", + "version": "3.0.8", + "cpe": "cpe:2.3:a:OpenSSL_library:OpenSSL_library:3.0.8:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenSSL%20library@3.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/libssl-3-x64.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenSSL%20library@3.0.8?package-id=8ba175b912821a09", + "type": "library", + "name": "OpenSSL library", + "version": "3.0.8", + "cpe": "cpe:2.3:a:OpenSSL_library:OpenSSL_library:3.0.8:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenSSL%20library@3.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/libcrypto-3.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenSSL%20library@3.0.8?package-id=fc1a57b41a8d7c23", + "type": "library", + "name": "OpenSSL library", + "version": "3.0.8", + "cpe": "cpe:2.3:a:OpenSSL_library:OpenSSL_library:3.0.8:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenSSL%20library@3.0.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/libssl-3.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SkylineMessageLibrary@21.8.0.7008?package-id=c09ed14d0c6ad796", + "type": "library", + "name": "SkylineMessageLibrary", + "version": "21.8.0.7008", + "cpe": "cpe:2.3:a:SkylineMessageLibrary:SkylineMessageLibrary:21.8.0.7008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SkylineMessageLibrary@21.8.0.7008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SkylineMessageLibrary.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SkylineShared@21.8.0.7008?package-id=c997bf6f8e53c2b1", + "type": "library", + "name": "SkylineShared", + "version": "21.8.0.7008", + "cpe": "cpe:2.3:a:SkylineShared:SkylineShared:21.8.0.7008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SkylineShared@21.8.0.7008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SkylineShared.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SkylineUtilities@21.8.0.7008?package-id=6967a12aa025c9c8", + "type": "library", + "name": "SkylineUtilities", + "version": "21.8.0.7008", + "cpe": "cpe:2.3:a:SkylineUtilities:SkylineUtilities:21.8.0.7008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SkylineUtilities@21.8.0.7008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SkylineUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappy%20is%20a%20compression%20algorithm%20reaching%20over%20250MB/s%20compression%20and%20500MB/s%20decompression%20speeds@1.1.1.7?package-id=309ba6d0494b3b27", + "type": "library", + "name": "Snappy is a compression algorithm reaching over 250MB/s compression and 500MB/s decompression speeds", + "version": "1.1.1.7", + "cpe": "cpe:2.3:a:Snappy_is_a_compression_algorithm_reaching_over_250MB\\/s_compression_and_500MB\\/s_decompression_speeds:Snappy_is_a_compression_algorithm_reaching_over_250MB\\/s_compression_and_500MB\\/s_decompression_speeds:1.1.1.7:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappy%20is%20a%20compression%20algorithm%20reaching%20over%20250MB/s%20compression%20and%20500MB/s%20decompression%20speeds@1.1.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/native/snappy32.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappy%20is%20a%20compression%20algorithm%20reaching%20over%20250MB/s%20compression%20and%20500MB/s%20decompression%20speeds@1.1.1.7?package-id=02fbea0dbf84b8f1", + "type": "library", + "name": "Snappy is a compression algorithm reaching over 250MB/s compression and 500MB/s decompression speeds", + "version": "1.1.1.7", + "cpe": "cpe:2.3:a:Snappy_is_a_compression_algorithm_reaching_over_250MB\\/s_compression_and_500MB\\/s_decompression_speeds:Snappy_is_a_compression_algorithm_reaching_over_250MB\\/s_compression_and_500MB\\/s_decompression_speeds:1.1.1.7:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappy%20is%20a%20compression%20algorithm%20reaching%20over%20250MB/s%20compression%20and%20500MB/s%20decompression%20speeds@1.1.1.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/native/snappy64.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@6.0.2623.60508?package-id=86a4bd745dcbf454", + "type": "library", + "name": "System", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System:System:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@6.0.2623.60508?package-id=adbabe55f956561c", + "type": "library", + "name": "System.AppContext", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@6.0.2623.60508?package-id=dca270feed30699b", + "type": "library", + "name": "System.Buffers", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@6.0.2623.60508?package-id=4db5015494699795", + "type": "library", + "name": "System.Collections", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508?package-id=fb4e8f8ebc29382b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508?package-id=2adb0acdd0629305", + "type": "library", + "name": "System.Collections.Immutable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508?package-id=a8f05cd18cae0dd8", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508?package-id=0535657cbe585d44", + "type": "library", + "name": "System.Collections.Specialized", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@6.0.2623.60508?package-id=46e37c5cf7047b53", + "type": "library", + "name": "System.ComponentModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508?package-id=e7ce09797f131835", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Composition@4.6.26515.06?package-id=be7bd12fb2c34d2c", + "type": "library", + "name": "System.ComponentModel.Composition", + "version": "4.6.26515.06", + "cpe": "cpe:2.3:a:System.ComponentModel.Composition:System.ComponentModel.Composition:4.6.26515.06:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Composition@4.6.26515.06", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.ComponentModel.Composition.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508?package-id=a74d9e9f99698b63", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508?package-id=35ebd82d4784d11a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508?package-id=0ee97e544c90ca78", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508?package-id=e46124f6bac3ffe7", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@6.0.2623.60508?package-id=4afa874d72d3309b", + "type": "library", + "name": "System.Configuration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@6.0.2623.60508?package-id=f8107e87bf2e03bc", + "type": "library", + "name": "System.Console", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Console:System.Console:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@6.0.2623.60508?package-id=73439be65e741d69", + "type": "library", + "name": "System.Core", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Core:System.Core:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@6.0.2623.60508?package-id=39c2571c849e20e5", + "type": "library", + "name": "System.Data", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data:System.Data:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@6.0.2623.60508?package-id=2f5d81dec69437ea", + "type": "library", + "name": "System.Data.Common", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508?package-id=1cef762005883bef", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508?package-id=546f022b97e80895", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508?package-id=0d3ae6928e2ab0d6", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508?package-id=9d1a7459c64523f7", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805?package-id=fe2e474567bd80b6", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210?package-id=27cd4923915121c8", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508?package-id=2f9df97ad6c45527", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508?package-id=83dfadeb07b8eeef", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508?package-id=e57f74d55c738a23", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508?package-id=0bda35eb76ed1830", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508?package-id=29a09e741429afe4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508?package-id=300924f0d902b747", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508?package-id=c759108cade6e20c", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@6.0.2623.60508?package-id=e0adab19fe505f9e", + "type": "library", + "name": "System.Drawing", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508?package-id=313348601d63459e", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508?package-id=32f8654bb17784f3", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508?package-id=01c546310a118485", + "type": "library", + "name": "System.Formats.Asn1", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@6.0.2623.60508?package-id=b9304dc931c8f19b", + "type": "library", + "name": "System.Globalization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508?package-id=b86eb043ec29da0c", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508?package-id=46ede090c6b0345e", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@6.0.2623.60508?package-id=7c9ea9e53eb8e613", + "type": "library", + "name": "System.IO", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO:System.IO:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@6.0.2623.60508?package-id=ee575c6ed9a80faa", + "type": "library", + "name": "System.IO.Compression", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508?package-id=017501b79a9c18f9", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508?package-id=67e05aeb81986b81", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508?package-id=b8c028eb06036426", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508?package-id=ea34019e25de620b", + "type": "library", + "name": "System.IO.FileSystem", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508?package-id=d7cc46952953e59c", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508?package-id=8f9fc4b86506624f", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508?package-id=384fdf0ee8cac65b", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508?package-id=aa19c7ae285933d4", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508?package-id=9c334c08a3105118", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508?package-id=6739d2bc2e88a7cf", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@6.0.522.21309?package-id=eda35cafb9a3c285", + "type": "library", + "name": "System.IO.Pipelines", + "version": "6.0.522.21309", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:6.0.522.21309:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@6.0.522.21309", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@6.0.2623.60508?package-id=89e0d21e115cff01", + "type": "library", + "name": "System.IO.Pipes", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508?package-id=62c289b5943c2fed", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508?package-id=3bc1f9a3e0e9b7cb", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@6.0.2623.60508?package-id=a31334917fd64d70", + "type": "library", + "name": "System.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508?package-id=6f74a2f3d48e71dd", + "type": "library", + "name": "System.Linq.Expressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508?package-id=aa0bc7af34c438fb", + "type": "library", + "name": "System.Linq.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508?package-id=954e6f0d7e9e3d93", + "type": "library", + "name": "System.Linq.Queryable", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@6.0.2623.60508?package-id=30f5c6ba04084f0c", + "type": "library", + "name": "System.Memory", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@6.0.2623.60508?package-id=970275b0a399b939", + "type": "library", + "name": "System.Net", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net:System.Net:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@6.0.2623.60508?package-id=39f1f261d32090e7", + "type": "library", + "name": "System.Net.Http", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508?package-id=71b26c05be476c27", + "type": "library", + "name": "System.Net.Http.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508?package-id=7b3a2a82f57c6b65", + "type": "library", + "name": "System.Net.HttpListener", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@6.0.2623.60508?package-id=8f625e17f6769c50", + "type": "library", + "name": "System.Net.Mail", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508?package-id=a6af6870409a2ed0", + "type": "library", + "name": "System.Net.NameResolution", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508?package-id=9e3ea93aea90bdfb", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@6.0.2623.60508?package-id=da28bbad3e648a72", + "type": "library", + "name": "System.Net.Ping", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@6.0.2623.60508?package-id=060493ea08f4c068", + "type": "library", + "name": "System.Net.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@6.0.2623.60508?package-id=247acd1bcb5a1a70", + "type": "library", + "name": "System.Net.Quic", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@6.0.2623.60508?package-id=6d46ac815916018a", + "type": "library", + "name": "System.Net.Requests", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@6.0.2623.60508?package-id=04f6e9d7fa8f4b5c", + "type": "library", + "name": "System.Net.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508?package-id=4b7b8610cf1d3b7c", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@6.0.2623.60508?package-id=2e5636f8b8333168", + "type": "library", + "name": "System.Net.Sockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@6.0.2623.60508?package-id=5a710220a7c1c8bb", + "type": "library", + "name": "System.Net.WebClient", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508?package-id=4249aafed586d68a", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508?package-id=25695d1dae284f15", + "type": "library", + "name": "System.Net.WebProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508?package-id=864068725cab08c1", + "type": "library", + "name": "System.Net.WebSockets", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508?package-id=83b61240d4616666", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@6.0.2623.60508?package-id=3ce154d6b4a7104a", + "type": "library", + "name": "System.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508?package-id=c44adc125a7da666", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@6.0.2623.60508?package-id=e0f3171cac973f87", + "type": "library", + "name": "System.ObjectModel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508?package-id=3394d6d929e6a943", + "type": "library", + "name": "System.Private.CoreLib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508?package-id=58568e94327a6c8f", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@6.0.2623.60508?package-id=ffd1321596a57944", + "type": "library", + "name": "System.Private.Uri", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@6.0.2623.60508?package-id=edfee9e8aa6420f2", + "type": "library", + "name": "System.Private.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508?package-id=b8485922abbd80b5", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@6.0.2623.60508?package-id=eac3d977396e2eba", + "type": "library", + "name": "System.Reflection", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508?package-id=be9c637bfac5f901", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508?package-id=bce067a0ee522145", + "type": "library", + "name": "System.Reflection.Emit", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508?package-id=ab8b947ba9c43e89", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508?package-id=1d353d23aff2c421", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508?package-id=2a58afaeaab83e7d", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508?package-id=b0169a7dc46e47cb", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508?package-id=77aaa207ffc9f5ce", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508?package-id=da8b55891369f46f", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@6.0.2623.60508?package-id=9622f58d57532809", + "type": "library", + "name": "System.Resources.Reader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508?package-id=3d7afc2ad268d9a6", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@6.0.2623.60508?package-id=8c15d98c07dc6b09", + "type": "library", + "name": "System.Resources.Writer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@6.0.2623.60508?package-id=eb86fada4905f1b3", + "type": "library", + "name": "System.Runtime", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508?package-id=945c169df0594a00", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508?package-id=9e50e399b16fcd8a", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508?package-id=a900bbbb3a58f7e0", + "type": "library", + "name": "System.Runtime.Handles", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508?package-id=1c5dc134bffe8db4", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508?package-id=870947d02f3efbe9", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508?package-id=f06babfdc2e94f17", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508?package-id=41efdffac57587c7", + "type": "library", + "name": "System.Runtime.Loader", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508?package-id=d110cace1c6cdd09", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508?package-id=e40f19deaff9d525", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508?package-id=d2c079edd2ec0658", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508?package-id=26c6ed6c5ea20dc6", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508?package-id=a1fa95baa27852b4", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508?package-id=4c5cd3fc3b96235c", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@6.0.2623.60508?package-id=cf775cb241da0da8", + "type": "library", + "name": "System.Security", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security:System.Security:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508?package-id=84512553411f45a8", + "type": "library", + "name": "System.Security.AccessControl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@6.0.2623.60508?package-id=838d89e5a85f4d09", + "type": "library", + "name": "System.Security.Claims", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508?package-id=21baf4d0e5697b76", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508?package-id=e30cf4e441c10ffb", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508?package-id=381e1ca5dd3a3668", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508?package-id=185558419e4492ac", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508?package-id=b7f3d53c6a97117a", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907?package-id=5bf5078ca38e077d", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "6.0.1823.26907", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:6.0.1823.26907:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@6.0.1823.26907", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508?package-id=5a60c483f7ce28e4", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508?package-id=6518efd0c4dd217f", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306?package-id=d7f5528acd1fde17", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "6.0.822.36306", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:6.0.822.36306:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@6.0.822.36306", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4640069d5b51d9ee84c59fb8bef84a913c37aac34b663125731154ac60a739ea" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.26/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@6.0.2623.60508?package-id=a332093a15be4ca5", + "type": "library", + "name": "System.Security.Principal", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508?package-id=1894ec88cf294216", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@6.0.2623.60508?package-id=6db4eeae30601473", + "type": "library", + "name": "System.Security.SecureString", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508?package-id=3475662f74d48984", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@6.0.2623.60508?package-id=3a1c67e401f53ffe", + "type": "library", + "name": "System.ServiceProcess", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@6.0.2623.60508?package-id=9f707c1666a46cdf", + "type": "library", + "name": "System.Text.Encoding", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508?package-id=daedc36ddf5f41fb", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508?package-id=00da0725b61fa9ef", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508?package-id=68238bb564ba9f71", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@6.0.2623.60508?package-id=c30f4f351dcb6f38", + "type": "library", + "name": "System.Text.Json", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508?package-id=4a5165f39176bc08", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@6.0.2623.60508?package-id=b65d0abeb4a45fe6", + "type": "library", + "name": "System.Threading", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@6.0.2623.60508?package-id=d2f7dbff785406e1", + "type": "library", + "name": "System.Threading.Channels", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@7.0.22.51805?package-id=d2e78114866f69fb", + "type": "library", + "name": "System.Threading.Channels", + "version": "7.0.22.51805", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:7.0.22.51805:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@7.0.22.51805", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508?package-id=b734a019f3731ae4", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508?package-id=33f0448933663348", + "type": "library", + "name": "System.Threading.Tasks", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508?package-id=5be1f09e08d64de9", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508?package-id=7a17834b94570667", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508?package-id=a669557d3ec0add5", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@6.0.2623.60508?package-id=1e92a9412cd58e84", + "type": "library", + "name": "System.Threading.Thread", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508?package-id=d057f1c3582186f6", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@6.0.2623.60508?package-id=188aec8a2784a0d1", + "type": "library", + "name": "System.Threading.Timer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@6.0.2623.60508?package-id=1a905e461228e3b6", + "type": "library", + "name": "System.Transactions", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@6.0.2623.60508?package-id=5cbefb0313158629", + "type": "library", + "name": "System.Transactions.Local", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@6.0.2623.60508?package-id=36cd7c40dbfc0494", + "type": "library", + "name": "System.ValueTuple", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@6.0.2623.60508?package-id=3bd1a8edb27ea224", + "type": "library", + "name": "System.Web", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web:System.Web:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508?package-id=d16e7eb4da22200f", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@6.0.2623.60508?package-id=b6a2e277e7550c93", + "type": "library", + "name": "System.Windows", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@6.0.2623.60508?package-id=f4190b42540281a2", + "type": "library", + "name": "System.Xml", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@6.0.2623.60508?package-id=4d8fbe92c8612621", + "type": "library", + "name": "System.Xml.Linq", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508?package-id=6160c021eea38c3f", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508?package-id=16c098cab99f9cdb", + "type": "library", + "name": "System.Xml.Serialization", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508?package-id=8f25c3643dc18f26", + "type": "library", + "name": "System.Xml.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@6.0.2623.60508?package-id=5407c55a6be3e398", + "type": "library", + "name": "System.Xml.XPath", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508?package-id=80d9f9c06f1aaf38", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508?package-id=2a4df07d356170a8", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508?package-id=3e354722f471f84b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@6.0.2623.60508?package-id=ceb808f59919f41d", + "type": "library", + "name": "WindowsBase", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Zstandard%20-%20Fast%20and%20efficient%20compression%20algorithm@1.5.2?package-id=b664fbb161d4cf26", + "type": "library", + "name": "Zstandard - Fast and efficient compression algorithm", + "version": "1.5.2", + "cpe": "cpe:2.3:a:Zstandard_-_Fast_and_efficient_compression_algorithm:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Zstandard%20-%20Fast%20and%20efficient%20compression%20algorithm@1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_-_Fast_and_efficient_compression_algorithm:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard___Fast_and_efficient_compression_algorithm:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard___Fast_and_efficient_compression_algorithm:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/zstd.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Zstandard%20-%20Fast%20and%20efficient%20compression%20algorithm@1.5.2?package-id=5b06c52e23196529", + "type": "library", + "name": "Zstandard - Fast and efficient compression algorithm", + "version": "1.5.2", + "cpe": "cpe:2.3:a:Zstandard_-_Fast_and_efficient_compression_algorithm:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Zstandard%20-%20Fast%20and%20efficient%20compression%20algorithm@1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_-_Fast_and_efficient_compression_algorithm:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard___Fast_and_efficient_compression_algorithm:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard___Fast_and_efficient_compression_algorithm:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_:Zstandard_-_Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Zstandard_:Zstandard___Fast_and_efficient_compression_algorithm:1.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/zstd.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11&package-id=4588ea2f069f7225", + "type": "library", + "publisher": "Debian Adduser Developers ", + "name": "adduser", + "version": "3.118+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/adduser@3.118+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "849" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11&package-id=35d8a2a477e2fc2f", + "type": "library", + "publisher": "APT Development Team ", + "name": "apt", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/apt@2.2.4?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4337" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11&package-id=f46ac45a04e9afa7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "base-files", + "version": "11.1+deb11u8", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@11.1+deb11u8?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:11.1\\+deb11u8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11&package-id=dadb9954548661a6", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.51", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.51:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-passwd@3.5.51?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11&package-id=e32e410796716c30", + "type": "library", + "publisher": "Matthias Klose ", + "name": "bash", + "version": "5.1-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bash@5.1-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6469" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11&package-id=4d5fea29af890d85", + "type": "library", + "publisher": "util-linux packagers ", + "name": "bsdutils", + "version": "1:2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/bsdutils@1:2.36.1-8+deb11u1?arch=amd64&upstream=util-linux%402.36.1-8+deb11u1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.36.1-8+deb11u1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11&package-id=02231bdef3b1d567", + "type": "library", + "publisher": "Julien Cristau ", + "name": "ca-certificates", + "version": "20210119", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20210119:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ca-certificates@20210119?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20210119:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11&package-id=daeac3deb7976b32", + "type": "library", + "publisher": "Michael Stone ", + "name": "coreutils", + "version": "8.32-4+b1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/coreutils@8.32-4+b1?arch=amd64&upstream=coreutils%408.32-4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17478" + }, + { + "name": "syft:metadata:source", + "value": "coreutils" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "8.32-4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11&package-id=8fbbfa5d1ef18185", + "type": "library", + "publisher": "Andrej Shadura ", + "name": "dash", + "version": "0.5.11+git20200708+dd9ef66-5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20200708\\+dd9ef66-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dash@0.5.11+git20200708+dd9ef66-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "221" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11&package-id=499becf1f8450136", + "type": "library", + "publisher": "Debconf Developers ", + "name": "debconf", + "version": "1.5.77", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.77:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debconf@1.5.77?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "517" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11&package-id=8dda7ff274dbc3f7", + "type": "library", + "publisher": "Debian Release Team ", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debian-archive-keyring@2021.1.1+deb11u1?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian-archive-keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:debian:debian_archive_keyring:2021.1.1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debian-archive-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "253" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11&package-id=97230e52d627b890", + "type": "library", + "publisher": "Clint Adams ", + "name": "debianutils", + "version": "4.11.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:4.11.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/debianutils@4.11.2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "230" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11&package-id=f6cf059ab218a6c7", + "type": "library", + "publisher": "Santiago Vila ", + "name": "diffutils", + "version": "1:3.7-5", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.7-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/diffutils@1:3.7-5?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1598" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11&package-id=821c8cf1c89d1119", + "type": "library", + "publisher": "Dpkg Developers ", + "name": "dpkg", + "version": "1.20.13", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.20.13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/dpkg@1.20.13?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6982" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11&package-id=221d43b05a961959", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "e2fsprogs", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/e2fsprogs@1.46.2-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1511" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11&package-id=59f9ee4984bb1663", + "type": "library", + "publisher": "Andreas Metzler ", + "name": "findutils", + "version": "4.8.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/findutils@4.8.0-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1959" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=41f61caa2a5d2eeb", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-10-base", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-10-base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-10-base@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10-base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10_base:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_10:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-10-base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_10_base:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-10-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "261" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11&package-id=a25a8593467edfe5", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "gcc-9-base", + "version": "9.3.0-22", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-9-base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gcc-9-base@9.3.0-22?arch=amd64&upstream=gcc-9&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9-base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9_base:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_9:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-9-base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_9_base:9.3.0-22:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-9-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-9-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "262" + }, + { + "name": "syft:metadata:source", + "value": "gcc-9" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11&package-id=9d0df76821246a9c", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "gpgv", + "version": "2.2.27-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gpgv@2.2.27-2+deb11u2?arch=amd64&upstream=gnupg2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "882" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11&package-id=2ff02cce94b6b786", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "grep", + "version": "3.6-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.6-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/grep@3.6-1+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1091" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11&package-id=cdfdefaaa0180f56", + "type": "library", + "publisher": "Milan Kupcevic ", + "name": "gzip", + "version": "1.10-4+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/gzip@1.10-4+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11&package-id=88c02b4510b4a43a", + "type": "library", + "publisher": "Michael Meskes ", + "name": "hostname", + "version": "3.23", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/hostname@3.23?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11&package-id=d003880cf06f980e", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "init-system-helpers", + "version": "1.60", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.60:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/init-system-helpers@1.60?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.60:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11&package-id=d504003f83bf71f7", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libacl1", + "version": "2.2.53-10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.2.53-10:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libacl1@2.2.53-10?arch=amd64&upstream=acl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11&package-id=c605daac13c1d326", + "type": "library", + "publisher": "APT Development Team ", + "name": "libapt-pkg6.0", + "version": "2.2.4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libapt-pkg6.0@2.2.4?arch=amd64&upstream=apt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3373" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11&package-id=82b9d53e3fe6ce31", + "type": "library", + "publisher": "Guillem Jover ", + "name": "libattr1", + "version": "1:2.4.48-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.4.48-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libattr1@1:2.4.48-6?arch=amd64&upstream=attr&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "56" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11&package-id=eb61ea42a078bb1f", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit-common", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit-common@1:3.0-2?arch=all&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11&package-id=b005ed7d4173130b", + "type": "library", + "publisher": "Laurent Bigonville ", + "name": "libaudit1", + "version": "1:3.0-2", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libaudit1@1:3.0-2?arch=amd64&upstream=audit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=bbd4a983a897a699", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libblkid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libblkid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "421" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11&package-id=627f07de0e482942", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-4?arch=amd64&upstream=bzip2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=cdfe2c4e41a7fa33", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc-bin", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.31-13\\+deb11u7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3733" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11&package-id=861d8c9342d05c93", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.31-13+deb11u7", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.31-13\\+deb11u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.31-13+deb11u7?arch=amd64&upstream=glibc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12834" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11&package-id=c227716485bb9f1a", + "type": "library", + "publisher": "Pierre Chifflier ", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcap-ng0@0.7.9-2.2+b1?arch=amd64&upstream=libcap-ng%400.7.9-2.2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.7.9-2.2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=c3e2285fd362b920", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.2-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11&package-id=4d32f8aeb497b2e2", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.18-4", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.18-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.18-4?arch=amd64&upstream=libxcrypt&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:nuget/libcurl%20Shared%20Library@7.86.0-DEV?package-id=68cde7cdf36b55b5", + "type": "library", + "name": "libcurl Shared Library", + "version": "7.86.0-DEV", + "cpe": "cpe:2.3:a:libcurl_Shared_Library:libcurl_Shared_Library:7.86.0-DEV:*:*:*:*:*:*:*", + "purl": "pkg:nuget/libcurl%20Shared%20Library@7.86.0-DEV", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/libcurl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/libcurl%20Shared%20Library@7.86.0-DEV?package-id=5675595805cc9d05", + "type": "library", + "name": "libcurl Shared Library", + "version": "7.86.0-DEV", + "cpe": "cpe:2.3:a:libcurl_Shared_Library:libcurl_Shared_Library:7.86.0-DEV:*:*:*:*:*:*:*", + "purl": "pkg:nuget/libcurl%20Shared%20Library@7.86.0-DEV", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/libcurl.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11&package-id=bd40bf11043e04a6", + "type": "library", + "publisher": "Debian Berkeley DB Team ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28+dfsg1-0.8?arch=amd64&upstream=db5.3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1818" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11&package-id=f46e6be545ae8a8c", + "type": "library", + "publisher": "Debian Install System Team ", + "name": "libdebconfclient0", + "version": "0.260", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.260:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdebconfclient0@0.260?arch=amd64&upstream=cdebconf&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=dcb5d90676dd3971", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libext2fs2", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libext2fs2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "578" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11&package-id=b975ce34d8fef8a1", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi7", + "version": "3.3-6", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi7:libffi7:3.3-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi7@3.3-6?arch=amd64&upstream=libffi&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=ddf8c98466b69567", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:10.2.1-6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "116" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11&package-id=c69c4517911c8dfd", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgcrypt20", + "version": "1.8.7-6", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.7-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcrypt20@1.8.7-6?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1355" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11&package-id=3b84e3bdf6560208", + "type": "library", + "publisher": "Debian Science Team ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgmp10@2:6.2.1+dfsg-1+deb11u1?arch=amd64&upstream=gmp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "863" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11&package-id=9b96bce48a360461", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.1-5\\+deb11u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgnutls30@3.7.1-5+deb11u3?arch=amd64&upstream=gnutls28&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3143" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11&package-id=953b74bbb216ae56", + "type": "library", + "publisher": "Debian GnuPG Maintainers ", + "name": "libgpg-error0", + "version": "1.38-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgpg-error0@1.38-2?arch=amd64&upstream=libgpg-error&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.38-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "188" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=437e091213aa0ebc", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "451" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=839b241b37d898a6", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libhogweed6", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libhogweed6@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11&package-id=52bb142f2f6f57d4", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libicu67", + "version": "67.1-7", + "cpe": "cpe:2.3:a:libicu67:libicu67:67.1-7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libicu67@67.1-7?arch=amd64&upstream=icu&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu67/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu67:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33152" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11&package-id=881588ec0d13c41e", + "type": "library", + "publisher": "Debian Libidn team ", + "name": "libidn2-0", + "version": "2.3.0-5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libidn2-0@2.3.0-5?arch=amd64&upstream=libidn2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.0-5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=802ed9010efff6ab", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11&package-id=3a4f53ea703b425c", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.1-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.1-2?arch=amd64&upstream=keyutils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=b73b5e7c408c6370", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1108" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11&package-id=d874b8dfddededd2", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.18.3-6\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.18.3-6+deb11u4?arch=amd64&upstream=krb5&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "169" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11&package-id=8de94fcbbd0a8341", + "type": "library", + "publisher": "Nobuhiro Iwamatsu ", + "name": "liblz4-1", + "version": "1.9.3-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblz4-1@1.9.3-2?arch=amd64&upstream=lz4&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "157" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11&package-id=a86aa058c33cc81c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2.1\\~deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.2.5-2.1~deb11u1?arch=amd64&upstream=xz-utils&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "277" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=85192996a27b8c7f", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libmount1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libmount1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "477" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11&package-id=055a77b1be66e8dd", + "type": "library", + "publisher": "Magnus Holmgren ", + "name": "libnettle8", + "version": "3.7.3-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnettle8@3.7.3-1?arch=amd64&upstream=nettle&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11&package-id=f41707c6dfa1cebe", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11&package-id=4b1cfa4a4d596258", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libp11-kit0", + "version": "0.23.22-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libp11-kit0@0.23.22-1?arch=amd64&upstream=p11-kit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.23.22-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1401" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=91f013e0a1b01bbc", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1048" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=3e8abf04506e8e68", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-modules-bin@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11&package-id=dbb41db32be26c54", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam-runtime", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam-runtime@1.4.0-9+deb11u1?arch=all&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "965" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11&package-id=d4eefeac5014df7f", + "type": "library", + "publisher": "Steve Langasek ", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-9\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpam0g@1.4.0-9+deb11u1?arch=amd64&upstream=pam&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "244" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11&package-id=5d07d7ec308f6bb2", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre2-8-0@10.36-2+deb11u1?arch=amd64&upstream=pcre2&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.36-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "664" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11&package-id=1c1641a0882b431f", + "type": "library", + "publisher": "Matthew Vernon ", + "name": "libpcre3", + "version": "2:8.39-13", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpcre3@2:8.39-13?arch=amd64&upstream=pcre3&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "669" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11&package-id=7c34abab8a4114da", + "type": "library", + "publisher": "Kees Cook ", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libseccomp2@2.5.1-1+deb11u1?arch=amd64&upstream=libseccomp&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11&package-id=b644ce69c271b425", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libselinux1", + "version": "3.1-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.1-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libselinux1@3.1-3?arch=amd64&upstream=libselinux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11&package-id=97ce42b1b0c70a6e", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage-common", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage-common@3.1-1?arch=all&upstream=libsemanage&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "36" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11&package-id=b0ebc0e0a2f76c36", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsemanage1", + "version": "3.1-1+b2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage1:libsemanage1:3.1-1\\+b2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsemanage1@3.1-1+b2?arch=amd64&upstream=libsemanage%403.1-1&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "3.1-1" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11&package-id=455dae0a07323046", + "type": "library", + "publisher": "Debian SELinux maintainers ", + "name": "libsepol1", + "version": "3.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol1:libsepol1:3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsepol1@3.1-1?arch=amd64&upstream=libsepol&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "743" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=c38aaebe13ed88d7", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libsmartcols1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsmartcols1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=4ba13b2c11cb0876", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libss2", + "version": "1.46.2-2", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libss2@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11&package-id=83c27156f3eb74ea", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl1.1@1.1.1w-0+deb11u1?arch=amd64&upstream=openssl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl1.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl1.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4128" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11&package-id=4a2fb804fdb95bab", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "10.2.1-6", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:10.2.1-6:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc++6@10.2.1-6?arch=amd64&upstream=gcc-10&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-10-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2351" + }, + { + "name": "syft:metadata:source", + "value": "gcc-10" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=b22137097909d4b3", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libsystemd0", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "865" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11&package-id=de24d127bce02b51", + "type": "library", + "publisher": "Debian GnuTLS Maintainers ", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtasn1-6@4.16.0-2+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "124" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=615a8be750a8efc1", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "537" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11&package-id=d3160e9b8c94d2ab", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc-common@1.3.1-1+deb11u1?arch=all&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11&package-id=2c7867e571c97356", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.1-1\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.1-1+deb11u1?arch=amd64&upstream=libtirpc&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11&package-id=69eb0c8f97cfc3df", + "type": "library", + "publisher": "Debian systemd Maintainers ", + "name": "libudev1", + "version": "247.3-7+deb11u4", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:247.3-7\\+deb11u4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@247.3-7+deb11u4?arch=amd64&upstream=systemd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "282" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11&package-id=1163a58ad24912f1", + "type": "library", + "publisher": "Jörg Frings-Fürst ", + "name": "libunistring2", + "version": "0.9.10-4", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:0.9.10-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libunistring2@0.9.10-4?arch=amd64&upstream=libunistring&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1592" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=a183ab0912a52954", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "129" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11&package-id=a868c2ca05be3ba7", + "type": "library", + "publisher": "Norbert Preining ", + "name": "libxxhash0", + "version": "0.8.0-2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libxxhash0@0.8.0-2?arch=amd64&upstream=xxhash&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11&package-id=156fff5a33a4d4c0", + "type": "library", + "publisher": "Debian Med Packaging Team ", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libzstd1@1.4.8+dfsg-2.1?arch=amd64&upstream=libzstd&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "904" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=8aa12b8095f6746e", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "login", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/login@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2335" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11&package-id=9ac5cde115b8b055", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "logsave", + "version": "1.46.2-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/logsave@1.46.2-2?arch=amd64&upstream=e2fsprogs&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11&package-id=5fe2801583596a9c", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "lsb-base", + "version": "11.1.0", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/lsb-base@11.1.0?arch=all&upstream=lsb&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11&package-id=7263ae1ca653432f", + "type": "library", + "publisher": "Boyuan Yang ", + "name": "mawk", + "version": "1.3.4.20200120-2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mawk@1.3.4.20200120-2?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "242" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11&package-id=6dad3fb630fad4a6", + "type": "library", + "publisher": "util-linux packagers ", + "name": "mount", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/mount@2.36.1-8+deb11u1?arch=amd64&upstream=util-linux&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "438" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@6.0.2623.60508?package-id=ff259fe608082056", + "type": "library", + "name": "mscorlib", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11&package-id=1654f51a928a7ca1", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-base", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-base@6.2+20201114-2+deb11u2?arch=all&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "386" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11&package-id=98453c42f5041e31", + "type": "library", + "publisher": "Craig Small ", + "name": "ncurses-bin", + "version": "6.2+20201114-2+deb11u2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/ncurses-bin@6.2+20201114-2+deb11u2?arch=amd64&upstream=ncurses&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.2\\+20201114-2\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@6.0.2623.60508?package-id=1a855d5512e82d2c", + "type": "library", + "name": "netstandard", + "version": "6.0.2623.60508", + "cpe": "cpe:2.3:a:netstandard:netstandard:6.0.2623.60508:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@6.0.2623.60508", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:51d595795842f8b719f1cb9ec044c39ac2be6d911744fabcbb1319568483ac03" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.26/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11&package-id=f26763bc3293731b", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "openssl", + "version": "1.1.1w-0+deb11u1", + "cpe": "cpe:2.3:a:openssl:openssl:1.1.1w-0\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@1.1.1w-0+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1471" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11&package-id=c31ea6da71073f40", + "type": "library", + "publisher": "Shadow package maintainers ", + "name": "passwd", + "version": "1:4.8.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/passwd@1:4.8.1-1?arch=amd64&upstream=shadow&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2736" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11&package-id=70fee5abfefd1735", + "type": "library", + "publisher": "Niko Tyni ", + "name": "perl-base", + "version": "5.32.1-4+deb11u2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/perl-base@5.32.1-4+deb11u2?arch=amd64&upstream=perl&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.32.1-4\\+deb11u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7664" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11&package-id=75ae8b48d310d190", + "type": "library", + "publisher": "Clint Adams ", + "name": "sed", + "version": "4.7-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sed@4.7-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "883" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11&package-id=f1cc7009609f4fdd", + "type": "library", + "publisher": "Debian sysvinit maintainers ", + "name": "sysvinit-utils", + "version": "2.96-7+deb11u1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/sysvinit-utils@2.96-7+deb11u1?arch=amd64&upstream=sysvinit&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-7\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11&package-id=6cd0f2a416ae6604", + "type": "library", + "publisher": "Janos Lenart ", + "name": "tar", + "version": "1.34+dfsg-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tar@1.34+dfsg-1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3152" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11&package-id=02ca7f5083f44e3a", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "tzdata", + "version": "2021a-1+deb11u11", + "cpe": "cpe:2.3:a:tzdata:tzdata:2021a-1\\+deb11u11:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/tzdata@2021a-1+deb11u11?arch=all&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3413" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11&package-id=7a1db5d0da40785c", + "type": "library", + "publisher": "util-linux packagers ", + "name": "util-linux", + "version": "2.36.1-8+deb11u1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/util-linux@2.36.1-8+deb11u1?arch=amd64&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.36.1-8\\+deb11u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4615" + } + ] + }, + { + "bom-ref": "pkg:nuget/zlib%20data%20compression%20library@1.2.13?package-id=75d6a09274824c45", + "type": "library", + "name": "zlib data compression library", + "version": "1.2.13", + "cpe": "cpe:2.3:a:zlib_data_compression_library:zlib_data_compression_library:1.2.13:*:*:*:*:*:*:*", + "purl": "pkg:nuget/zlib%20data%20compression%20library@1.2.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x64/native/zlib1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/zlib%20data%20compression%20library@1.2.13?package-id=0dc2fee5a3f4fad4", + "type": "library", + "name": "zlib data compression library", + "version": "1.2.13", + "cpe": "cpe:2.3:a:zlib_data_compression_library:zlib_data_compression_library:1.2.13:*:*:*:*:*:*:*", + "purl": "pkg:nuget/zlib%20data%20compression%20library@1.2.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:395c410c55c68bfb4be797f160bb8f1819deec90a8a088fbc17d15916a3253c7" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win-x86/native/zlib1.dll" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11&package-id=0beb3c7281f68149", + "type": "library", + "publisher": "Mark Brown ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2\\+deb11u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/zlib1g@1:1.2.11.dfsg-2+deb11u2?arch=amd64&upstream=zlib&distro=debian-11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:e1325a2db1db2260452d6a438db928c7670d8ed925800e99e8919b570174dad0" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bad3cd6a751afeb44d6ab86f804590701835ff2c880ba8c350befe73e23a9dda" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "167" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "type": "operating-system", + "name": "debian", + "version": "11", + "description": "Debian GNU/Linux 11 (bullseye)", + "swid": { + "tagId": "debian", + "name": "debian", + "version": "11" + }, + "externalReferences": [ + { + "url": "https://bugs.debian.org/", + "type": "issue-tracker" + }, + { + "url": "https://www.debian.org/", + "type": "website" + }, + { + "url": "https://www.debian.org/support", + "comment": "support", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Debian GNU/Linux 11 (bullseye)" + }, + { + "name": "syft:distro:versionCodename", + "value": "bullseye" + }, + { + "name": "syft:distro:versionID", + "value": "11" + } + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-userdata-0.9.13.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-userdata-0.9.13.syft.cdx.json new file mode 100644 index 00000000..56fb0813 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-userdata-0.9.13.syft.cdx.json @@ -0,0 +1,12747 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:3f5eac0d-ec63-443e-b67c-6746911ceb7d", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:20-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "239d9fd86341fdae", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/userdata", + "version": "0.9.13" + } + }, + "components": [ + { + "bom-ref": "pkg:nuget/AWSSDK.Core@3.7.100.14?package-id=88ab0fb91c9ca4c2", + "type": "library", + "name": "AWSSDK.Core", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.Core:AWSSDK.Core:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.Core@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14?package-id=4beaf8b69be77753", + "type": "library", + "name": "AWSSDK.SecurityToken", + "version": "3.7.100.14", + "cpe": "cpe:2.3:a:AWSSDK.SecurityToken:AWSSDK.SecurityToken:3.7.100.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/AWSSDK.SecurityToken@3.7.100.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/AWSSDK.SecurityToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/DnsClient@1.6.1.0?package-id=682fd457d2521806", + "type": "library", + "name": "DnsClient", + "version": "1.6.1.0", + "cpe": "cpe:2.3:a:DnsClient:DnsClient:1.6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/DnsClient@1.6.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/DnsClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/FluentValidation@11.7.1.0?package-id=593477c6f0026367", + "type": "library", + "name": "FluentValidation", + "version": "11.7.1.0", + "cpe": "cpe:2.3:a:FluentValidation:FluentValidation:11.7.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/FluentValidation@11.7.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/FluentValidation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0?package-id=4d1d7591416692b2", + "type": "library", + "name": "Google Protocol Buffers", + "version": "3.19.4.0", + "cpe": "cpe:2.3:a:Google_Protocol_Buffers:Google_Protocol_Buffers:3.19.4.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Google%20Protocol%20Buffers@3.19.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Google.Protobuf.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Core.Api@2.43.0.0?package-id=cec8d1cf06cf6768", + "type": "library", + "name": "Grpc.Core.Api", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Core.Api:Grpc.Core.Api:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Core.Api@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Core.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Client@2.43.0.0?package-id=16de08a2cbca0f40", + "type": "library", + "name": "Grpc.Net.Client", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Client:Grpc.Net.Client:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Client@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Grpc.Net.Common@2.43.0.0?package-id=7075b6c112d6619d", + "type": "library", + "name": "Grpc.Net.Common", + "version": "2.43.0.0", + "cpe": "cpe:2.3:a:Grpc.Net.Common:Grpc.Net.Common:2.43.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Grpc.Net.Common@2.43.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Grpc.Net.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908?package-id=bcf66ec742227434", + "type": "library", + "name": "Json.NET .NET 6.0", + "version": "13.0.3.27908", + "cpe": "cpe:2.3:a:Json.NET_.NET_6.0:Json.NET_.NET_6.0:13.0.3.27908:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20.NET%206.0@13.0.3.27908", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727?package-id=8a89eabb88e5d57d", + "type": "library", + "name": "Json.NET BSON .NET Standard 2.0", + "version": "1.0.2.22727", + "cpe": "cpe:2.3:a:Json.NET_BSON_.NET_Standard_2.0:Json.NET_BSON_.NET_Standard_2.0:1.0.2.22727:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Json.NET%20BSON%20.NET%20Standard%202.0@1.0.2.22727", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Newtonsoft.Json.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008?package-id=3588796a6da42faf", + "type": "library", + "name": "Microsoft.AspNetCore", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore:Microsoft.AspNetCore:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008?package-id=1912341f710d81e6", + "type": "library", + "name": "Microsoft.AspNetCore.Antiforgery", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Antiforgery:Microsoft.AspNetCore.Antiforgery:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Antiforgery@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Antiforgery.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008?package-id=27f74be433595cd1", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008?package-id=98a6e6f8a716285f", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008?package-id=ea6279516d28fd4d", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.BearerToken", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.BearerToken@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.BearerToken.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008?package-id=8f53ed851f9ed6b9", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Cookies", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Cookies@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Cookies.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008?package-id=885309182af9b383", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.Core:Microsoft.AspNetCore.Authentication.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008?package-id=ce2af8bb0a7dded4", + "type": "library", + "name": "Microsoft.AspNetCore.Authentication.OAuth", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authentication.OAuth@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authentication.OAuth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008?package-id=a809b21f759bf939", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008?package-id=c7a39e5caf107711", + "type": "library", + "name": "Microsoft.AspNetCore.Authorization.Policy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Authorization.Policy:Microsoft.AspNetCore.Authorization.Policy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Authorization.Policy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Authorization.Policy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008?package-id=7bd858dfba25144e", + "type": "library", + "name": "Microsoft.AspNetCore.Components", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008?package-id=69ee58d6b8c215fe", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Authorization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Authorization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Authorization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008?package-id=ddf14e9528b064d9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Endpoints", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Endpoints@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Endpoints.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008?package-id=aeb9fb77b714cda9", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Forms", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Forms@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Forms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008?package-id=5268eab6b676f56c", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Server", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Server@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Server.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008?package-id=a99b6399c453cde4", + "type": "library", + "name": "Microsoft.AspNetCore.Components.Web", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Components.Web@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Components.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008?package-id=de98f302cfa0e08a", + "type": "library", + "name": "Microsoft.AspNetCore.Connections.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Connections.Abstractions:Microsoft.AspNetCore.Connections.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Connections.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Connections.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008?package-id=229358f09eb5c429", + "type": "library", + "name": "Microsoft.AspNetCore.CookiePolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.CookiePolicy:Microsoft.AspNetCore.CookiePolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.CookiePolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.CookiePolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008?package-id=c12736aa25559238", + "type": "library", + "name": "Microsoft.AspNetCore.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cors:Microsoft.AspNetCore.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008?package-id=c2cd4d66e0b28948", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.Internal", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.Internal:Microsoft.AspNetCore.Cryptography.Internal:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.Internal@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.Internal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008?package-id=a460efc7ae16377b", + "type": "library", + "name": "Microsoft.AspNetCore.Cryptography.KeyDerivation", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Cryptography.KeyDerivation:Microsoft.AspNetCore.Cryptography.KeyDerivation:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Cryptography.KeyDerivation@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008?package-id=2a0dae4daac8bfa4", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008?package-id=33b7693381590ccd", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008?package-id=4ea466ad2f826370", + "type": "library", + "name": "Microsoft.AspNetCore.DataProtection.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.DataProtection.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.DataProtection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008?package-id=d0656b71ce789eb0", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics:Microsoft.AspNetCore.Diagnostics:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008?package-id=b7151a04d1e5ac5b", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.Abstractions:Microsoft.AspNetCore.Diagnostics.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008?package-id=072a3ecfc3d07438", + "type": "library", + "name": "Microsoft.AspNetCore.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Diagnostics.HealthChecks:Microsoft.AspNetCore.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008?package-id=525345cdece95a4b", + "type": "library", + "name": "Microsoft.AspNetCore.HostFiltering", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HostFiltering:Microsoft.AspNetCore.HostFiltering:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HostFiltering@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HostFiltering.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008?package-id=edd724307be640ae", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting:Microsoft.AspNetCore.Hosting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008?package-id=60cbdcbca91c3033", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Abstractions:Microsoft.AspNetCore.Hosting.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008?package-id=cbe1fb229c3aa30f", + "type": "library", + "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Hosting.Server.Abstractions:Microsoft.AspNetCore.Hosting.Server.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008?package-id=c4f4af1da08e0acb", + "type": "library", + "name": "Microsoft.AspNetCore.Html.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Html.Abstractions:Microsoft.AspNetCore.Html.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Html.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Html.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008?package-id=815bffd030402230", + "type": "library", + "name": "Microsoft.AspNetCore.Http", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008?package-id=4a1192f701a77b8a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008?package-id=89947ac6810f32f1", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Http.Connections:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008?package-id=6bb723ad75a51a08", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Connections.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Connections.Common:Microsoft.AspNetCore.Http.Connections.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Connections.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Connections.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008?package-id=76c2cda6e7f2f683", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Extensions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Extensions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008?package-id=611aecf705cb7324", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008?package-id=2ac37e37f1d3e79a", + "type": "library", + "name": "Microsoft.AspNetCore.Http.Results", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Http.Results:Microsoft.AspNetCore.Http.Results:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Http.Results@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Http.Results.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008?package-id=a7f0779d7cfe943b", + "type": "library", + "name": "Microsoft.AspNetCore.HttpLogging", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpLogging:Microsoft.AspNetCore.HttpLogging:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpLogging@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpLogging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008?package-id=4fce8a14e65e1e24", + "type": "library", + "name": "Microsoft.AspNetCore.HttpOverrides", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpOverrides:Microsoft.AspNetCore.HttpOverrides:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpOverrides@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpOverrides.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008?package-id=1e8a5e37885af297", + "type": "library", + "name": "Microsoft.AspNetCore.HttpsPolicy", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.HttpsPolicy:Microsoft.AspNetCore.HttpsPolicy:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.HttpsPolicy@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.HttpsPolicy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008?package-id=2948aa39ce091378", + "type": "library", + "name": "Microsoft.AspNetCore.Identity", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Identity@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Identity.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819?package-id=e97e694c8adef2a7", + "type": "library", + "name": "Microsoft.AspNetCore.JsonPatch", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.JsonPatch:Microsoft.AspNetCore.JsonPatch:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.JsonPatch@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.JsonPatch.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008?package-id=d5d55de83bf6b335", + "type": "library", + "name": "Microsoft.AspNetCore.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization:Microsoft.AspNetCore.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008?package-id=3721650f41cb0d61", + "type": "library", + "name": "Microsoft.AspNetCore.Localization.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Localization.Routing:Microsoft.AspNetCore.Localization.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Localization.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Localization.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008?package-id=abc74eee1aaf39a2", + "type": "library", + "name": "Microsoft.AspNetCore.Metadata", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Metadata:Microsoft.AspNetCore.Metadata:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Metadata@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008?package-id=671bcc7503cd4d4d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc:Microsoft.AspNetCore.Mvc:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008?package-id=becaf399e5ee45a3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008?package-id=bd7842bbdc62309f", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ApiExplorer", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ApiExplorer:Microsoft.AspNetCore.Mvc.ApiExplorer:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ApiExplorer@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ApiExplorer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008?package-id=047bdf788eb2dbc4", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008?package-id=d38abc5909fac21b", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Cors", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Cors:Microsoft.AspNetCore.Mvc.Cors:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Cors@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Cors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008?package-id=f64b0cbc99fca187", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.DataAnnotations", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.DataAnnotations@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008?package-id=f0ba54f95837410e", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Json:Microsoft.AspNetCore.Mvc.Formatters.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008?package-id=2492290423496ef9", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Formatters.Xml", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Formatters.Xml@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008?package-id=dda16f2fc3376946", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Localization:Microsoft.AspNetCore.Mvc.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819?package-id=91b74610edcf68ad", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.NewtonsoftJson", + "version": "7.0.22.51819", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.NewtonsoftJson:Microsoft.AspNetCore.Mvc.NewtonsoftJson:7.0.22.51819:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson@7.0.22.51819", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008?package-id=0cef7aaa931b518d", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008?package-id=b347b55f315499d8", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.RazorPages", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Mvc.RazorPages:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.RazorPages@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.RazorPages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008?package-id=a3848961231da9a2", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.TagHelpers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.TagHelpers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.TagHelpers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008?package-id=3acfad1cb5a0a4d3", + "type": "library", + "name": "Microsoft.AspNetCore.Mvc.ViewFeatures", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Mvc.ViewFeatures@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Mvc.ViewFeatures.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008?package-id=b92fecf7b63016b7", + "type": "library", + "name": "Microsoft.AspNetCore.OutputCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.OutputCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.OutputCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008?package-id=5e2cec9960fca093", + "type": "library", + "name": "Microsoft.AspNetCore.RateLimiting", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RateLimiting:Microsoft.AspNetCore.RateLimiting:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RateLimiting@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008?package-id=a05f980f775244cb", + "type": "library", + "name": "Microsoft.AspNetCore.Razor", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008?package-id=a59976dda257fdd2", + "type": "library", + "name": "Microsoft.AspNetCore.Razor.Runtime", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Runtime:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Razor.Runtime@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Razor.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008?package-id=66091a6e9c12ba22", + "type": "library", + "name": "Microsoft.AspNetCore.RequestDecompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.RequestDecompression:Microsoft.AspNetCore.RequestDecompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.RequestDecompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.RequestDecompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008?package-id=39a8118babd3547f", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching:Microsoft.AspNetCore.ResponseCaching:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008?package-id=623e1ee0fbff64e9", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCaching.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCaching.Abstractions:Microsoft.AspNetCore.ResponseCaching.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCaching.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008?package-id=eaaecd7332d4ea9e", + "type": "library", + "name": "Microsoft.AspNetCore.ResponseCompression", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.ResponseCompression:Microsoft.AspNetCore.ResponseCompression:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.ResponseCompression@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.ResponseCompression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008?package-id=8e0a70417972f514", + "type": "library", + "name": "Microsoft.AspNetCore.Rewrite", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Rewrite:Microsoft.AspNetCore.Rewrite:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Rewrite@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Rewrite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008?package-id=2d2735b624a4cfb3", + "type": "library", + "name": "Microsoft.AspNetCore.Routing", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008?package-id=a72dbe0c39ee7152", + "type": "library", + "name": "Microsoft.AspNetCore.Routing.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Routing.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Routing.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008?package-id=dfa998c0431c259e", + "type": "library", + "name": "Microsoft.AspNetCore.Server.HttpSys", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.HttpSys@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.HttpSys.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008?package-id=f1d17253bdfadf81", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IIS", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IIS:Microsoft.AspNetCore.Server.IIS:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IIS@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IIS.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008?package-id=3681eb2d2887f7be", + "type": "library", + "name": "Microsoft.AspNetCore.Server.IISIntegration", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.IISIntegration:Microsoft.AspNetCore.Server.IISIntegration:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.IISIntegration@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.IISIntegration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008?package-id=066928fc95dd87a4", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel:Microsoft.AspNetCore.Server.Kestrel:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008?package-id=813a837210ff5689", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008?package-id=a4e57bf8b1508b49", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008?package-id=dfdbee6a4b920446", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008?package-id=b81f6f7c8177dfb5", + "type": "library", + "name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008?package-id=2b1402b6aa65040b", + "type": "library", + "name": "Microsoft.AspNetCore.Session", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.Session@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.Session.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008?package-id=5f8d9d61c98582c4", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.SignalR:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008?package-id=17fd27da7f2ee0af", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Common", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.Common:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Common@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008?package-id=fab9042df79cc8d2", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008?package-id=8313be10e68dd79d", + "type": "library", + "name": "Microsoft.AspNetCore.SignalR.Protocols.Json", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.SignalR.Protocols.Json:Microsoft.AspNetCore.SignalR.Protocols.Json:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.SignalR.Protocols.Json@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.SignalR.Protocols.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008?package-id=ee75ac115215714b", + "type": "library", + "name": "Microsoft.AspNetCore.StaticFiles", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.StaticFiles:Microsoft.AspNetCore.StaticFiles:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.StaticFiles@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.StaticFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008?package-id=f7f7e0659bd32a95", + "type": "library", + "name": "Microsoft.AspNetCore.WebSockets", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebSockets:Microsoft.AspNetCore.WebSockets:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebSockets@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008?package-id=023f346842298e49", + "type": "library", + "name": "Microsoft.AspNetCore.WebUtilities", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.AspNetCore.WebUtilities:Microsoft.AspNetCore.WebUtilities:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.AspNetCore.WebUtilities@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.AspNetCore.WebUtilities.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.CSharp@8.0.123.58001?package-id=0db53bf0dd82fc1f", + "type": "library", + "name": "Microsoft.CSharp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.CSharp:Microsoft.CSharp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.CSharp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.CSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103?package-id=cf47f8c66176202c", + "type": "library", + "name": "Microsoft.Extensions.Caching.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103?package-id=eb690ddc3e979316", + "type": "library", + "name": "Microsoft.Extensions.Caching.Memory", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Memory:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Caching.Memory@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Caching.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103?package-id=8d2865c8f2a5f41e", + "type": "library", + "name": "Microsoft.Extensions.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103?package-id=7f47ed9e00a64dd4", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001?package-id=80914633f21440a8", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Binder", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.Binder:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Binder@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Binder.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103?package-id=d256d59985a88c41", + "type": "library", + "name": "Microsoft.Extensions.Configuration.CommandLine", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.CommandLine:Microsoft.Extensions.Configuration.CommandLine:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.CommandLine.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103?package-id=8ae8575b7a914cd9", + "type": "library", + "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.EnvironmentVariables:Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103?package-id=170dc25eea921493", + "type": "library", + "name": "Microsoft.Extensions.Configuration.FileExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.FileExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103?package-id=214eb8fa5366659f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Ini", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Ini:Microsoft.Extensions.Configuration.Ini:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Ini@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Ini.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103?package-id=70ffb9ae7282e3a6", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Json", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Json:Microsoft.Extensions.Configuration.Json:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008?package-id=9e4886552b3e8c3f", + "type": "library", + "name": "Microsoft.Extensions.Configuration.KeyPerFile", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.KeyPerFile:Microsoft.Extensions.Configuration.KeyPerFile:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.KeyPerFile@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.KeyPerFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103?package-id=15846c53679a28bf", + "type": "library", + "name": "Microsoft.Extensions.Configuration.UserSecrets", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.UserSecrets:Microsoft.Extensions.Configuration.UserSecrets:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.UserSecrets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103?package-id=cf364f191a66de65", + "type": "library", + "name": "Microsoft.Extensions.Configuration.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Configuration.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103?package-id=10d6c2d6bdaecfa5", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection:Microsoft.Extensions.DependencyInjection:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103?package-id=618089a9e4b08963", + "type": "library", + "name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103?package-id=df9a18b6f7a7355f", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics:Microsoft.Extensions.Diagnostics:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103?package-id=abaf81d14bb1de11", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.Abstractions:Microsoft.Extensions.Diagnostics.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008?package-id=e92d18dc55f662bf", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks:Microsoft.Extensions.Diagnostics.HealthChecks:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008?package-id=6157e0c508dca4e8", + "type": "library", + "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008?package-id=e6297de111f7ac10", + "type": "library", + "name": "Microsoft.Extensions.Features", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Features:Microsoft.Extensions.Features:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Features@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Features.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103?package-id=11e910a387c34b0c", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103?package-id=e69ca248a69eb408", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Composite", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Composite:Microsoft.Extensions.FileProviders.Composite:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Composite@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Composite.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008?package-id=134df41f2fb6f185", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Embedded", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Embedded@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Embedded.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103?package-id=836cb8bb97718441", + "type": "library", + "name": "Microsoft.Extensions.FileProviders.Physical", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileProviders.Physical.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103?package-id=005564d170be15ed", + "type": "library", + "name": "Microsoft.Extensions.FileSystemGlobbing", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.FileSystemGlobbing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103?package-id=86e89c5c72c92100", + "type": "library", + "name": "Microsoft.Extensions.Hosting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting:Microsoft.Extensions.Hosting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103?package-id=bddc29905356f45d", + "type": "library", + "name": "Microsoft.Extensions.Hosting.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Hosting.Abstractions:Microsoft.Extensions.Hosting.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Hosting.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103?package-id=8f45d9b604db666d", + "type": "library", + "name": "Microsoft.Extensions.Http", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Http:Microsoft.Extensions.Http:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Http@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008?package-id=e81021edf9f7a152", + "type": "library", + "name": "Microsoft.Extensions.Identity.Core", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Core:Microsoft.Extensions.Identity.Core:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Core@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008?package-id=04f33df254d78be6", + "type": "library", + "name": "Microsoft.Extensions.Identity.Stores", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Identity.Stores:Microsoft.Extensions.Identity.Stores:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Identity.Stores@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Identity.Stores.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008?package-id=609c651111c57918", + "type": "library", + "name": "Microsoft.Extensions.Localization", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization:Microsoft.Extensions.Localization:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008?package-id=4cf286a70c077ec3", + "type": "library", + "name": "Microsoft.Extensions.Localization.Abstractions", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Localization.Abstractions:Microsoft.Extensions.Localization.Abstractions:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Localization.Abstractions@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Localization.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103?package-id=fecd57eb154d0781", + "type": "library", + "name": "Microsoft.Extensions.Logging", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging:Microsoft.Extensions.Logging:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103?package-id=ebaa43b71aa2f173", + "type": "library", + "name": "Microsoft.Extensions.Logging.Abstractions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Abstractions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103?package-id=3871484f337aa896", + "type": "library", + "name": "Microsoft.Extensions.Logging.Configuration", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Configuration:Microsoft.Extensions.Logging.Configuration:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Configuration@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103?package-id=0ebc08f5ea84e259", + "type": "library", + "name": "Microsoft.Extensions.Logging.Console", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Console:Microsoft.Extensions.Logging.Console:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Console@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103?package-id=2471bd50e4ae6db7", + "type": "library", + "name": "Microsoft.Extensions.Logging.Debug", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.Debug:Microsoft.Extensions.Logging.Debug:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.Debug@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103?package-id=cdb791e0118bb1f4", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventLog:Microsoft.Extensions.Logging.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103?package-id=28ff2f8de9d76ec6", + "type": "library", + "name": "Microsoft.Extensions.Logging.EventSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.EventSource:Microsoft.Extensions.Logging.EventSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.EventSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.EventSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103?package-id=cb0efb9807ca83da", + "type": "library", + "name": "Microsoft.Extensions.Logging.TraceSource", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Logging.TraceSource:Microsoft.Extensions.Logging.TraceSource:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Logging.TraceSource@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Logging.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008?package-id=70895de971807d0b", + "type": "library", + "name": "Microsoft.Extensions.ObjectPool", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.ObjectPool:Microsoft.Extensions.ObjectPool:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.ObjectPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001?package-id=9d89b115ab8d437c", + "type": "library", + "name": "Microsoft.Extensions.Options", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options:Microsoft.Extensions.Options:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103?package-id=4248548c37b8c26c", + "type": "library", + "name": "Microsoft.Extensions.Options.ConfigurationExtensions", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.ConfigurationExtensions:Microsoft.Extensions.Options.ConfigurationExtensions:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103?package-id=9c313d1e5039930b", + "type": "library", + "name": "Microsoft.Extensions.Options.DataAnnotations", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Options.DataAnnotations:Microsoft.Extensions.Options.DataAnnotations:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Options.DataAnnotations@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Options.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103?package-id=31519f1d68104202", + "type": "library", + "name": "Microsoft.Extensions.Primitives", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.Primitives@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008?package-id=dca2cc1b580d5f6d", + "type": "library", + "name": "Microsoft.Extensions.WebEncoders", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Extensions.WebEncoders:Microsoft.Extensions.WebEncoders:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Extensions.WebEncoders@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Extensions.WebEncoders.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008?package-id=1b5b46caddb95fd7", + "type": "library", + "name": "Microsoft.JSInterop", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.JSInterop:Microsoft.JSInterop:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.JSInterop@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.JSInterop.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008?package-id=f6c7cf7fcbe28144", + "type": "library", + "name": "Microsoft.Net.Http.Headers", + "version": "8.0.123.58008", + "cpe": "cpe:2.3:a:Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers:8.0.123.58008:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Net.Http.Headers@8.0.123.58008", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/Microsoft.Net.Http.Headers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.OpenApi@1.2.3.0?package-id=2cda432572b8fa37", + "type": "library", + "name": "Microsoft.OpenApi", + "version": "1.2.3.0", + "cpe": "cpe:2.3:a:Microsoft.OpenApi:Microsoft.OpenApi:1.2.3.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.OpenApi@1.2.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.OpenApi.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001?package-id=4a7fe54b7276214a", + "type": "library", + "name": "Microsoft.VisualBasic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic:Microsoft.VisualBasic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001?package-id=80e4f418fd91e575", + "type": "library", + "name": "Microsoft.VisualBasic.Core", + "version": "13.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Core:13.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.VisualBasic.Core@13.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.VisualBasic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001?package-id=a61edbe0a8bef9f9", + "type": "library", + "name": "Microsoft.Win32.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Primitives:Microsoft.Win32.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001?package-id=f3d2a6537c6a5dd5", + "type": "library", + "name": "Microsoft.Win32.Registry", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:Microsoft.Win32.Registry:Microsoft.Win32.Registry:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.Registry@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/Microsoft.Win32.Registry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=368fd725a84229bf", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210?package-id=22302451ecd2f811", + "type": "library", + "name": "Microsoft.Win32.SystemEvents", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:Microsoft.Win32.SystemEvents:Microsoft.Win32.SystemEvents:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Bson@2.21.0.0?package-id=826a1b74f731cca2", + "type": "library", + "name": "MongoDB.Bson", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Bson:MongoDB.Bson:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Bson@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Bson.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver@2.21.0.0?package-id=d636600bed152ee2", + "type": "library", + "name": "MongoDB.Driver", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver:MongoDB.Driver:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0?package-id=9f33bf0fef137bb5", + "type": "library", + "name": "MongoDB.Driver.Core", + "version": "2.21.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core:MongoDB.Driver.Core:2.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core@2.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0?package-id=b4332d45a14a6226", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.DiagnosticSources", + "version": "1.3.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.DiagnosticSources:MongoDB.Driver.Core.Extensions.DiagnosticSources:1.3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.DiagnosticSources.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0?package-id=58f04cc717a16fb2", + "type": "library", + "name": "MongoDB.Driver.Core.Extensions.OpenTelemetry", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:MongoDB.Driver.Core.Extensions.OpenTelemetry:MongoDB.Driver.Core.Extensions.OpenTelemetry:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Driver.Core.Extensions.OpenTelemetry@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Driver.Core.Extensions.OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0?package-id=5e2e7c70f040018b", + "type": "library", + "name": "MongoDB.Libmongocrypt", + "version": "1.8.0.0", + "cpe": "cpe:2.3:a:MongoDB.Libmongocrypt:MongoDB.Libmongocrypt:1.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/MongoDB.Libmongocrypt@1.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/MongoDB.Libmongocrypt.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0?package-id=500e2ff11b43da1c", + "type": "library", + "name": "NationalInstruments.SystemLink.Auth", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Auth:NationalInstruments.SystemLink.Auth:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Auth@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Auth.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0?package-id=e394aa093ceca7d2", + "type": "library", + "name": "NationalInstruments.SystemLink.EventBus", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.EventBus:NationalInstruments.SystemLink.EventBus:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.EventBus@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.EventBus.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0?package-id=81458e6ac1e8e299", + "type": "library", + "name": "NationalInstruments.SystemLink.Logging", + "version": "2.0.93.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Logging:NationalInstruments.SystemLink.Logging:2.0.93.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Logging@2.0.93.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Logging.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0?package-id=5749ea80545e587f", + "type": "library", + "name": "NationalInstruments.SystemLink.ServiceBase", + "version": "2.1.92.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.ServiceBase:NationalInstruments.SystemLink.ServiceBase:2.1.92.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.ServiceBase@2.1.92.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.ServiceBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0?package-id=810adbb97d4ddb99", + "type": "library", + "name": "NationalInstruments.SystemLink.Telemetry", + "version": "2.2.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.SystemLink.Telemetry:NationalInstruments.SystemLink.Telemetry:2.2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.SystemLink.Telemetry@2.2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.SystemLink.Telemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.UserDataService.Models@21.8.0.0?package-id=02bc51a324e6a0ba", + "type": "library", + "name": "NationalInstruments.UserDataService.Models", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.UserDataService.Models:NationalInstruments.UserDataService.Models:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.UserDataService.Models@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.UserDataService.Models.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/NationalInstruments.UserDataService.WebAPI@21.8.0.0?package-id=4afbf6712c81d509", + "type": "library", + "name": "NationalInstruments.UserDataService.WebAPI", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:NationalInstruments.UserDataService.WebAPI:NationalInstruments.UserDataService.WebAPI:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/NationalInstruments.UserDataService.WebAPI@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/NationalInstruments.UserDataService.WebAPI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry@1.5.1.929?package-id=213986505fe4b66f", + "type": "library", + "name": "OpenTelemetry", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry:OpenTelemetry:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api@1.5.1.929?package-id=1c1c2ead16f6b241", + "type": "library", + "name": "OpenTelemetry.Api", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api:OpenTelemetry.Api:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929?package-id=2091c688b390e1b4", + "type": "library", + "name": "OpenTelemetry.Api.ProviderBuilderExtensions", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Api.ProviderBuilderExtensions:OpenTelemetry.Api.ProviderBuilderExtensions:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Api.ProviderBuilderExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929?package-id=f6e019a4319db67d", + "type": "library", + "name": "OpenTelemetry.Exporter.Console", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.Console:OpenTelemetry.Exporter.Console:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.Console@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929?package-id=0cd309552ee451ab", + "type": "library", + "name": "OpenTelemetry.Exporter.OpenTelemetryProtocol", + "version": "1.5.1.929", + "cpe": "cpe:2.3:a:OpenTelemetry.Exporter.OpenTelemetryProtocol:OpenTelemetry.Exporter.OpenTelemetryProtocol:1.5.1.929:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol@1.5.1.929", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802?package-id=2b7e8feab7eff4dd", + "type": "library", + "name": "OpenTelemetry.Instrumentation.AspNetCore", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.AspNetCore:OpenTelemetry.Instrumentation.AspNetCore:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.AspNetCore@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.AspNetCore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802?package-id=d6a7562b0dae0f51", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Http", + "version": "1.0.0.802", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Http:OpenTelemetry.Instrumentation.Http:1.0.0.802:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Http@1.0.0.802", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0?package-id=9f9093f3995fe656", + "type": "library", + "name": "OpenTelemetry.Instrumentation.Runtime", + "version": "1.5.1.0", + "cpe": "cpe:2.3:a:OpenTelemetry.Instrumentation.Runtime:OpenTelemetry.Instrumentation.Runtime:1.5.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/OpenTelemetry.Instrumentation.Runtime@1.5.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/OpenTelemetry.Instrumentation.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly@7.2.4.982?package-id=33dd34864a77a232", + "type": "library", + "name": "Polly", + "version": "7.2.4.982", + "cpe": "cpe:2.3:a:Polly:Polly:7.2.4.982:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly@7.2.4.982", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0?package-id=670b606d55caeb74", + "type": "library", + "name": "Polly.Contrib.WaitAndRetry", + "version": "1.1.1.0", + "cpe": "cpe:2.3:a:Polly.Contrib.WaitAndRetry:Polly.Contrib.WaitAndRetry:1.1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Polly.Contrib.WaitAndRetry@1.1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Polly.Contrib.WaitAndRetry.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0?package-id=604f71023bcd78d9", + "type": "library", + "name": "RabbitMQ Client Library for .NET", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:RabbitMQ_Client_Library_for_.NET:RabbitMQ_Client_Library_for_.NET:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/RabbitMQ%20Client%20Library%20for%20.NET@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/RabbitMQ.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/SharpCompress@0.30.1?package-id=3e313b983c956820", + "type": "library", + "name": "SharpCompress", + "version": "0.30.1", + "cpe": "cpe:2.3:a:SharpCompress:SharpCompress:0.30.1:*:*:*:*:*:*:*", + "purl": "pkg:nuget/SharpCompress@0.30.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/SharpCompress.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Snappier@1.0.0.0?package-id=052d97ae702dca15", + "type": "library", + "name": "Snappier", + "version": "1.0.0.0", + "cpe": "cpe:2.3:a:Snappier:Snappier:1.0.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Snappier@1.0.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Snappier.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0?package-id=098273c3d1488bbf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Annotations", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Annotations:Swashbuckle.AspNetCore.Annotations:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Annotations@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0?package-id=b4d6ef9a776f4d14", + "type": "library", + "name": "Swashbuckle.AspNetCore.Newtonsoft", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Newtonsoft:Swashbuckle.AspNetCore.Newtonsoft:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Newtonsoft@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Newtonsoft.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0?package-id=a8079cc13791e8cf", + "type": "library", + "name": "Swashbuckle.AspNetCore.Swagger", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.Swagger:Swashbuckle.AspNetCore.Swagger:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.Swagger@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.Swagger.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0?package-id=71015acea4180e5f", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerGen", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerGen:Swashbuckle.AspNetCore.SwaggerGen:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerGen.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0?package-id=81147be234eec21c", + "type": "library", + "name": "Swashbuckle.AspNetCore.SwaggerUI", + "version": "6.5.0.0", + "cpe": "cpe:2.3:a:Swashbuckle.AspNetCore.SwaggerUI:Swashbuckle.AspNetCore.SwaggerUI:6.5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI@6.5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/Swashbuckle.AspNetCore.SwaggerUI.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System@8.0.123.58001?package-id=0ef0e49d3445a1da", + "type": "library", + "name": "System", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System:System:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.AppContext@8.0.123.58001?package-id=b58282324430cd1d", + "type": "library", + "name": "System.AppContext", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.AppContext:System.AppContext:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.AppContext@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.AppContext.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Buffers@8.0.123.58001?package-id=e13739b3f8cc6ea1", + "type": "library", + "name": "System.Buffers", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Buffers:System.Buffers:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Buffers@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Buffers.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections@8.0.123.58001?package-id=5eb93ee34a2af72a", + "type": "library", + "name": "System.Collections", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections:System.Collections:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001?package-id=aa8584345f957e5b", + "type": "library", + "name": "System.Collections.Concurrent", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Concurrent:System.Collections.Concurrent:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Concurrent@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Concurrent.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Immutable@8.0.123.58001?package-id=b94472a12c4d7c49", + "type": "library", + "name": "System.Collections.Immutable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Immutable:System.Collections.Immutable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Immutable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Immutable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001?package-id=7fff50a7255cea2c", + "type": "library", + "name": "System.Collections.NonGeneric", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.NonGeneric:System.Collections.NonGeneric:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.NonGeneric@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.NonGeneric.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Collections.Specialized@8.0.123.58001?package-id=96c7bd8f6398f9e2", + "type": "library", + "name": "System.Collections.Specialized", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Collections.Specialized:System.Collections.Specialized:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Collections.Specialized@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Collections.Specialized.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel@8.0.123.58001?package-id=877f2d36c325ef10", + "type": "library", + "name": "System.ComponentModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel:System.ComponentModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001?package-id=b18fdfabf7d0ef6a", + "type": "library", + "name": "System.ComponentModel.Annotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Annotations:System.ComponentModel.Annotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Annotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Annotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001?package-id=601a6e8435317404", + "type": "library", + "name": "System.ComponentModel.DataAnnotations", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.DataAnnotations:System.ComponentModel.DataAnnotations:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.DataAnnotations@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.DataAnnotations.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001?package-id=6c944b175d62e69a", + "type": "library", + "name": "System.ComponentModel.EventBasedAsync", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.EventBasedAsync:System.ComponentModel.EventBasedAsync:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.EventBasedAsync@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.EventBasedAsync.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001?package-id=9e319c453f1423e4", + "type": "library", + "name": "System.ComponentModel.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.Primitives:System.ComponentModel.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001?package-id=0c9e48dc74d19c31", + "type": "library", + "name": "System.ComponentModel.TypeConverter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ComponentModel.TypeConverter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ComponentModel.TypeConverter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration@8.0.123.58001?package-id=5ac35d4a7367d816", + "type": "library", + "name": "System.Configuration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Configuration:System.Configuration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Configuration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210?package-id=49c0da3d5674a5da", + "type": "library", + "name": "System.Configuration.ConfigurationManager", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Configuration.ConfigurationManager:System.Configuration.ConfigurationManager:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Configuration.ConfigurationManager@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Configuration.ConfigurationManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Console@8.0.123.58001?package-id=89457d1c7c511cf7", + "type": "library", + "name": "System.Console", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Console:System.Console:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Console@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Console.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Core@8.0.123.58001?package-id=d259a4ce3fa12653", + "type": "library", + "name": "System.Core", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Core:System.Core:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Core@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data@8.0.123.58001?package-id=1266e35235718f01", + "type": "library", + "name": "System.Data", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data:System.Data:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.Common@8.0.123.58001?package-id=e92c903774dec35c", + "type": "library", + "name": "System.Data.Common", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.Common:System.Data.Common:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.Common@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001?package-id=6e424fd8e2818211", + "type": "library", + "name": "System.Data.DataSetExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Data.DataSetExtensions:System.Data.DataSetExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Data.DataSetExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Data.DataSetExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001?package-id=18f32fc9b113f3f4", + "type": "library", + "name": "System.Diagnostics.Contracts", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Contracts:System.Diagnostics.Contracts:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Contracts@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Contracts.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001?package-id=0635e4b864dd47fe", + "type": "library", + "name": "System.Diagnostics.Debug", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Debug:System.Diagnostics.Debug:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Debug@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Debug.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001?package-id=b850d834e9f6d9d8", + "type": "library", + "name": "System.Diagnostics.DiagnosticSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.DiagnosticSource:System.Diagnostics.DiagnosticSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.DiagnosticSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.DiagnosticSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103?package-id=f554cdb53c40fd1d", + "type": "library", + "name": "System.Diagnostics.EventLog", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Diagnostics.EventLog:System.Diagnostics.EventLog:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Diagnostics.EventLog.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001?package-id=51bee5a2c69ab281", + "type": "library", + "name": "System.Diagnostics.FileVersionInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.FileVersionInfo:System.Diagnostics.FileVersionInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.FileVersionInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.FileVersionInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001?package-id=71ab6df877f0dfc0", + "type": "library", + "name": "System.Diagnostics.Process", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Process:System.Diagnostics.Process:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Process@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Process.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001?package-id=458281217897ef75", + "type": "library", + "name": "System.Diagnostics.StackTrace", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.StackTrace:System.Diagnostics.StackTrace:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.StackTrace@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.StackTrace.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001?package-id=8194dab95ed8cbc5", + "type": "library", + "name": "System.Diagnostics.TextWriterTraceListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TextWriterTraceListener:System.Diagnostics.TextWriterTraceListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TextWriterTraceListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TextWriterTraceListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001?package-id=fc2cc153b2063df4", + "type": "library", + "name": "System.Diagnostics.Tools", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tools:System.Diagnostics.Tools:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tools@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tools.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001?package-id=34aa8baa82ea9c86", + "type": "library", + "name": "System.Diagnostics.TraceSource", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.TraceSource:System.Diagnostics.TraceSource:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.TraceSource@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.TraceSource.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001?package-id=559af732063280ee", + "type": "library", + "name": "System.Diagnostics.Tracing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Diagnostics.Tracing:System.Diagnostics.Tracing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Diagnostics.Tracing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Diagnostics.Tracing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing@8.0.123.58001?package-id=7cbd23658164f4ea", + "type": "library", + "name": "System.Drawing", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing:System.Drawing:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=c59da1c07c137f69", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=17f308ab4b71cb91", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Common@6.0.21.52210?package-id=7d71074077cba7eb", + "type": "library", + "name": "System.Drawing.Common", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Drawing.Common:System.Drawing.Common:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Common@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Drawing.Common.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001?package-id=221a40b91de8d075", + "type": "library", + "name": "System.Drawing.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Drawing.Primitives:System.Drawing.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Drawing.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Drawing.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001?package-id=afad5ec6050a4e73", + "type": "library", + "name": "System.Dynamic.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Dynamic.Runtime:System.Dynamic.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Dynamic.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Dynamic.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Asn1@8.0.123.58001?package-id=91dba22e29e2c8cb", + "type": "library", + "name": "System.Formats.Asn1", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Asn1:System.Formats.Asn1:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Asn1@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Asn1.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Formats.Tar@8.0.123.58001?package-id=8173f9610bfb3a49", + "type": "library", + "name": "System.Formats.Tar", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Formats.Tar:System.Formats.Tar:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Formats.Tar@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Formats.Tar.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization@8.0.123.58001?package-id=518a373810401270", + "type": "library", + "name": "System.Globalization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization:System.Globalization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001?package-id=edff0d2dd294163b", + "type": "library", + "name": "System.Globalization.Calendars", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Calendars:System.Globalization.Calendars:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Calendars@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Calendars.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001?package-id=6d9b6815b162adc5", + "type": "library", + "name": "System.Globalization.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Globalization.Extensions:System.Globalization.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Globalization.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Globalization.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO@8.0.123.58001?package-id=de785b26898680e4", + "type": "library", + "name": "System.IO", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO:System.IO:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression@8.0.123.58001?package-id=310e01ed7a7de03a", + "type": "library", + "name": "System.IO.Compression", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression:System.IO.Compression:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001?package-id=6eff00bb5824935b", + "type": "library", + "name": "System.IO.Compression.Brotli", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.Brotli:System.IO.Compression.Brotli:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.Brotli@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.Brotli.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001?package-id=63ef5990f10c0f1b", + "type": "library", + "name": "System.IO.Compression.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.FileSystem:System.IO.Compression.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001?package-id=5bf0ca8257144402", + "type": "library", + "name": "System.IO.Compression.ZipFile", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Compression.ZipFile:System.IO.Compression.ZipFile:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Compression.ZipFile@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Compression.ZipFile.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem@8.0.123.58001?package-id=7fa60455c54be79a", + "type": "library", + "name": "System.IO.FileSystem", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem:System.IO.FileSystem:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001?package-id=3fe9ce5c789189ba", + "type": "library", + "name": "System.IO.FileSystem.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.AccessControl:System.IO.FileSystem.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001?package-id=9bdf32d0a19363a2", + "type": "library", + "name": "System.IO.FileSystem.DriveInfo", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.DriveInfo:System.IO.FileSystem.DriveInfo:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.DriveInfo@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.DriveInfo.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001?package-id=8e242661438f7628", + "type": "library", + "name": "System.IO.FileSystem.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Primitives:System.IO.FileSystem.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001?package-id=c545a368f3c46006", + "type": "library", + "name": "System.IO.FileSystem.Watcher", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.FileSystem.Watcher:System.IO.FileSystem.Watcher:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.FileSystem.Watcher@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.FileSystem.Watcher.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001?package-id=5ca7ac0f96864130", + "type": "library", + "name": "System.IO.IsolatedStorage", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.IsolatedStorage:System.IO.IsolatedStorage:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.IsolatedStorage@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.IsolatedStorage.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001?package-id=a655843889925488", + "type": "library", + "name": "System.IO.MemoryMappedFiles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.MemoryMappedFiles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.MemoryMappedFiles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipelines@8.0.23.53103?package-id=c8bf62c6deec63f5", + "type": "library", + "name": "System.IO.Pipelines", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.IO.Pipelines:System.IO.Pipelines:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipelines@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.IO.Pipelines.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes@8.0.123.58001?package-id=cd8d4d6b9d7a7dd0", + "type": "library", + "name": "System.IO.Pipes", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes:System.IO.Pipes:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001?package-id=ec9b5622aab85981", + "type": "library", + "name": "System.IO.Pipes.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.Pipes.AccessControl:System.IO.Pipes.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.Pipes.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.Pipes.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001?package-id=813157ac636ae9a8", + "type": "library", + "name": "System.IO.UnmanagedMemoryStream", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.IO.UnmanagedMemoryStream:System.IO.UnmanagedMemoryStream:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.IO.UnmanagedMemoryStream@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.IO.UnmanagedMemoryStream.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq@8.0.123.58001?package-id=21b692cc853f8ae3", + "type": "library", + "name": "System.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq:System.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0?package-id=791f832a4161bb0b", + "type": "library", + "name": "System.Linq.Dynamic.Core", + "version": "1.3.7.0", + "cpe": "cpe:2.3:a:System.Linq.Dynamic.Core:System.Linq.Dynamic.Core:1.3.7.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Dynamic.Core@1.3.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Linq.Dynamic.Core.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Expressions@8.0.123.58001?package-id=adde9553e28b7667", + "type": "library", + "name": "System.Linq.Expressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Expressions:System.Linq.Expressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Expressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Expressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Parallel@8.0.123.58001?package-id=edd4fc0497a5c7f8", + "type": "library", + "name": "System.Linq.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Parallel:System.Linq.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Linq.Queryable@8.0.123.58001?package-id=d1313bdd4c239e7e", + "type": "library", + "name": "System.Linq.Queryable", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Linq.Queryable:System.Linq.Queryable:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Linq.Queryable@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Linq.Queryable.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Memory@8.0.123.58001?package-id=69a4b90b7d9ab3bb", + "type": "library", + "name": "System.Memory", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Memory:System.Memory:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Memory@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Memory.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net@8.0.123.58001?package-id=63b227e62b76d46d", + "type": "library", + "name": "System.Net", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net:System.Net:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http@8.0.123.58001?package-id=dd6febd2eae1c679", + "type": "library", + "name": "System.Net.Http", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http:System.Net.Http:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Http.Json@8.0.123.58001?package-id=4bdec68e1065b571", + "type": "library", + "name": "System.Net.Http.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Http.Json:System.Net.Http.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Http.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Http.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.HttpListener@8.0.123.58001?package-id=d36e329cc1c697ef", + "type": "library", + "name": "System.Net.HttpListener", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.HttpListener:System.Net.HttpListener:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.HttpListener@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.HttpListener.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Mail@8.0.123.58001?package-id=95ae4b1e6a8ca2c0", + "type": "library", + "name": "System.Net.Mail", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Mail:System.Net.Mail:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Mail@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Mail.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NameResolution@8.0.123.58001?package-id=7cd0d4ea47f99f7a", + "type": "library", + "name": "System.Net.NameResolution", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NameResolution:System.Net.NameResolution:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NameResolution@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NameResolution.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001?package-id=35a4a5c3516fb6cc", + "type": "library", + "name": "System.Net.NetworkInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.NetworkInformation:System.Net.NetworkInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.NetworkInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.NetworkInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Ping@8.0.123.58001?package-id=b454ce314dc7242c", + "type": "library", + "name": "System.Net.Ping", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Ping:System.Net.Ping:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Ping@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Ping.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Primitives@8.0.123.58001?package-id=43867234b2dac2f0", + "type": "library", + "name": "System.Net.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Primitives:System.Net.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Quic@8.0.123.58001?package-id=9796bbafe90c8797", + "type": "library", + "name": "System.Net.Quic", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Quic:System.Net.Quic:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Quic@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Quic.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Requests@8.0.123.58001?package-id=f7fc730081b8f576", + "type": "library", + "name": "System.Net.Requests", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Requests:System.Net.Requests:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Requests@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Requests.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Security@8.0.123.58001?package-id=59683f6c8e4cb820", + "type": "library", + "name": "System.Net.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Security:System.Net.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001?package-id=9b7a4a834cf58a76", + "type": "library", + "name": "System.Net.ServicePoint", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.ServicePoint:System.Net.ServicePoint:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.ServicePoint@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.ServicePoint.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.Sockets@8.0.123.58001?package-id=7191f210c23c1eb1", + "type": "library", + "name": "System.Net.Sockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.Sockets:System.Net.Sockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.Sockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.Sockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebClient@8.0.123.58001?package-id=faca7bca16640050", + "type": "library", + "name": "System.Net.WebClient", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebClient:System.Net.WebClient:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebClient@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebClient.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001?package-id=33fc1d8b4718cab5", + "type": "library", + "name": "System.Net.WebHeaderCollection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebHeaderCollection:System.Net.WebHeaderCollection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebHeaderCollection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebHeaderCollection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebProxy@8.0.123.58001?package-id=e1510bf731d553ee", + "type": "library", + "name": "System.Net.WebProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebProxy:System.Net.WebProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets@8.0.123.58001?package-id=858fbab56e404242", + "type": "library", + "name": "System.Net.WebSockets", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets:System.Net.WebSockets:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001?package-id=dbaec552d266feab", + "type": "library", + "name": "System.Net.WebSockets.Client", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Net.WebSockets.Client:System.Net.WebSockets.Client:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Net.WebSockets.Client@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Net.WebSockets.Client.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics@8.0.123.58001?package-id=553bdb34660407a9", + "type": "library", + "name": "System.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics:System.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001?package-id=2efac66a7159c802", + "type": "library", + "name": "System.Numerics.Vectors", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Numerics.Vectors:System.Numerics.Vectors:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Numerics.Vectors@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Numerics.Vectors.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ObjectModel@8.0.123.58001?package-id=1748874a1023c048", + "type": "library", + "name": "System.ObjectModel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ObjectModel:System.ObjectModel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ObjectModel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ObjectModel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.CoreLib@8.0.123.58001?package-id=e75fbd2cd2c99f94", + "type": "library", + "name": "System.Private.CoreLib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.CoreLib:System.Private.CoreLib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.CoreLib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.CoreLib.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001?package-id=7e9a6a1dd399a500", + "type": "library", + "name": "System.Private.DataContractSerialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.DataContractSerialization:System.Private.DataContractSerialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.DataContractSerialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.DataContractSerialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Uri@8.0.123.58001?package-id=6af37a18b6a55150", + "type": "library", + "name": "System.Private.Uri", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Uri:System.Private.Uri:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Uri@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Uri.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml@8.0.123.58001?package-id=e799c5912afd9432", + "type": "library", + "name": "System.Private.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml:System.Private.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001?package-id=754df1961f8cfc16", + "type": "library", + "name": "System.Private.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Private.Xml.Linq:System.Private.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Private.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Private.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection@8.0.123.58001?package-id=d7209956b2e5d6cc", + "type": "library", + "name": "System.Reflection", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection:System.Reflection:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001?package-id=9233823e95e26ab7", + "type": "library", + "name": "System.Reflection.DispatchProxy", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.DispatchProxy:System.Reflection.DispatchProxy:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.DispatchProxy@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.DispatchProxy.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit@8.0.123.58001?package-id=47c291aac49d84ed", + "type": "library", + "name": "System.Reflection.Emit", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit:System.Reflection.Emit:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001?package-id=e0c3a5596a65957d", + "type": "library", + "name": "System.Reflection.Emit.ILGeneration", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.ILGeneration:System.Reflection.Emit.ILGeneration:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.ILGeneration@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.ILGeneration.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001?package-id=05298fac10fbfdf0", + "type": "library", + "name": "System.Reflection.Emit.Lightweight", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Emit.Lightweight:System.Reflection.Emit.Lightweight:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Emit.Lightweight@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Emit.Lightweight.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001?package-id=c61c0cf8c533517e", + "type": "library", + "name": "System.Reflection.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Extensions:System.Reflection.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001?package-id=b4754b9dcc1880ae", + "type": "library", + "name": "System.Reflection.Metadata", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Metadata:System.Reflection.Metadata:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Metadata@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Metadata.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001?package-id=2aedafc571bc0243", + "type": "library", + "name": "System.Reflection.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.Primitives:System.Reflection.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001?package-id=50f0065c186edd7d", + "type": "library", + "name": "System.Reflection.TypeExtensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Reflection.TypeExtensions:System.Reflection.TypeExtensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Reflection.TypeExtensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Reflection.TypeExtensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Reader@8.0.123.58001?package-id=7e3f2133b0246905", + "type": "library", + "name": "System.Resources.Reader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Reader:System.Resources.Reader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Reader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Reader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001?package-id=cad508a508521d06", + "type": "library", + "name": "System.Resources.ResourceManager", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.ResourceManager:System.Resources.ResourceManager:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.ResourceManager@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.ResourceManager.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Resources.Writer@8.0.123.58001?package-id=92ae14b07a424f37", + "type": "library", + "name": "System.Resources.Writer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Resources.Writer:System.Resources.Writer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Resources.Writer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Resources.Writer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime@8.0.123.58001?package-id=3488c7f0645126da", + "type": "library", + "name": "System.Runtime", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime:System.Runtime:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=a613d09eeae72c8c", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Caching@6.0.21.52210?package-id=f45e8f0bb0864ff2", + "type": "library", + "name": "System.Runtime.Caching", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Runtime.Caching:System.Runtime.Caching:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Caching@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001?package-id=6d34fbcdbdb437a6", + "type": "library", + "name": "System.Runtime.CompilerServices.Unsafe", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.Unsafe:System.Runtime.CompilerServices.Unsafe:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.Unsafe@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.Unsafe.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001?package-id=bb5f6a39077d4db7", + "type": "library", + "name": "System.Runtime.CompilerServices.VisualC", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.CompilerServices.VisualC:System.Runtime.CompilerServices.VisualC:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.CompilerServices.VisualC@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.CompilerServices.VisualC.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001?package-id=c45b987ab6136ca9", + "type": "library", + "name": "System.Runtime.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Extensions:System.Runtime.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Handles@8.0.123.58001?package-id=af0444439a10f934", + "type": "library", + "name": "System.Runtime.Handles", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Handles:System.Runtime.Handles:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Handles@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Handles.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001?package-id=c71c9bb43a0b2040", + "type": "library", + "name": "System.Runtime.InteropServices", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices:System.Runtime.InteropServices:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001?package-id=b22ce455308244cc", + "type": "library", + "name": "System.Runtime.InteropServices.JavaScript", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.JavaScript@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.JavaScript.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001?package-id=e99b2ad31798847a", + "type": "library", + "name": "System.Runtime.InteropServices.RuntimeInformation", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.InteropServices.RuntimeInformation:System.Runtime.InteropServices.RuntimeInformation:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.InteropServices.RuntimeInformation@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.InteropServices.RuntimeInformation.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001?package-id=e4d3bf096ec0a995", + "type": "library", + "name": "System.Runtime.Intrinsics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Intrinsics:System.Runtime.Intrinsics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Intrinsics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Intrinsics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Loader@8.0.123.58001?package-id=2aa27e86e57125a5", + "type": "library", + "name": "System.Runtime.Loader", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Loader:System.Runtime.Loader:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Loader@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Loader.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001?package-id=cb43d95042faa608", + "type": "library", + "name": "System.Runtime.Numerics", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Numerics:System.Runtime.Numerics:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Numerics@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Numerics.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001?package-id=53965f0a72c16ad7", + "type": "library", + "name": "System.Runtime.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization:System.Runtime.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001?package-id=b1a96cc8fb87874d", + "type": "library", + "name": "System.Runtime.Serialization.Formatters", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Formatters:System.Runtime.Serialization.Formatters:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Formatters@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Formatters.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001?package-id=94278018420c83df", + "type": "library", + "name": "System.Runtime.Serialization.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Json:System.Runtime.Serialization.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001?package-id=b7b8ac96b3232686", + "type": "library", + "name": "System.Runtime.Serialization.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Primitives:System.Runtime.Serialization.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001?package-id=9154cb3b41e11baf", + "type": "library", + "name": "System.Runtime.Serialization.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Runtime.Serialization.Xml:System.Runtime.Serialization.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Runtime.Serialization.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Runtime.Serialization.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security@8.0.123.58001?package-id=1f025bf4be394acc", + "type": "library", + "name": "System.Security", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security:System.Security:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.AccessControl@8.0.123.58001?package-id=8132816e6e17a865", + "type": "library", + "name": "System.Security.AccessControl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.AccessControl:System.Security.AccessControl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.AccessControl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.AccessControl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Claims@8.0.123.58001?package-id=5d891433f2c5edc5", + "type": "library", + "name": "System.Security.Claims", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Claims:System.Security.Claims:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Claims@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Claims.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography@8.0.123.58001?package-id=3867e7f833059563", + "type": "library", + "name": "System.Security.Cryptography", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography:System.Security.Cryptography:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001?package-id=4d5592ac080a7760", + "type": "library", + "name": "System.Security.Cryptography.Algorithms", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Algorithms:System.Security.Cryptography.Algorithms:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Algorithms@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Algorithms.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001?package-id=aefa1d10de61427e", + "type": "library", + "name": "System.Security.Cryptography.Cng", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Cng:System.Security.Cryptography.Cng:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Cng@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Cng.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001?package-id=8561c448bf831ae5", + "type": "library", + "name": "System.Security.Cryptography.Csp", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Csp:System.Security.Cryptography.Csp:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Csp@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Csp.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001?package-id=cbdaa84ef61eae6a", + "type": "library", + "name": "System.Security.Cryptography.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Encoding:System.Security.Cryptography.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001?package-id=5aafd5d811096c25", + "type": "library", + "name": "System.Security.Cryptography.OpenSsl", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.OpenSsl:System.Security.Cryptography.OpenSsl:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.OpenSsl@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.OpenSsl.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103?package-id=51231efc738314c8", + "type": "library", + "name": "System.Security.Cryptography.Pkcs", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Pkcs:System.Security.Cryptography.Pkcs:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Pkcs.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001?package-id=5570f0279b68685c", + "type": "library", + "name": "System.Security.Cryptography.Primitives", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Primitives:System.Security.Cryptography.Primitives:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Primitives@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.Primitives.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=ab124c7749e60b03", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210?package-id=4a4987d7005eeb19", + "type": "library", + "name": "System.Security.Cryptography.ProtectedData", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001?package-id=37dd2057b48956b3", + "type": "library", + "name": "System.Security.Cryptography.X509Certificates", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Cryptography.X509Certificates:System.Security.Cryptography.X509Certificates:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.X509Certificates@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Cryptography.X509Certificates.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103?package-id=24092a75afebb26b", + "type": "library", + "name": "System.Security.Cryptography.Xml", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Security.Cryptography.Xml:System.Security.Cryptography.Xml:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Security.Cryptography.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Permissions@6.0.21.52210?package-id=6952335321b3dc03", + "type": "library", + "name": "System.Security.Permissions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Security.Permissions:System.Security.Permissions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Permissions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Security.Permissions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal@8.0.123.58001?package-id=708c573bc9534077", + "type": "library", + "name": "System.Security.Principal", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal:System.Security.Principal:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001?package-id=50a371c2b207a697", + "type": "library", + "name": "System.Security.Principal.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.Principal.Windows:System.Security.Principal.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.Principal.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.Principal.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Security.SecureString@8.0.123.58001?package-id=a66e9ce67e121a8b", + "type": "library", + "name": "System.Security.SecureString", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Security.SecureString:System.Security.SecureString:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Security.SecureString@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Security.SecureString.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001?package-id=4e34afb55836dc7f", + "type": "library", + "name": "System.ServiceModel.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceModel.Web:System.ServiceModel.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceModel.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceModel.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ServiceProcess@8.0.123.58001?package-id=52adb2167863adbc", + "type": "library", + "name": "System.ServiceProcess", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ServiceProcess:System.ServiceProcess:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ServiceProcess@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ServiceProcess.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding@8.0.123.58001?package-id=6edb09c4de918a1e", + "type": "library", + "name": "System.Text.Encoding", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding:System.Text.Encoding:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001?package-id=9af3d42c97f2a54a", + "type": "library", + "name": "System.Text.Encoding.CodePages", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.CodePages:System.Text.Encoding.CodePages:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.CodePages@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.CodePages.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001?package-id=b36f215e49a21ee1", + "type": "library", + "name": "System.Text.Encoding.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encoding.Extensions:System.Text.Encoding.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encoding.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encoding.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001?package-id=ff188a8789533dc6", + "type": "library", + "name": "System.Text.Encodings.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Encodings.Web:System.Text.Encodings.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Encodings.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Encodings.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.Json@8.0.123.58001?package-id=0da2f0453b9f21aa", + "type": "library", + "name": "System.Text.Json", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.Json:System.Text.Json:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.Json@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.Json.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001?package-id=99e8fee216536c6a", + "type": "library", + "name": "System.Text.RegularExpressions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Text.RegularExpressions:System.Text.RegularExpressions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Text.RegularExpressions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Text.RegularExpressions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading@8.0.123.58001?package-id=cdb1bfebaa2487de", + "type": "library", + "name": "System.Threading", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading:System.Threading:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Channels@8.0.123.58001?package-id=894a4e9e39257720", + "type": "library", + "name": "System.Threading.Channels", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Channels:System.Threading.Channels:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Channels@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Channels.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001?package-id=f696bb947eaa4506", + "type": "library", + "name": "System.Threading.Overlapped", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Overlapped:System.Threading.Overlapped:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Overlapped@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Overlapped.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103?package-id=de41e596cf791881", + "type": "library", + "name": "System.Threading.RateLimiting", + "version": "8.0.23.53103", + "cpe": "cpe:2.3:a:System.Threading.RateLimiting:System.Threading.RateLimiting:8.0.23.53103:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.RateLimiting@8.0.23.53103", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ecf9a253675a241e954a81251dece2ad69c243bcba0d66b393daffe04431cfd0" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.1/System.Threading.RateLimiting.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks@8.0.123.58001?package-id=ad8ac89b70a4e40b", + "type": "library", + "name": "System.Threading.Tasks", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks:System.Threading.Tasks:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001?package-id=71a8778c889d95f2", + "type": "library", + "name": "System.Threading.Tasks.Dataflow", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Dataflow@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Dataflow.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001?package-id=d4df687ac783033f", + "type": "library", + "name": "System.Threading.Tasks.Extensions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Extensions:System.Threading.Tasks.Extensions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Extensions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001?package-id=7be8ed61e90b7fa3", + "type": "library", + "name": "System.Threading.Tasks.Parallel", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Tasks.Parallel:System.Threading.Tasks.Parallel:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Tasks.Parallel@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Tasks.Parallel.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Thread@8.0.123.58001?package-id=51e171ca5b88cf72", + "type": "library", + "name": "System.Threading.Thread", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Thread:System.Threading.Thread:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Thread@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Thread.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001?package-id=088e28dc8e86df34", + "type": "library", + "name": "System.Threading.ThreadPool", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.ThreadPool:System.Threading.ThreadPool:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.ThreadPool@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.ThreadPool.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Threading.Timer@8.0.123.58001?package-id=afa4c4bbe567d62f", + "type": "library", + "name": "System.Threading.Timer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Threading.Timer:System.Threading.Timer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Threading.Timer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Threading.Timer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions@8.0.123.58001?package-id=68d642835bea175f", + "type": "library", + "name": "System.Transactions", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions:System.Transactions:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Transactions.Local@8.0.123.58001?package-id=cfb224261fa01a39", + "type": "library", + "name": "System.Transactions.Local", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Transactions.Local:System.Transactions.Local:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Transactions.Local@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Transactions.Local.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.ValueTuple@8.0.123.58001?package-id=f5ee41453d9de871", + "type": "library", + "name": "System.ValueTuple", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.ValueTuple:System.ValueTuple:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.ValueTuple@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.ValueTuple.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web@8.0.123.58001?package-id=00bb780f30159480", + "type": "library", + "name": "System.Web", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web:System.Web:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001?package-id=6ffdc1ad9890f638", + "type": "library", + "name": "System.Web.HttpUtility", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Web.HttpUtility:System.Web.HttpUtility:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Web.HttpUtility@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Web.HttpUtility.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows@8.0.123.58001?package-id=46589f025260c79c", + "type": "library", + "name": "System.Windows", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Windows:System.Windows:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Windows.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=aa3e57f5a5d8a566", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Windows.Extensions@6.0.21.52210?package-id=95e1987fca744571", + "type": "library", + "name": "System.Windows.Extensions", + "version": "6.0.21.52210", + "cpe": "cpe:2.3:a:System.Windows.Extensions:System.Windows.Extensions:6.0.21.52210:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Windows.Extensions@6.0.21.52210", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml@8.0.123.58001?package-id=6a82ab25a7f1d96b", + "type": "library", + "name": "System.Xml", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml:System.Xml:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Linq@8.0.123.58001?package-id=0da1bdf38c294ea8", + "type": "library", + "name": "System.Xml.Linq", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Linq:System.Xml.Linq:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Linq@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Linq.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001?package-id=388f75cdc1b233a9", + "type": "library", + "name": "System.Xml.ReaderWriter", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.ReaderWriter:System.Xml.ReaderWriter:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.ReaderWriter@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.ReaderWriter.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.Serialization@8.0.123.58001?package-id=2ca7bc34ee358986", + "type": "library", + "name": "System.Xml.Serialization", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.Serialization:System.Xml.Serialization:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.Serialization@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.Serialization.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XDocument@8.0.123.58001?package-id=05527c8b555de588", + "type": "library", + "name": "System.Xml.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XDocument:System.Xml.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath@8.0.123.58001?package-id=7ad188a1b0693257", + "type": "library", + "name": "System.Xml.XPath", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath:System.Xml.XPath:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001?package-id=daa9370932217230", + "type": "library", + "name": "System.Xml.XPath.XDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XPath.XDocument:System.Xml.XPath.XDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XPath.XDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XPath.XDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001?package-id=ea1ff717e29ad193", + "type": "library", + "name": "System.Xml.XmlDocument", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlDocument:System.Xml.XmlDocument:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlDocument@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlDocument.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001?package-id=5021d9fd5ed41c6b", + "type": "library", + "name": "System.Xml.XmlSerializer", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:System.Xml.XmlSerializer:System.Xml.XmlSerializer:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/System.Xml.XmlSerializer@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/System.Xml.XmlSerializer.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/UserDataService.Application@21.8.0.0?package-id=cafee7041ee92018", + "type": "library", + "name": "UserDataService.Application", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:UserDataService.Application:UserDataService.Application:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/UserDataService.Application@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/UserDataService.Application.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/UserDataService.DataStore@21.8.0.0?package-id=114d48d77d96eedf", + "type": "library", + "name": "UserDataService.DataStore", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:UserDataService.DataStore:UserDataService.DataStore:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/UserDataService.DataStore@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/UserDataService.DataStore.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/UserDataService.Infrastructure@21.8.0.0?package-id=d6d395f3af4bb78d", + "type": "library", + "name": "UserDataService.Infrastructure", + "version": "21.8.0.0", + "cpe": "cpe:2.3:a:UserDataService.Infrastructure:UserDataService.Infrastructure:21.8.0.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/UserDataService.Infrastructure@21.8.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/UserDataService.Infrastructure.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/WindowsBase@8.0.123.58001?package-id=d5f15d79e38f0016", + "type": "library", + "name": "WindowsBase", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:WindowsBase:WindowsBase:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/WindowsBase@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/WindowsBase.dll" + } + ] + }, + { + "bom-ref": "pkg:nuget/ZstdSharp@0.6.2.0?package-id=5da6dc7630e25e4e", + "type": "library", + "name": "ZstdSharp", + "version": "0.6.2.0", + "cpe": "cpe:2.3:a:ZstdSharp:ZstdSharp:0.6.2.0:*:*:*:*:*:*:*", + "purl": "pkg:nuget/ZstdSharp@0.6.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:9596b865d462f480debc95d802aed6dc2c127c3f3aa792d06889ac8070064c36" + }, + { + "name": "syft:location:0:path", + "value": "/app/ZstdSharp.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:nuget/mscorlib@8.0.123.58001?package-id=318f23c94d9ff2f1", + "type": "library", + "name": "mscorlib", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:mscorlib:mscorlib:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/mscorlib@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/mscorlib.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:nuget/netstandard@8.0.123.58001?package-id=ec2e63288bc0254f", + "type": "library", + "name": "netstandard", + "version": "8.0.123.58001", + "cpe": "cpe:2.3:a:netstandard:netstandard:8.0.123.58001:*:*:*:*:*:*:*", + "purl": "pkg:nuget/netstandard@8.0.123.58001", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:524e20f04e7fb7050bea3dba77bc39c1672d26e06e717095a39b9f5c619f63d5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.1/netstandard.dll" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:03ee8b0fbfcf8cdfe10aba4eb7eb0e812ff93ee794d539b4fa0b436d3d155109" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/ni-systemlink-userservice-setup-0.10.2.syft.cdx.json b/release-notes/2024-01/sbom/ni-systemlink-userservice-setup-0.10.2.syft.cdx.json new file mode 100644 index 00000000..7895e513 --- /dev/null +++ b/release-notes/2024-01/sbom/ni-systemlink-userservice-setup-0.10.2.syft.cdx.json @@ -0,0 +1,5320 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:06a1a4be-c3da-4365-afc6-d8ad7aaad4e4", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:54-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "5a66ff092bd76a6a", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/ni/systemlink/userservice-setup", + "version": "0.10.2" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/.python-rundeps@20230826.004334?arch=noarch&distro=alpine-3.17.5&package-id=b110a9bbdfabbc35", + "type": "library", + "name": ".python-rundeps", + "version": "20230826.004334", + "description": "virtual meta package", + "cpe": "cpe:2.3:a:.python-rundeps:.python-rundeps:20230826.004334:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/.python-rundeps@20230826.004334?arch=noarch&distro=alpine-3.17.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python-rundeps:.python_rundeps:20230826.004334:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python-rundeps:20230826.004334:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python_rundeps:.python_rundeps:20230826.004334:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python-rundeps:20230826.004334:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:.python:.python_rundeps:20230826.004334:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1EDBzaB0Y2aDFIPjX6P1G6y/Ggqg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libbz2.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libpanelw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "so:libreadline.so.8" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "so:libsqlite3.so.0" + }, + { + "name": "syft:metadata:pullDependencies:13", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:14", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:pullDependencies:15", + "value": "so:libuuid.so.1" + }, + { + "name": "syft:metadata:pullDependencies:16", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libexpat.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libffi.so.8" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libgdbm.so.6" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libgdbm_compat.so.4" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:liblzma.so.5" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libnsl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "0" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=60671fb38be80921", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=26c6ab49b20e0611", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=46b94df0f02615c2", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=81782b67f63489aa", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=ea4f310b42a73475", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + } + ] + }, + { + "bom-ref": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14?package-id=eb5d976db5af8780", + "type": "library", + "name": "Simple Launcher Executable", + "version": "1.1.0.14", + "cpe": "cpe:2.3:a:Simple_Launcher_Executable:Simple_Launcher_Executable:1.1.0.14:*:*:*:*:*:*:*", + "purl": "pkg:nuget/Simple%20Launcher%20Executable@1.1.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dotnet-portable-executable-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DotnetPortableExecutableMetadata" + }, + { + "name": "syft:package:type", + "value": "dotnet" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=538dff49e6576a74", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/eXfmbYT1WXenFSqKjroYyK84NE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5&package-id=2b13c37ad68dba47", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.0-r0", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1/JgpM8J6DWI/541tUX+uHEzSjqo=" + }, + { + "name": "syft:metadata:size", + "value": "11664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.5&package-id=52cdfe05331430a5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1KM01lfKVp+gEZn23awujqjSkrN8=" + }, + { + "name": "syft:metadata:size", + "value": "13361" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1d0d53b03364a499", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.12.10-r1", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.12.10-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0188f510baadbae393472103427b9c1875117136" + }, + { + "name": "syft:metadata:installedSize", + "value": "307200" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.3.12.0=3.12.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.12.10-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ef3iwt+cMdGngEgaFr2URIJhKzQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "120973" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.35.0-r29", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "962560" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NN3sp0yr99btRysqty3nQUrWHaY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "509600" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.35.0-r29", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1miWwyhWKXVEiRYLhmArV1TKMs6A=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.35.0-r29" + }, + { + "name": "syft:metadata:size", + "value": "1547" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5&package-id=8fedcdaded0f729f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c56ff944f7d21017702e916e9546ee10389aef62" + }, + { + "name": "syft:metadata:installedSize", + "value": "708608" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1N/Jm97UPP48iytm9ei9pTR/j3+U=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157324" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5&package-id=7f201a451682e35a", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c56ff944f7d21017702e916e9546ee10389aef62" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13X+cgKNwpP6viqMRvLV8Pp+2NV4=" + }, + { + "name": "syft:metadata:size", + "value": "126306" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2023.11.17?package-id=3b13050a4a744238", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2023.11.17", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2023.11.17:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2023.11.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2023.11.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:0:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:1:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:2:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.3.2?package-id=c3f09751eccf5bc8", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.3.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:0:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:1:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:2:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/gdbm@1.23-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b312c4717c75f7ac", + "type": "library", + "publisher": "Natanael Copa ", + "name": "gdbm", + "version": "1.23-r0", + "description": "GNU dbm is a set of database routines that use extensible hashing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gdbm:gdbm:1.23-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/gdbm@1.23-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gdbm/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:gdbm:1.23-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d197e00079e79f6ee295cbcfb6e4c34bd3c2911f" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "gdbm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgdbm.so.6=6.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgdbm_compat.so.4=4.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q105XvjAqFelksgLEPQabPBfVESTg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "32528" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.6?package-id=8db15515189ea604", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.6", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "keyutils-libs", + "version": "1.6.3-r1", + "description": "Key utilities library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:keyutils-libs:keyutils-libs:1.6.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/keyutils-libs@1.6.3-r1?arch=x86_64&upstream=keyutils&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://people.redhat.com/~dhowells/keyutils/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils-libs:keyutils_libs:1.6.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils-libs:1.6.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils_libs:keyutils_libs:1.6.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils-libs:1.6.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:keyutils:keyutils_libs:1.6.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "091cff5c876c9610814a784a2af4fdf740e456c9" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "keyutils" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libkeyutils.so.1=1.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1fkob9fshNVUeAkANR+uU+q+opVs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "8014" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.17.5&package-id=632487f5b7e927f6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-conf", + "version": "1.0-r2", + "description": "Shared krb5.conf for both MIT krb5 and heimdal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_conf:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_conf:1.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4a46b2cb955e25fd6d6f913794d35bc6d876aea9" + }, + { + "name": "syft:metadata:installedSize", + "value": "12288" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1+A73UyGuFiHoR8y+M+uMcx1maoE=" + }, + { + "name": "syft:metadata:size", + "value": "1771" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/krb5-libs@1.20.1-r0?arch=x86_64&upstream=krb5&distro=alpine-3.17.5&package-id=29b5c46273c9f285", + "type": "library", + "publisher": "Natanael Copa ", + "name": "krb5-libs", + "version": "1.20.1-r0", + "description": "The shared libraries used by Kerberos 5", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:krb5-libs:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/krb5-libs@1.20.1-r0?arch=x86_64&upstream=krb5&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://web.mit.edu/kerberos/www/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5-libs:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5_libs:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb-libs:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb_libs:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb5:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb5_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb-libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:krb:krb_libs:1.20.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "daffefce35d0c2e624cc295b8135ce09b30e4777" + }, + { + "name": "syft:metadata:installedSize", + "value": "2015232" + }, + { + "name": "syft:metadata:originPackage", + "value": "krb5" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgssapi_krb5.so.2=2.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libgssrpc.so.4=4.2" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libk5crypto.so.3=3.1" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libkadm5clnt_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libkadm5srv_mit.so.12=12.0" + }, + { + "name": "syft:metadata:provides:5", + "value": "so:libkdb5.so.10=10.0" + }, + { + "name": "syft:metadata:provides:6", + "value": "so:libkrad.so.0=0.0" + }, + { + "name": "syft:metadata:provides:7", + "value": "so:libkrb5.so.3=3.3" + }, + { + "name": "syft:metadata:provides:8", + "value": "so:libkrb5support.so.0=0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1UWosoVmqGqyJPIYBZFM24pOx3gc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "krb5-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcom_err.so.2" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libkeyutils.so.1" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libverto.so.1" + }, + { + "name": "syft:metadata:size", + "value": "813677" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r4?arch=x86_64&upstream=bzip2&distro=alpine-3.17.5&package-id=90e082af23cce58f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libbz2", + "version": "1.0.8-r4", + "description": "Shared library for bz2", + "licenses": [ + { + "license": { + "id": "bzip2-1.0.6" + } + } + ], + "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbz2@1.0.8-r4?arch=x86_64&upstream=bzip2&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://sourceware.org/bzip2/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz:1.0.8-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5ae86a5f5ee5921b6b50daa900b42852f0e2bd38" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "bzip2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbz2.so.1=1.0.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1LHI0/B+XiGYDLTjMqYYzGDeeqAU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "33551" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5&package-id=3da1da8b4149460f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r3", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "60424133be2e79bbfeff3d58147a22886f817ce2" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19Gg06pBPiiG9UN94ql7qImsHSUQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1485" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcom_err@1.46.6-r0?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.17.5&package-id=e084a57f90f21a79", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcom_err", + "version": "1.46.6-r0", + "description": "Common error description library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND MIT" + } + ], + "cpe": "cpe:2.3:a:libcom-err:libcom-err:1.46.6-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcom_err@1.46.6-r0?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://e2fsprogs.sourceforge.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err:libcom_err:1.46.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom-err:1.46.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err:libcom_err:1.46.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err:1.46.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err:1.46.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b8e2be09535658d719873d57f01d9ab8bc30162f" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "e2fsprogs" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcom_err.so.2=2.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1+j/ZFM7Tq6gWsSJZl3eWIlGc7Og=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "6479" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.0.10-r0", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.0.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e01b63d978096d5d2164f2e8e5067f6d5ca7b5c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "4214784" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S12XKCYMS8ao55Gl+BWsulhaRe8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1714661" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libexpat@2.5.0-r0?arch=x86_64&upstream=expat&distro=alpine-3.17.5&package-id=2418675b2f98dccf", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libexpat", + "version": "2.5.0-r0", + "description": "XML Parser library written in C (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat:libexpat:2.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libexpat@2.5.0-r0?arch=x86_64&upstream=expat&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://libexpat.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4d7fe273b2aae2729e55ca7f69a26adecc555ce0" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "expat" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexpat.so.1=1.8.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11YCMSSCTxqRjFguNdBA8tNIocoI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "59761" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libffi@3.4.4-r0?arch=x86_64&distro=alpine-3.17.5&package-id=1c3536897f9f3076", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libffi", + "version": "3.4.4-r0", + "description": "portable, high level programming interface to various calling conventions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libffi:libffi:3.4.4-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libffi@3.4.4-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://sourceware.org/libffi/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "26b7430674b2c5aa3e7a81b122f1af05a05ca70c" + }, + { + "name": "syft:metadata:installedSize", + "value": "53248" + }, + { + "name": "syft:metadata:originPackage", + "value": "libffi" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libffi.so.8=8.1.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ugqi4gou3cULspw7Xs+TahNyScY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "18703" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r1?arch=x86_64&upstream=gettext&distro=alpine-3.17.5&package-id=e2f1cd9fa46ebb42", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r1", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r1?arch=x86_64&upstream=gettext&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "3103bf5eb32b28daf27b418061694ab965d7daf8" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1st6hmU//x9vh//qG5GE04T+ZTfQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20222" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=73287373662abcc3", + "type": "library", + "publisher": "Valery Kartel ", + "name": "libnsl", + "version": "2.0.0-r0", + "description": "Public client interface for NIS(YP) and NIS+ in a IPv6 ready version", + "licenses": [ + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:thkukuk:libnsl:2.0.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://github.com/thkukuk/libnsl", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl:2.0.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ab22877711f517b9da6857f3d3d75a2821cbdcc3" + }, + { + "name": "syft:metadata:installedSize", + "value": "45056" + }, + { + "name": "syft:metadata:originPackage", + "value": "libnsl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnsl.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vXMSVb4JYYVVGRtMEMc52cbXuqA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libintl.so.8" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libtirpc.so.3" + }, + { + "name": "syft:metadata:size", + "value": "12029" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.0.10-r0", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.10-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.0.10-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e01b63d978096d5d2164f2e8e5067f6d5ca7b5c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "622592" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1D+ABkUqobu3JW3WZooFS3W4vMrA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "247057" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc@1.3.3-r0?arch=x86_64&distro=alpine-3.17.5&package-id=ba151d174f3d2509", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc", + "version": "1.3.3-r0", + "description": "Transport Independent RPC library (SunRPC replacement)", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc:libtirpc:1.3.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc@1.3.3-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2dbcc3dfef880d8a111e43c8b334237ef1aa3a54" + }, + { + "name": "syft:metadata:installedSize", + "value": "184320" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libtirpc.so.3=3.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q13+7KxX4Z14keiku4fhyy+uRzhpc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libtirpc-conf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libgssapi_krb5.so.2" + }, + { + "name": "syft:metadata:size", + "value": "78805" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libtirpc-conf@1.3.3-r0?arch=x86_64&upstream=libtirpc&distro=alpine-3.17.5&package-id=804f0401799bf933", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libtirpc-conf", + "version": "1.3.3-r0", + "description": "Configuration files for TI-RPC", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-conf:libtirpc-conf:1.3.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libtirpc-conf@1.3.3-r0?arch=x86_64&upstream=libtirpc&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://sourceforge.net/projects/libtirpc", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-conf:libtirpc_conf:1.3.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc-conf:1.3.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_conf:libtirpc_conf:1.3.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-conf:1.3.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_conf:1.3.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2dbcc3dfef880d8a111e43c8b334237ef1aa3a54" + }, + { + "name": "syft:metadata:installedSize", + "value": "16384" + }, + { + "name": "syft:metadata:originPackage", + "value": "libtirpc" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VCaTnxJcjnDj3Hry5uITUFiMOMA=" + }, + { + "name": "syft:metadata:size", + "value": "2236" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libuuid@2.38.1-r1?arch=x86_64&upstream=util-linux&distro=alpine-3.17.5&package-id=d141131d1f87f209", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libuuid", + "version": "2.38.1-r1", + "description": "DCE compatible Universally Unique Identifier library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libuuid:libuuid:2.38.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libuuid@2.38.1-r1?arch=x86_64&upstream=util-linux&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://git.kernel.org/cgit/utils/util-linux/util-linux.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c7bfb812c1ddf0c7ea5633b7d426aaf0374d4c62" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "util-linux" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libuuid.so.1=1.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1K9Ac5mUlwxM8DK/MEo6F+0Vfp98=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "13560" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libverto@0.3.2-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1f6985754771feeb", + "type": "library", + "publisher": "Francesco Colista ", + "name": "libverto", + "version": "0.3.2-r1", + "description": "Main loop abstraction library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:latchset:libverto:0.3.2-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libverto@0.3.2-r1?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://github.com/latchset/libverto", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libverto:libverto:0.3.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "2b8e5c3e83711eb800c40bf2df72b2d3b2bc633b" + }, + { + "name": "syft:metadata:installedSize", + "value": "36864" + }, + { + "name": "syft:metadata:originPackage", + "value": "libverto" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libverto.so.1=1.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1fB0uCEwQCIiEN7rJ7KdiMjMAIEs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "9555" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.3-r5", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.3-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S0ChPXPpHqy7oO9DCWigRum5FGI=" + }, + { + "name": "syft:metadata:size", + "value": "388948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.3-r5", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.3-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.3-r5" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.3-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1h34ZHPVhEyf4NSuAvocVAS9DeGE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36695" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-libs", + "version": "6.3_p20221119-r1", + "description": "Ncurses libraries", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-libs:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-libs:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_libs:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_libs:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "54a39ace82a9e8d1785ca0ba2d3c5d24b2def24c" + }, + { + "name": "syft:metadata:installedSize", + "value": "512000" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "ncurses-widec-libs=6.3_p20221119-r1" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libformw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libmenuw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libncursesw.so.6=6.3" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libpanelw.so.6=6.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1g7UjY4wrEwjGtXAJLNp8sdziiEo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.3_p20221119-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "213962" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=f00726809c58d7a6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.3_p20221119-r1", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.3_p20221119-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "54a39ace82a9e8d1785ca0ba2d3c5d24b2def24c" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1uBApNlwHODEa5vFvwvEKHvKRxmI=" + }, + { + "name": "syft:metadata:size", + "value": "22609" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.3.2?package-id=1924f1c3ff895259", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.3.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1d26f19de3b42f5afeb615b891c91e014bbd660b3c098cc2b6429bdd173a1376" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/pip-23.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.11.5?package-id=0acc66881de02a93", + "type": "application", + "name": "python", + "version": "3.11.5", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.5:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.11.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.11" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.11.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92", + "type": "library", + "publisher": "Natanael Copa ", + "name": "readline", + "version": "8.2.0-r0", + "description": "GNU readline library", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:readline:readline:8.2.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://tiswww.cwru.edu/php/chet/readline/rltop.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b4e918d160824e1d7994b4628758c415050177ef" + }, + { + "name": "syft:metadata:installedSize", + "value": "315392" + }, + { + "name": "syft:metadata:originPackage", + "value": "readline" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libreadline.so.8=8.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1qyQWwtj+kAOI1eA1M35MKpntcb0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "125516" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=e51a93231c8c9284", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.31.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:0:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:1:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:2:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.5-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.5-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e52243dbb02069f10d48440ccc5fd41fa5fc2236" + }, + { + "name": "syft:metadata:installedSize", + "value": "98304" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.5-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q11dxYFsHvBFAzzHGDo5gOTDNJDyQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "37687" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@65.5.1?package-id=dda9e33044359350", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "65.5.1", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:65.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@65.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:65.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cd6c51d8462d0eeaa6a71a4e1c9be210a8d1f4632d7313540913bb4397634d24" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cd6c51d8462d0eeaa6a71a4e1c9be210a8d1f4632d7313540913bb4397634d24" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cd6c51d8462d0eeaa6a71a4e1c9be210a8d1f4632d7313540913bb4397634d24" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/sqlite-libs@3.40.1-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.17.5&package-id=1e4e374876798d4a", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "sqlite-libs", + "version": "3.40.1-r0", + "description": "Sqlite3 library", + "licenses": [ + { + "license": { + "id": "blessing" + } + } + ], + "cpe": "cpe:2.3:a:sqlite-libs:sqlite-libs:3.40.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/sqlite-libs@3.40.1-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.sqlite.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite-libs:sqlite_libs:3.40.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite-libs:3.40.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite_libs:sqlite_libs:3.40.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite-libs:3.40.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sqlite:sqlite_libs:3.40.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5a3ea6ae75a3aaebc0916442328ce80529bc9404" + }, + { + "name": "syft:metadata:installedSize", + "value": "1032192" + }, + { + "name": "syft:metadata:originPackage", + "value": "sqlite" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsqlite3.so.0=0.8.6" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14PDugGtgDLYLT0w7dhLuPXgTLzo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "542156" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=032b724597417981", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.35.0-r29", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.35.0-r29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1dbf7a793afae640ea643a055b6dd4f430ac116b" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.35.0-r29" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QuqZjeP6XG85I29tOiCWofL8Cj0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4929" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r0?arch=x86_64&distro=alpine-3.17.5&package-id=4f7cc5596f4ea4b2", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r0", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "f0fc0d47fb725b98cc2cdbe8894f6df648aa32c5" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1A/CizbJXgQCp1pv0Jegytd1wrYA=" + }, + { + "name": "syft:metadata:size", + "value": "402782" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@2.1.0?package-id=c18f17a19d875510", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "2.1.0", + "cpe": "cpe:2.3:a:python:urllib3:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:0:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1b5ab594db3bd9b06040bd2ce88534831d3e9bf4edc42aeb24ca12a7a4df7882" + }, + { + "name": "syft:location:1:path", + "value": "/home/systemlink/.local/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.41.2?package-id=d6f9eb015f9fdcd5", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.41.2", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "xz-libs", + "version": "5.2.9-r0", + "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.2.9-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/xz-libs@5.2.9-r0?arch=x86_64&upstream=xz&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://tukaani.org/xz", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-libs:xz_libs:5.2.9-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz-libs:5.2.9-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz_libs:5.2.9-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-libs:5.2.9-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_libs:5.2.9-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "4dc1c9480c8a749ce86495c9fb13be99ce48ddcc" + }, + { + "name": "syft:metadata:installedSize", + "value": "180224" + }, + { + "name": "syft:metadata:originPackage", + "value": "xz" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:liblzma.so.5=5.2.9" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14jkG/tweXJIzJAyi8fqw/L1bNvM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "86960" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r0", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5abf66d71d6452b94c8f8f584b2fc10ed78d3c49fd85ca6c53ecf6213d6e891d" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "bb37266b06a72d21d1fd850ef4b86665cf9ef70f" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rjnXT01l1PAxXheUxe4Oldl5rFk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54258" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.17.5", + "description": "Alpine Linux v3.17", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.17.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.17" + }, + { + "name": "syft:distro:versionID", + "value": "3.17.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/.python-rundeps@20230826.004334?arch=noarch&distro=alpine-3.17.5&package-id=b110a9bbdfabbc35", + "dependsOn": [ + "pkg:apk/alpine/gdbm@1.23-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b312c4717c75f7ac", + "pkg:apk/alpine/libbz2@1.0.8-r4?arch=x86_64&upstream=bzip2&distro=alpine-3.17.5&package-id=90e082af23cce58f", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libexpat@2.5.0-r0?arch=x86_64&upstream=expat&distro=alpine-3.17.5&package-id=2418675b2f98dccf", + "pkg:apk/alpine/libffi@3.4.4-r0?arch=x86_64&distro=alpine-3.17.5&package-id=1c3536897f9f3076", + "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=73287373662abcc3", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/libtirpc@1.3.3-r0?arch=x86_64&distro=alpine-3.17.5&package-id=ba151d174f3d2509", + "pkg:apk/alpine/libuuid@2.38.1-r1?arch=x86_64&upstream=util-linux&distro=alpine-3.17.5&package-id=d141131d1f87f209", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414", + "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92", + "pkg:apk/alpine/sqlite-libs@3.40.1-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.17.5&package-id=1e4e374876798d4a", + "pkg:apk/alpine/xz-libs@5.2.9-r0?arch=x86_64&upstream=xz&distro=alpine-3.17.5&package-id=76c31633001e9d31", + "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f" + ] + }, + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=538dff49e6576a74", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.5&package-id=2b13c37ad68dba47", + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.12.10-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1d0d53b03364a499", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.5&package-id=7f201a451682e35a", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.35.0-r29?arch=x86_64&distro=alpine-3.17.5&package-id=cfc1578e6b4f88d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.17.5&package-id=8fedcdaded0f729f", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=8afef83200389370", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/gdbm@1.23-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b312c4717c75f7ac", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/keyutils-libs@1.6.3-r1?arch=x86_64&upstream=keyutils&distro=alpine-3.17.5&package-id=f26bac1837d00c1d", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/krb5-libs@1.20.1-r0?arch=x86_64&upstream=krb5&distro=alpine-3.17.5&package-id=29b5c46273c9f285", + "dependsOn": [ + "pkg:apk/alpine/keyutils-libs@1.6.3-r1?arch=x86_64&upstream=keyutils&distro=alpine-3.17.5&package-id=f26bac1837d00c1d", + "pkg:apk/alpine/krb5-conf@1.0-r2?arch=x86_64&distro=alpine-3.17.5&package-id=632487f5b7e927f6", + "pkg:apk/alpine/libcom_err@1.46.6-r0?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.17.5&package-id=e084a57f90f21a79", + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/libverto@0.3.2-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1f6985754771feeb", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libbz2@1.0.8-r4?arch=x86_64&upstream=bzip2&distro=alpine-3.17.5&package-id=90e082af23cce58f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.5&package-id=3da1da8b4149460f", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe" + ] + }, + { + "ref": "pkg:apk/alpine/libcom_err@1.46.6-r0?arch=x86_64&upstream=e2fsprogs&distro=alpine-3.17.5&package-id=e084a57f90f21a79", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libexpat@2.5.0-r0?arch=x86_64&upstream=expat&distro=alpine-3.17.5&package-id=2418675b2f98dccf", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libffi@3.4.4-r0?arch=x86_64&distro=alpine-3.17.5&package-id=1c3536897f9f3076", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r1?arch=x86_64&upstream=gettext&distro=alpine-3.17.5&package-id=e2f1cd9fa46ebb42", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libnsl@2.0.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=73287373662abcc3", + "dependsOn": [ + "pkg:apk/alpine/libintl@0.21.1-r1?arch=x86_64&upstream=gettext&distro=alpine-3.17.5&package-id=e2f1cd9fa46ebb42", + "pkg:apk/alpine/libtirpc@1.3.3-r0?arch=x86_64&distro=alpine-3.17.5&package-id=ba151d174f3d2509", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libtirpc@1.3.3-r0?arch=x86_64&distro=alpine-3.17.5&package-id=ba151d174f3d2509", + "dependsOn": [ + "pkg:apk/alpine/krb5-libs@1.20.1-r0?arch=x86_64&upstream=krb5&distro=alpine-3.17.5&package-id=29b5c46273c9f285", + "pkg:apk/alpine/libtirpc-conf@1.3.3-r0?arch=x86_64&upstream=libtirpc&distro=alpine-3.17.5&package-id=804f0401799bf933", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libuuid@2.38.1-r1?arch=x86_64&upstream=util-linux&distro=alpine-3.17.5&package-id=d141131d1f87f209", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/libverto@0.3.2-r1?arch=x86_64&distro=alpine-3.17.5&package-id=1f6985754771feeb", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.5&package-id=6df47ee58f6e13fe", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5" + ] + }, + { + "ref": "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/ncurses-terminfo-base@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=f00726809c58d7a6" + ] + }, + { + "ref": "pkg:apk/alpine/readline@8.2.0-r0?arch=x86_64&distro=alpine-3.17.5&package-id=92f1d7a2f9a9fa92", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093", + "pkg:apk/alpine/ncurses-libs@6.3_p20221119-r1?arch=x86_64&upstream=ncurses&distro=alpine-3.17.5&package-id=4cfaebfa05f1b414" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.5&package-id=014ce49f90e359d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/sqlite-libs@3.40.1-r0?arch=x86_64&upstream=sqlite&distro=alpine-3.17.5&package-id=1e4e374876798d4a", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.35.0-r29?arch=x86_64&upstream=busybox&distro=alpine-3.17.5&package-id=032b724597417981", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=98a33c7a13a9d2ff", + "pkg:apk/alpine/libssl3@3.0.10-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.5&package-id=7de46cb74f43aff0", + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/xz-libs@5.2.9-r0?arch=x86_64&upstream=xz&distro=alpine-3.17.5&package-id=76c31633001e9d31", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.5&package-id=b8ee1f66780f175f", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.5&package-id=84b7431edcf17093" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/pause-3.9.syft.cdx.json b/release-notes/2024-01/sbom/pause-3.9.syft.cdx.json new file mode 100644 index 00000000..193bf21a --- /dev/null +++ b/release-notes/2024-01/sbom/pause-3.9.syft.cdx.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:a80e3584-b0fc-4f48-be45-413b1b795d6d", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:36:50-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "72ee30cb7a4b6859", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/pause", + "version": "3.9" + } + } +} diff --git a/release-notes/2024-01/sbom/swaggerapi-swagger-ui-v5.11.0.syft.cdx.json b/release-notes/2024-01/sbom/swaggerapi-swagger-ui-v5.11.0.syft.cdx.json new file mode 100644 index 00000000..2080bada --- /dev/null +++ b/release-notes/2024-01/sbom/swaggerapi-swagger-ui-v5.11.0.syft.cdx.json @@ -0,0 +1,7264 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:5c525f32-c5ec-4777-9185-b08dcbc8aa34", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:07-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "28e464cd5f9a2c85", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/swaggerapi/swagger-ui", + "version": "v5.11.0" + } + }, + "components": [ + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "331776" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1zwvKMnYs1b6ZdPTBJ0Z7D5P3jyA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "alpine-baselayout-data=3.4.3-r1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "8914" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-baselayout-data", + "version": "3.4.3-r1", + "description": "Alpine base dir structure and init scripts", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65502ca9379dd29d1ac4b0bf0dcf03a3dd1b324a" + }, + { + "name": "syft:metadata:installedSize", + "value": "77824" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-baselayout" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1YCAH7jdO2W816b85sUh9Z8av4Cc=" + }, + { + "name": "syft:metadata:size", + "value": "11705" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=fb974a1ab24215af", + "type": "library", + "publisher": "Natanael Copa ", + "name": "alpine-keys", + "version": "2.4-r1", + "description": "Public keys for Alpine Linux packages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" + }, + { + "name": "syft:metadata:installedSize", + "value": "159744" + }, + { + "name": "syft:metadata:originPackage", + "value": "alpine-keys" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q17Do9XvTHoWjQlRYJe7MhnKd8FTQ=" + }, + { + "name": "syft:metadata:size", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/aom-libs@3.6.1-r0?arch=x86_64&upstream=aom&distro=alpine-3.18.5&package-id=8e79ff30a832f361", + "type": "library", + "publisher": "Oleg Titov ", + "name": "aom-libs", + "version": "3.6.1-r0", + "description": "Alliance for Open Media (AOM) AV1 codec SDK (libraries)", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:aom-libs:aom-libs:3.6.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/aom-libs@3.6.1-r0?arch=x86_64&upstream=aom&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://aomedia.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aom-libs:aom_libs:3.6.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aom_libs:aom-libs:3.6.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aom_libs:aom_libs:3.6.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aom:aom-libs:3.6.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aom:aom_libs:3.6.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d6e2b480d0a760395462cca45c5a4ef736f900f6" + }, + { + "name": "syft:metadata:installedSize", + "value": "7426048" + }, + { + "name": "syft:metadata:originPackage", + "value": "aom" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libaom.so.3=3.6.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1VF5+6tAMCuqLq3R3ffDMrTbS4io=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "2858080" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "apk-tools", + "version": "2.14.0-r2", + "description": "Alpine Package Keeper - package manager for alpine", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk-tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apk:apk_tools:2.14.0-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cbaf845cd82388decc932885aa5b6d695bd8a306" + }, + { + "name": "syft:metadata:installedSize", + "value": "311296" + }, + { + "name": "syft:metadata:originPackage", + "value": "apk-tools" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libapk.so.2.14.0=2.14.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:apk=2.14.0-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1jN4l8jnr9pHNE1o5VOUZPBrCrhM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl>=1.2.3_git20230424" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "ca-certificates-bundle" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "125679" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "type": "library", + "publisher": "prspkt ", + "name": "brotli-libs", + "version": "1.0.9-r14", + "description": "Generic lossless compressor (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://github.com/google/brotli", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli-libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brotli:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli-libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:brotli_libs:1.0.9-r14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0a1208f4924921ba3c0fba5429338a5990f1741c" + }, + { + "name": "syft:metadata:installedSize", + "value": "806912" + }, + { + "name": "syft:metadata:originPackage", + "value": "brotli" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbrotlicommon.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libbrotlidec.so.1=1.0.9" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libbrotlienc.so.1=1.0.9" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1SLIAbTXN3oSaGPfK2/rxfJJzEw8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "348557" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox", + "version": "1.36.1-r5", + "description": "Size optimized toolbox of many common UNIX utilities", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "946176" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1aBWv1Kn2ASOLShUeDPoSLaozuMs=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "510005" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "type": "library", + "publisher": "Sören Tempel ", + "name": "busybox-binsh", + "version": "1.36.1-r5", + "description": "busybox ash /bin/sh", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "8192" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:sh=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15fBkcCHhCSy+P6TPSptuqyKrf0Y=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "busybox=1.36.1-r5" + }, + { + "name": "syft:metadata:size", + "value": "1541" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/c-ares@1.19.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=5cb51bf7f2eeabd4", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "c-ares", + "version": "1.19.1-r0", + "description": "An asynchronously DNS/names resolver library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:c-ares:c-ares:1.19.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/c-ares@1.19.1-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://c-ares.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c-ares:c_ares:1.19.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c_ares:c-ares:1.19.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c_ares:c_ares:1.19.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c:c-ares:1.19.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c:c_ares:1.19.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cb4f22dad8869c1a3cc7b75402d6f75c5460ee15" + }, + { + "name": "syft:metadata:installedSize", + "value": "94208" + }, + { + "name": "syft:metadata:originPackage", + "value": "c-ares" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcares.so.2=2.6.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1MEl+GBNj9GiTSM2P29L0VXgcsfY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "40246" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates", + "version": "20230506-r0", + "description": "Common CA certificates PEM files from Mozilla", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "704512" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:c_rehash=20230506-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:update-ca-certificates=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FG8M+7w+dkjV9Vy0mGFWW2t4+Do=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "157021" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ca-certificates-bundle", + "version": "20230506-r0", + "description": "Pre generated bundle of Mozilla certificates", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates-bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates_bundle:20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "59534a02716a92a10d177a118c34066162eff4a6" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:provides:0", + "value": "ca-certificates-cacert=20230506-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R/SF0IZwqesh6/EOcK5l3EOrbD0=" + }, + { + "name": "syft:metadata:size", + "value": "126311" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=6d19df7102779c4e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "curl", + "version": "8.5.0-r0", + "description": "URL retrival utility and library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:haxx:curl:8.5.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "badf2583b77f06cf2b9fa4406a593dd663023de3" + }, + { + "name": "syft:metadata:installedSize", + "value": "253952" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:curl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1oSBerwcr+l8IBT+vBOsovgBwQRo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "libcurl=8.5.0-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcurl.so.4" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "149054" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/fontconfig@2.14.2-r3?arch=x86_64&distro=alpine-3.18.5&package-id=c2d6b9453edd7870", + "type": "library", + "publisher": "Natanael Copa ", + "name": "fontconfig", + "version": "2.14.2-r3", + "description": "Library for configuring and customizing font access", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:fontconfig:fontconfig:2.14.2-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/fontconfig@2.14.2-r3?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.freedesktop.org/wiki/Software/fontconfig", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e6f07a0f7ed8fbd7152d7ac7898754d6af174c98" + }, + { + "name": "syft:metadata:installedSize", + "value": "729088" + }, + { + "name": "syft:metadata:originPackage", + "value": "fontconfig" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libfontconfig.so.1=1.12.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:fc-cache=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:fc-cat=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:fc-conflist=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:fc-list=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:5", + "value": "cmd:fc-match=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:6", + "value": "cmd:fc-pattern=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:7", + "value": "cmd:fc-query=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:8", + "value": "cmd:fc-scan=2.14.2-r3" + }, + { + "name": "syft:metadata:provides:9", + "value": "cmd:fc-validate=2.14.2-r3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1toELDX+AMfn9O2FftAacrhU+TC0=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libexpat.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libfreetype.so.6" + }, + { + "name": "syft:metadata:size", + "value": "164729" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/freetype@2.13.0-r5?arch=x86_64&distro=alpine-3.18.5&package-id=9b71b717388f8d45", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "freetype", + "version": "2.13.0-r5", + "description": "TrueType font rendering library", + "licenses": [ + { + "expression": "FTL OR GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:freetype:freetype:2.13.0-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/freetype@2.13.0-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.freetype.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "1cca5140a90f5a2489401d8844043847a49caca6" + }, + { + "name": "syft:metadata:installedSize", + "value": "741376" + }, + { + "name": "syft:metadata:originPackage", + "value": "freetype" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libfreetype.so.6=6.19.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1f9L6obY4DNikwNaqbozkYqY1fpo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbz2.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpng16.so.16" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "358370" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/geoip@1.6.12-r5?arch=x86_64&distro=alpine-3.18.5&package-id=4ae81def13c1cfcd", + "type": "library", + "publisher": "Leonardo Arena ", + "name": "geoip", + "version": "1.6.12-r5", + "description": "Lookup countries by IP addresses", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:geoip:geoip:1.6.12-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/geoip@1.6.12-r5?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "http://www.maxmind.com/app/ip-location", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "262144" + }, + { + "name": "syft:metadata:originPackage", + "value": "geoip" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libGeoIP.so.1=1.6.12" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:geoiplookup6=1.6.12-r5" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:geoiplookup=1.6.12-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12y9c/Pysl0jg6+2AR5/cV0+6WNk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "86706" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/icu-data-en@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=af12a5e73ebd052e", + "type": "library", + "publisher": "Natanael Copa ", + "name": "icu-data-en", + "version": "73.2-r2", + "description": "Stripped down ICU data with only en_US/GB locale and no legacy charset converters", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:icu-data-en:icu-data-en:73.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/icu-data-en@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://icu.unicode.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu-data-en:icu_data_en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_data_en:icu-data-en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_data_en:icu_data_en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu-data:icu-data-en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu-data:icu_data_en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_data:icu-data-en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_data:icu_data_en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu-data-en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu_data_en:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "754f7d517b0126abb64f30722271776eb7c31c9b" + }, + { + "name": "syft:metadata:installedSize", + "value": "3088384" + }, + { + "name": "syft:metadata:originPackage", + "value": "icu" + }, + { + "name": "syft:metadata:provides:0", + "value": "icu-data=73.2-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1+/5GWjtlK+ZQXxNrIkI/gQSFmmE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:size", + "value": "1046210" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/icu-libs@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=fe6d71768ab9f569", + "type": "library", + "publisher": "Natanael Copa ", + "name": "icu-libs", + "version": "73.2-r2", + "description": "International Components for Unicode library (libraries)", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:icu-libs:icu-libs:73.2-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/icu-libs@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://icu.unicode.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu-libs:icu_libs:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_libs:icu-libs:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_libs:icu_libs:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu-libs:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu_libs:73.2-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "754f7d517b0126abb64f30722271776eb7c31c9b" + }, + { + "name": "syft:metadata:installedSize", + "value": "4435968" + }, + { + "name": "syft:metadata:originPackage", + "value": "icu" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libicudata.so.73=73.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libicui18n.so.73=73.2" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libicuio.so.73=73.2" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libicuuc.so.73=73.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1QmODQz9sFvfZcMO3UYHgcFX6TRQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "icu-data=73.2-r2" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libstdc++.so.6" + }, + { + "name": "syft:metadata:size", + "value": "1793682" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libavif@0.11.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=b9d8fcea3685895b", + "type": "library", + "publisher": "Bart Ribbers ", + "name": "libavif", + "version": "0.11.1-r2", + "description": "Library for encoding and decoding .avif files", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libavif:libavif:0.11.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libavif@0.11.1-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://aomediacodec.github.io/av1-avif/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9edc7d2c38556aa0d5fa47599ab2dec670ee8d85" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "libavif" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libavif.so.15=15.0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vXDSEI09ilNIQFHy9PsIryMn3dU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libaom.so.3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libdav1d.so.6" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libsharpyuv.so.0" + }, + { + "name": "syft:metadata:size", + "value": "70407" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbsd@0.11.7-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8ba0cd56a2a5dbda", + "type": "library", + "publisher": "Drew DeVault ", + "name": "libbsd", + "version": "0.11.7-r1", + "description": "commonly-used BSD functions not implemented by all libcs", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libbsd:libbsd:0.11.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbsd@0.11.7-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://libbsd.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "61912ace73a5f4d3e13a8ed157ed39b2c6d54c3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "86016" + }, + { + "name": "syft:metadata:originPackage", + "value": "libbsd" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbsd.so.0=0.11.7" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1+j7EAyk6annhsRDfB05DkHY1LLM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libmd.so.0" + }, + { + "name": "syft:metadata:size", + "value": "34014" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libbz2", + "version": "1.0.8-r5", + "description": "Shared library for bz2", + "licenses": [ + { + "license": { + "id": "bzip2-1.0.6" + } + } + ], + "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://sourceware.org/bzip2/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz:libbz:1.0.8-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "bzip2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libbz2.so.1=1.0.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1v13gWmLEhB4wJ6i0S77ZTIkSSDU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "33557" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libc-utils", + "version": "0.7.2-r5", + "description": "Meta package to pull in correct libc", + "licenses": [ + { + "expression": "BSD-2-Clause AND BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://alpinelinux.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "988f183cc9d6699930c3e18ccf4a9e36010afb56" + }, + { + "name": "syft:metadata:installedSize", + "value": "4096" + }, + { + "name": "syft:metadata:originPackage", + "value": "libc-dev" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Llna/ri8oHhlQIRsaG8SGug0ikI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "musl-utils" + }, + { + "name": "syft:metadata:size", + "value": "1484" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libcrypto3", + "version": "3.1.4-r1", + "description": "Crypto library from openssl", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto3:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypto:libcrypto:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "4579328" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcrypto.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o+vFJMnZukduV7Y+lgb7DvYwlJo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1743954" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libcurl", + "version": "8.5.0-r0", + "description": "The multiprotocol file transfer library", + "licenses": [ + { + "license": { + "id": "curl" + } + } + ], + "cpe": "cpe:2.3:a:libcurl:libcurl:8.5.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://curl.se/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "badf2583b77f06cf2b9fa4406a593dd663023de3" + }, + { + "name": "syft:metadata:installedSize", + "value": "598016" + }, + { + "name": "syft:metadata:originPackage", + "value": "curl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libcurl.so.4=4.8.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rSeJPoRcRdLTweUC2PkOGXCQnUw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libidn2.so.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libnghttp2.so.14" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "284008" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libdav1d@1.2.1-r0?arch=x86_64&upstream=dav1d&distro=alpine-3.18.5&package-id=8a7930879a3131f6", + "type": "library", + "publisher": "Bart Ribbers ", + "name": "libdav1d", + "version": "1.2.1-r0", + "description": "small and fast AV1 Decoder (libraries)", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libdav1d:libdav1d:1.2.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libdav1d@1.2.1-r0?arch=x86_64&upstream=dav1d&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://code.videolan.org/videolan/dav1d", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "5660d8fa68ae9d93e7bb1c54f168fe82e11cc37d" + }, + { + "name": "syft:metadata:installedSize", + "value": "1720320" + }, + { + "name": "syft:metadata:originPackage", + "value": "dav1d" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libdav1d.so.6=6.9.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1v7BeNeR3WPCXtimTvjPBBu1vzxk=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "697129" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libedit@20221030.3.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6bd0b85aa3a272ba", + "type": "library", + "publisher": "Drew DeVault ", + "name": "libedit", + "version": "20221030.3.1-r1", + "description": "BSD line editing library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit:libedit:20221030.3.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libedit@20221030.3.1-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.thrysoee.dk/editline", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "196608" + }, + { + "name": "syft:metadata:originPackage", + "value": "libedit" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libedit.so.0=0.0.70" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q15PBvyyEwd5KjwG3lTYwXuEw/+Hw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libncursesw.so.6" + }, + { + "name": "syft:metadata:size", + "value": "78327" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libexpat", + "version": "2.5.0-r1", + "description": "XML Parser library written in C (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat:libexpat:2.5.0-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://libexpat.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "147456" + }, + { + "name": "syft:metadata:originPackage", + "value": "expat" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexpat.so.1=1.8.10" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1HckygN+FaPOKMnPm/G6nsK7Ddvw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "58531" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libgcc", + "version": "12.2.1_git20220924-r10", + "description": "GNU C compiler runtime libraries", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcc:libgcc:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcc_s.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vaf5owBu4zZv4k9JHE5inhNZaGQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54823" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgcrypt@1.10.2-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b50b1c62f8ef13d0", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libgcrypt", + "version": "1.10.2-r1", + "description": "General purpose crypto library based on the code used in GnuPG", + "licenses": [ + { + "expression": "LGPL-2.1-or-later AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libgcrypt:libgcrypt:1.10.2-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgcrypt@1.10.2-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnupg.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1200128" + }, + { + "name": "syft:metadata:originPackage", + "value": "libgcrypt" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgcrypt.so.20=20.4.2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1SRzP8e+vlCqGUgCyGkbDlNwqbQg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgpg-error.so.0" + }, + { + "name": "syft:metadata:size", + "value": "482580" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgd@2.3.3-r7?arch=x86_64&upstream=gd&distro=alpine-3.18.5&package-id=e7808d6f3478bed8", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libgd", + "version": "2.3.3-r7", + "description": "Library for the dynamic creation of images by programmers (libraries)", + "licenses": [ + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libgd:libgd:2.3.3-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgd@2.3.3-r7?arch=x86_64&upstream=gd&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://libgd.github.io/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "368640" + }, + { + "name": "syft:metadata:originPackage", + "value": "gd" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgd.so.3=3.0.11" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1T48molFqhr6IOK25MJPalLhsSts=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libXpm.so.4" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libavif.so.15" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libfontconfig.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libfreetype.so.6" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libjpeg.so.8" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libpng16.so.16" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libtiff.so.6" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libwebp.so.7" + }, + { + "name": "syft:metadata:size", + "value": "113814" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libgpg-error@1.47-r1?arch=x86_64&distro=alpine-3.18.5&package-id=be01279866b014b7", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libgpg-error", + "version": "1.47-r1", + "description": "Support library for libgcrypt", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libgpg-error:libgpg-error:1.47-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libgpg-error@1.47-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnupg.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error:libgpg_error:1.47-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error:libgpg-error:1.47-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error:libgpg_error:1.47-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error:1.47-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error:1.47-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "184320" + }, + { + "name": "syft:metadata:originPackage", + "value": "libgpg-error" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libgpg-error.so.0=0.34.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:gpg-error=1.47-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TUUVvTp4l/99AdNlNfoaQ1Z+5cY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "70692" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libice@1.1.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=4d13dcc4000655fb", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libice", + "version": "1.1.1-r2", + "description": "X11 Inter-Client Exchange library", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libice:libice:1.1.1-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libice@1.1.1-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "102400" + }, + { + "name": "syft:metadata:originPackage", + "value": "libice" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libICE.so.6=6.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q19bkHJ3Dq42AHysTvrfpENQqCKI8=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "40401" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "type": "library", + "publisher": "Drew DeVault ", + "name": "libidn2", + "version": "2.3.4-r1", + "description": "Encode/Decode library for internationalized domain names", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libidn2:libidn2:2.3.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libidn#libidn2", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn2:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libidn:2.3.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "212992" + }, + { + "name": "syft:metadata:originPackage", + "value": "libidn2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libidn2.so.0=0.3.8" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1e8PNgko4hneETI5udcz1NEz0L28=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libunistring.so.5" + }, + { + "name": "syft:metadata:size", + "value": "104931" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libintl", + "version": "0.21.1-r7", + "description": "GNU gettext runtime library", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libintl:libintl:0.21.1-r7:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/gettext/gettext.html", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libintl:0.21.1-r7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "9f0e67f6c3b60e42080fbe33c98561e80ed6c6c6" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "gettext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libintl.so.8=8.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1yQTE2HovK4JGRqt4+tfBNM8tXrg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "20216" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libjpeg-turbo@2.1.5.1-r3?arch=x86_64&distro=alpine-3.18.5&package-id=f2485e2a8a316b2b", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libjpeg-turbo", + "version": "2.1.5.1-r3", + "description": "Accelerated baseline JPEG compression and decompression library", + "licenses": [ + { + "expression": "BSD-3-Clause AND IJG AND Zlib" + } + ], + "cpe": "cpe:2.3:a:libjpeg-turbo:libjpeg-turbo:2.1.5.1-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libjpeg-turbo@2.1.5.1-r3?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://libjpeg-turbo.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg-turbo:libjpeg_turbo:2.1.5.1-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo:libjpeg-turbo:2.1.5.1-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo:libjpeg_turbo:2.1.5.1-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg-turbo:2.1.5.1-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg_turbo:2.1.5.1-r3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "706ef5050047b417e440d017ddae08a5f2680b1b" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138688" + }, + { + "name": "syft:metadata:originPackage", + "value": "libjpeg-turbo" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libjpeg.so.8=8.2.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libturbojpeg.so.0=0.2.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10BzQUhBki2TnToBm3a47rxTPsgI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "328155" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libmd@1.0.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f7a4ca835a8586d5", + "type": "library", + "publisher": "omni ", + "name": "libmd", + "version": "1.0.4-r2", + "description": "Message Digest functions from BSD systems", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Domain" + } + }, + { + "license": { + "name": "Public" + } + } + ], + "cpe": "cpe:2.3:a:libmd:libmd:1.0.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libmd@1.0.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.hadrons.org/software/libmd/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "57344" + }, + { + "name": "syft:metadata:originPackage", + "value": "libmd" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libmd.so.0=0.0.5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mYm9gKamc63xWl0cKagc8M+KxOQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "19937" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libncursesw", + "version": "6.4_p20230506-r0", + "description": "Console display library (libncursesw)", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "352256" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libncursesw.so.6=6.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1dD0p75kd/SeiqiNdbcrVT0ZTiOY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ncurses-terminfo-base=6.4_p20230506-r0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "161980" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libpng@1.6.39-r3?arch=x86_64&distro=alpine-3.18.5&package-id=a0eaee7ae0d3fce9", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libpng", + "version": "1.6.39-r3", + "description": "Portable Network Graphics library", + "licenses": [ + { + "license": { + "id": "Libpng" + } + } + ], + "cpe": "cpe:2.3:a:libpng:libpng:1.6.39-r3:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libpng@1.6.39-r3?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "http://www.libpng.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "208896" + }, + { + "name": "syft:metadata:originPackage", + "value": "libpng" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpng16.so.16=16.39.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1NT0nQEiWmw9qZ2lo87z+ZOmd/SY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "98037" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libsm@1.2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=e964c318fd2c9642", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libsm", + "version": "1.2.4-r1", + "description": "X11 Session Management library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libsm:libsm:1.2.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libsm@1.2.4-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "49152" + }, + { + "name": "syft:metadata:originPackage", + "value": "libsm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libSM.so.6=6.0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1vY0jSM3s9kfKkNuKQyhl6lf0w78=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libICE.so.6" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libuuid.so.1" + }, + { + "name": "syft:metadata:size", + "value": "14827" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libssl3", + "version": "3.1.4-r1", + "description": "SSL shared libraries", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.1.4-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.openssl.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl3:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl3:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssl:libssl:3.1.4-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "ff71ec30ae47b5871c761e55af0a8850d253d828" + }, + { + "name": "syft:metadata:installedSize", + "value": "565248" + }, + { + "name": "syft:metadata:originPackage", + "value": "openssl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libssl.so.3=3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1o47c8bt1FJzVuhEX26C7/lIsPmY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:size", + "value": "235948" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "type": "library", + "publisher": "Ariadne Conill ", + "name": "libstdc++", + "version": "12.2.1_git20220924-r10", + "description": "GNU C++ standard runtime library", + "licenses": [ + { + "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:12.2.1_git20220924-r10:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gcc.gnu.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "079f8cf11099e978d12da6dd6b44d59ac706ad3e" + }, + { + "name": "syft:metadata:installedSize", + "value": "2412544" + }, + { + "name": "syft:metadata:originPackage", + "value": "gcc" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libstdc++.so.6=6.0.30" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1R8OXClfEGAan000NGiz07ag9AIU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:size", + "value": "800702" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libunistring", + "version": "1.1-r1", + "description": "Library for manipulating Unicode strings and C strings", + "licenses": [ + { + "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" + } + ], + "cpe": "cpe:2.3:a:libunistring:libunistring:1.1-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.gnu.org/software/libunistring/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnu:libunistring:1.1-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1736704" + }, + { + "name": "syft:metadata:originPackage", + "value": "libunistring" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libunistring.so.5=5.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1FM6LSxIv3TOssRzH8QaqBWHCGaE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "657728" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libuuid", + "version": "2.38.1-r8", + "description": "DCE compatible Universally Unique Identifier library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libuuid:libuuid:2.38.1-r8:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://git.kernel.org/cgit/utils/util-linux/util-linux.git", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "c7de7fac9ae57f268781a733984e74a36f867d1c" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "util-linux" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libuuid.so.1=1.3.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ThHPty++vvhFwUhrDrYD7CmyUBI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "13567" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=a5b07b8f90eca49b", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libwebp", + "version": "1.3.2-r0", + "description": "Libraries for working with WebP images", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libwebp:libwebp:1.3.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://developers.google.com/speed/webp", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "65a5a901be9097b7ca6e4f68b2bee872e3547013" + }, + { + "name": "syft:metadata:installedSize", + "value": "610304" + }, + { + "name": "syft:metadata:originPackage", + "value": "libwebp" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libsharpyuv.so.0=0.0.1" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libwebp.so.7=7.1.8" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libwebpdecoder.so.3=3.1.8" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libwebpdemux.so.2=2.0.14" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libwebpmux.so.3=3.0.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1TGNhWMW7c1BqacIelD1LmA95RHU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "283960" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5&package-id=bad2a3d641dc43c6", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libx11", + "version": "1.8.7-r0", + "description": "X11 client-side library", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libx11:libx11:1.8.7-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx:1.8.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx:libx11:1.8.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx:libx:1.8.7-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "659ef3a25fa07768ad1cd89570951dee794fc8bf" + }, + { + "name": "syft:metadata:installedSize", + "value": "3166208" + }, + { + "name": "syft:metadata:originPackage", + "value": "libx11" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libX11-xcb.so.1=1.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libX11.so.6=6.4.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DMQKcWxWmoBfIOm7zpjHGN2CZuU=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libxcb.so.1" + }, + { + "name": "syft:metadata:size", + "value": "876770" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxau@1.0.11-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e244d49679639d50", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxau", + "version": "1.0.11-r2", + "description": "X11 authorisation library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxau:libxau:1.0.11-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxau@1.0.11-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxau" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libXau.so.6=6.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ALudeKtug4gWfx7jA1oi97Q7cAE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "5905" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxcb@1.15-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b9b86aa141e3819", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxcb", + "version": "1.15-r1", + "description": "X11 client-side library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxcb:libxcb:1.15-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxcb@1.15-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xcb.freedesktop.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "1003520" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxcb" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libxcb-composite.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libxcb-damage.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:10", + "value": "so:libxcb-res.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:11", + "value": "so:libxcb-screensaver.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:12", + "value": "so:libxcb-shape.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:13", + "value": "so:libxcb-shm.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:14", + "value": "so:libxcb-sync.so.1=1.0.0" + }, + { + "name": "syft:metadata:provides:15", + "value": "so:libxcb-xf86dri.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:16", + "value": "so:libxcb-xfixes.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:17", + "value": "so:libxcb-xinerama.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:18", + "value": "so:libxcb-xinput.so.0=0.1.0" + }, + { + "name": "syft:metadata:provides:19", + "value": "so:libxcb-xkb.so.1=1.0.0" + }, + { + "name": "syft:metadata:provides:2", + "value": "so:libxcb-dpms.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:20", + "value": "so:libxcb-xtest.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:21", + "value": "so:libxcb-xv.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:22", + "value": "so:libxcb-xvmc.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:23", + "value": "so:libxcb.so.1=1.1.0" + }, + { + "name": "syft:metadata:provides:3", + "value": "so:libxcb-dri2.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:4", + "value": "so:libxcb-dri3.so.0=0.1.0" + }, + { + "name": "syft:metadata:provides:5", + "value": "so:libxcb-glx.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:6", + "value": "so:libxcb-present.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:7", + "value": "so:libxcb-randr.so.0=0.1.0" + }, + { + "name": "syft:metadata:provides:8", + "value": "so:libxcb-record.so.0=0.0.0" + }, + { + "name": "syft:metadata:provides:9", + "value": "so:libxcb-render.so.0=0.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ojJM6xVv5Ob//8P/oQtTIIX9UhY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libXau.so.6" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libXdmcp.so.6" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "238101" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxdmcp@1.1.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=21db80612d7ff5df", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxdmcp", + "version": "1.1.4-r2", + "description": "X11 Display Manager Control Protocol library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxdmcp:libxdmcp:1.1.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxdmcp@1.1.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "40960" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxdmcp" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libXdmcp.so.6=6.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1xqF/h+wrMkxMCfm5qTreTGHp2XE=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libbsd.so.0" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "9767" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxext@1.3.5-r2?arch=x86_64&distro=alpine-3.18.5&package-id=8c8905c698f9a645", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxext", + "version": "1.3.5-r2", + "description": "X11 miscellaneous extensions library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxext:libxext:1.3.5-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxext@1.3.5-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "81920" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxext" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libXext.so.6=6.4.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1kECNgDsp9ny2jUTJaXpgArtGnUg=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libX11.so.6" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "25944" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5&package-id=aef25be423c3d996", + "type": "library", + "publisher": "Carlo Landmeter ", + "name": "libxml2", + "version": "2.11.6-r0", + "description": "XML parsing library, version 2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxml2:libxml2:2.11.6-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "http://www.xmlsoft.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2:libxml:2.11.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml:libxml2:2.11.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml:libxml:2.11.6-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "33d1fef0e6f89fcdbf6e840afc9e67775bc37da5" + }, + { + "name": "syft:metadata:installedSize", + "value": "1134592" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxml2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libxml2.so.2=2.11.6" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1bsHV77QGDvxpMu1rVyuiebMVSjc=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:liblzma.so.5" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "519584" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxpm@3.5.16-r1?arch=x86_64&distro=alpine-3.18.5&package-id=7f96182cb9457ece", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxpm", + "version": "3.5.16-r1", + "description": "X11 pixmap library", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libxpm-project:libxpm:3.5.16-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxpm@3.5.16-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxpm_project:libxpm:3.5.16-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxpm:libxpm:3.5.16-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "139264" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxpm" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libXpm.so.4=4.11.0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:cxpm=3.5.16-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:sxpm=3.5.16-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1rmXDO2PobxqRLaWjdXN26wdjo90=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libX11.so.6" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libXext.so.6" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libXt.so.6" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "46288" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxslt@1.1.38-r0?arch=x86_64&distro=alpine-3.18.5&package-id=eb72f14cd70aadfc", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxslt", + "version": "1.1.38-r0", + "description": "XML stylesheet transformation library", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libxslt:libxslt:1.1.38-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxslt@1.1.38-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "http://xmlsoft.org/XSLT/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "915cb0ecdf800d0e3543f25358aa3a01d0ef4a43" + }, + { + "name": "syft:metadata:installedSize", + "value": "368640" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxslt" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libexslt.so.0=0.8.21" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libxslt.so.1=1.1.38" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:xsltproc=1.1.38-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1pX1JQyF2zydvPDD0ymDLjaxw/mA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libgcrypt.so.20" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libxml2.so.2" + }, + { + "name": "syft:metadata:size", + "value": "143709" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/libxt@1.3.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f97ba04bb85ce396", + "type": "library", + "publisher": "Natanael Copa ", + "name": "libxt", + "version": "1.3.0-r2", + "description": "X11 toolkit intrinsics library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libxt:libxt:1.3.0-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/libxt@1.3.0-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://xorg.freedesktop.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "b24a4cdf2a2e4b41de4d78979aa9aae0d1383ebc" + }, + { + "name": "syft:metadata:installedSize", + "value": "372736" + }, + { + "name": "syft:metadata:originPackage", + "value": "libxt" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libXt.so.6=6.0.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1d1VngYvn1tBwnb2o7xMBCMii40M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libICE.so.6" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libSM.so.6" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libX11.so.6" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "157987" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:musl-libc:musl:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_libc:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "634880" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libc.musl-x86_64.so.1=1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1odtIYtKyOCg6suF/cDaYpygL7hw=" + }, + { + "name": "syft:metadata:size", + "value": "390427" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "type": "library", + "publisher": "Timo Teräs ", + "name": "musl-utils", + "version": "1.2.4-r2", + "description": "the musl c library (libc) implementation", + "licenses": [ + { + "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" + } + ], + "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://musl.libc.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl-utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:musl:musl_utils:1.2.4-r2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "d82f20546c93252a8c94b262f7100bc8b74d6050" + }, + { + "name": "syft:metadata:installedSize", + "value": "135168" + }, + { + "name": "syft:metadata:originPackage", + "value": "musl" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:getconf=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:getent=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:iconv=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:3", + "value": "cmd:ldconfig=1.2.4-r2" + }, + { + "name": "syft:metadata:provides:4", + "value": "cmd:ldd=1.2.4-r2" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q159PXSLXVmwMBA0V/FmvrBJobpak=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "scanelf" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "36694" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=22610cd6c710c459", + "type": "library", + "publisher": "Natanael Copa ", + "name": "ncurses-terminfo-base", + "version": "6.4_p20230506-r0", + "description": "Descriptions of common terminals", + "licenses": [ + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://invisible-island.net/ncurses/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20230506-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "e20fdedcf90182080424bba81c1f8deffb199872" + }, + { + "name": "syft:metadata:installedSize", + "value": "221184" + }, + { + "name": "syft:metadata:originPackage", + "value": "ncurses" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10a6n6U74hqvF5n9KAe2AjnhuN9g=" + }, + { + "name": "syft:metadata:size", + "value": "22927" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "type": "library", + "publisher": "Francesco Colista ", + "name": "nghttp2-libs", + "version": "1.57.0-r0", + "description": "Experimental HTTP/2 client, server and proxy (libraries)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nghttp2.org", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp-libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nghttp:nghttp_libs:1.57.0-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "95f0574832de1634863c9643afda632ff0e8175c" + }, + { + "name": "syft:metadata:installedSize", + "value": "155648" + }, + { + "name": "syft:metadata:originPackage", + "value": "nghttp2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libnghttp2.so.14=14.25.0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1S9cOYKpPfZ6/ZrJHJctl/7/04NM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "66153" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx", + "version": "1.25.3-r1", + "description": "High performance web server", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx:nginx:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "2777088" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:nginx-debug=1.25.3-r1" + }, + { + "name": "syft:metadata:provides:2", + "value": "cmd:nginx=1.25.3-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ev48jkwMDX41vC81Gz2hWvMA4O4=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1196890" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx-module-geoip@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=0555b8441ec2b9ad", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx-module-geoip", + "version": "1.25.3-r1", + "description": "nginx GeoIP dynamic modules", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx-module-geoip:nginx-module-geoip:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx-module-geoip@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-geoip:nginx_module_geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_geoip:nginx-module-geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_geoip:nginx_module_geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx-module-geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx_module_geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx-module-geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx_module_geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx-module-geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx_module_geoip:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "102400" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx-module-geoip" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-module-geoip-r1.25.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q10eFMi5/XCNKPIOxMprYdarIpBlo=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "nginx~1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libGeoIP.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "10795" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx-module-image-filter@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=a480d4c7e45cdeec", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx-module-image-filter", + "version": "1.25.3-r1", + "description": "nginx image filter dynamic module", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx-module-image-filter:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx-module-image-filter@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-image-filter:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_image_filter:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_image_filter:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-image:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-image:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_image:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_image:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx-module-image-filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx_module_image_filter:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx-module-image-filter" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-module-image-filter-r1.25.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1Ki7KaCy2PO4qaA8BmDzKtPYqKoY=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "nginx~1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libgd.so.3" + }, + { + "name": "syft:metadata:size", + "value": "15186" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx-module-njs@1.25.3.0.8.2-r1?arch=x86_64&distro=alpine-3.18.5&package-id=ece072f689f06ddd", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx-module-njs", + "version": "1.25.3.0.8.2-r1", + "description": "nginx njs dynamic modules", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx-module-njs:nginx-module-njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx-module-njs@1.25.3.0.8.2-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-njs:nginx_module_njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_njs:nginx-module-njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_njs:nginx_module_njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx-module-njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx_module_njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx-module-njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx_module_njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx-module-njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx_module_njs:1.25.3.0.8.2-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "4108288" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx-module-njs" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-module-njs-r1.25.3" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:njs=1.25.3.0.8.2-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1k89Goh8zoJb8hC/X3CZ2bYl4pwM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "nginx~1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libedit.so.0" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libpcre2-8.so.0" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libxml2.so.2" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:size", + "value": "1570283" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nginx-module-xslt@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=0523bb0c28ed9f21", + "type": "library", + "publisher": "NGINX Packaging ", + "name": "nginx-module-xslt", + "version": "1.25.3-r1", + "description": "nginx xslt dynamic module", + "licenses": [ + { + "license": { + "name": "2-clause" + } + }, + { + "license": { + "name": "BSD-like" + } + }, + { + "license": { + "name": "license" + } + } + ], + "cpe": "cpe:2.3:a:nginx-module-xslt:nginx-module-xslt:1.25.3-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nginx-module-xslt@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nginx.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module-xslt:nginx_module_xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_xslt:nginx-module-xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module_xslt:nginx_module_xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx-module-xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx-module:nginx_module_xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx-module-xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx_module:nginx_module_xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx-module-xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nginx:nginx_module_xslt:1.25.3-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:installedSize", + "value": "86016" + }, + { + "name": "syft:metadata:originPackage", + "value": "nginx-module-xslt" + }, + { + "name": "syft:metadata:provides:0", + "value": "nginx-module-xslt-r1.25.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JVxzI55h/tICaYkNax9m9tnPKAw=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "nginx~1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "nginx-r1.25.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libexslt.so.0" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libxml2.so.2" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libxslt.so.1" + }, + { + "name": "syft:metadata:size", + "value": "11878" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/nodejs@18.18.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=9fa43a3ba9b371cf", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "nodejs", + "version": "18.18.2-r0", + "description": "JavaScript runtime built on V8 engine - LTS version", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:node.js:node.js:18.18.2-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/nodejs@18.18.2-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://nodejs.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node.js:nodejs:18.18.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:node.js:18.18.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodejs:nodejs:18.18.2-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "0dfaa557f8ef323282bc54b781fd8ea20aad75a9" + }, + { + "name": "syft:metadata:installedSize", + "value": "40267776" + }, + { + "name": "syft:metadata:originPackage", + "value": "nodejs" + }, + { + "name": "syft:metadata:provides:0", + "value": "nodejs-lts=18.18.2-r0" + }, + { + "name": "syft:metadata:provides:1", + "value": "cmd:node=18.18.2-r0" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1ViJxmvmDtI+WsdOxfA3mHzZFXvA=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "ca-certificates" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "/bin/sh" + }, + { + "name": "syft:metadata:pullDependencies:10", + "value": "so:libnghttp2.so.14" + }, + { + "name": "syft:metadata:pullDependencies:11", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:pullDependencies:12", + "value": "so:libstdc++.so.6" + }, + { + "name": "syft:metadata:pullDependencies:13", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libbrotlidec.so.1" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libbrotlienc.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:5", + "value": "so:libcares.so.2" + }, + { + "name": "syft:metadata:pullDependencies:6", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:7", + "value": "so:libgcc_s.so.1" + }, + { + "name": "syft:metadata:pullDependencies:8", + "value": "so:libicui18n.so.73" + }, + { + "name": "syft:metadata:pullDependencies:9", + "value": "so:libicuuc.so.73" + }, + { + "name": "syft:metadata:size", + "value": "13432212" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "type": "library", + "publisher": "Jakub Jirutka ", + "name": "pcre2", + "version": "10.42-r1", + "description": "Perl-compatible regular expression library", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:pcre2:pcre2:10.42-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://pcre.org/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre2:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre2:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pcre:pcre:10.42-r1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "692224" + }, + { + "name": "syft:metadata:originPackage", + "value": "pcre2" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libpcre2-8.so.0=0.11.2" + }, + { + "name": "syft:metadata:provides:1", + "value": "so:libpcre2-posix.so.3=3.0.4" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1GVvOXp8moLoU9GDN9SGWx+OH8oI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "268245" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "type": "library", + "publisher": "Natanael Copa ", + "name": "scanelf", + "version": "1.3.7-r1", + "description": "Scan ELF binaries for stuff", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "90112" + }, + { + "name": "syft:metadata:originPackage", + "value": "pax-utils" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:scanelf=1.3.7-r1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q14nq9o4+uo2NaLbTVDQB3UeooC0M=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "35664" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "type": "library", + "publisher": "Sören Tempel ", + "name": "ssl_client", + "version": "1.36.1-r5", + "description": "EXternal ssl_client for busybox wget", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://busybox.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "cdf3c00435d52908f962c9ff009fc5c6f2f31f99" + }, + { + "name": "syft:metadata:installedSize", + "value": "28672" + }, + { + "name": "syft:metadata:originPackage", + "value": "busybox" + }, + { + "name": "syft:metadata:provides:0", + "value": "cmd:ssl_client=1.36.1-r5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q12KNylQ9b6XW3cN6rwXzZu80Gcho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libcrypto.so.3" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libssl.so.3" + }, + { + "name": "syft:metadata:size", + "value": "4940" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tiff@4.5.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4e40298fab2335f6", + "type": "library", + "publisher": "Michael Mason ", + "name": "tiff", + "version": "4.5.1-r0", + "description": "Provides support for the Tag Image File Format or TIFF", + "licenses": [ + { + "license": { + "id": "libtiff" + } + } + ], + "cpe": "cpe:2.3:a:libtiff:libtiff:4.5.1-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tiff@4.5.1-r0?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://gitlab.com/libtiff/libtiff", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtiff:tiff:4.5.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiff:libtiff:4.5.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tiff:tiff:4.5.1-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "73bd9be189cdd1c71668bbc723e7d3c4eac4cc0a" + }, + { + "name": "syft:metadata:installedSize", + "value": "458752" + }, + { + "name": "syft:metadata:originPackage", + "value": "tiff" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libtiff.so.6=6.0.1" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1l4sJ/SSDQkmo61yeq8O19vC3rkM=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:pullDependencies:1", + "value": "so:libjpeg.so.8" + }, + { + "name": "syft:metadata:pullDependencies:2", + "value": "so:libwebp.so.7" + }, + { + "name": "syft:metadata:pullDependencies:3", + "value": "so:libz.so.1" + }, + { + "name": "syft:metadata:pullDependencies:4", + "value": "so:libzstd.so.1" + }, + { + "name": "syft:metadata:size", + "value": "158545" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5&package-id=384ba62ef51f6430", + "type": "library", + "publisher": "Natanael Copa ", + "name": "tzdata", + "version": "2023c-r1", + "description": "Timezone data", + "licenses": [ + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/tzdata@2023c-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.iana.org/time-zones", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "3141632" + }, + { + "name": "syft:metadata:originPackage", + "value": "tzdata" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1DKkL0W3TPnkRtBnKcNhv1/hlbpI=" + }, + { + "name": "syft:metadata:size", + "value": "402810" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5&package-id=ed7ddde066604e66", + "type": "library", + "publisher": "Natanael Copa ", + "name": "xz-libs", + "version": "5.4.3-r0", + "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "AND" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://tukaani.org/xz", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_libs:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_libs:5.4.3-r0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "abed75d9bafbb3548ce40d77daa90d84d55d762e" + }, + { + "name": "syft:metadata:installedSize", + "value": "237568" + }, + { + "name": "syft:metadata:originPackage", + "value": "xz" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:liblzma.so.5=5.4.3" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1mtV1/ZRayPbsAAEYrhTsWQTMuho=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "114313" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "type": "library", + "publisher": "Natanael Copa ", + "name": "zlib", + "version": "1.2.13-r1", + "description": "A compression/decompression Library", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r1:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://zlib.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" + }, + { + "name": "syft:metadata:installedSize", + "value": "110592" + }, + { + "name": "syft:metadata:originPackage", + "value": "zlib" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libz.so.1=1.2.13" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1JlboSJkrN4qkDcokr4zenpcWEXQ=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "54253" + } + ] + }, + { + "bom-ref": "pkg:apk/alpine/zstd-libs@1.5.5-r4?arch=x86_64&upstream=zstd&distro=alpine-3.18.5&package-id=941311f1ddf508ee", + "type": "library", + "publisher": "psykose ", + "name": "zstd-libs", + "version": "1.5.5-r4", + "description": "Zstandard - Fast real-time compression algorithm (libraries)", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:zstd-libs:zstd-libs:1.5.5-r4:*:*:*:*:*:*:*", + "purl": "pkg:apk/alpine/zstd-libs@1.5.5-r4?arch=x86_64&upstream=zstd&distro=alpine-3.18.5", + "externalReferences": [ + { + "url": "https://www.zstd.net/", + "type": "distribution" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "apkdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "ApkMetadata" + }, + { + "name": "syft:package:type", + "value": "apk" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd-libs:zstd_libs:1.5.5-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd_libs:zstd-libs:1.5.5-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd_libs:zstd_libs:1.5.5-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd:zstd-libs:1.5.5-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zstd:zstd_libs:1.5.5-r4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:09948977533857c8f0f0260d358551e5573a57c05997db101c93e16895b4b546" + }, + { + "name": "syft:location:0:path", + "value": "/lib/apk/db/installed" + }, + { + "name": "syft:metadata:gitCommitOfApkPort", + "value": "757fa45cd1c12837ef0c8c4db7537cdc71de45a4" + }, + { + "name": "syft:metadata:installedSize", + "value": "753664" + }, + { + "name": "syft:metadata:originPackage", + "value": "zstd" + }, + { + "name": "syft:metadata:provides:0", + "value": "so:libzstd.so.1=1.5.5" + }, + { + "name": "syft:metadata:pullChecksum", + "value": "Q1g9irJ/T9RyWhRyRfidB2qpa1ImI=" + }, + { + "name": "syft:metadata:pullDependencies:0", + "value": "so:libc.musl-x86_64.so.1" + }, + { + "name": "syft:metadata:size", + "value": "381835" + } + ] + }, + { + "type": "operating-system", + "name": "alpine", + "version": "3.18.5", + "description": "Alpine Linux v3.18", + "swid": { + "tagId": "alpine", + "name": "alpine", + "version": "3.18.5" + }, + "externalReferences": [ + { + "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", + "type": "issue-tracker" + }, + { + "url": "https://alpinelinux.org/", + "type": "website" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "alpine" + }, + { + "name": "syft:distro:prettyName", + "value": "Alpine Linux v3.18" + }, + { + "name": "syft:distro:versionID", + "value": "3.18.5" + } + ] + } + ], + "dependencies": [ + { + "ref": "pkg:apk/alpine/alpine-baselayout@3.4.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=4457aba38f428cff", + "dependsOn": [ + "pkg:apk/alpine/alpine-baselayout-data@3.4.3-r1?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.18.5&package-id=afce4445f1c5ffeb", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/aom-libs@3.6.1-r0?arch=x86_64&upstream=aom&distro=alpine-3.18.5&package-id=8e79ff30a832f361", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/apk-tools@2.14.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=5586ad29e03ffa4e", + "dependsOn": [ + "pkg:apk/alpine/ca-certificates-bundle@20230506-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.18.5&package-id=f4908edd2139049e", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "dependsOn": [ + "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364" + ] + }, + { + "ref": "pkg:apk/alpine/busybox@1.36.1-r5?arch=x86_64&distro=alpine-3.18.5&package-id=15a352054ffd4364", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/c-ares@1.19.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=5cb51bf7f2eeabd4", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.18.5&package-id=6d19df7102779c4e", + "dependsOn": [ + "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/fontconfig@2.14.2-r3?arch=x86_64&distro=alpine-3.18.5&package-id=c2d6b9453edd7870", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/freetype@2.13.0-r5?arch=x86_64&distro=alpine-3.18.5&package-id=9b71b717388f8d45", + "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/freetype@2.13.0-r5?arch=x86_64&distro=alpine-3.18.5&package-id=9b71b717388f8d45", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "pkg:apk/alpine/libpng@1.6.39-r3?arch=x86_64&distro=alpine-3.18.5&package-id=a0eaee7ae0d3fce9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/geoip@1.6.12-r5?arch=x86_64&distro=alpine-3.18.5&package-id=4ae81def13c1cfcd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/icu-data-en@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=af12a5e73ebd052e", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27" + ] + }, + { + "ref": "pkg:apk/alpine/icu-libs@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=fe6d71768ab9f569", + "dependsOn": [ + "pkg:apk/alpine/icu-data-en@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=af12a5e73ebd052e", + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libavif@0.11.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=b9d8fcea3685895b", + "dependsOn": [ + "pkg:apk/alpine/aom-libs@3.6.1-r0?arch=x86_64&upstream=aom&distro=alpine-3.18.5&package-id=8e79ff30a832f361", + "pkg:apk/alpine/libdav1d@1.2.1-r0?arch=x86_64&upstream=dav1d&distro=alpine-3.18.5&package-id=8a7930879a3131f6", + "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=a5b07b8f90eca49b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libbsd@0.11.7-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8ba0cd56a2a5dbda", + "dependsOn": [ + "pkg:apk/alpine/libmd@1.0.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f7a4ca835a8586d5", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libbz2@1.0.8-r5?arch=x86_64&upstream=bzip2&distro=alpine-3.18.5&package-id=05aa2bbc69f17181", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libc-utils@0.7.2-r5?arch=x86_64&upstream=libc-dev&distro=alpine-3.18.5&package-id=e2c07087fbf11d8d", + "dependsOn": [ + "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683" + ] + }, + { + "ref": "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.18.5&package-id=4eeef944bc9983d0", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/libdav1d@1.2.1-r0?arch=x86_64&upstream=dav1d&distro=alpine-3.18.5&package-id=8a7930879a3131f6", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libedit@20221030.3.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6bd0b85aa3a272ba", + "dependsOn": [ + "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libexpat@2.5.0-r1?arch=x86_64&upstream=expat&distro=alpine-3.18.5&package-id=09ea6e3540cc1da0", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgcrypt@1.10.2-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b50b1c62f8ef13d0", + "dependsOn": [ + "pkg:apk/alpine/libgpg-error@1.47-r1?arch=x86_64&distro=alpine-3.18.5&package-id=be01279866b014b7", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libgd@2.3.3-r7?arch=x86_64&upstream=gd&distro=alpine-3.18.5&package-id=e7808d6f3478bed8", + "dependsOn": [ + "pkg:apk/alpine/fontconfig@2.14.2-r3?arch=x86_64&distro=alpine-3.18.5&package-id=c2d6b9453edd7870", + "pkg:apk/alpine/freetype@2.13.0-r5?arch=x86_64&distro=alpine-3.18.5&package-id=9b71b717388f8d45", + "pkg:apk/alpine/libavif@0.11.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=b9d8fcea3685895b", + "pkg:apk/alpine/libjpeg-turbo@2.1.5.1-r3?arch=x86_64&distro=alpine-3.18.5&package-id=f2485e2a8a316b2b", + "pkg:apk/alpine/libpng@1.6.39-r3?arch=x86_64&distro=alpine-3.18.5&package-id=a0eaee7ae0d3fce9", + "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=a5b07b8f90eca49b", + "pkg:apk/alpine/libxpm@3.5.16-r1?arch=x86_64&distro=alpine-3.18.5&package-id=7f96182cb9457ece", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/tiff@4.5.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4e40298fab2335f6" + ] + }, + { + "ref": "pkg:apk/alpine/libgpg-error@1.47-r1?arch=x86_64&distro=alpine-3.18.5&package-id=be01279866b014b7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libice@1.1.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=4d13dcc4000655fb", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libidn2@2.3.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b964b4aa820456ef", + "dependsOn": [ + "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libintl@0.21.1-r7?arch=x86_64&upstream=gettext&distro=alpine-3.18.5&package-id=79d17c7603caf1fd", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libjpeg-turbo@2.1.5.1-r3?arch=x86_64&distro=alpine-3.18.5&package-id=f2485e2a8a316b2b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libmd@1.0.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f7a4ca835a8586d5", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libncursesw@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=8a7651c429bdae53", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20230506-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.18.5&package-id=22610cd6c710c459" + ] + }, + { + "ref": "pkg:apk/alpine/libpng@1.6.39-r3?arch=x86_64&distro=alpine-3.18.5&package-id=a0eaee7ae0d3fce9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/libsm@1.2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=e964c318fd2c9642", + "dependsOn": [ + "pkg:apk/alpine/libice@1.1.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=4d13dcc4000655fb", + "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "dependsOn": [ + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libunistring@1.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8837a588f8422d62", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libuuid@2.38.1-r8?arch=x86_64&upstream=util-linux&distro=alpine-3.18.5&package-id=f10d8be03030a4c9", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=a5b07b8f90eca49b", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5&package-id=bad2a3d641dc43c6", + "dependsOn": [ + "pkg:apk/alpine/libxcb@1.15-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b9b86aa141e3819", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxau@1.0.11-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e244d49679639d50", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxcb@1.15-r1?arch=x86_64&distro=alpine-3.18.5&package-id=5b9b86aa141e3819", + "dependsOn": [ + "pkg:apk/alpine/libxau@1.0.11-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e244d49679639d50", + "pkg:apk/alpine/libxdmcp@1.1.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=21db80612d7ff5df", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxdmcp@1.1.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=21db80612d7ff5df", + "dependsOn": [ + "pkg:apk/alpine/libbsd@0.11.7-r1?arch=x86_64&distro=alpine-3.18.5&package-id=8ba0cd56a2a5dbda", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxext@1.3.5-r2?arch=x86_64&distro=alpine-3.18.5&package-id=8c8905c698f9a645", + "dependsOn": [ + "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5&package-id=bad2a3d641dc43c6", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5&package-id=aef25be423c3d996", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5&package-id=ed7ddde066604e66", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/libxpm@3.5.16-r1?arch=x86_64&distro=alpine-3.18.5&package-id=7f96182cb9457ece", + "dependsOn": [ + "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5&package-id=bad2a3d641dc43c6", + "pkg:apk/alpine/libxext@1.3.5-r2?arch=x86_64&distro=alpine-3.18.5&package-id=8c8905c698f9a645", + "pkg:apk/alpine/libxt@1.3.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f97ba04bb85ce396", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxslt@1.1.38-r0?arch=x86_64&distro=alpine-3.18.5&package-id=eb72f14cd70aadfc", + "dependsOn": [ + "pkg:apk/alpine/libgcrypt@1.10.2-r1?arch=x86_64&distro=alpine-3.18.5&package-id=b50b1c62f8ef13d0", + "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5&package-id=aef25be423c3d996", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/libxt@1.3.0-r2?arch=x86_64&distro=alpine-3.18.5&package-id=f97ba04bb85ce396", + "dependsOn": [ + "pkg:apk/alpine/libice@1.1.1-r2?arch=x86_64&distro=alpine-3.18.5&package-id=4d13dcc4000655fb", + "pkg:apk/alpine/libsm@1.2.4-r1?arch=x86_64&distro=alpine-3.18.5&package-id=e964c318fd2c9642", + "pkg:apk/alpine/libx11@1.8.7-r0?arch=x86_64&distro=alpine-3.18.5&package-id=bad2a3d641dc43c6", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/musl-utils@1.2.4-r2?arch=x86_64&upstream=musl&distro=alpine-3.18.5&package-id=f95a432b3b0a6683", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce" + ] + }, + { + "ref": "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/nginx-module-geoip@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=0555b8441ec2b9ad", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/geoip@1.6.12-r5?arch=x86_64&distro=alpine-3.18.5&package-id=4ae81def13c1cfcd", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7" + ] + }, + { + "ref": "pkg:apk/alpine/nginx-module-image-filter@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=a480d4c7e45cdeec", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libgd@2.3.3-r7?arch=x86_64&upstream=gd&distro=alpine-3.18.5&package-id=e7808d6f3478bed8", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7" + ] + }, + { + "ref": "pkg:apk/alpine/nginx-module-njs@1.25.3.0.8.2-r1?arch=x86_64&distro=alpine-3.18.5&package-id=ece072f689f06ddd", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libedit@20221030.3.1-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6bd0b85aa3a272ba", + "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5&package-id=aef25be423c3d996", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/nginx-module-xslt@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=0523bb0c28ed9f21", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libxml2@2.11.6-r0?arch=x86_64&distro=alpine-3.18.5&package-id=aef25be423c3d996", + "pkg:apk/alpine/libxslt@1.1.38-r0?arch=x86_64&distro=alpine-3.18.5&package-id=eb72f14cd70aadfc", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7" + ] + }, + { + "ref": "pkg:apk/alpine/nginx@1.25.3-r1?arch=x86_64&distro=alpine-3.18.5&package-id=48aa9cd7742ab5f7", + "dependsOn": [ + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/nodejs@18.18.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=9fa43a3ba9b371cf", + "dependsOn": [ + "pkg:apk/alpine/brotli-libs@1.0.9-r14?arch=x86_64&upstream=brotli&distro=alpine-3.18.5&package-id=0f93e1828b6357dd", + "pkg:apk/alpine/busybox-binsh@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=abcfe4733aae4a27", + "pkg:apk/alpine/c-ares@1.19.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=5cb51bf7f2eeabd4", + "pkg:apk/alpine/ca-certificates@20230506-r0?arch=x86_64&distro=alpine-3.18.5&package-id=f7f20b055f90d4f7", + "pkg:apk/alpine/icu-libs@73.2-r2?arch=x86_64&upstream=icu&distro=alpine-3.18.5&package-id=fe6d71768ab9f569", + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libgcc@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=49bf84f2da2c830b", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/libstdc++@12.2.1_git20220924-r10?arch=x86_64&upstream=gcc&distro=alpine-3.18.5&package-id=79c3ab4b0bffef0e", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/nghttp2-libs@1.57.0-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.18.5&package-id=56a0fe3906f1efe1", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019" + ] + }, + { + "ref": "pkg:apk/alpine/pcre2@10.42-r1?arch=x86_64&distro=alpine-3.18.5&package-id=6543f483d20d97c7", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/scanelf@1.3.7-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.18.5&package-id=d5cca0b23742cdce", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/ssl_client@1.36.1-r5?arch=x86_64&upstream=busybox&distro=alpine-3.18.5&package-id=85af6223294b438a", + "dependsOn": [ + "pkg:apk/alpine/libcrypto3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=8a0fee1b5aa9c2cd", + "pkg:apk/alpine/libssl3@3.1.4-r1?arch=x86_64&upstream=openssl&distro=alpine-3.18.5&package-id=c4b0be3e7f60a16f", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/tiff@4.5.1-r0?arch=x86_64&distro=alpine-3.18.5&package-id=4e40298fab2335f6", + "dependsOn": [ + "pkg:apk/alpine/libjpeg-turbo@2.1.5.1-r3?arch=x86_64&distro=alpine-3.18.5&package-id=f2485e2a8a316b2b", + "pkg:apk/alpine/libwebp@1.3.2-r0?arch=x86_64&distro=alpine-3.18.5&package-id=a5b07b8f90eca49b", + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015", + "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "pkg:apk/alpine/zstd-libs@1.5.5-r4?arch=x86_64&upstream=zstd&distro=alpine-3.18.5&package-id=941311f1ddf508ee" + ] + }, + { + "ref": "pkg:apk/alpine/xz-libs@5.4.3-r0?arch=x86_64&upstream=xz&distro=alpine-3.18.5&package-id=ed7ddde066604e66", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zlib@1.2.13-r1?arch=x86_64&distro=alpine-3.18.5&package-id=f1797a8b6624b019", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + }, + { + "ref": "pkg:apk/alpine/zstd-libs@1.5.5-r4?arch=x86_64&upstream=zstd&distro=alpine-3.18.5&package-id=941311f1ddf508ee", + "dependsOn": [ + "pkg:apk/alpine/musl@1.2.4-r2?arch=x86_64&distro=alpine-3.18.5&package-id=e9caabd643969015" + ] + } + ] +} diff --git a/release-notes/2024-01/sbom/zookeeper-3.8.2-temurin.syft.cdx.json b/release-notes/2024-01/sbom/zookeeper-3.8.2-temurin.syft.cdx.json new file mode 100644 index 00000000..a37fd028 --- /dev/null +++ b/release-notes/2024-01/sbom/zookeeper-3.8.2-temurin.syft.cdx.json @@ -0,0 +1,18601 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:9f7f1ebb-5e52-47d9-9364-96e5a446576f", + "version": 1, + "metadata": { + "timestamp": "2024-01-16T16:37:30-06:00", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.92.0" + } + ], + "component": { + "bom-ref": "f92c6e127f293156", + "type": "container", + "name": "niartifacts.jfrog.io/rnd-docker-prerelease-local/zookeeper", + "version": "3.8.2-temurin" + } + }, + "components": [ + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=00a3e975e84427e2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04&package-id=a42e1b0a4e9e14b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.12.0?package-id=adbe959408165d49", + "type": "library", + "group": "org.apache.yetus", + "name": "audience-annotations", + "version": "0.12.0", + "cpe": "cpe:2.3:a:apache:audience-annotations:0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.12.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e0efa60318229590103e31c69ebdaae56d903644" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:audience_annotations:0.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/audience-annotations-0.12.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "audience-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.yetus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/audience-annotations-0.12.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04&package-id=c84e178e6eabfd4d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=ecadc597883e781d", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=d88fc74d99a91dca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:generic/bash@5.1.16?package-id=1c08080b759daf24", + "type": "application", + "name": "bash", + "version": "5.1.16", + "cpe": "cpe:2.3:a:gnu:bash:5.1.16:*:*:*:*:*:*:*", + "purl": "pkg:generic/bash@5.1.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bash:bash:5.1.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/bash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=348fa288edaa4aee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=aebb170d0eb4297e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20230311ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20230311ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20230311ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "390" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-cli/commons-cli@1.5.0?package-id=97bff9ae9f31c390", + "type": "library", + "group": "commons-cli", + "name": "commons-cli", + "version": "1.5.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-cli:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-cli/commons-cli@1.5.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "dc98be5d5390230684a092589d70ea76a147925c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_cli:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:cli:1.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/commons-cli-1.5.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-cli" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/commons-cli-1.5.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/commons-io/commons-io@2.11.0?package-id=c10fdc5be37662d6", + "type": "library", + "group": "commons-io", + "name": "commons-io", + "version": "2.11.0", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:apache:commons-io:2.11.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/commons-io/commons-io@2.11.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a2503f302b11ebde7ebc3df41daebe0e4eea3689" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons_io:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:commons:2.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/commons-io-2.11.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "commons-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "commons-io" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/commons-io-2.11.0.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=b54c6dfe82232d39", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.14?arch=amd64&distro=ubuntu-22.04&package-id=20757d1c2a471278", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.14", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.14?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "443" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=82e0b8364c34706d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=e81a5ba0a219ee26", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=661ac8b0bf71223f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=3566e3a0bff3af17", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=236d6b7000302ea7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dirmngr", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dirmngr/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dirmngr.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "676" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=b4f22f7ab5ff37e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=19094bbf6196e05c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d0a590fb3ad8a5f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=7ce7d533482afd30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig:fontconfig:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig@2.13.1-4.2ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "375" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04&package-id=aa986ced167c23e6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-dejavu-core", + "version": "2.37-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + } + ], + "cpe": "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-dejavu-core/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2954" + }, + { + "name": "syft:metadata:source", + "value": "fonts-dejavu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=e18432c0654a6320", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "272" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=d11eaee2ae813282", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "473" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=6013b87d9c36e55a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-l10n", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-l10n/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-l10n.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "392" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=22c01562d7709234", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-utils", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gosu@1.14-1?arch=amd64&distro=ubuntu-22.04&package-id=1076d3d012c222b2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gosu", + "version": "1.14-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gosu:gosu:1.14-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gosu@1.14-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gosu/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gosu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2156" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a87abac140274d36", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1121" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=dee532ab4666ca80", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-agent", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-agent/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-agent.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gpg-agent.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "595" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=e087421e5059bacd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-client", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-client.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "184" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=689964b692ead103", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-server", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-server/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-server.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "168" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=ebaaa8f03c15654f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgconf", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgconf.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "280" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=f1ca70cdbcca8bb3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgsm", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgsm/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgsm.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a5b49b1b64a74ead", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=2d33b394ede109d6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=887217cf2b495987", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=e1f1435d959ddc62", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=4dd2d8d6bf1b266f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.2?package-id=806ed28a463935e3", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.15.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.15.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4724a65ac8e8d156a24898d50fd5dbd3642870b8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-annotations:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_annotations:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_annotations:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-annotations-2.15.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-annotations" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-annotations-2.15.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.2?package-id=cb0bf62bd85e127f", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.15.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.15.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a6fe1836469a69b3ff66037c324d75fc66ef137c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson_core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson-core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson_core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-core:core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_core:core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-core-2.15.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-core-2.15.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.2?package-id=8bdadd74fa63f280", + "type": "library", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.15.2", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.15.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "9353b021f10c307c00328f52090de2bdb4b6ff9c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson_databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson-databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson_databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson-databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson_databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson-databind:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson-databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson_databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson_databind:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson-databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson_databind:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasterxml:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jackson:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:jackson:2.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-databind-2.15.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jackson-databind" + }, + { + "name": "syft:metadata:-:groupID", + "value": "com.fasterxml.jackson.core" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jackson-databind-2.15.2.jar" + } + ] + }, + { + "bom-ref": "pkg:generic/java@11.0.20.1+1?package-id=d84e8a975eb164e2", + "type": "application", + "name": "java", + "version": "11.0.20.1+1", + "cpe": "cpe:2.3:a:oracle:openjdk:11.0.20.1\\+1:*:*:*:*:*:*:*", + "purl": "pkg:generic/java@11.0.20.1+1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:java:java:11.0.20.1\\+1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0762222312339e83a1dd7836d0a1784e81464629ae1a0b9958bfcbfcd7517352" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/bin/java" + } + ] + }, + { + "bom-ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?package-id=93932dbf5d7a53ea", + "type": "library", + "group": "javax.servlet", + "name": "javax.servlet-api", + "version": "3.1.0", + "licenses": [ + { + "license": { + "name": "https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html" + } + } + ], + "cpe": "cpe:2.3:a:glassfish-community:javax.servlet-api:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3cd63d075497751784b2fa84be59432f4905bf7c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish-community:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish_community:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet-api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet-api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet_api:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javax.servlet:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.servlet-api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:glassfish:javax.servlet_api:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/javax.servlet-api-3.1.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "javax.servlet-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "javax.servlet" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/javax.servlet-api-3.1.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.jctools/jctools-core@3.1.0?package-id=1e55b982acaeb7d9", + "type": "library", + "group": "org.jctools", + "name": "jctools-core", + "version": "3.1.0", + "cpe": "cpe:2.3:a:jctools-core:jctools-core:3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.jctools/jctools-core@3.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools-core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools_core:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools-core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jctools:jctools_core:3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-common-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jctools-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.jctools" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-common-4.1.94.Final.jar:org.jctools:jctools-core" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217?package-id=2fce631febf36e45", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-http", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "fe37568aded59dd8e437e0f670fe5f809071fe8f" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty-http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty_http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:http:http:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-http-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-http" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-http-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217?package-id=2210606b0ac5ab9a", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-io", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a11a0713b17334a5b6e694602fbd1a9457cb5fdd" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty-io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty_io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:io:io:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-io-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-io" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-io-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217?package-id=07a918c752b4f0d6", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-security", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a3342214ce480cc5bb8e74fe7589dd0436a5d903" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:security:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:security:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-security-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-security" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-security-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217?package-id=8e76ddefd6a8e029", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-server", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "d0572c8460eb26adf8420e78535d95859c89a936" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:server:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:server:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-server-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-server" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-server-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217?package-id=e3a299179d522d46", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-servlet", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3ec1be0b1ca49b633dd7de0733d0054bb4763965" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:servlet:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:servlet:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-servlet-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-servlet-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217?package-id=f433f7fdb9e073c9", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "a11df06530a3a28c9af7ff336730a2f8e18e7205" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty-util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty_util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-util-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-util-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217?package-id=ad1652035cb0541c", + "type": "library", + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "9.4.51.v20230217", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/org/documents/epl-v10.php" + } + } + ], + "cpe": "cpe:2.3:a:eclipse-jetty-project:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.eclipse.jetty/jetty-util-ajax@9.4.51.v20230217", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3b2a998a5ed1f93bc1878fa89d65e307d8b8ebaf" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-jetty-project:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_jetty_project:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util-ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util_ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty-util-ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty_util_ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty-util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty_util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jetty:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:jetty:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ajax:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:ajax:9.4.51.v20230217:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-util-ajax-9.4.51.v20230217.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jetty-util-ajax" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.eclipse.jetty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jetty-util-ajax-9.4.51.v20230217.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jline/jline@2.14.6?package-id=cd7ec4cfca40a3f6", + "type": "library", + "group": "jline", + "name": "jline", + "version": "2.14.6", + "licenses": [ + { + "license": { + "name": "http://www.opensource.org/licenses/bsd-license.php" + } + } + ], + "cpe": "cpe:2.3:a:jline:jline:2.14.6:*:*:*:*:*:*:*", + "purl": "pkg:maven/jline/jline@2.14.6", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c3aeac59c022bdc497c8c48ed86fa50450e4896a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/jline-2.14.6.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "jline" + }, + { + "name": "syft:metadata:-:groupID", + "value": "jline" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/jline-2.14.6.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/jrt-fs/jrt-fs@11.0.20.1?package-id=c1a30017aea89ed1", + "type": "library", + "name": "jrt-fs", + "version": "11.0.20.1", + "cpe": "cpe:2.3:a:oracle-corporation:jrt-fs:11.0.20.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/jrt-fs/jrt-fs@11.0.20.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "7e0a091fb5fb91952ce1cd7c6f2251422565cdff" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle-corporation:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:oracle_corporation:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-adoptium:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse-adoptium:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_adoptium:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eclipse_adoptium:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt-fs:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt-fs:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt_fs:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt_fs:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt:jrt-fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jrt:jrt_fs:11.0.20.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0762222312339e83a1dd7836d0a1784e81464629ae1a0b9958bfcbfcd7517352" + }, + { + "name": "syft:location:0:path", + "value": "/opt/java/openjdk/lib/jrt-fs.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/opt/java/openjdk/lib/jrt-fs.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=272402aa7ee852c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=6a25c67422ad0add", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.10", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.10?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04&package-id=d1ac34e988386567", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libassuan0", + "version": "2.5.5-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GAP~FSF" + } + } + ], + "cpe": "cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libassuan0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libassuan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libassuan" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=6972f00941908772", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=280591c8267d6437", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=d6bb1779410b8c76", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=0c6d14bf6fda0bdc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=887cad98364f86a3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04&package-id=d087d6b824e56432", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbsd0", + "version": "0.11.5-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=36a6ec6966655d0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.4?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=bc2710cf1dfc2c45", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.4", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.4?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2537" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.4?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=121e7f36f41563be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.4", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.4?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13592" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=3e875cf13754e128", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=4c2660ba12d75d67", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.14?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=7d2575c8a448b223", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.14", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.14:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.14?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=b9fdce5b6bb711ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=ffe96a7081b10b9b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=e39e2b9d718bfe1e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=84e5fdd4870cf479", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.2?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=342609c28f2048d7", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=243b62381ed46ca4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=664aa73c632a23aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=32e8cac45b7fe1ad", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.2?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=561c78938de96794", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=e9970e695a41a56f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=da9f8206802f148e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=26f164eee4ee5887", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=4d30ff9f35fb0da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=8b21438379a601b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=a0984a656a90d02e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=55adcecc38847d57", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.2?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04&package-id=ca263ca015218045", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libksba8", + "version": "1.6.0-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libksba8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libksba8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "302" + }, + { + "name": "syft:metadata:source", + "value": "libksba" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=15115a8dfddce124", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.16+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.16+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.16\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=a5fd59cb92ac5b71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=7a2e7d7b2e76d9ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04&package-id=e3528df680cfeec0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmd0", + "version": "1.0.4-1build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=8d9f32c54663f3c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=be704c435c7c48bf", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b9460a8cc126c354", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7e838f79e93f2376", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=1b259521a8cc90c8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04&package-id=fd95cf0b9354834c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnpth0", + "version": "1.6-3build2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnpth0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnpth0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "npth" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d27861ffbcbcb90c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=d00147991a924f60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=1ac0109b2fc32484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=44b3793a6ed5ff2e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=ad237918fc7f4f89", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=36d58bf67c0a920a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=08582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=10e7b7a991f51d2a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Libpng" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "name": "expat" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=3ed03bdbacefd7d5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=b07b83cd6ae6644b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Chromium" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04&package-id=6d557e0e6aac6911", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libreadline8", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "461" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=8e73a05ab9b9653f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=fe46a4e032254918", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=58839f0751eaa7e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=1d424aa7f20fd84c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=a80b6f90a3c5e6c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=e46b68098ff0d38c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=9e331a4a08182525", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=c4f5eef1cedc50a6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=4b719870d650cc2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04&package-id=a1e4f45c22d8b313", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsqlite3-0", + "version": "3.37.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1602" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=338b9b3171b3a7cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=1a4e928fac6227e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.10?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5824" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=d6bc17c9383a5fe5", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2755" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=e488c138b3b254db", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.10", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "995" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=ab473838e330c4f9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=4fa38f2032d47b4c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=6fd7006cf2432f90", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=ce81eb713fcb8b99", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=5b225ba3a254c3e3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.10", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.10?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=c1e90e9e163c118b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GFDL-1.2-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "FreeSoftware" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=ae0d6af05cdddc9d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cf858eae192004d9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=60c5ccc5eb041604", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.4?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=de03613a0c4b65a7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.4", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.4?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17064" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.2.10?package-id=9fb6d0ad169b8304", + "type": "library", + "group": "ch.qos.logback", + "name": "logback-classic", + "version": "1.2.10", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:logback-classic:logback-classic:1.2.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/ch.qos.logback/logback-classic@1.2.10", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f69d97ef3335c6ab82fc21dfb77ac613f90c1221" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback-classic:logback_classic:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_classic:logback-classic:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_classic:logback_classic:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback-classic:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback_classic:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/logback-classic-1.2.10.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logback-classic" + }, + { + "name": "syft:metadata:-:groupID", + "value": "ch.qos.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/logback-classic-1.2.10.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.2.10?package-id=0aae2a52ebc4a0a8", + "type": "library", + "group": "ch.qos.logback", + "name": "logback-core", + "version": "1.2.10", + "licenses": [ + { + "license": { + "name": "http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "cpe": "cpe:2.3:a:logback-core:logback-core:1.2.10:*:*:*:*:*:*:*", + "purl": "pkg:maven/ch.qos.logback/logback-core@1.2.10", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5328406bfcae7bcdcc86810fcb2920d2c297170d" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback-core:logback_core:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_core:logback-core:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback_core:logback_core:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback-core:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:logback:logback_core:1.2.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/logback-core-1.2.10.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "logback-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "ch.qos.logback" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/logback-core-1.2.10.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=653ce5bfe36eaaea", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=e105c7794d3f7372", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=fcf630bf28d12504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=e0c8ee1c33be45e4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.12.1?package-id=6477e4fdc6543c72", + "type": "library", + "group": "io.dropwizard.metrics", + "name": "metrics-core", + "version": "4.1.12.1", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0.html" + } + } + ], + "cpe": "cpe:2.3:a:metrics-core:metrics-core:4.1.12.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.dropwizard.metrics/metrics-core@4.1.12.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cb2f351bf4463751201f43bb99865235d5ba07ca" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics_core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics-core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics_core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics-core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics_core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:metrics:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics-core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics_core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:metrics:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:metrics:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics-core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics_core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics-core:core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics_core:core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dropwizard:core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:metrics:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:metrics:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:metrics:core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:core:core:4.1.12.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/metrics-core-4.1.12.1.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "metrics-core" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.dropwizard.metrics" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/metrics-core-4.1.12.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=bdc8a63ea5632c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04&package-id=b24a638dfd47c404", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=c8e366d6462b2f71", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/netcat@1.218-4ubuntu1?arch=all&upstream=netcat-openbsd&distro=ubuntu-22.04&package-id=612de1ecd8768787", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "netcat", + "version": "1.218-4ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:netcat:netcat:1.218-4ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/netcat@1.218-4ubuntu1?arch=all&upstream=netcat-openbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netcat/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netcat.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17" + }, + { + "name": "syft:metadata:source", + "value": "netcat-openbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=45c0a718d7ca5945", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "netcat-openbsd", + "version": "1.218-4ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:netcat-openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netcat-openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netcat_openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netcat_openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netcat:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netcat:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netcat-openbsd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netcat-openbsd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.94.Final?package-id=4a0d0ffd2530c832", + "type": "library", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-buffer@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "eec248b26f16e888688e5bb37b7eeda76b78d2f7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-buffer:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_buffer:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:buffer:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:buffer:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-buffer-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-buffer" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-buffer-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.94.Final?package-id=3d7acb14544d6569", + "type": "library", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-codec:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-codec@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c70ef20ca338558147887df60f46341bc47f6900" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty-codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty-codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty-codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-codec:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_codec:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codec:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:codec:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-codec-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-codec" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-codec-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.94.Final?package-id=c856c722c998337c", + "type": "library", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-project:netty-common:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-common@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ad4ecf779ebc794cd351f57792f56ea01387b868" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:netty-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-common:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_common:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:common:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-common-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-common-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.94.Final?package-id=9270e3c06e929d3e", + "type": "library", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-handler:netty-handler:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-handler@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "cd9121ce24d6d3f2898946d04b0ef3ec548b00b4" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty-handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty-handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-handler:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_handler:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:handler:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:handler:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-handler-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-handler" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-handler-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.94.Final?package-id=26ac827020da4db5", + "type": "library", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-resolver:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-resolver@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "e96f649e8e9dcb29a1f8e95328b99c9eb6cf76c2" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-resolver:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_resolver:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:resolver:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:resolver:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-resolver-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-resolver" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-resolver-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.94.Final?package-id=b6f7032e4579cba4", + "type": "library", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport:netty-transport:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "ec783a737f96991a87b1d5794e2f9eb2024d708a" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.94.Final?package-id=6d867c6dc4d3bc3d", + "type": "library", + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-classes-epoll:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "240e36cd5c2ffaf655913f8857f2d58b26394679" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes-epoll:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes_epoll:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-classes:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_classes:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes-epoll:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes_epoll:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-classes:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_classes:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-classes-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_classes_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-classes-epoll-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-classes-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-classes-epoll-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.94.Final?package-id=3dc309941d6ef84c", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-native-epoll:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "1f77c54f1877d9ed51f207eb64a5634bdcc7efa1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-epoll:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_epoll:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-epoll:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_epoll:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-native-epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_native_epoll:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-native-epoll-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-epoll" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-native-epoll-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.94.Final?package-id=4cc042899f34f237", + "type": "library", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.94.Final", + "licenses": [ + { + "license": { + "name": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:netty-transport-native-unix-common:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.94.Final", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "3fa5f9d04b6b782d869d6e0657d896eeadca5866" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix-common:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix_common:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix-common:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix_common:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native-unix:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native_unix:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport-native:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport_native:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native-unix:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native_unix:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport-native:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport_native:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-transport:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_transport:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty-project:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty_project:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty-transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:netty_transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:transport:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport-native-unix-common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:netty:transport_native_unix_common:4.1.94.Final:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-native-unix-common-4.1.94.Final.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "netty-transport-native-unix-common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.netty" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/netty-transport-native-unix-common-4.1.94.Final.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=0104fa3463770d91", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.10", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/p11-kit@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=6541fd32a74da816", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "p11-kit", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:p11-kit:p11-kit:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/p11-kit@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11-kit:p11_kit:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit:p11-kit:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit:p11_kit:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11:p11-kit:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11:p11_kit:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/p11-kit/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/p11-kit.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "408" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/p11-kit-modules@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=2bb293c8075fe7c2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "p11-kit-modules", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:p11-kit-modules:p11-kit-modules:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/p11-kit-modules@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11-kit-modules:p11_kit_modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit_modules:p11-kit-modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit_modules:p11_kit_modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11-kit:p11-kit-modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11-kit:p11_kit_modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit:p11-kit-modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11_kit:p11_kit_modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11:p11-kit-modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:p11:p11_kit_modules:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/p11-kit-modules:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1192" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=30902b02c858ae68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=66abd42c9a706df0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.2", + "licenses": [ + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.2?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04&package-id=900b8fba3177eeb5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pinentry-curses", + "version": "1.1.1-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pinentry-curses/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pinentry-curses.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "pinentry" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=95e441e4005bd88a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04&package-id=00ad7edade6b3102", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "readline-common", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GFDL" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=28675c60a1f26a2f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=cd12653c744f4ce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient@0.9.0?package-id=62d8983882219d44", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient", + "version": "0.9.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient:simpleclient:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "5c3e6d58bead98e74f738e89b0383f66f005897c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_common@0.9.0?package-id=2b4b0c1cabf17632", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_common", + "version": "0.9.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-common:simpleclient-common:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_common@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "c6341fbd22d8ff701f281620ff83233358675c24" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-common:simpleclient_common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_common:simpleclient-common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_common:simpleclient_common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_common:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_common-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_common" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_common-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_hotspot@0.9.0?package-id=e0978dd8e04e4a13", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_hotspot", + "version": "0.9.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-hotspot:simpleclient-hotspot:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_hotspot@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "18b1ff23534c798d470201b9090d051e287a3a0b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-hotspot:simpleclient_hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_hotspot:simpleclient-hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_hotspot:simpleclient_hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_hotspot:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_hotspot-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_hotspot" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_hotspot-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/io.prometheus/simpleclient_servlet@0.9.0?package-id=0f85fc131ae2605e", + "type": "library", + "group": "io.prometheus", + "name": "simpleclient_servlet", + "version": "0.9.0", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:simpleclient-servlet:simpleclient-servlet:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:maven/io.prometheus/simpleclient_servlet@0.9.0", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "969d2bb89960c0bdd605956a09d0f293bfcd41e8" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient-servlet:simpleclient_servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient-servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient_servlet:simpleclient_servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient-servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:simpleclient:simpleclient_servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient-servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:simpleclient_servlet:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_servlet-0.9.0.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "simpleclient_servlet" + }, + { + "name": "syft:metadata:-:groupID", + "value": "io.prometheus" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/simpleclient_servlet-0.9.0.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.slf4j/slf4j-api@1.7.30?package-id=9de44aa5582416e8", + "type": "library", + "group": "org.slf4j", + "name": "slf4j-api", + "version": "1.7.30", + "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:1.7.30:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.slf4j/slf4j-api@1.7.30", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "b5a4b6d16ab13e34a88fae84c35cd5d68cac922c" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j-api:slf4j_api:1.7.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j-api:1.7.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j_api:slf4j_api:1.7.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j-api:1.7.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:slf4j:slf4j_api:1.7.30:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/slf4j-api-1.7.30.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "slf4j-api" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.slf4j" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/slf4j-api-1.7.30.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.1?package-id=c8a64f04553da86c", + "type": "library", + "name": "snappy-java", + "version": "1.1.10.1", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + } + ], + "cpe": "cpe:2.3:a:SnappyBundleActivator:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.1", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "4a1e1a22cba39145dfa20f2fef4e1ca38c8e02a1" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial-org:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial_org:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:SnappyBundleActivator:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:SnappyBundleActivator:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial-org:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial-org:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial_org:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial_org:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy-java:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy_java:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy-java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy_java:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial-org:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial_org:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:snappy:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xerial:snappy:1.1.10.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/snappy-java-1.1.10.1.jar" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/snappy-java-1.1.10.1.jar" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=7abd9ae949508867", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=6524ace344e63539", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1ubuntu0.1.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1ubuntu0.1.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "960" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04&package-id=bf12c58c03542484", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tzdata", + "version": "2023c-0ubuntu0.22.04.2", + "licenses": [ + { + "license": { + "id": "ICU" + } + } + ], + "cpe": "cpe:2.3:a:tzdata:tzdata:2023c-0ubuntu0.22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tzdata@2023c-0ubuntu0.22.04.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tzdata/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tzdata.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3881" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=aa39c87aa81813c2", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=0db6530c9465d50b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=61bb73438741d478", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=08037aceb3d71a35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=dd46f3e1e9a416e0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3a9073a4d18e5ed2ae6f9fd9fee81ea43774907ce603ba955bba8fc0819aa250" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=851399904271a64d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d3a48191d1ebd398f8c572bde727bbdc7e6ede388345a5b81af1e8a8fe530f70" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper@3.8.2?package-id=cd06420b4251ad9e", + "type": "library", + "group": "org.apache.zookeeper", + "name": "zookeeper", + "version": "3.8.2", + "cpe": "cpe:2.3:a:apache:zookeeper:3.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.zookeeper/zookeeper@3.8.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "963e953f8e362fc3f253832876be2ae2dcde58d7" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-3.8.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "zookeeper" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.zookeeper" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-3.8.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.8.2?package-id=75b7e7c53c2fb826", + "type": "library", + "group": "org.apache.zookeeper", + "name": "zookeeper-jute", + "version": "3.8.2", + "cpe": "cpe:2.3:a:apache:zookeeper-jute:3.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.8.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "f644829e30004ff4a079c357c4bb34bf5aa5fb94" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:zookeeper_jute:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:zookeeper:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-jute-3.8.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "zookeeper-jute" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.zookeeper" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-jute-3.8.2.jar" + } + ] + }, + { + "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper-prometheus-metrics@3.8.2?package-id=c6b329ce05dcd46f", + "type": "library", + "group": "org.apache.zookeeper", + "name": "zookeeper-prometheus-metrics", + "version": "3.8.2", + "cpe": "cpe:2.3:a:apache:zookeeper-prometheus-metrics:3.8.2:*:*:*:*:*:*:*", + "purl": "pkg:maven/org.apache.zookeeper/zookeeper-prometheus-metrics@3.8.2", + "externalReferences": [ + { + "url": "", + "hashes": [ + { + "alg": "SHA-1", + "content": "2b7d1607971debda461262ae77cfaa6e86413a4b" + } + ], + "type": "build-meta" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "java-cataloger" + }, + { + "name": "syft:package:language", + "value": "java" + }, + { + "name": "syft:package:metadataType", + "value": "JavaMetadata" + }, + { + "name": "syft:package:type", + "value": "java-archive" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:zookeeper_prometheus_metrics:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apache:zookeeper:3.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d12c71b407730c0ef65699a731b5457428af98fac6b4f9c6bf20ed3e585994d6" + }, + { + "name": "syft:location:0:path", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-prometheus-metrics-3.8.2.jar" + }, + { + "name": "syft:metadata:-:artifactID", + "value": "zookeeper-prometheus-metrics" + }, + { + "name": "syft:metadata:-:groupID", + "value": "org.apache.zookeeper" + }, + { + "name": "syft:metadata:virtualPath", + "value": "/apache-zookeeper-3.8.2-bin/lib/zookeeper-prometheus-metrics-3.8.2.jar" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.3 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.3 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} From ffd9776d1288d9a49740fea1444bb08518f98a14 Mon Sep 17 00:00:00 2001 From: Fred Visser <1458528+fredvisser@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:29:14 -0600 Subject: [PATCH 5/7] Update readme with link to sbom and notices --- release-notes/2024-01/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release-notes/2024-01/README.md b/release-notes/2024-01/README.md index b88f07ee..997ad579 100644 --- a/release-notes/2024-01/README.md +++ b/release-notes/2024-01/README.md @@ -39,9 +39,8 @@ Only customer facing bugs have been included in this list. ## Software Bill of Materials and Notices -[SBOM](link to SBOM) - -[Notices](link to SBOM) +- [SBOM](https://github.com/ni/install-systemlink-enterprise/tree/2024-01/release-notes/2024-01/sbom) +- [Notices](https://github.com/ni/install-systemlink-enterprise/tree/2024-01/release-notes/2024-01/notices) ## Versions From b21645d8cec69458410d5129c658f5cf2445af3d Mon Sep 17 00:00:00 2001 From: = Date: Fri, 19 Jan 2024 15:22:33 -0600 Subject: [PATCH 6/7] Grammar and style --- release-notes/2024-01/README.md | 26 ++++++++++-------- .../2024-01/closed-bugs-sle-2024-01.xlsx | Bin 19510 -> 19386 bytes 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/release-notes/2024-01/README.md b/release-notes/2024-01/README.md index 997ad579..b05da8b1 100644 --- a/release-notes/2024-01/README.md +++ b/release-notes/2024-01/README.md @@ -4,21 +4,25 @@ The 2024-01 release bundle for SystemLink Enterprise has been published to !nZP$=@~ zd2;W4`74>3OwP$-xF8TH$ekw;;^Sru zfw*x8dAQda&U$W(5`|m2Jkd>t=7}=0DV8(HC${NJRFhS#hgWObCdS!0c~t5`_cr%e z@K$hYh*wRKwQa3ZXF6}p_mAf5ZKeg%lQE&P}Th5)J`^Q`lKch|@6HfQZmXEtQxz+@jIBstmIV5a6(?kev$ ze9!xWpnov4J2duXK@6P{hgpVsriDVsMvUrEBkEmsMcvVC-Ve$S)Q?(=A?40yktX`e zzh0yGzpv1Qd^K0?v8N49uytbj_HF>cMd6Ko&~Ef=HdN4H%QQK}jJ&=n)43`gP&u%` z2&fbj#bx`!6kJgeuVTc1OIx#>nAHa_M&oo~^`ok<4yLFrCtkpV&MG7q=_oi!Vv28Kzf<01FWKlE9hsg48(mHZf3J$PTy2;GXLQwhHT@5+C=6-_ z33(in3;M8Gl&E9pb48Mw33)y+>_U@SFPjfv#Ldf*5S#v{8ku0^LOJsb_ezSQ?#4IS zwm-xFH>$x*ZAQSX20(*W1aTv! zb}2t@qQDtC5WPVwJ_aw9ylCT%RTy?X>9d2KFB4r{PFAJ?>#^bmaM~W>d+jXawC9jF&<9U=+)2rgYN%QQAJmTR#%g27BoJ7c|_K zV#t$L<5|(NR^jUYLdvMkwP@#x4&~%cJ=J`$XDsF810>2yR!EA$36&Jr2~}HWlk03c zrT0Bo0rhL&7?wa&X)&1y{z9Ecv#H0E_KPRJ;y$hp@;a@D4dzAIh6o8T@R*>1_MEv| zs2~v0e`l_*vyG2~y@8*Pi>H(C-}G%U9Q0fh#_J_LkiqghWHYTqNETjNr}cLomep%% z!eksz7tJs+D4Qf-Hf5mMRB>5fs<8}(#qUnN6FE;`Z7)oa4b1pb*->NJD_Nsz3(HSi zufO}bw>_FhTm^XhQR-(}_~X@Wob^9A*0{#P^#Tnc!hOr`Er$-);kn95CN2ilOBe6D zp{b@zE{!`Ex$^LC0=h{$(H z(pnIv54cCT&G15!kvOpHSH2ws0#$}6L|vMoCRs117hs5-K&xh<$+!1W%e3Y9v80$z z%`32D3Ca6;#Fs#5N0X_17TY1T%W9}Dbc~;inbp84j>6Di*8lV9*xxwPEE(>5CE--M zSy8M!2H?}w)J>=c*NYm@mp5=KbSVgw2OKLP82MJr1%|&Z6~{&@y-6>PozJ9k>`>2% zE9LQP0_>fA!FzDBi}yOPIe55pJ>jdO6uXP<2?8eBi5cN+@_zz-G_%$gA}?7q>npi- z;MkFV>y@EQ+(W3g>YzngTz8ux?$wxXR zU>IXz@isAykCBr!l7PI;#Pm1&wmwFbU~52HIOG7;T~5*WYU#(Unb%qV&VjNF;X3l> zTJ(NosLQn@y@*^fHtNYi!^?&;#L?G%L1;kXG2mq9d3%kA@zJO9$As-o#MaPV zKVd75ZR?}CZ^oz56RV~&zF}>HK9IUZ_MW$CF+(Q$F??^9%CKf%MMABsRCRS`Z4DKL za%#LNwxtgGFnnV6t)FmVnmfd6xcNr7$q975gJgh^(XYO&?k0TjEg_fl z8Ns|lf&jEBFBG_Mb=wQU>`8ssVjG+{ox9gu$|7$Av3XmOj#vO)ay__5x0Ulwd+av4 z_AGMo#?ioXFp8CS5G1tJ?;|7HpbYIwm0CO7~Foh6DTvG_$MnPdkE|V zE~L$UAJ&KS6eY#Wtvu&{FJjZo25*GXMLE5El+I~ho&Y9i8vg_i?J;mt=5Vz&b02PA zo#t8>#xYBY46n&_nJ*9sP?pe>xtb#=WJld^Ztf`~u3?DW;@ieL|HmXHQ;EosUa6Ix-3I$LzEhCWCnC1jtlJhjj7q)id6O4e zW8{|Uhk?&lTJ%ak8=PekOtR^xFOpOIpG6+@O5J7ucrbPRl@Pyjo}^DUq#t#)IM7Gz z-ZabqMoeW;##wSez}BTS>ueXC42asT`Y-Kl=#hCNr@P*etSWc}y=iBA$J|ec1pcY{ zmA^5_j1^@S>D7yny<%rpXmCX}*rdCHK%WmrLiYi7zKifzL~#*bN-Vjnrh(Gt(?=SS zAhZ6cG$mlTKVT-FroQA%iVRt&)~OC)z?ww5iJID zmjo)RlDB8nx@V^DJZ}LIOas3Mqe%(-#2gI-LZpM?6HoveX%r#^eP|N^?H%{=m%8zR z=Hg10>lBY5dmf)%)yzEV00Y`8a?Gfx0kQ7{w6XzBIVjg{3ACz_$R-Rq_hd-I&C4`R zN&y;Lss9AIr;%#&3Jj#=-Bp{^vPaZ%TlU{F+8kuQPzzo`uU=$Fpg)Y&aS=a9#vL!! z=aAL^=9dhR>!`7q;FGWQTwbayUKS*)$>U8_`rrmen^cWjc5<@trhFIbqh$*d*`XiA zpdRg!B>s(c#awG%^Ah|Wd0tSKOzYu@ zB*HJ#Y0k|nRh26?dLJaa4 z&%vyeGtQAA8sxA6vb+YpYKRdj(gZr2n_*xSFr8JmitIIQit^5*&IB&Z?NBK&KpbxRdZ(qqDM@Pz8Ek| zv{5oBGs5H_CY-pEcDypt^^@J_WBi6#X+GptZbWW)bYc7yzXwa=-e6eD_$nN2=;Nlk z8o#UfIqnF#UCzx~&Qcn9++Nn;WhfP|KZ}OlE(7!p~kBJVXU;5`xE0BUqvc%s$9FuFWpg`i!%%XntBy;QfYz#QR%I^?{?!~OHBYy z;$Kr?EZUS?bo;gAaf=9nSLWFX;~)Lb3e7n^){s(k!hLVNkC1~p%t5F6g_9AQlmh1h z`RtM`YI%!8l*1;NYTRdOEn04l!YDk~agl^H z-86yCYP8)2rJ=TgDZBf(yyMXJ3w_|*NTp8-p`*k-sAkD&cUE1~eNC4=@hYD;HQs=} zTxYK!@|T%hKN8js?jO2WOx*gcA=~r8kz(!XND*^s-pv;)n)6Fz5%fB=N_<^2S-24s z>r^F$bU32x zB~HZ5-!l{tYZGz?xb$J_1?rP(i}7S_*ue-Xf^y`OUfgc`PfDSS*X~lE&4tK}O)r-h zmdjWf4<&6XU6Y-B9EWuA$i)LaO;~t;;=%>SrgDo^-}1#H4y&}&ZpZfH&F)v@zY6*8 zcvitR1X9W{IA;_L_qg<}KS_F&aY*Zr?2L^bZ}@GY{@x<98K@svj{Ad@Erisgc}^&* z)+TmbUENvj8Z8rU2zTSL`oeGAI%UYU6Z$8Fr&Uw0Pu9V}FHG}^rBfI9ljU;Dbntb#x9WqoUV8${U6e?Vz+IRaZ2L<#Zl(Dq?aM zhuX($9cSgwdxYqI+qB$eYoalyNK$% zEW$UGHzibZ##how9h(T;7vMWOoiffy~f~hR1@-?7W+)n%wNJVRwPO|uiZEgPhKdz3NUv|ruQ8Co|`9d4#c;j=n zB_&Rc?j6RuEMgbSODKG@`>TdAev{?5$qRNF08j0TfM=JwT(XZa3Tlz(l`=x!e zYmQt?zr)6Yi%{^xwEM5=`8FG_}>W4Fjml|YZTWT ztzO@it8;*}heAx)T1z~87oa5}{$z$6F_x!nl$`9^)p`NFGSSCaZIe8=pMHN;0-F1p zI)%Tf<-U7ud*95rW`1StM%sO#LiFMQuI#Z;-yRCp@7|!w8j@=;biJYIohzD!;3&sL zEV!l>pdKtl4tw^}2*=mym#&=W3@Iz|lz-tC8aAt=5bmzCSqjg~5!{MPQTOSOtbsyB z9?@W1B1G_b^0*i9VgYhQ_#tZt225NH2lk7Z7&a!%1s7pyMnIQ%8ga`*0D)-X44t`N>N`54Jj$B`d1mG}wi|N5W@nL| z?X>REES@1R_5A+#KDfNT2>-VD!yX(Ve09-{JYduVHbm1a-85W?8YDE#z56j$wT7=( zlIei{JDpDm&D8mATK6ZZs^HOJQ;Y0-*Wu1B%%x(pL8f?u#UW$n1;T_NvAasGYfjwjJ9y6v3dg&`kg%Ll@b>HNPh!~?q1Y=SpOU- zd-$9<9Ri>QS>?rwKS#QzLEfa0Sl7jh+P2jYxoWgV$Ov#Us_-aowogn+KUqv`(_3^2 zT!C5z{W>TwgXlmFsFa%r8(`n*HHbn8F^+5ee|Y`&{>7v>vW4k2xFascz|?*_jvGR% z@H(93cs8hu^ zC3_~gVm`R~29?rtH?ap<<)8V*=suN$)72ex2kw9|gmLq1Oe0y;NZXcWF8I42S9BhI05XUxPC zt>ttQT6}uo2p=~d$GW+LYyAhpaoqE^O3Wh?at*v zK&mCd3oV6b%!=e!UwmTRiL2Sv%g;C4!G3J?KeR|bcYEdPuz9#%5R>o_oKrl6hEU3A z_4SzA7xD+w!t=DP`c)oD{{|0+seuD;mEu5xsjC0YKY931VFUzNmk>3~gNX}+I}pKw=`c~lmV~(Ac}#K$umj~pSe*(O@dqmGg9<0*|L3&Nz~_IOCORxdg^u$7 z6VAbjj zl>c|M|03xBFmMuv9jZ$rYKXyDG?<<@4~!Hm`QMJ+)QF$=4+rPp&A&*&h@aQj)Bq#) zNoQ!1z#=pR5l3YI_9mZuALTPN>0!wlIIvq)FxQ+S2xRB)>j&{L@o?vH@pJGH_zTN) WHBg>W+FzJP1QJI9fn1gUj{Xaa)8^>_ delta 6019 zcmZ8_cQo8x*Y@ZHQGyYjF-r7ahp1tQ-g_5yqIVNSC(4iLf)q76(M2ah)G$i)-n*!; z`+e4W?(hB1U+3&|oxRRl`<#94Yd58#)u*H7;UEWjnrN;uK%n<{AP^A<1oCy}@j*omQfVtdPZ4GiT(an~^^u2<3ZD5U}wt>`d| z`=H2ba@Loc4X7*GjO?RPli{a1L8wV`e+w(9g&xF9N_Dq$l8q))RaVp4~&`@N8bA)cW&p>d=4gdV?9 z388gUISqJaq?jF129sr0?;tKE=P`H|Q*RglCrn9ClW?h&aG`|mE4NxmX>kkUn>XV& z*K-TD%c8WGCxeo{q|f+nn#G`+7n=pERsK^aP; zW?^0=^R5-IT*P$^iwfZO(5bR)1G(v#7w7BG>t`F*$PMOS?_Rz4xRc#*iiX!0AYDF# zpRdx82|8bhR`uNIdWE9louB6FNEd1;1F=3Hq6Z?SGdO)Nhv$fs>* zZWB7%)>Y)84+xp~TJma8KSSvq+Nq0UZE@JMP)uo+LBHluTk~jE(5}5%QrFvD=@+%{)rGBGZcGHqmn34VWSzgje) z6`OB=I>{ABBjC~$Wb^yx^_6?W3_Z=vg<{O8q);@?-7VssNMcZrn&&V=-BY!k8=S^^ zWo8pw;q$k6czjTlCMS1aI_Fm*lCyf@+F117U?iw(Xl8U`%fbDQ7O)g1tHv=x$0OY= z{H%@%0xbX*#7s!UM_%HH1CBjpWgrpu3^U=Q;-=z)J(oIj7_|T%gRFDY2(kA*WAG>QiOF4)i z?ne&^0a#6CTK*fb&Q(=n z@>V~b2U*!n)M*Fdq)8hRH(WnO+<3oyt=36w9$~phZ_1?-P5#)B1YcL}L$Y(uPj+Lj zYwRnorNuv}?vrI4Hexyr=6vQ;d&{5P&Ve%eaY|DNTqW+7xh|@dA6se6r>{j@%gCSu*8Tc^A?Z>+A z02xvar2I6&6T^Am7su!)$4_rG)%)DCiEiga&em>nOmp4)Yqn~nU;5Vaoa~COg#0ng zvG1A^{2*=Cd-3f$&F>teg#NsuJ<^S;_sN~cuIitOu08%=zO*-Xoxi3OCwl6NV=XPY zY%6VPZTTzF_d*L)Kd~LSYe}%$4v@Jij^Omsup>>>=R~bMm902iA#WD>mg5$S(wS^Y z6jGHm{S=^OmJgP^qKtnmEj!7didqYb3Cta`NysvSUl_`dGHbQK#HJLfG(hh^M+t;7 zS<^lMvy?`;*&U7X${#FNJrtSMQC6u+Rmb?IaElA$*asA{fIXJ2Nj}C^Q*Z`pkjpe| z;6r=f;6tWJBlBsdwdYEMnr_wQN6FvH5N)ax)!+P;zD8_VvlzzHr$3EYE<(431=ll5 z9KZX#gnqJ$uESN%bw>Wj=E`syuXmWp%0;dwA?bAs=KH0SgVE;sY{wV&?E%)}{l6!D zzl#w0!|QqKaiduecykHk{k}NT8*IOjfKG<7?opbl(dJ&=Hx-sJ9MZnceb?^H!0dNS zF{6=dU)6?tj|O0nwLIzo6St}1fIz(rzyKLFawwKsgsdHWB~9Srb0f5p0R6N0%Ndww zw#iAMsjJ`B)Dz%OZlQjH4i!7oV*B(tO%?%58GDXF*m|0P$6UKbKgv2Z4f(ppoaGER z@+ORZao1W{c##|If8u#G)|&4BA|1ao`Mr6Y#xX2AZaSTL{5{f1lua;DT`47w#1_vL z`4^w_MrHOxusey%0B+wj#$S2o{P*8ot|!hAgne^(l2iK2Y@0(1!g< zr{MUk^_3Emd}$VHr4bOs&j{HiOobx@id)o|_>yD^d=hla0b>_zq@=;G{z7jzz~6W%kfVAm@@v?Ja;|yz{Eey>fd-=<$6FnaV+^=q zMggDAF^Ww3&US8%+Uv&((OwCLrhciP7T-yAO|&G`xSGsw)<4i4r1&#pZd%hwTapky zm8XNOjG!lIT2#QVkYSfH>59y;E41I4$|Ey3?wV5BGt>BX>ZBpB?A{Q;9bV_?gKV53 zx9Qw`_v8;jm`rOj`!CHz!qQzWZB+v%ku{^ZeSRs>8+0vZ<>i4M0`(Ex>V{Z0vBmCL z=r}GZB7&5~qCtn95UzV!Ar*4>1rk%w%l|3W)FRq|TI<}`s(V1S{)QuOQiOpg7Zz}L zxOEcQ4nv-9{_QfaZmfHz;)(;+Mr!X*CYayf-h%&_x8EIZABk*DupV`Gx8M97Ol!YC z5BGFXB+AXv@^3bwCRV8(N%}#OV$T0v6dl^uaD5AbGmtDyOW=j zY*FCymj~(IZJt``qv{(8Y#8p8m2HD!$TooiK(p`ip4Cn09-WTpVp_vs~2L6pVja zwKDp2pSU6{Y8)!(ZUNQeu9dTj8tk-Xcsp}E^v9*5tH@~*7H9*pe7Fd2a8&VH@8BzL z&0Q@qc|IZ9wpg20es?6Y;{{7O53{^~4ExEIHRoHEb@9kEDw+021S^lP=}fzYlU3X| z#~NcP1(IOi)A1UT9y6-R{oTPVj~Nw`e8QB$fe9!Hd6*oHMm68uH@y1JTRWx(tX0R% z6xOIK+hN+Ombi>oda!3`WvuOtWc_sAP_%%A_(^f8_bl52%{IBj={LK38ZL+J#Zih&r9Hwe)R%%Snq=YAUn==|xT)w` zwvKmVh0xdNS7XQ7r?578lbhR>cj9pk?bG}z_5)2{a|9!5`Yg=-cQMz&JrfVAXC(9eFCh;_xy^kX1($G zLFa?!fsK`5d~}^6p2cRnAs*{ zYsxIf$4dU|%We`cmj?f`X#_j?^L1h;cvHv6Fb$gxHBM=%YDcZ-`%W=1B$jwWTpn!K=_Bfya0sf}uK^Kpe2TaUp!NfsFDX4BrJKu~3zDVcjXq>ayZrTCNzVdp88eEevz0zRp%p`XLxkj$fdLN(&b#P0v0?7pLwq4wmE=il ze|?rMejr~>wZx2xrM!cP$7*;Nq}$|n3PqRy998F_r&LE}cI5AHOQx4#oVTjai_lO0 z@W6IhxBt@fYyilVTia#rd7oS#S|ujiaQ@SMx5A9F2}b~rvElK!ue zqJ>(U8nTEq2;0>db$^PmMeH147>~QqBF4&fAI$EIGY_BUN};lBC)Nqm$|tEW4fm$h z8@#PF+4g!yv}lo}Y4Uh{=L*flazw$~p`ve!dw*q(Ybcx~HdfXAC%A6uYPrn>73g+A z!l09LUH2o;(8b#^+^!DBhS{q2ab)+mc(~bD;{!tf`N~lm$-`C%;p3S}SB)K!M|JMs zjBy>Iw!t3_i*Qom5=GyrZ}V;$IIJz!*n@1^Ko^e9^$$GzQ2f@Y(uCt8YaM&ukv>S| zH`pK$*?%Om$16*BTN`apcL!H{kN@c84%azFf>!XRG;z~uN?BHc0?Dpx;!K@o9$V%N z7AYo7gQ{E*HL5}D?hS#^o4;G-+SN^HR3_Vi9Ur;X2A?z%z0PCKUHNi#x2AwaM(r(C zpS4|ay#tokM>52WS}rPOIWiajac;l0<0`PQ|L9zz=H=UJq&%*faGZ=2b8g#L{Gx7Z zqTEL5t(rK~Uf1?yPmg*jT~Jxx5{;Mk?V&Z6*cFoBbT~vGJn799-28iQZ_@ws>{&_6 zP*Ole$Z(iXOcSmdHii2}aT+D{qu-2)C(jlkdARJg14xNVrZHTv^A1h)K4xOW4nGH8 zu~*`8Tmxe3dw5+*1w`l=^_UIXU2L4;FC}7C<=5DgR`V9^FT=p*Jk8Zw_+sKXNDHk? z*hL-Vo&FJIR+d2R$x1hihk3NWlz~8az=j-qSuf`21OM!THhLkn>ljlk$dE1f#Ee9)UCTlYO);_A)I@wrVh*{Z4*ht=7T! zy#;jME08QNcx03_OVy39F~8({*(*%B-#yc=r2D)~qABI;{0oH`^yu$|3nL0bt?>O` z+wt?2Vv~j>3G_dYUxj&wvn!AFwg4`Su-vTr8q2o13_LMI>io3{|zcz{v!_#`+~v4lEH|tTSp;3n9_|%V*x{ac&1u$#XEUtcZs><$2fv_2s_?APbz|cIj{$`e6_ncP^^iZo zZuQ-b1D4vGGv9-+a_Ura6sfAji@$d>`tgP_B&|8RIQdmEKOoBx(4H|wBTxw#uj*=Y z`o%J*G7sQ%%)N}+Whk~t_6%5vLw_VHJYA6geb8_q!9;c;f(S=(^)1SA+ca>zW52jQ z6jNvEs9WcclhIVOCsI11#O zViSb^g{ilt3)xm<79N$Y>!xT4s-W%prQ%^9-|uRZ*L<0!PBnSa);2cmr{HUH_T0=yFE>AjxqfDzdup`6dd;i5(n%FVeeyi{JW{kH zctqTE=Zf&3sN<RX@!>T zZLj;qCBNDxN;PqJDxqF;%E4zQeif1{Ev>x0KJD-J<}G)GEH}83jM$mev<`k-BS~ za|+D}Mh)+bjj5+Jc(QnF3L;N`jJkQ{-3xJj-1~dz;ImC>P>L|!$PwyB7Sm_HB(YXl zz8($LN15oTe#2^3f2Ss{k8061c9JYZ8R+*yigsP{_B&4VUE)-VCPVaaD#?K77m?P@ zDa$B^Q_*nA^i@@c-tDPgyP}{-WXkD5x>+R}gU(Z)xUT%{gJGu&1)fMO?qP617|Gjk zkM0}@(PimOy8JzZ*>E&YM3PT;l@wFTvY+|K*D}6g%rr7oq<3#%%pITuslOJX#f(+F zx;xX}EZM$-y3(e;9eu9g1A-2x!wtDQ7uC?@UykDG4te`xC#$H{_e6Q>kfoLnMkXRG z6B=zsfn-<4r-D-Ctu1D&`eNpZC{5RQPbpk%z*#Yh@c%T10kjun zfawbw;8c+coeCcye!)re-=@$*+nDl!7XKZdguv8`XEgtcR1oONzq=2!za#*yk~F&S zQ@~7#p637O*MFh6j6muO7QjP=3S9;YIKrU-rZN=Pc Date: Mon, 22 Jan 2024 08:43:21 -0600 Subject: [PATCH 7/7] postgres config review feedback --- release-notes/2024-01/README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/release-notes/2024-01/README.md b/release-notes/2024-01/README.md index b05da8b1..6effb7a7 100644 --- a/release-notes/2024-01/README.md +++ b/release-notes/2024-01/README.md @@ -20,9 +20,19 @@ The 2024-01 release bundle for SystemLink Enterprise has been published to